* 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.
Ich habe item(s) nicht übersetzt, da es im allgemeinen Sprachgebrauch recht häufig vorkommt. Außerdem bin ich mit der Übersetzung von "goal acceptor" noch nicht ganz zufrieden.
* Update base-pt-BR.yaml for the Puzzle DLC.
I updated the Brazilian Portuguese translation of the Puzzle DLC. It's my first time working with translation on GitHub so some things might not be perfect.
* Update base-pt-BR.yaml
* Update base-pt-BR.yaml for the Puzzle DLC.
More translation for the Puzzle DLC.
* Update base-pt-BR.yaml for the Puzzle DLC.
Just some corrections/improvements
* Update base-pt.BR.yaml
More improvements
* Update base-pt-BR.yaml
fixed double space
* Translated Puzzle DLC
Translated all puzzle dlc text
If you find any spelling mistakes or sentences that sound weird please correct me.
Also I couldn't find a better names for the new buildings:
Constant Producer --> Constante Producent
Goal Acceptor --> Doel Acceptant
Block --> Muur
* Made names consistent
* Fixed some lint issues
* Changed the name for block from muur to blokkade
* Doel Acceptant --> Ontvanger
HUB -> Centro
HUD -> Interfaz (almost no-one that knows spanish uses "HUD")
All (hopefully) things that weren't translated now are
Decimals and thousands are now how they should be in spanish: 1.000.000,69
* Puzzle mode (#1135)
* Add mode button to main menu
* [WIP] Add mode menu. Add factory-based gameMode creation
* Add savefile migration, serialize, deserialize
* Add hidden HUD elements, zone, and zoom, boundary constraints
* Clean up lint issues
* Add building, HUD exclusion, building exclusion, and refactor
- [WIP] Add ConstantProducer building that combines ConstantSignal
and ItemProducer functionality. Currently using temp assets.
- Add pre-placement check to the zone
- Use Rectangles for zone and boundary
- Simplify zone drawing
- Account for exclusion in savegame data
- [WIP] Add puzzle play and edit buttons in puzzle mode menu
* [WIP] Add building, component, and systems for producing and
accepting user-specified items and checking goal criteria
* Add ingame puzzle mode UI elements
- Add minimal menus in puzzle mode for back, next navigation
- Add lower menu for changing zone dimenensions
Co-authored-by: Greg Considine <gconsidine@users.noreply.github.com>
* Performance optimizations (#1154)
* 1.3.1 preparations
* Minor fixes, update translations
* Fix achievements not working
* Lots of belt optimizations, ~15% performance boost
* Puzzle mode, part 1
* Puzzle mode, part 2
* Fix missing import
* Puzzle mode, part 3
* Fix typo
* Puzzle mode, part 4
* Puzzle Mode fixes: Correct zone restrictions and more (#1155)
* Hide Puzzle Editor Controls in regular game mode, fix typo
* Disallow shrinking zone if there are buildings
* Fix multi-tile buildings for shrinking
* Puzzle mode, Refactor hud
* Puzzle mode
* Fixed typo in latest puzzle commit (#1156)
* Allow completing puzzles
* Puzzle mode, almost done
* Bump version to 1.4.0
* Fixes
* [puzzle] Prevent pipette cheats (miners, emitters) (#1158)
* Puzzle mode, almost done
* Allow clearing belts with 'B'
* Multiple users for the puzzle dlc
* Bump api key
* Minor adjustments
* Update
* Minor fixes
* Fix throughput
* Fix belts
* Minor puzzle adjustments
* New difficulty
* Minor puzzle improvements
* Fix belt path
* Update translations
* Added a button to return to the menu after a puzzle is completed (#1170)
* added another button to return to the menu
* improved menu return
* fixed continue button to not go back to menu
* [Puzzle] Added ability to lock buildings in the puzzle editor! (#1164)
* initial test
* tried to get it to work
* added icon
* added test exclusion
* reverted css
* completed flow for building locking
* added lock option
* finalized look and changed locked building to same sprite
* removed unused art
* added clearing every goal acceptor on lock to prevent creating impossible puzzles
* heavily improved validation and prevented autocompletion
* validation only checks every 100 ticks to improve performance
* validation only checks every 100 ticks to improve performance
* removed clearing goal acceptors as it isn't needed because of validation
* Add soundtrack, puzzle dlc fixes
Co-authored-by: Greg Considine <gconsidine@users.noreply.github.com>
Co-authored-by: dengr1065 <dengr1065@gmail.com>
Co-authored-by: Sense101 <67970865+Sense101@users.noreply.github.com>
* Update base-pt-BR.yaml
Some changes in the use of the word "hotkey" and translation of the comments.
* Update base-pt-BR.yaml
* Update base-pt-BR.yaml
Translated the new content in lines 632-637 and 955-972. Also fixed some awkward translations to more fitting ones from before, now that I've played the game more
- Translated the added texts.
- Renamed Color Mixer from "混合機" to "混色機" because the former has only represented "Mixer".
- Fixed some wrong or incomprehensible texts (e.g. the information about tick-rate setting).
- Fixed some inconsistency and redundancy.
Some Japanese translations of tips were updated by the commit 65d4c64, but it was just deletion and English duplication of some existing tips, so I fixed them in accordance with the latest English tips.
* Update Japanese translation
Fixed some spelling inconsistencies, typos and unnatural expressions in Japanese translation file.
Also, the spaces after the exclamation marks are unified to full-width, which is a custom of Japanese writing.
* Removed trailing-space
yaml-lint test has notified me the error.
* Set building rotation with arrow keys ⬆⬇⬅➡
Adds 4 default keybinds to quickly set building rotation in each of the
four cardinal directions - up, down, left, and right - using the arrow keys.
* Address feedback, remove needless else