1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00
Commit Graph

760 Commits

Author SHA1 Message Date
tobspr
0274597a1c Fix tslint 2020-09-22 10:31:47 +02:00
tobspr
afa08b06dc Vastly improve underground belt performance 2020-09-22 10:29:04 +02:00
tobspr
9075841768 Migrate old savegames 2020-09-22 09:32:31 +02:00
tobspr
0ca623f24e Fix reader throughput 2020-09-21 18:32:26 +02:00
tobspr
ad3be750fc Fix mouse pan 2020-09-21 18:17:55 +02:00
Exund
cceffc1832
Fix camera pan (#673)
* Fix some literal edge cases

* Fixed for fullscreen
2020-09-21 18:16:36 +02:00
Exund
b32ae43464
Fix 180° rotater not renamed everywhere (#675)
* Fixed atlas and buildingSpeed

* Revert atlas.json changes
2020-09-21 18:15:30 +02:00
tobspr
4636080dd7 Huge performance improvements 2020-09-21 18:09:27 +02:00
tobspr
2ac570f6d8 Fix belt paths not rendering 2020-09-21 18:07:47 +02:00
Exund
c4f2379010
Refactor entity cloning (#671) 2020-09-19 21:41:48 +02:00
tobspr
1f3991301d Fix miner highlight 2020-09-19 21:40:42 +02:00
tobspr
54f1c1dc93 Update changelog 2020-09-19 21:05:03 +02:00
tobspr
7def60c050 Fix belt planner placing down once a dialog pops up 2020-09-19 21:04:41 +02:00
tobspr
749383a318 Update changelog 2020-09-19 20:59:56 +02:00
tobspr
24eb060000 Fix mouse panning 2020-09-19 20:57:20 +02:00
tobspr
ed32238412 Allow toggling units in the statistics dialog 2020-09-19 20:51:47 +02:00
tobspr
fbff0a0ad4 Allow to pan the map with the mouse by moving the cursor to the edges of the screen 2020-09-19 20:30:35 +02:00
tobspr
26cd38b68c Refactor filters to make them not stall if one output is blocked 2020-09-19 19:30:04 +02:00
tobspr
fe97d28674 Minor adjustments 2020-09-19 18:57:14 +02:00
tobspr
d0aa6db630 Trim savegame names 2020-09-19 18:32:39 +02:00
tobspr
1cd52f6dbd Fix tslint 2020-09-19 17:56:40 +02:00
tobspr
5ab3afdd30 Move item processing into separate methods 2020-09-19 17:55:36 +02:00
tobspr
3e93681ce6 Add virtual stacker and painter, fix css 2020-09-19 15:33:24 +02:00
tobspr
8fa348ef30 Minor fixes 2020-09-19 15:14:10 +02:00
tobspr
6b7cfb48b3 Further ui improvements, fix simple belts with wires 2020-09-19 14:48:48 +02:00
tobspr
7d6af359a1 Polishing, CSS Improvements, Improve dark mode 2020-09-19 14:27:25 +02:00
tobspr
2075f4d011 Improve simplified belt, show hints everywheer 2020-09-19 12:21:32 +02:00
tobspr
ed206363f2 Fix crash in potato mode 2020-09-19 10:45:55 +02:00
tobspr
47443058e0 Add potato mode 2020-09-19 10:34:46 +02:00
tobspr
7bc45d8959 Improve buffer backlog performance, should speed up whole game 2020-09-19 09:28:29 +02:00
tobspr
5bdf6386a1 Improve mass deletion performance 2020-09-19 08:51:28 +02:00
tobspr
b7c773a70e Improve entity debugger 2020-09-19 08:15:40 +02:00
dengr1065
7650931f1f
New Entity Debugger (i hope so) (#665) 2020-09-19 07:57:29 +02:00
tobspr
b5a2e77db4 Fix multiple typos, closes #627 2020-09-19 07:49:17 +02:00
tobspr
1ebfafd8de Further performance improvements, show indicator while game is saving 2020-09-18 20:41:40 +02:00
tobspr
bba29b8a8b Improve (rendering-) performance in DEV mode 2020-09-18 19:51:15 +02:00
tobspr
0238de1260 Minor performance improvements, improve underground belt performance 2020-09-18 19:21:12 +02:00
tobspr
746f4935ad Improve item ejector system 2020-09-18 18:32:53 +02:00
tobspr
c0c624135b Fix belt underlays 2020-09-18 18:20:18 +02:00
tobspr
b8f27aec44 Proper belt underlays for splitters 2020-09-18 18:18:38 +02:00
tobspr
16902bed8d Rename belt_base -> belt, minor refactorings 2020-09-18 12:55:46 +02:00
tobspr
0377c6d58f Highlight connected miners, improve miner performance 2020-09-13 18:39:06 +02:00
tobspr
3529a5d77f Fix tslint 2020-09-13 11:19:16 +02:00
tobspr
10507b735a Update settings version and changelog 2020-09-13 09:22:17 +02:00
Exund
3741934b39
Add a setting to disable picking the miner when on a resource patch (#649)
* Add a setting to disable picking the miner when on a  resource patch

* Fix that one space :D

Linter go brrrr

Co-authored-by: dengr1065 <dengr1065@gmail.com>
2020-09-13 09:19:53 +02:00
tobspr
0e1e595531 Update changelog 2020-09-13 09:13:15 +02:00
tobspr
2740674053 Update changelog 2020-09-13 09:05:13 +02:00
tobspr
a24e7b8d33 Properly hide some hud elements when hovering 2020-09-13 09:05:05 +02:00
tobspr
6042fcba62 Properly implement sound and music volumes, debounce writes 2020-09-13 08:40:56 +02:00
Yoshie2000
50e40888fd
Music & Sound volume sliders in the settings menu (#611)
* Added music & sound volume sliders in the settings menu

* Changed the order of the sound options in the settings menu

* Fixed the formatting, removed extra semicolon

* Removed a bad character

* Update base-en.yaml

* Updated base-en.yaml

* Removed trailing spaces

* Type safety fixes

* Replaced logical XOR (^) with !==
2020-08-31 15:46:21 +02:00