1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00
tobspr_shapez.io/src/js
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
..
core Achievements (#1087) 2021-03-10 07:33:39 +01:00
game Achievements (#1087) 2021-03-10 07:33:39 +01:00
platform Achievements (#1087) 2021-03-10 07:33:39 +01:00
profile Add wires tutorial 2020-10-08 19:40:58 +02:00
savegame Achievements (#1087) 2021-03-10 07:33:39 +01:00
states Adjustments to support chinese versions 2021-03-09 10:07:19 +01:00
webworkers Fix tslint 2020-08-11 13:29:47 +02:00
.gitignore Compress sounds into atlas 2020-05-19 11:08:28 +02:00
application.js Achievements (#1087) 2021-03-10 07:33:39 +01:00
changelog.js Fix items overlapping sometimes, fix constant signal being editable 2020-12-09 10:41:49 +01:00
globals.d.ts Adjustments to support chinese versions 2021-03-09 10:07:19 +01:00
jsconfig.json Move item processing into separate methods 2020-09-19 17:55:36 +02:00
languages.js Hungarian Translation 100% (#895) 2020-10-31 12:20:29 +01:00
main.js Disable analytics and logrocket for now 2020-06-10 11:52:59 +02:00
translations.js Fix german being default language 2020-06-12 09:03:03 +02:00
tsconfig.json LibGDX Texture Packing (finally!) (#755) 2020-10-04 09:21:37 +02:00
tslint.json Run prettier on all files and add status badge 2020-05-14 09:01:38 +02:00