1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
Commit Graph

245 Commits

Author SHA1 Message Date
plague006
4d1e6cb444 Fix event_view sorting, change name of error logging files. 2019-04-16 13:32:13 -04:00
Cooldude2606
601f940b3f Game.get_player_from_any not working for indexs 2019-04-09 20:27:07 +01:00
Matthew
6ad8f8725e
Merge pull request #860 from plague006/fix_locale
Fix bad locale in crashsite
2019-03-06 19:07:06 -05:00
Matthew
2fa76ac85e
Merge pull request #853 from plague006/restrict_script
luacheckrc tweaks to script and commands
2019-03-06 16:44:18 -05:00
Matthew Heguy
2ab1d38c5d Add command aliases, fix doc in event 2019-03-06 16:35:38 -05:00
plague006
ed3f47ff18 Don't overwrite script.generate_event_name as it errors if given an arg 2019-03-04 16:37:32 -05:00
plague006
b389c15cc5 luacheckrc tweaks to raise warnings when registering events through script, or registering a command through commands 2019-03-04 06:57:08 -05:00
Matthew
e43513fcc1
Merge pull request #849 from plague006/locale
The big localization push
2019-03-04 06:35:13 -05:00
plague006
c491b524ee Remove unused var 2019-03-04 06:15:36 -05:00
plague006
fe830039fa Remove command search 2019-03-04 05:53:02 -05:00
plague006
fe9eda2e45 Small updates+fixes 2019-03-03 17:54:51 -05:00
plague006
3268ec550e Change print strings to localised strings 2019-03-03 17:22:00 -05:00
plague006
55aa7fd916 Command descriptions
Remove search_command
Overhaul meltdown commands
Localize some gui
2019-03-03 17:21:59 -05:00
plague006
fc48d264cf Commands to locale
Change target_name refs to poll the player
2019-03-03 17:21:47 -05:00
plague006
7535506671 Make it fancy 2019-03-03 15:00:35 -05:00
plague006
535c675028 Add generate_event_name to event module 2019-03-03 13:03:24 -05:00
Matthew
f5bd27400e
Merge pull request #834 from plague006/pause_on_dump
Pause game when env_dump is set
2019-03-02 03:56:38 -05:00
Matthew
6a8d07cc8a
Merge pull request #836 from plague006/luacheckrc
Update luacheckrc to 0.17
2019-03-01 21:02:44 -05:00
plague006
23f955d1c3 Add exception for commands.add_command overwrite in command.lua 2019-03-01 20:46:32 -05:00
plague006
d58e2a7606 Add solid_rock 2019-03-01 14:18:41 -05:00
Matthew Heguy
5a52780b93 Pause game when env_dump is set 2019-02-28 15:05:34 -05:00
Matthew Heguy
ab6c50e717 Wrap in pcall 2019-02-28 11:48:48 -05:00
plague006
2428a93154 Add error_logging 2019-02-28 11:48:48 -05:00
Matthew
230c0a033c
Merge pull request #813 from grilledham/0.17/visible_fixes
[17][Fix] visible_fixes
2019-02-25 10:49:56 -05:00
grilledham
2ff799f030 Changed sc to dc 2019-02-25 15:17:45 +00:00
grilledham
f2849b0fb8 visible_fixes 2019-02-24 23:07:15 +00:00
Matthew
6b9f6b68f4
Merge pull request #788 from plague006/event_view
Add event toggles to debugger
2019-02-21 16:51:12 -05:00
Matthew
74c11132a8
Merge pull request #702 from SimonFlapse/Train-AntiGrief
Added anti grief for trains
2019-02-21 16:39:08 -05:00
Matthew Heguy
184d5fa56d Add event toggles to debugger, increment version of debuggertron 2019-02-21 13:43:40 -05:00
Matthew Heguy
5c362be410 print_admins to use locale 2019-02-20 12:27:03 -05:00
Matthew
0f9ad4b93f
Merge pull request #773 from theorangeangle/oldsci
Toxic_science_jungle.lua
2019-02-20 02:43:31 -05:00
Matthew Heguy
ba5f05297f Change options to match style of others: opposite of defaults 2019-02-19 20:02:50 -05:00
Matthew Heguy
ca7d6edbd5 Add missing comment tag 2019-02-19 19:58:56 -05:00
Matthew
16fe4a7345
Merge pull request #742 from plague006/apply_lifecycle
Apply lifecycle
2019-02-19 14:13:28 -05:00
Matthew
5f283c90d8
Merge pull request #723 from plague006/entity_restriction
Add generic entity restriction module
2019-02-19 14:02:32 -05:00
grilledham
adb8936cd0 switched ipairs to normal for loop 2019-02-19 17:28:00 +00:00
grilledham
d07458bc84 local references in event and event core 2019-02-19 17:24:46 +00:00
plague006
0fe8c61886 Add recipe_locker
(cherry picked from commit 684fd03587c1a4c39d44afb406f86058514e901a)
2019-02-19 00:46:00 -05:00
plague006
8ccfe43cef Make lifecycle more readable. 2019-02-18 01:43:59 -05:00
plague006
7c29683b2e Split commands into their respective modules 2019-02-16 21:24:28 -05:00
Matthew
2b18c30949
Merge pull request #760 from grilledham/print_override
print override to own module
2019-02-16 18:16:25 -05:00
grilledham
03b81f4221 Switch to log to allow localized strings 2019-02-16 18:15:50 -05:00
grilledham
17d799224c print override to own module 2019-02-16 12:57:10 +00:00
Matthew Heguy
d6d4df26f0 Change command feedback and help text to use locale 2019-02-14 14:35:11 -05:00
Matthew Heguy
52a0622995 Use locale for new rank system 2019-02-12 20:23:20 -05:00
Matthew Heguy
c95c935003 Fix no color to player_print 2019-02-12 20:22:13 -05:00
Matthew Heguy
fe3a67e682 Add more functions for increasing/decreasing ranks, remove all prints 2019-02-12 20:22:13 -05:00
plague006
e4df3b34a4 Add timestamp to log 2019-02-12 20:22:12 -05:00
plague006
e0b59e5fe6 Many fixes and tweaks 2019-02-12 20:22:12 -05:00
Matthew Heguy
63bb4e6a83 improve table doc
add instructions for changing ranks in ranks
add missing config entry
refine regular and probation commands
2019-02-12 20:22:12 -05:00