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

57 Commits

Author SHA1 Message Date
Tobias Springer
4685f813e8 Achievements, fix no. 2 2021-03-10 12:50:43 +01:00
Tobias Springer
f83e9f0fb8 Multiple fixes to the achievements 2021-03-10 11:59:47 +01:00
Tobias Springer
226149a40f Prepare the achievements update 2021-03-10 09:29:20 +01:00
Greg Considine
26b842494f
Achievements (#1087)
* [WIP] Add boilerplate for achievement implementation

* Add config.local.template.js and rm cached copy of config.local.js

* [WIP] Implement painting, cutting, rotating achievements (to log only)

* [WIP] Refactor achievements, jsdoc fixes, add npm script

- Refactor achievements to make use of Signals
- Move implemented achievement interfaces to appropriate
platform folders (SteamAchievements in currently in use
in browser wrapper for testing)
- Fix invalid jsdocs
- Add dev-standalone script to package.json scripts

* Add steam/greenworks IPC calls and optional private-artifact dependency

* Include private artifacts in standalone builds

* Uncomment appid include

* [WIP] Add steam overlay fix, add hash to artifact dependency

* Update electron, greenworks. Add task to add local config if not present

* Add more achievements, refactor achievement code

* Add receiver flexibility and more achievements
- Add check to see if necessary to create achievement and add receiver
- Add remove receiver functionality when achievement is unlocked

* Add achievements and accommodations for switching states
- Fix startup code to avoid clobbering achievements on state switch
- Add a few more achievements

* Add achievements, ids. Update names, keys for consistency

* Add play time achievements

* [WIP] Add more achievements

* Add more achievements. Add bulk achievement check signal

* [WIP] Add achievements. Start savefile migration

* Add achievements. Add savefile migration

* Remove superfluous achievement stat

* Update lock files, fix merge conflict
2021-03-10 07:33:39 +01:00
tobspr
fa27d1681f Cleanup IS_DEMO flags and introduce Restriction Manager 2020-10-07 09:48:31 +02:00
tobspr
94266173d8 Introduce game modes and get rid of global level definitions etc 2020-10-07 08:36:02 +02:00
tobspr
1c97f3f32a Fix demo flags 2020-09-29 18:42:29 +02:00
tobspr
69a3ae39bd proper sandbox flags 2020-09-29 17:06:31 +02:00
tobspr
8ec2a90ae3 Do not send stats in sandbox 2020-09-29 11:19:16 +02:00
tobspr
e93b475f72 Rebalance, again 2020-09-29 11:14:27 +02:00
tobspr
d5f7a78386 Allow copying wire values 2020-09-28 14:45:53 +02:00
tobspr
c6eb1dad04 Rebalance the whole game, rename splitter -> balancer 2020-09-22 14:47:59 +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
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
Bjorn Stromberg
779ba8a1b8
Using reject here is uncaught, make this a single promise and resolve/reject accordingly (#556) 2020-08-15 16:26:54 +02:00
tobspr
3c34227c24 Unify assets, refactor waypoints 2020-08-14 12:14:15 +02:00
tobspr
f65b3728ed Improve wire auto-connect 2020-08-12 20:11:24 +02:00
tobspr
b19b87a6c8 Improve map overlay rendering and raise zoom limit 2020-08-11 13:17:39 +02:00
tobspr
2ee4f2efc7 Add more logging 2020-08-10 15:22:02 +02:00
Bjorn Stromberg
79158e2b56
Remove unused code (#526) 2020-08-06 11:28:28 +02:00
Bjorn Stromberg
cb1ff53338 Add TSLint to github actions, fix existing type errors 2020-07-22 11:15:16 +09:00
tobspr
05716e6a74 Fix page not loading sometimes 2020-07-13 22:46:07 +02:00
tobspr
34ef26b289 Fix multiple issues regarding saving / restoring games 2020-07-05 16:56:01 +02:00
tobspr
2e266f5f21 Get rid of 'builtins' file since its useless and causes performance issues 2020-06-27 10:51:52 +02:00
tobspr
b3de1f9207 Re-enable analytics 2020-06-24 17:59:43 +02:00
tobspr
9a67115ba7 Color blind mode 2020-06-22 14:32:24 +02:00
tobspr
1dee6a6aa2 Fix crash on safari 2020-06-05 11:38:34 +02:00
tobspr
9d0a218882 1.1.7 hotfix 2020-06-04 20:50:27 +02:00
tobspr
8779f1d5a3 Fix firefox not loading in private browsing mode 2020-06-03 16:10:34 +02:00
tobspr
23db5b117e Migrate old savegames 2020-06-01 12:49:04 +02:00
tobspr
e85728b73d Further waypoint improvements 2020-05-28 20:36:53 +02:00
tobspr
bf8b3253b9 Further firefox fixes 2020-05-25 12:15:52 +02:00
tobspr
4170874f3d Firefox fixes nr. 2 2020-05-25 12:04:25 +02:00
tobspr
d2903f5606 Multiple firefox fixes 2020-05-25 11:57:06 +02:00
tobspr
9033c9eb67 Special options while running on iogames.space 2020-05-24 17:49:12 +02:00
tobspr
9806b1df6c Add new analytics schema and fix tslint issues 2020-05-24 16:54:18 +02:00
tobspr
c502ecad0c Add small tutorial 2020-05-23 12:26:04 +02:00
tobspr
91e713fc00 Do not overload analytics server if entity arrays get too big 2020-05-23 09:16:26 +02:00
tobspr
ab5462e140 Prepare for the release on gamedistribution 2020-05-22 13:12:07 +02:00
tobspr
fec5dfd43c Add nicer error message when indexeddb is not available 2020-05-21 18:09:07 +02:00
tobspr
58442eaeec Prepare standalone build 2020-05-21 13:05:21 +02:00
tobspr
1056fe389d Multiple improvements to improve page load time 2020-05-19 11:24:51 +02:00
tobspr
ab25f4751d Remove unnecessary console output 2020-05-19 11:17:28 +02:00
tobspr
3ad359ef0b Minor build process fixes 2020-05-19 11:11:08 +02:00
tobspr
a7fff0dcd2 Compress sounds into atlas 2020-05-19 11:08:28 +02:00
tobspr
a60d23da77 Multiple improvements, fix saves on underground belts 2020-05-18 22:08:33 +02:00
tobspr
a70a937302 Initial support for translations 2020-05-17 12:12:13 +02:00
tobspr
224bc6c7e5 Add ability to import savegames, add game menu, multiple smaller improvements 2020-05-16 17:57:25 +02:00
tobspr
7870f011b8 Initial support for themes, sound improvements 2020-05-16 09:49:00 +02:00