Commit Graph

779 Commits

Author SHA1 Message Date
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 5bde508f86 Improve settings on low resolution 2020-09-19 12:41:07 +02:00
tobspr ee67470e34 remove pinned shapes drop shadow 2020-09-19 12:22:43 +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 d4b6a2b34e Make waypoint list scrollable 2020-09-13 09:31:41 +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
Matthew Bonsall 87f79a6c25
Change opacity on hover (#621)
* Change opacity on hover

* Modify Tutorial
2020-09-13 08:44:15 +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
tobspr 05cedc965a Merge branch 'master' of https://github.com/tobspr/shapez.io 2020-08-31 12:00:08 +02:00
tobspr 04b8b62045 Update local config 2020-08-31 12:00:06 +02:00
Ryan Liptak bdb08f67d8
Show that chainable miners can connect to eachother during placement (#613)
Removes the red X when placing a chainable miner feeding into another chainable miner, and instead shows it as a green arrow.
2020-08-31 11:57:51 +02:00
tobspr 244cede010 Make logic gates output empty if there is a conflict 2020-08-30 16:12:01 +02:00
tobspr f667329572 Fix savegame serialization 2020-08-30 15:56:30 +02:00
tobspr b248c4d1f5 Show 2 digits in item processor 2020-08-30 15:44:19 +02:00
tobspr 3e0f42e47c Make belt readers store their last read item 2020-08-30 15:35:47 +02:00
tobspr 9b8745535b Refactor item processor to use charges and thus be more correct, even at low tick rates 2020-08-30 15:31:53 +02:00
tobspr 091401e52b Store wires state on save 2020-08-29 23:38:49 +02:00