1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
Commit Graph

1945 Commits

Author SHA1 Message Date
Tobias Springer
f83e9f0fb8 Multiple fixes to the achievements 2021-03-10 11:59:47 +01:00
Tobias Springer
c6e18e9beb Minor release adjustments 2021-03-10 10:49:54 +01:00
Tobias Springer
dfd64a901b Minor marketing adjustments 2021-03-10 10:10:18 +01:00
Tobias Springer
226149a40f Prepare the achievements update 2021-03-10 09:29:20 +01:00
Rijicho
837b0d8007
Update Japanese translation of tips (#1088)
fixed some strange/duplicated/ambiguous Japanese texts in tips.
2021-03-10 07:34:39 +01:00
hcanergun
6c46c3a5bc
Update base-tr.yaml (#1086)
Some "i" letters in the translation were capitalized
+  there were one english word fixed that tho
2021-03-10 07:34:13 +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
DJ1TJOO
373d49cc2d Added support to access everything inside shapez.io folder 2021-03-09 14:45:18 +01:00
DJ1TJOO
a0d87be6c0 Added support for opening with files 2021-03-09 13:14:45 +01:00
Tobias Springer
afdce2268e Minor path fixes 2021-03-09 11:44:12 +01:00
Tobias Springer
1ee03d7398 Adjustments to support chinese versions 2021-03-09 10:07:19 +01:00
DJ1TJOO
6164893422 Added support for "shapezio" protocol on standalone
This is and ipc event and is accessible via mods
2021-03-09 09:59:05 +01:00
tobspr
e53ec8d6af Update chinese translation 2021-03-08 11:59:45 +01:00
anitmyan
0b18cedd81
Update base-ja.yaml (#1085)
Changed ベルトリーダ to ベルトリーダー
2021-03-08 11:01:34 +01:00
hcanergun
3f7b0053c3
Update base-tr.yaml (#1083)
Dödürcü was wrong for rotator there was typo it should be "Döndürücü"
2021-03-08 11:01:21 +01:00
RevosCZ
b03f117728
Update base-cz.yaml (#1080)
* Update base-cz.yaml

Decided to solve the issue with the picture overlapping the name of buildings by shortening the words into shortcuts.

* Update base-cz.yaml
2021-03-08 11:01:04 +01:00
Flipper5201
24240d514b
massCutConfirm, line 187 (#1079)
This should translated to (<count> w roli ścisłości), not (<count> gwoli ścisłości).
2021-03-08 11:00:45 +01:00
RevosCZ
8850ab6c08
Update base-cz.yaml (#1075)
* Update base-cz.yaml

Nothing special, just noticed a missing gap :D

* Update base-cz.yaml
2021-03-04 07:00:55 +01:00
DJ1TJOO
1e349df470 Updated language files to current version 2021-03-02 14:46:46 +01:00
DJ1TJOO
8a2394eaf2 Fixed wire 2021-03-02 14:40:19 +01:00
DJ1TJOO
c86c635a82 Changed building static declarations 2021-03-02 14:33:22 +01:00
DJ1TJOO
db215dc5b3 Formated 2021-03-02 14:13:02 +01:00
DJ1TJOO
f789dcc80e Limited performFsJob to parent folder 2021-03-02 14:06:50 +01:00
DJ1TJOO
f61ba6fec9 Merge branch 'modloader' of https://github.com/DJ1TJOO/shapez.io into modloader 2021-03-02 13:50:12 +01:00
DJ1TJOO
dd23eb741d Fixed some static declarations 2021-03-02 13:50:09 +01:00
Thomas (DJ1TJOO)
6d3baf9f80
Update README.md 2021-03-02 13:20:12 +01:00
DJ1TJOO
ca5218561f Added better support for hud parts 2021-02-28 20:39:51 +01:00
DJ1TJOO
bd39112f10 Fixed more scss 2021-02-28 18:47:10 +01:00
DJ1TJOO
82a830e9a2 Fixed scss spaces 2021-02-28 18:44:04 +01:00
DJ1TJOO
7b755c8956 Changed back to dartSass 2021-02-28 18:29:34 +01:00
DJ1TJOO
37d64d9e76 Fixed uneeded changes 2021-02-28 18:25:20 +01:00
DJ1TJOO
9d40d17731 Removed number check for savegameInterfaces 2021-02-28 18:03:31 +01:00
DJ1TJOO
fa7865d787 getIsUnlocked changed in metabuilding
Made return this.getAvailableVariants(root).length > 0;
Removed in other buildings as it is default for all
2021-02-28 18:01:01 +01:00
DJ1TJOO
6d08ebaa13 Fixed tslint errors 2021-02-26 19:13:34 +01:00
DJ1TJOO
6a7e8524bb Fixed animation.scss, electron index
In electron fname is changed instead of a whole if else statement
Animation.scss is back to normal
2021-02-26 17:56:40 +01:00
DJ1TJOO
8298866424 Fixed dynamic_ui scss 2021-02-26 17:38:20 +01:00
DJ1TJOO
4b2e194ea3 Prettiered 2021-02-26 16:59:41 +01:00
DJ1TJOO
e993346e9b Removed config.local 2021-02-26 16:59:21 +01:00
DJ1TJOO
68fb8290bc Updated gitnore 2021-02-26 16:57:54 +01:00
DJ1TJOO
fa68e13286 Fixed imports 2021-02-26 16:41:17 +01:00
DJ1TJOO
9f5ceff0bb Prettier and readded shapez.io logo 2021-02-26 16:29:37 +01:00
DJ1TJOO
31a6444bfc Deleted docs for comparing 2021-02-26 15:23:09 +01:00
DJ1TJOO
dfef3713a7 Init 2021-02-26 15:20:37 +01:00
coderadu
14d09a7d52
Translated more and made it more understandable (#1068) 2021-02-11 13:06:19 +01:00
DJ1TJOO
f519facafe
Merge pull request #1 from tobspr/master
Update to master tobspr
2021-02-10 10:51:25 +01:00
Atum
d1d91dcf3c
Portuguese translation fixes (#1064)
Some more fixes i came across on the Portuguese translation, typos and suggestions
2021-02-03 09:25:54 +01:00
Fernando
1ab3c8c05d
translated what was missing for PT-BR (#1060) 2021-02-03 09:25:15 +01:00
Specter711497
aa4949c90f
Update base-zh-TW.yaml (#1057)
912  - 地圖永遠部會自然生成完整的風車圖形。is not correct.
        - 地圖永遠不會自然生成完整的風車圖形。is correct.
2021-01-17 15:16:29 +01:00
tobspr
5a928a8ad3 Merge branch 'master' of https://github.com/tobspr/shapez.io 2021-01-17 15:14:32 +01:00
tobspr
d8261a0b31 Closes #1052 2021-01-17 15:14:29 +01:00