Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
dad0790
Add forced map click overlay + add custom EA buttons to tabElectricity
BasDekker-Zenmo May 5, 2026
6701173
Merge branch 'main' into Custom_EA_Load_In_Map_Feature
BasDekker-Zenmo May 6, 2026
606b934
Added settings for custom added solarfarms + windfarms
BasDekker-Zenmo May 8, 2026
bb664dc
Added settings for custom added GCGridBattery
BasDekker-Zenmo May 11, 2026
2380ddf
just xml updates
BasDekker-Zenmo May 11, 2026
35c13cb
Updates
BasDekker-Zenmo May 17, 2026
ed0b34d
Merge branch 'main' into Custom_EA_Load_In_Map_Feature
BasDekker-Zenmo Jun 15, 2026
c46060c
Small updates
BasDekker-Zenmo Jun 15, 2026
96ed318
Merge branch 'main' into Custom_EA_Load_In_Map_Feature
BasDekker-Zenmo Jun 16, 2026
f3d1e22
Next feedback implementation round
BasDekker-Zenmo Jun 18, 2026
55f0b23
Slider + text rounding bug fixes
BasDekker-Zenmo Jun 18, 2026
8182d54
Contracted power only visible after activating curtailment
BasDekker-Zenmo Jun 19, 2026
4e23f70
Clean up
BasDekker-Zenmo Jun 19, 2026
50458ed
Filter + ehub appearance fixes
BasDekker-Zenmo Jun 19, 2026
8ad12d3
Updated locations on canvas
BasDekker-Zenmo Jun 19, 2026
83c2035
forcedClickScreen updates
BasDekker-Zenmo Jun 22, 2026
c50dc9c
Updated forcedClickScreen functions for filter (in combination with e…
BasDekker-Zenmo Jun 22, 2026
5a25fb1
Visual bugfixing + small cleanup
BasDekker-Zenmo Jun 23, 2026
75ce388
Check for self-intersection custom drawn polygon
BasDekker-Zenmo Jun 23, 2026
57a7d96
Removed find sliderGC owner function -> findFirst
BasDekker-Zenmo Jun 24, 2026
0885564
Small typo
BasDekker-Zenmo Jun 24, 2026
69ea6c3
forgotten ForcedClickScreen turnoff when removing customGC
BasDekker-Zenmo Jun 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _alp/Agents/UI_Tabs/EmbeddedObjects.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
</GenericParameterSubstitute>
<Parameters>
<Parameter>
<Name><![CDATA[p_currentPVOnLand_ha]]></Name>
<Name><![CDATA[p_initialPVOnLand_ha]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[p_currentWindTurbines_MW]]></Name>
<Name><![CDATA[p_initialWindTurbines_MW]]></Name>
</Parameter>
<Parameter>
<Name><![CDATA[p_currentTotalGridBatteryCapacity_MWh]]></Name>
<Name><![CDATA[p_initialTotalGridBatteryCapacity_MWh]]></Name>
</Parameter>
</Parameters>
<ReplicationFlag>true</ReplicationFlag>
Expand Down
3 changes: 3 additions & 0 deletions _alp/Agents/Zero_Interface/AOC.Zero_Interface.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ import java.time.DayOfWeek;
import java.time.Instant;
import java.text.SimpleDateFormat;
import com.fasterxml.jackson.databind.node.JsonNodeFactory;
import java.awt.FontMetrics;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;

//Possibility to turn of traceln
import java.io.OutputStream;
Expand Down
Loading