Commit Graph

113 Commits

Author SHA1 Message Date
58b7cda21c balancing 2026-04-28 22:43:11 +02:00
1e6d838258 add tests for blueprint serialization 2026-04-28 21:38:20 +02:00
ced4ab5fe3 implement save and load blueprints 2026-04-28 21:31:29 +02:00
550f46009f add requirements for saving and loading blueprints 2026-04-28 21:21:58 +02:00
60eaf4dc57 implement laser target offset 2026-04-28 21:15:01 +02:00
6e0d653d17 requirements for laser target offset 2026-04-28 21:06:43 +02:00
e0c3217564 implement beam rendering if shooter or target is already destroyed 2026-04-28 21:01:00 +02:00
9278425d44 add requirements for beam rendering if shooter or target is already destroyed 2026-04-28 20:48:24 +02:00
e1da074304 fix bug where player ships did not fire on enemy defense stations 2026-04-27 22:57:36 +02:00
22e273f971 implement debug draw mode 2026-04-27 22:25:42 +02:00
990703bd5b add requirements for debug draw mode 2026-04-27 22:12:14 +02:00
d64a7a5dd9 fix issue where construction sites could not be selected 2026-04-27 22:06:44 +02:00
559dde96cf fix bug where buildings could not output directly on splitters 2026-04-27 21:38:11 +02:00
ed6b503767 implement ships depart in waves 2026-04-27 21:31:04 +02:00
7b67093540 add requirements for rally timer 2026-04-27 20:40:30 +02:00
541b8fdaee implement storing recipes in blueprint 2026-04-27 12:58:44 +02:00
3da3ef5c5b requirements for taking over recipes and schematics to blueprints 2026-04-26 22:56:22 +02:00
e5abc320a0 implement ignore non-buildable buildings for blueprints 2026-04-26 22:50:13 +02:00
ec9cbedf33 requirements for removing non-buildable buildings from blueprints 2026-04-26 22:42:52 +02:00
7859b38d62 fix blueprint rotation bug 2026-04-26 22:36:49 +02:00
1e2135dc5b add blueprint tests 2026-04-26 22:19:46 +02:00
71677b806a implement blueprints 2026-04-26 21:57:09 +02:00
4605c2e443 add blueprint requirements 2026-04-26 21:31:32 +02:00
fb83db98ab rename blueprint to schematic 2026-04-26 21:00:55 +02:00
774f5dee28 read tunnel length from different config and fix tests 2026-04-26 20:41:40 +02:00
89005d6bb7 implement tunnels 2026-04-26 17:15:50 +02:00
63c7df5b7f add requirements for tunnels 2026-04-25 21:59:52 +02:00
5f7211dbe4 add more splitter tests 2026-04-25 21:33:59 +02:00
134f23d69b add splitter filters to ui 2026-04-25 21:27:39 +02:00
b21fc352b4 use new signals slots syntax 2026-04-24 22:29:13 +02:00
409ec93d7d fix bug where demolishing construction sites was not possible 2026-04-24 22:00:47 +02:00
604ad7f13f also use surface_mask to draw belts and splitters 2026-04-24 21:13:12 +02:00
55997ef851 store belts as buildings and fix issue that belts could not be selected 2026-04-24 21:09:28 +02:00
fff5d43352 make tests run again 2026-04-24 20:30:20 +02:00
eba8caac31 fix issue where items clustered at the end of belt tiles 2026-04-23 22:03:02 +02:00
ea30d2ab7b simulate items on splitters and fix bugs where buildings could not pull from splitters 2026-04-23 21:54:59 +02:00
78f746d352 implement load config on game restart 2026-04-22 22:53:56 +02:00
1b218941bd add requirement for config reload on restart 2026-04-22 21:55:53 +02:00
807ccc2ddf implement belts are now added to the build queue 2026-04-22 21:54:07 +02:00
fbbd0a582f use different config files for tests 2026-04-22 21:33:43 +02:00
d92ccbfae2 fix tests 2026-04-22 21:21:53 +02:00
f29dc9862a dont require output belts to be aligned with output ports 2026-04-22 21:15:39 +02:00
36d6842f71 show production progress 2026-04-22 20:40:08 +02:00
3e1d97e5db add requirements for showing production progress 2026-04-21 22:22:37 +02:00
393c49e1bb fix issue where shipyard did not produce anything 2026-04-21 22:17:48 +02:00
2523cd6a1b make stations not attack other stations 2026-04-21 21:42:54 +02:00
6321e13a00 fix keyboard shortcuts don't work after pressing in some button in the lower view 2026-04-21 21:24:51 +02:00
79e89b524e implement returning full cost for buildings that get demolished in construction queue 2026-04-21 21:19:27 +02:00
9cca01c265 requirements for demolishing buildings in construction queue 2026-04-21 21:17:32 +02:00
4f27c8f3a9 fix: demolish did not return blocks 2026-04-21 21:16:10 +02:00