458 Commits

Author SHA1 Message Date
mamoniot
e20ef82eb5 added check for poisoned migrations 2023-04-30 21:00:50 -04:00
mamoniot
4470c15fd8 fixed cache invalidation bug 2023-04-30 18:05:57 -04:00
mamoniot
4908f84422 fixed typo 2023-04-30 16:32:47 -04:00
mamoniot
b7354024bc updated allow-list description 2023-04-30 16:32:22 -04:00
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
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
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
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
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
mamoniot
9fe93329cd updated changelog 2023-03-28 23:23:04 -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
mamoniot
d843ff120b minor fix 2023-03-27 12:24:12 -04:00
mamoniot
2df2f70b25 improved recipe logic 2023-03-27 12:23:48 -04:00
Will Berry
01638ab1c8 Adjust manager tick rate setting to double and default of 1 per discord discussion 2023-03-25 12:07:09 -04:00
Monica Moniot
3676bbee76 Merge pull request #49 from mamoniot/experimental-bug-fixes
addresses bug report (experimental) Non-recoverable error clearing network filter in GUI, reset_player crash on loading save
2023-03-24 14:47:54 -04:00
Monica Moniot
11facd1d24 Merge pull request #50 from rbandl/main
Fixed inaccurate automatic allow-lists in some cases when using loaders
2023-03-24 14:37:38 -04:00