Commit Graph

1064 Commits

Author SHA1 Message Date
MaxwellSalmon 29b0d41d66
Update base-da.yaml (#1427)
Fixed some grammatical and spelling issues and translated a few strings.
2022-06-02 20:34:10 +02:00
tobspr bbb418a1d8 v1.5.2 2022-06-02 19:44:50 +02:00
tobspr 559c0fa854 Rebranding and minor polishing, part 2 2022-06-02 14:06:33 +02:00
Norbiros 1715682808
All polish translations done! (#1424)
* All polish translations done!

* Fix trailing spaces

* Remove all trailing spaces
2022-06-01 13:17:14 +02:00
Norbiros 7734cefc65
Some new polish translations (#1421) 2022-05-30 06:43:12 +02:00
Pierre Beitz 287e8e6ecd
Fix a grammar mistake in the french translation (#1408) 2022-04-04 08:56:16 +02:00
Quentin Roy c9110e81cf
Fix a few typos in the french translation (#1407)
* Fix a few typos in the french translation

* Fix a few more typos in French translation

* Fix quotation marks in French translation

* Fix incorrect French translation
2022-04-04 08:56:03 +02:00
Gautam Narayan 340e252264
Update base-ar.yaml (#1403) 2022-04-04 08:55:34 +02:00
Der Feldspatz 01d1a86cc7
Update base-de translation for mods (#1402)
* Update base-de translation for mods

* Trim trailing whitespace
2022-04-04 08:55:16 +02:00
Ademaro 603bb775cd
Update base-ru.yaml (#1393) 2022-03-04 22:17:28 +01:00
snailman07 f7c1ece5c6
Update base-sv.yaml (#1392) 2022-03-04 22:17:14 +01:00
sou7 895a9eb7ae
Translate tips for Japanese (#1387)
Some of them are in Japanese and English at the same tip, so I fix them too.
2022-02-20 10:38:08 +01:00
Ved_s 4f0af32a5e
Update base-ru.yaml (#1312)
* Update base-ru.yaml

I think other's comments about the game should stay in English, as Russian translation cannot precisely describe this

* Update base-ru.yaml
2022-02-13 21:14:34 +01:00
Daan Breur 3f3a2e0981
NL Translations for Mods and puzzleDLC (#1381)
* [NL] Mods and puzzleDLC

* Update base-nl.yaml

* Update base-nl.yaml
2022-02-13 21:11:52 +01:00
dobidon c4f26320a4
Translating new keys (#1380) 2022-02-13 21:11:38 +01:00
Pimak cb5c3f798a
Update base-fr.yaml for mods translation (#1377) 2022-02-13 21:11:16 +01:00
jbelbaz b7bc2ac1b7
Update base-fr.yaml (#1328)
Change of a few lines in English. I was unable to verify in-game integration ... I hope my work will fit.
glad to help :D
2022-02-13 21:10:11 +01:00
RevosCZ a1cc0cc49c
Update base-cz.yaml (#1366)
Added translations for the new mod update.
2022-02-03 08:40:06 +01:00
tobspr f13a48e812 Update translations 2022-02-01 17:34:38 +01:00
Manolo Edge e9c26a71e2
fixes typo in es translation file (#1359)
Just found a typo in Spanish translations, "trasnportadora" -> "transportadora"
2022-02-01 17:32:57 +01:00
Stamen b30916953f
Updated base-sr.yaml (#1334)
Translated the rest and fixed minor typos.
2022-02-01 17:32:45 +01:00
Erik 4a811be1c1
Update translations (#1331)
Added translations from last game update, fixed some typos.
2022-02-01 17:31:50 +01:00
wed 25273b308e
Update base-fr.yaml (#1321)
change letter case in "reward_cutter_and_trash" description
2022-02-01 17:30:09 +01:00
Froggi22 c346a25d6a
Update base-sv.yaml (#1314)
Edited and translated to row 412
2022-02-01 17:27:56 +01:00
Wumpus-js 896397cfad
Update base-fr.yaml (#1307) 2022-02-01 17:26:17 +01:00
Gumball73 376a4f5b23
Update base-pt-PT.yaml (#1305) 2022-02-01 17:25:59 +01:00
Artur Osipov 8f6e2cd30e
Added some translation for the main screen lines (#1300) 2022-02-01 17:25:27 +01:00
tobspr c41aaa1fc5
Mod Support - 1.5.0 Update (#1361)
* initial modloader draft

* modloader features

* Refactor mods to use signals

* Add support for modifying and registering new transltions

* Minor adjustments

* Support for string building ids for mods

* Initial support for adding new buildings

* Refactor how mods are loaded to resolve circular dependencies and prepare for future mod loading

* Lazy Load mods to make sure all dependencies are loaded

* Expose all exported members automatically to mods

* Fix duplicate exports

* Allow loading mods from standalone

* update changelog

* Fix mods folder incorrect path

* Fix modloading in standalone

* Fix sprites not getting replaced, update demo mod

* Load dev mod via raw loader

* Improve mod developing so mods are directly ready to be deployed, load mods from local file server

* Proper mods ui

* Allow mods to register game systems and draw stuff

* Change mods path

* Fix sprites not loading

* Minor adjustments, closes #1333

* Add support for loading atlases via mods

* Add support for loading mods from external sources in DEV

* Add confirmation when loading mods

* Fix circular dependency

* Minor Keybindings refactor, add support for keybindings to mods, add support for dialogs to mods

* Add some mod signals

* refactor game loading states

* Make shapez exports global

* Start to make mods safer

* Refactor file system electron event handling

* Properly isolate electron renderer process

* Update to latest electron

* Show errors when loading mods

* Update confirm dialgo

* Minor restructure, start to add mod examples

* Allow adding custom themesw

* Add more examples and allow defining custom item processor operations

* Add interface to register new buildings

* Fixed typescript type errors (#1335)

* Refactor building registry, make it easier for mods to add new buildings

* Allow overriding existing methods

* Add more examples and more features

* More mod examples

* Make mod loading simpler

* Add example how to add custom drawings

* Remove unused code

* Minor modloader adjustments

* Support for rotation variants in mods (was broken previously)

* Allow mods to replace builtin sub shapes

* Add helper methods to extend classes

* Fix menu bar on mac os

* Remember window state

* Add support for paste signals

* Add example how to add custom components and systems

* Support for mod settings

* Add example for adding a new item type

* Update class extensions

* Minor adjustments

* Fix typo

* Add notification blocks mod example

* Add small tutorial

* Update readme

* Add better instructions

* Update JSDoc for Replacing Methods (#1336)

* upgraded types for overriding methods

* updated comments

Co-authored-by: Edward Badel <you@example.com>

* Direction lock now indicates when there is a building inbetween

* Fix mod examples

* Fix linter error

* Game state register (#1341)

* Added a gamestate register helper

Added a gamestate register helper

* Update mod_interface.js

* export build options

* Fix runBeforeMethod and runAfterMethod

* Minor game system code cleanup

* Belt path drawing optimization

* Fix belt path optimization

* Belt drawing improvements, again

* Do not render belts in statics disabled view

* Allow external URL to load more than one mod (#1337)

* Allow external URL to load more than one mod

Instead of loading the text returned from the remote server, load a JSON object with a `mods` field, containing strings of all the mods. This lets us work on more than one mod at a time or without separate repos. This will break tooling such as `create-shapezio-mod` though.

* Update modloader.js

* Prettier fixes

* Added link to create-shapezio-mod npm page (#1339)

Added link to create-shapezio-mod npm page: https://www.npmjs.com/package/create-shapezio-mod

* allow command line switch to load more than one mod (#1342)

* Fixed class handle type (#1345)

* Fixed class handle type

* Fixed import game state

* Minor adjustments

* Refactor item acceptor to allow only single direction slots

* Allow specifying minimumGameVersion

* Add sandbox example

* Replaced concatenated strings with template literals (#1347)

* Mod improvements

* Make wired pins component optional on the storage

* Fix mod examples

* Bind `this` for method overriding JSDoc (#1352)

* fix entity debugger reaching HTML elements (#1353)

* Store mods in savegame and show warning when it differs

* Closes #1357

* Fix All Shapez Exports Being Const (#1358)

* Allowed setting of variables inside webpack modules

* remove console log

* Fix stringification of things inside of eval

Co-authored-by: Edward Badel <you@example.com>

* Fix building placer intersection warning

* Add example for storing data in the savegame

* Fix double painter bug (#1349)

* Add example on how to extend builtin buildings

* update readme

* Disable steam achievements when playing with mods

* Update translations

Co-authored-by: Thomas (DJ1TJOO) <44841260+DJ1TJOO@users.noreply.github.com>
Co-authored-by: Bagel03 <70449196+Bagel03@users.noreply.github.com>
Co-authored-by: Edward Badel <you@example.com>
Co-authored-by: Emerald Block <69981203+EmeraldBlock@users.noreply.github.com>
Co-authored-by: saile515 <63782477+saile515@users.noreply.github.com>
Co-authored-by: Sense101 <67970865+Sense101@users.noreply.github.com>
2022-02-01 16:35:49 +01:00
tobspr 0d1552e38c Merge branch 'master' of github.com:tobspr/shapez.io 2021-09-16 18:41:09 +02:00
tobspr 06011285d9 update translations 2021-09-16 18:41:07 +02:00
Andrei7506238 dae39dec9f
Update base-ro.yaml (#1299)
- Fixed some issues with previous translation
- Completed the translation of the base game to RO
- Translated the Puzzle DLC to RO

The translation is not always "mot-a-mot". It is rather an adaptation to RO (as some words in EN don't have a direct correspondent in RO). I tried to keep the same formating as before.
2021-09-14 08:43:11 +02:00
tobspr f483523f25 Merge branch 'master' of github.com:tobspr/shapez.io 2021-09-12 11:04:35 +02:00
tobspr 112e179bce Minor wegame adjustments 2021-09-12 11:04:32 +02:00
Erik 48ad65969e
Fix minor grammar fail. (#1297) 2021-09-12 10:55:48 +02:00
tobspr f00b8790bc Translation fixes 2021-09-02 16:25:47 +02:00
Kruger-Doggie c26496e7a7
updated base-en.yaml to new version (#1292) 2021-09-02 13:05:07 +02:00
dobidon 6c24730de7
Translating Turkish (base-tr.yaml) (#1294)
* Translating Turkish (base-tr.yaml)

- Translating additional keys

* Update base-tr.yaml
2021-09-02 13:04:34 +02:00
tobspr 358754307a Fix balancers 2021-08-29 14:43:13 +02:00
Vincent Ching a71d5f3db9
Update base-zh-TW.yaml (#1287)
* Update base-zh-TW.yaml

fix some misleading translations (e.g. logic gate descriptions), try to re-use pointers from English translation to unify some terms and names,

* Update base-zh-TW.yaml

adding pointer and unifying terms, fixing descriptions

* Update base-zh-TW.yaml

update translations

* Update base-zh-TW.yaml

reward descriptions

* Update base-zh-TW.yaml

formatting item, reward descriptions
2021-08-29 12:33:57 +02:00
battistalonardi 53d31b32d5
Fix italian translation (#1289)
Added italian translation for text that were still in English. Made uniform translations for rotater and painter
2021-08-29 12:00:54 +02:00
tobspr ba92e556cc Merge branch 'master' of github.com:tobspr/shapez.io 2021-08-28 13:54:55 +02:00
tobspr f8609d75cd Update chinese translation 2021-08-28 13:54:52 +02:00
즈눅 e4cb2094dd
Translate 'clear belt' for korean (#1286) 2021-08-28 13:37:10 +02:00
tobspr da7494213d Update translations 2021-08-26 17:01:12 +02:00
tobspr f61f25934f Add setting to always show shape tooltip 2021-08-26 14:29:22 +02:00
tobspr abff623194 Show unrated puzzles different, dark theme adjustments 2021-08-26 09:11:56 +02:00
tobspr 8b5cd160b6 DLC: Next Puzzle button & Search functionality, other stuff 2021-08-25 16:56:52 +02:00
Sense101 4b36426a77
Added shape tooltip - final version (#1251)
* Added shape tooltip

* Shortened and simplified shape tooltip code

* added special logic for cutters so they remove overlays of empty outputs, and added clearing overlays on clear items
2021-08-25 11:56:29 +02:00
tobspr 012818841d Wegame version adjustments 2021-08-16 12:34:40 +02:00
Ved-s 12783d5631
Update base-ru.yaml (#1278) 2021-08-06 14:55:55 +02:00
Stamen 354bb63b0a
Updated base-sr.yaml (#1275)
* Updated base-sr.yaml

Added all translations for Serbian language. This translation is, to my knowledge, 100% complete.

* Update base-sr.yaml

Fixed yamllint errors.
2021-08-04 12:55:45 +02:00
Stormweb b1b1f83782
Update base-nl.yaml (#1274)
* Update base-nl.yaml

New translation added

* Update base-nl.yaml

Fix #1194
2021-08-04 12:55:19 +02:00
Michael Möller 9c5658c668
Mere dansk (#1264)
* Update base-da.yaml

* En hel del mere dansk

* Tweaked some translations

* Commit conflicts resolved

* Typos
2021-08-04 12:51:07 +02:00
Alexis c11f571dd2
Update base-fr.yaml (#1191)
* Update base-fr.yaml

I added some translations for the puzzle mode and fixed some spelling and grammar errors made on previous traductions.

* Update base-fr.yaml

Many other translations (including puzzle mode) and some corrections

* Update base-fr.yaml

Many other translations (including puzzle mode) and some corrections

* Update base-fr.yaml

Some corrections

* Update base-fr.yaml

Some translations made on untranslated texts
2021-08-04 12:14:33 +02:00
Galo223344 d5fed6794d
Update base-es.yaml (#1249) 2021-06-30 10:28:36 +02:00
tobspr cc044e2547 Fix translation 2021-06-27 16:00:16 +02:00
RevosCZ 838deb380f
Update base-cz.yaml (#1244)
Translated the additional lines.
2021-06-27 15:54:14 +02:00
즈눅 efa2bfcea8
Update base-kor.yaml for DLC-related texts (#1243) 2021-06-27 15:54:00 +02:00
Der Feldspatz 3c0a544f03
Update base-de.yaml (#1241)
* sort, streamline and correct german translation

* fix spelling mistake

* Trim trailing whitespace in base-tr.yaml

* Minor spelling fixes in german translation

Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
2021-06-27 15:53:47 +02:00
즈눅 82a9ada891
Update base-kor.yaml (#1242) 2021-06-27 15:53:35 +02:00
DirkieDurky 79e8bd3196
Update translations (#1237)
New translations updated and fixed typing error
2021-06-25 16:20:20 +02:00
Kruger-Doggie 6ec2ff5d52
Updated base-de.yaml (#1232)
* Updated base-de.yaml

- Missing translations added
-Typing errors (from me) fixed

* Update base-de.yaml
2021-06-25 16:20:02 +02:00
Barış Can Yılmaz 8e8133ac15
fix turkish translation (#1228)
fixed typoes and translated english texts
2021-06-25 16:19:30 +02:00
tobspr 5074727efa Update translations and changelog 2021-06-24 19:16:10 +02:00
Sooxin 3cc179e283
Replace some punctuation marks by Chinese version and optimize format (#1225) 2021-06-24 19:15:39 +02:00
Kruger-Doggie d4ef3a3a5e
Updated base-de.yaml (#1231)
Missing translations for Puzzle DLC added
2021-06-24 19:15:16 +02:00
YJSoft 4c2d1ba2d3
Fix korean translation (#1224) 2021-06-24 19:14:17 +02:00
dobidon 8eedd52963
Update base-tr.yaml (#1223)
* Update base-tr.yaml

* Update base-tr.yaml

Fixing YAML Syntax Error
2021-06-24 19:14:06 +02:00
Gumball73 bee3e6c626
Update base-pt-PT.yaml (#1222) 2021-06-24 19:13:53 +02:00
tobspr 7b18d54cbe Minor PR adjustments 2021-06-24 19:13:21 +02:00
Sense101 1c23549b39
Added a button to clear all non fixed buildings in both modes (#1229)
* added the new splitter

* Update base-en.yaml

* added clear buildings button to both game modes

* Minor cleanups and added translation for new button
2021-06-24 18:41:37 +02:00
Thomas (DJ1TJOO) 68f208181d
Added puzzle translations (#1220)
Removed inconsistencies in formal and informal language
2021-06-23 08:04:28 +02:00
lotgood 53b321422a
Update base-kor.yaml (#1219)
make to 100% translite
2021-06-23 08:04:06 +02:00
Andrea Nardecchia 0a1004aa7a
Italian translation addendum (#1218)
* Italian translation addendum

Added translation for the last added part

* Italian translation addendum

Fixed YAML warning

* Italian translation addendum

Fixed YAML error

* Fixed missing suff, again (italian)

Translated a missing section

* Fix typos

* Typo
2021-06-23 08:03:42 +02:00
tobspr 1290ae9af4 Rename "Official" to "Tutorial" to avoid confusions 2021-06-23 08:02:14 +02:00
tobspr d7abdfef90 Try out new DLC ownership checkling 2021-06-23 07:59:03 +02:00
tobspr acc25a93f0 Add hint about activating the DLC 2021-06-22 15:13:22 +02:00
tobspr 5b035d7778 Merge branch 'master' of https://github.com/tobspr/shapez.io 2021-06-22 11:22:51 +02:00
tobspr 6d3faabce5 v1.4.1 2021-06-22 11:22:49 +02:00
RevosCZ 1fa2ce29f9
Update base-cz.yaml (#1217)
* Update base-cz.yaml

Translated the additional lines for puzzle DLC.

* Update base-cz.yaml
2021-06-22 00:01:38 +02:00
NullTesla a2c9b1cbda
Update base-ru.yaml (#1216)
* Update base-ru.yaml

* Update base-ru.yaml
2021-06-21 13:40:26 +02:00
Intron014 704f850905
Update base-es.yaml (#1215) 2021-06-21 13:40:12 +02:00
tobspr cab21a43ca Update translations 2021-06-21 13:39:55 +02:00
tobspr 59156c7a03 Update translation files, again 2021-06-20 17:43:00 +02:00
tobspr cc3242011f Allow deleting puzzles 2021-06-20 17:42:44 +02:00
tobspr 2765e6e81d Merge branch 'master' of https://github.com/tobspr/shapez.io 2021-06-20 17:15:43 +02:00
tobspr a5879b2123 Update translations 2021-06-20 17:15:10 +02:00
Intron014 d70fa78ff2
Update base-es.yaml (#1214)
* Translation of Logging in

* Typo fixed
2021-06-20 12:43:29 +02:00
tobspr 39d6d3d565 Minor adjustments, add "trending weekly" 2021-06-20 11:50:36 +02:00
tobspr 416f89bbf4 - Puzzle DLC browser improvements / new categories
- Fix errors not being thrown sometimes
- Minor other stuff
2021-06-19 17:16:01 +02:00
tobspr 978c07ccc4 Fix typo 2021-06-19 16:20:04 +02:00
tobspr cc49e3ccc3 Fix translations 2021-06-19 16:19:40 +02:00
Andrea Nardecchia 3cfa016e54
Italian puzzle translation (#1211)
* Italian puzzle translation

Notes for reviewers:
-Celebs comments are not translated
-Bad puzzle title has been translated with a more generic loading failed
-I left "Puzzle DLC" everywhere even if not quite correct in Italian as it is found as such on steam
-Backend error types are not translated

* Update base-it.yaml
2021-06-19 16:18:26 +02:00
Yalun Hsu 4608f33c03
Correct zh-TW translation (#1208)
`painter` should be `上色機`
`切割機`  means `cutter` in zh-TW
2021-06-19 16:15:34 +02:00
DyDyou 3f273b41dc
Update base-fr.yaml (#1207)
* Update base-fr.yaml

i updated all translations of the puzzleMenu (French)  and how could i please if the translations are aprouved.

* Update base-fr.yaml

I heard the suggestions and modified some errors, thank you.
2021-06-19 16:15:17 +02:00
Roland Szabó d6e07b27c8
Dlc hungarian translation (#1206)
* WIP

* DLC Hungarian Translation
2021-06-19 16:14:43 +02:00
NullTesla 9715fc1563
Update base-ru.yaml (#1205)
Translation of Puzzle DLC.
2021-06-19 16:14:18 +02:00
Jesús Lapastora 3739f3c999
base-es.yaml updated (#1202)
* added puzzle DLC translations; fixed a couple

* added puzzle DLC translations; fixed a couple

* Fix YAML Syntax

L79: Had 6 spaces, replaced with 8 spaces (2 tabs), which was the
original indent.

* Fixed `short key` translation

The translation for `short key` didn't fit very well its meaning,
it was too literal. I've updated it with something that makes more
sense.
2021-06-19 13:31:24 +02:00
Glenn Martin Jensen 1183390603
Update Norwegian Translation (#1199)
* Update Norwegian Translation

Update Norwegian Translation

* Update base-no.yaml

* Update base-no.yaml
2021-06-19 13:30:35 +02:00
YJSoft 5629a50842
kor translation for Puzzle DLC (#1198)
I also translated missing translation for wire update
2021-06-19 13:29:54 +02:00