tobspr
c25428357e
Remove unused code
2020-08-14 15:48:33 +02:00
tobspr
6c8a29cea6
Sneak preview to the wires layer when placing on the regular layer
2020-08-14 15:48:26 +02:00
tobspr
390c4ce1a5
Add display
2020-08-14 14:55:37 +02:00
tobspr
349657bafc
Update storage to also return if its full or not
2020-08-14 13:15:26 +02:00
dengr1065
1dab9539bf
Add storage shape ejector pin ( #568 )
2020-08-14 13:10:57 +02:00
tobspr
8c39d31c5b
Optimize performance by using singletons for items
2020-08-14 13:09:10 +02:00
tobspr
3c34227c24
Unify assets, refactor waypoints
2020-08-14 12:14:15 +02:00
tobspr
9085f32ec3
Add multiple performance settings
2020-08-14 09:38:48 +02:00
tobspr
9e76606674
Minor refactoring
2020-08-14 08:54:52 +02:00
tobspr
7fcfae747a
Fix tunnels, nr. 2
2020-08-14 08:53:35 +02:00
tobspr
c982827d60
New building sprites
2020-08-14 08:20:39 +02:00
tobspr
f69af63aa3
Fix wires tunnel bug
2020-08-14 07:21:49 +02:00
tobspr
fd7ae79971
Fix hub not accepting items
2020-08-13 21:06:54 +02:00
tobspr
efd8ba7ae9
Add wire bridges and fix Q on hub crash
2020-08-13 21:04:44 +02:00
tobspr
ff02508361
Add transistor building (Gate)
2020-08-13 20:47:33 +02:00
tobspr
f44563fc05
Add item filter
2020-08-13 20:30:43 +02:00
tobspr
984bea1921
Add OR gate and different colors of wire based on the value
2020-08-13 20:01:54 +02:00
tobspr
49da768b73
Add NOT gate
2020-08-13 19:33:35 +02:00
tobspr
52b4d4d742
Implement wire networks, add levers
2020-08-13 19:23:00 +02:00
tobspr
75ab655998
Add basic logic gate and improve wires in general
2020-08-13 10:23:50 +02:00
tobspr
93186cbb9f
Enable new buildings by default for now
2020-08-12 21:06:05 +02:00
tobspr
f4ac6dfe03
Add constant signal emitters
2020-08-12 21:05:32 +02:00
tobspr
f65b3728ed
Improve wire auto-connect
2020-08-12 20:11:24 +02:00
tobspr
f16ab2389a
initial take on wire auto-rotation
2020-08-11 20:02:59 +02:00
tobspr
a32c0530bb
Refactor rotation overview matrices
2020-08-11 18:50:43 +02:00
tobspr
850461df8f
Further take on logic wires
2020-08-11 18:40:09 +02:00
tobspr
20718ca05c
Fix tslint
2020-08-11 13:29:47 +02:00
tobspr
b19b87a6c8
Improve map overlay rendering and raise zoom limit
2020-08-11 13:17:39 +02:00
tobspr
9701a143ec
Only store changed properties for all components
2020-08-10 22:53:02 +02:00
tobspr
bb431b8490
Reduce savegame size by not storing the tileSize in the static entity
2020-08-10 22:13:26 +02:00
tobspr
8d329990ef
Fix item filters being ignored
2020-08-10 22:04:38 +02:00
tobspr
d2077f5009
Fix building placer not showing slots properly
2020-08-10 21:36:46 +02:00
tobspr
93975df4d5
Get rid of item ejector / acceptor layers and new wires buildings for now
2020-08-10 21:24:58 +02:00
tobspr
89294c7072
Remove instant eject flag
2020-08-10 20:32:45 +02:00
tobspr
b3b8da04a1
Refactor belt underlay feature into seperate component
2020-08-10 20:26:47 +02:00
tobspr
f91e677f2e
Fix item animations not working for belts
2020-08-10 20:17:18 +02:00
tobspr
08a5b9070d
Simplify hub component
2020-08-10 20:09:04 +02:00
tobspr
e0ba1452b2
Start to work on logical pins
2020-08-10 15:02:49 +02:00
tobspr
6f28aff78f
Vastly improve belt performance
2020-08-10 15:02:14 +02:00
Bjorn Stromberg
79158e2b56
Remove unused code ( #526 )
2020-08-06 11:28:28 +02:00
Dimava
235c380de1
fix pippete throws on empty hand ( #512 )
2020-07-29 09:17:45 +02:00
tobspr
bf2eee908f
Refactor static map entity component to store building metaclass
2020-07-27 17:14:29 +02:00
tobspr
7341321d97
Redo wire splitter / mergers
2020-07-27 14:25:22 +02:00
tobspr
94c59e0e33
Revert "Fix layer handling in cutter ( #352 )"
...
This reverts commit 97870da048
.
2020-07-27 13:49:46 +02:00
tobspr
2d54b72882
Add checks to stacking logic
2020-07-27 13:49:40 +02:00
cyantree
97870da048
Fix layer handling in cutter ( #352 )
...
* Fix layer handling in cutter
* Remove unused variable in `cloneFilteredByquadrants()`
* Rework check in `isValidShortKeyInternal()` to being an early return
* Support empty layers in `isValidShortKeyInternal()` which aren't the topmost layer
2020-07-26 23:11:06 +02:00
hexagonhexagon
ef574c0bfe
Redo stacking algorithm ( #138 )
...
* Change stacking algorithm to keep shapes whole rather than splitting by layer.
* Ensure that layerToMergeAt is not less than 0.
2020-07-26 23:09:50 +02:00
Bjorn Stromberg
cb1ff53338
Add TSLint to github actions, fix existing type errors
2020-07-22 11:15:16 +09:00
tobspr
661746c898
Merge pull request #471 from RogiJAG/180_deg_rotater
...
180 Degree Rotater Variant
2020-07-21 09:25:36 +02:00
RogiJAG
9258a49010
remove debug statements
2020-07-19 11:11:58 -05:00