Commit Graph

464 Commits

Author SHA1 Message Date
mamoniot
ecea6f66f2 updated en locale 2023-04-30 16:02:47 -04:00
mamoniot
83fe065262 updated changelog 2023-04-30 15:55:43 -04:00
mamoniot
03ba4aca49 fixed broken translation key 2023-04-30 15:54:51 -04:00
Monica Moniot
4231cbf093 Merge branch 'beta' into dev 2023-04-30 15:45:43 -04:00
mamoniot
230fe3a732 removed unused migration 2023-04-30 15:43:42 -04:00
mamoniot
2d33b908dd bugfixed SE 2023-04-30 15:39:32 -04:00
mamoniot
07aa682124 added caching to SE 2023-04-30 15:23:46 -04:00
Monica Moniot
c0c0bf2a85 Merge pull request #80 from mamoniot/dev
preparing 1.2.14 release
2023-04-30 14:36:20 -04:00
mamoniot
e09cd1412a updated changelog 2023-04-30 14:35:26 -04:00
mamoniot
a299cb694c updated changelog 2023-04-30 14:32:52 -04:00
Monica Moniot
145fde8345 Merge pull request #79 from mamoniot/dev
Dev
2023-04-30 14:28:20 -04:00
Monica Moniot
7e4b2b5241 Merge pull request #67 from Sharparam/fix-nullius-localised-names
Fix Nullius overwriting localised names
2023-04-30 14:27:12 -04:00
Monica Moniot
23d5b65446 Merge pull request #69 from mamoniot/beta-close-manager-gui-with-e-and-esc
Bind the on_gui_closed event for manager_window
2023-04-30 14:26:41 -04:00
Monica Moniot
7c82f07d08 Merge pull request #70 from mamoniot/beta-localizedstring-entity-fix
Add fallback value in GUI sprite button tooltips for entity prototypes
2023-04-30 14:26:31 -04:00
Monica Moniot
5d128ea9d0 Merge pull request #71 from mamoniot/beta-on-nth-tick-collision-fix
Fix edge case registering script.on_nth_tick() handlers in script/main.lua
2023-04-30 14:26:13 -04:00
Monica Moniot
4b1727f497 Merge pull request #76 from Eldrinn-Elantey/beta-localization-fork-this
Localization of the manager interface into Russian
2023-04-30 14:25:34 -04:00
Eldrinn-Elantey
c4e74b54c0 Edits from iassasin
Co-Authored-By: Igor <20709774+iassasin@users.noreply.github.com>
2023-04-06 11:41:41 +04:00
Eldrinn-Elantey
b823829e08 Primary translation into Russian
The primary translation of the Cybersyn Manager interface into Russian
2023-04-05 05:36:54 +04:00
Eldrinn-Elantey
6044dcbe85 File replacement for ease of translation 2023-04-05 05:36:14 +04:00
Will Berry
32d20b9465 Attempted bugfix for NRE when e.element is nil 2023-04-04 16:17:27 -04:00
Will Berry
b846bb6619 Merge pull request #75 from mamoniot/beta-localizedstring-entity-fix
Add fallback value in GUI sprite button tooltips for entity prototypes
2023-04-04 14:53:25 -04:00
Will Berry
16af2d0fbf Merge pull request #74 from mamoniot/beta-on-nth-tick-collision-fix
Fix edge case where manager script.on_nth_tick could clobber main scr…
2023-04-04 14:52:51 -04:00
Will Berry
f831e77037 Merge pull request #73 from mamoniot/beta-close-manager-gui-with-e-and-esc
Beta close manager gui with e and esc
2023-04-04 14:52:09 -04:00
Will Berry
c37e8da9ed Merge pull request #72 from mamoniot/beta
Backport Bug-fixes
2023-04-04 14:51:18 -04:00
Will Berry
99bd75396a Flag additional strings for review 2023-04-04 14:07:54 -04:00
Will Berry
096d515df2 Cleaned up unused LTN Manager strings, added new string templates 2023-04-04 14:00:15 -04:00
Will Berry
31ce9d598e Fix edge case where manager script.on_nth_tick could clobber main script.on_nth_tick 2023-04-04 12:09:16 -04:00
Will Berry
704acf3850 Add fallback value in GUI sprite button tooltips for entity prototypes 2023-04-04 11:53:23 -04:00
Will Berry
feeb31cc33 Revert unnecessary change 2023-04-03 15:19:57 -04:00
Will Berry
7c61dcff18 Bind the on_gui_closed event for manager_window 2023-04-03 15:16:24 -04:00
Monica Moniot
9f9477bffa Merge pull request #68 from mamoniot/beta-debug-revision-migration-fix
Fix Issue with debug revision breaking saves
2023-04-03 14:30:51 -04:00
Will Berry
03e2a2ba73 Fix clobbering of train network masks when debug revision runs after migration has already run 2023-04-03 13:44:10 -04:00
Adam Hellberg
8aca2151bb Fix Nullius overwriting localised names
Nullius modifies the names of some base items by writing to their
`localised_name` property. This modification is done before the
modified tables are copied and used by other mods (possibly depending on
load order).

