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
d4b6a2b34e
Make waypoint list scrollable
2020-09-13 09:31:41 +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
06e276f021
Add belt reader building
2020-08-29 10:38:23 +02:00
tobspr
e70f30ed17
Fix wires toolbar not being hidden when pressing f2
2020-08-28 23:00:09 +02:00
tobspr
e04fcceecc
Fix icons in dark mode, fix long savegame names
2020-08-28 22:22:29 +02:00
tobspr
728f4ae253
Allow naming savegames
2020-08-28 22:15:12 +02:00
TrapperHell
3f497c5b47
- Minor adjustments in English translation of game and adjust casing of product names ( #593 )
...
- Fix comment typo
2020-08-28 21:37:15 +02:00
tobspr
8ba6517591
Mark pinned shapes in statistics dialog
2020-08-28 21:17:07 +02:00
tobspr
389ce28e7a
Minor css adjustments to the statistics dialog
2020-08-28 20:58:42 +02:00
Ryan Liptak
4bcef8e725
Add button to toggle sortedness of the statistics screen ( #590 )
2020-08-24 20:51:29 +02:00
tobspr
296b76bf11
Add virtual shape processing buildings
2020-08-18 20:02:39 +02:00
tobspr
5a0d3dcbe8
Add wire coating
2020-08-15 16:16:17 +02:00
tobspr
390c4ce1a5
Add display
2020-08-14 14:55:37 +02:00
tobspr
efd8ba7ae9
Add wire bridges and fix Q on hub crash
2020-08-13 21:04:44 +02:00
tobspr
f44563fc05
Add item filter
2020-08-13 20:30:43 +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
850461df8f
Further take on logic wires
2020-08-11 18:40:09 +02:00
tobspr
b19b87a6c8
Improve map overlay rendering and raise zoom limit
2020-08-11 13:17:39 +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
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
209fc76fc7
Update ui design
2020-07-23 09:07:51 +02:00
dengr1065
2df1b8d014
Major ui changes ( #482 )
...
* "discord" -> "Discord", sync most translations
* that major settings update you'll like
* Finish new settings, add logo to about page
* sync & format translations
2020-07-23 08:48:23 +02:00
Bjorn Stromberg
cb1ff53338
Add TSLint to github actions, fix existing type errors
2020-07-22 11:15:16 +09:00
tobspr
79e7fb31b9
Merge branch 'master' of https://github.com/tobspr/shapez.io
2020-07-21 10:14:08 +02:00
tobspr
35018d2778
Minor css improvements
2020-07-21 10:14:06 +02:00
Mr.Yawnie
93ac3f70be
Added artwork and en translation, unlocks with CCW
2020-07-18 12:03:49 -05:00
tobspr
051e04edd1
Minor css improvements
2020-07-18 14:41:34 +02:00
Blake Stephens
d81c9e80c9
Optimized some UI layers for fewer paints on interaction
2020-07-16 19:43:37 -07:00
tobspr
5dedb83d06
Minor fixes to the waypoints
2020-07-07 09:14:43 +02:00
isaisstillalive
99c945e169
Change delete marker button to edit marker button
2020-07-07 08:22:53 +09:00
tobspr
04ea105584
Fix lots of bugs, add wire splitters / mergers
2020-07-06 21:33:37 +02:00
tobspr
0bba6a9d79
Fix entity rendering bug when zooming out, add "Wires update" label to main menu
2020-07-06 18:36:10 +02:00
tobspr
22cba96f6e
Refactor debug overlay
2020-07-06 14:40:31 +02:00
tobspr
c4d7e65d9f
Merge pull request #347 from dengr1065/debug-info
...
Improved debug info (position and version)
2020-07-06 14:21:32 +02:00
dengr1065
b3c9c186d3
debug info - use "detailed" instead of "full"
...
i'm retarded pls help
2020-07-06 14:17:58 +03:00
dengr1065
6546c023a6
debug info css - prepare for attribute usage
2020-07-06 12:00:40 +03:00
tobspr
d75fb184a4
Implement color inverter building
2020-07-02 18:16:04 +02:00
dengr1065
2d83994771
More debug info (toggle)
2020-06-30 04:53:06 +03:00
tobspr
b499760d74
Start to work on advanced shape processing
2020-06-28 20:28:46 +02:00
tobspr
0967d5114c
Initial take on wires
2020-06-28 19:34:10 +02:00
tobspr
77440a68bc
Add sandbox controller
2020-06-28 12:38:48 +02:00
tobspr
6677ff0a44
Initial take on wires
2020-06-24 22:23:10 +02:00
tobspr
de94c6ea82
Add 'copy key' button to shape viewer
2020-06-24 21:03:46 +02:00
tobspr
3a846ab3c9
Allow clicking on variants to select them
2020-06-24 20:44:41 +02:00
tobspr
0b95f3b208
Fix crash
2020-06-22 15:26:49 +02:00
tobspr
d5b9a5b562
Main menu dark mode fixes
2020-06-22 15:25:08 +02:00
tobspr
28b2dc008c
Add more links to main menu
2020-06-22 15:21:47 +02:00
tobspr
e9581c653f
Fix main menu rendering
2020-06-22 14:55:43 +02:00
tobspr
9a67115ba7
Color blind mode
2020-06-22 14:32:24 +02:00
tobspr
0b31ad0c7b
Pipette
2020-06-21 21:44:53 +02:00
tobspr
38114ff3f6
Fix right click to delete not working
2020-06-21 21:22:33 +02:00
tobspr
2ca5dc9715
Fix hub marker being hidden by building info panel
2020-06-21 21:05:51 +02:00
tobspr
47b3ed5cbf
Add option to render info boxes compact
2020-06-21 20:47:37 +02:00
tobspr
1f136ba892
Minor fixes for dark mode
2020-06-21 20:27:39 +02:00
tobspr
d198fcad4f
Merge pull request #197 from dengr1065/dark-theme-is-cool
...
Dark Theme - slowly for everything
2020-06-21 20:19:01 +02:00
tobspr
061815c7ed
Merge pull request #219 from findaldudu/master
...
Add simplified Chinese translation
2020-06-21 19:39:04 +02:00
tobspr
daef0f1e4e
Refactor keybindings overlay to show more appropriate keybindings
2020-06-21 19:30:44 +02:00
findaldudu
1adf7d09f9
add simplified Chinese translation (75%)
2020-06-17 21:13:50 -05:00
tobspr
fc883f1e5e
Add keybinding hint for direction lock
2020-06-17 14:29:43 +02:00
dengr1065
05ce8ff430
dark theme for game loading
2020-06-17 04:39:08 +03:00
dengr1065
59bae80ab7
dark theme for option chooser dialogs
2020-06-17 04:30:01 +03:00
dengr1065
b9e31049b6
"Dark keybindings"
2020-06-17 03:49:50 +03:00
dengr1065
1bee130dfe
Dark theme for settings
2020-06-17 03:19:22 +03:00
dengr1065
97c52169da
Changelog, support for dark theme in document root
2020-06-17 02:55:13 +03:00
dengr1065
7f32216404
Main Menu dark theme
2020-06-17 02:20:09 +03:00
tobspr
3693a643b4
Update css
2020-06-16 17:53:27 +02:00
tobspr
3c3c5acc8e
Merge pull request #85 from jaysc/continue
...
Added continue button
2020-06-16 17:48:43 +02:00
tobspr
c571c088e6
Merge pull request #140 from dengr1065/patch-1
...
Dark theme for changelog and completed upgrades
2020-06-16 16:54:26 +02:00
tobspr
1af564e816
Add mirrored painter variant
2020-06-16 11:57:17 +02:00
tobspr
fccb30b5a5
Fix dark mode for markers
2020-06-16 10:36:32 +02:00
tobspr
5c12c605f5
Reworked waypoints
2020-06-16 10:25:31 +02:00
tobspr
4f37d1e3f0
Update translations & changelog
2020-06-15 22:16:29 +02:00
tobspr
c1ecc4c3e7
Further update translations
2020-06-15 22:03:28 +02:00
tobspr
d50e8d8d13
Add norwegian translations
2020-06-14 15:00:01 +02:00
dengr1065
59b0eef02d
Bring back green color to completed upgrades
...
dark theme fix
2020-06-13 16:44:14 +03:00
dengr1065
31960329c6
Dark theme for changelog
...
really quick fix just 3 sloc
2020-06-13 13:17:01 +03:00
tobspr
4e4498ed53
Fix dialog text being hardly readable in dark theme
2020-06-13 11:36:05 +02:00
tobspr
7fd0451ddc
Minor adjustments
2020-06-12 19:12:35 +02:00
tobspr
3af6532d32
Refactor pinned shapes and make them smart, closes #72
2020-06-12 18:38:13 +02:00
tobspr
2c4d8e40fd
Add korean translation
2020-06-12 10:38:16 +02:00
tobspr
15877f3040
German translations, minor improvements
2020-06-11 19:17:06 +02:00
Jaysc
f4d1e5447d
Reordered continue and added new game button
2020-06-11 15:17:50 +01:00
tobspr
c434f7a59f
Multiple fixes (see changelog)
2020-06-11 11:51:24 +02:00
tobspr
aa6bd04881
Fix some translations and backward compatibility
2020-06-11 11:06:28 +02:00
Jaysc
ef3d492b41
Added continue button
2020-06-10 18:21:24 +01:00
tobspr
0fc1390769
Add language chooser to main menu
2020-06-10 12:29:21 +02:00
tobspr
7c0565ab35
Add initial German Translation
2020-06-10 12:18:13 +02:00
tobspr
95a437a8bb
Merge branch 'master' of https://github.com/tobspr/shapez.io
2020-06-10 11:49:55 +02:00
tobspr
89f934024b
Merge pull request #44 from hexagonhexagon/shop-ui-tweak
...
Make upgrade formatting more clear
2020-06-10 11:49:41 +02:00
tobspr
90c7b87e31
Minor UX Improvements
2020-06-10 11:49:33 +02:00
tobspr
e78af50ba1
Minor css improvements to pinned shapes
2020-06-10 11:38:49 +02:00