As such, if mods use custom names from a `*.cfg` file, they will not be
respected unless the mod also writes to the `localised_name` property in
Lua code during the data stage.
2023-03-31 01:33:37 +02:00
Monica Moniot
5609e844c6 Merge pull request #66 from mamoniot/dev
added debug revision numbers
2023-03-29 16:33:22 -04:00
mamoniot
7b41bf9746 added debug revision numbers 2023-03-29 16:32:51 -04:00
Monica Moniot
84c6d56ed8 Merge pull request #65 from mamoniot/beta-bug-fix-gui-crash-each-signal-filter
Fix crash related to each network signal in GUI
2023-03-29 15:41:41 -04:00
Will Berry
3fc82e00d1 Remove superfluous conditional added prior to realizing filter can be cleared by right-clicking 2023-03-29 15:34:18 -04:00
Monica Moniot
1bb9fcc3bf Merge pull request #64 from mamoniot/dev
fixed typo
2023-03-29 15:30:04 -04:00
mamoniot
ae287209a4 fixed typo 2023-03-29 15:29:24 -04:00
Monica Moniot
4362079e35 Merge pull request #62 from mamoniot/beta-remove-LTNManager-incompatibility
Remove LTNManager hard incompatibility flag in info.json
2023-03-29 15:20:28 -04:00
Monica Moniot
2f61cfdf6c Merge pull request #63 from mamoniot/dev
fixed allow list logic and a migration crash
2023-03-29 15:20:18 -04:00
mamoniot
4ef0d245c8 fixed allow list logic 2023-03-29 15:19:02 -04:00
Will Berry
7ac4c2f660 Remove LTNManager hard incompatibility flag in info.json 2023-03-29 14:31:42 -04:00
Monica Moniot
eb2c84d109 Merge pull request #60 from mamoniot/dev
Creation of new 1.2.14 beta
2023-03-28 23:23:51 -04:00
mamoniot
9fe93329cd updated changelog 2023-03-28 23:23:04 -04:00
Monica Moniot
451cfe733b Merge pull request #59 from mamoniot/revert-57-main
Revert 57 main please PR to dev
2023-03-28 23:19:42 -04:00
Monica Moniot
d7f73080a2 Revert "Add en locale string and description for 'cybersyn-manager-updates-per-second'" 2023-03-28 23:19:02 -04:00
Monica Moniot
413028cc4f Merge pull request #57 from raymond-w-ko/main
Add en locale string and description for 'cybersyn-manager-updates-per-second'
2023-03-28 23:18:54 -04:00
Monica Moniot
08fd2fa9b6 Merge pull request #58 from ltuozzo/main
Initial translation to spanish
2023-03-28 23:18:07 -04:00
Lucas
565d03005a Initial translation to Spanish 2023-03-28 20:20:38 +01:00