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

2594 Commits

Author SHA1 Message Date
Matthew Heguy
ffed15c30e Do not punish if there are multiple passengers 2019-02-20 13:07:47 -05:00
Matthew Heguy
8907e828f5 Remove quote in locale 2019-02-20 12:40:25 -05:00
Matthew Heguy
5c362be410 print_admins to use locale 2019-02-20 12:27:03 -05:00
Matthew Heguy
3fe50a437f Switch to Global 2019-02-19 19:38:11 -05:00
Matthew Heguy
3d22658876 Rename allowed_to_nuke to is_trusted 2019-02-19 19:26:04 -05:00
Matthew Heguy
d7b3bac494 Check if train 2019-02-19 18:47:22 -05:00
Matthew Heguy
f49dccd1f4 Remove unneccessary nil and validity check 2019-02-19 18:42:46 -05:00
Matthew Heguy
ead93440ba Don't restrict train antigrief to force 'player', fix ref to player.name when player.valid is not true 2019-02-19 18:19:09 -05:00
plague006
ce4174b0bd Use commas as sep 2019-02-19 18:19:09 -05:00
SimonFlapse
307ba3684c Prevent train grief 2019-02-19 18:19:09 -05:00
Matthew
7de43bbe69
Merge pull request #776 from EssGeeEich/patch-1
Fixed typo in peaceful_mode_on setting
2019-02-19 17:51:19 -05:00
Mauro
eb135ffdeb
Fixed typo in peaceful_mode_on setting
Fixed typo for peaceful_mode_on that accidentally turned it off.
2019-02-19 23:17:37 +01:00
Matthew
74e724ab52
Merge pull request #774 from SimonFlapse/Diggy-fix-buffs
Tweaking level up formula for late late game
2019-02-19 14:24:27 -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
4696157555 return true for zero area bounding_box entities (bots) 2019-02-19 17:43:53 +00: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
SimonFlapse
34fd76592c Tweaking level up formula for late late game
Tweaking xp gained from infinite research to add 60% towards current level up progress.
Added max level for boosts
2019-02-19 17:24:21 +01:00
SimonFlapse
c72f8fe8ba Revert "Tweaking level up formula for late late game"
This reverts commit c00f786241.
2019-02-19 17:09:12 +01:00
SimonFlapse
c00f786241 Tweaking level up formula for late late game
Tweaking xp gained from infinite research to add 60% towards current level up progress.
Added max level for boosts
2019-02-19 17:02:07 +01:00
plague006
5cf640eecd Tweak readme (mostly to test the github webhook script) 2019-02-18 22:57:59 -05:00
Matthew
5f41b35328
Merge pull request #762 from plague006/toast_command
Add toast command
2019-02-18 21:20:33 -05:00
plague006
dfad6180ba Refine error message 2019-02-18 20:51:39 -05:00
Matthew
fb9d5e5503
Merge pull request #770 from plague006/loader_check
After init, check if loaders should be enabled.
2019-02-18 20:25:50 -05:00
Matthew
cf661952b0
Merge pull request #764 from plague006/split_commands
Split commands into their respective modules
2019-02-18 20:18:34 -05:00
plague006
b7f51cf10a Fix spacing 2019-02-18 16:56:32 -05:00
plague006
0155498a20 Load apocalypse 2019-02-18 01:56:36 -05:00
plague006
0c5ba99147 Add success, warning, fail colors as well as comments about which ranks are which numbers 2019-02-18 01:51:58 -05:00
plague006
8ccfe43cef Make lifecycle more readable. 2019-02-18 01:43:59 -05:00
plague006
00991ba5c4 Remove standard market from 1000x 2019-02-18 01:17:14 -05:00
plague006
7f53ad171d After init, check if loaders should be enabled. 2019-02-18 01:16:33 -05:00
Matthew
06915dd5bb
Merge pull request #744 from plague006/1000x
Add 1000x
2019-02-18 00:50:08 -05:00
plague006
b99bf99c4f Toast-all to toast 2019-02-17 11:55:01 -05:00
Matthew
e9a27f5151
Merge pull request #767 from grilledham/player_list/sort_donators
sort donators
2019-02-17 11:54:12 -05:00
grilledham
d622712f1f sort donators 2019-02-17 15:56:18 +00:00
Matthew
18976ee541
Merge pull request #765 from plague006/fix/jail_bug_in_train
Fix bug preventing jailing of a player in a train
2019-02-17 04:25:21 -05:00
plague006
169db650d1 Fix bug preventing jailing of a player in a train 2019-02-17 04:12:12 -05:00
plague006
70d11a46ae Small optimizations, doc refining, scope narrowing 2019-02-17 00:32:43 -05:00
plague006
7c29683b2e Split commands into their respective modules 2019-02-16 21:24:28 -05:00
plague006
e4eff300f2 Add toast command 2019-02-16 20:14:04 -05:00
Matthew
52ef181117
Merge pull request #763 from plague006/disable_command_search
Disable command search, and autoformat
2019-02-16 20:12:22 -05:00
plague006
b4b1bd21c0 Disable command search, and autoformat 2019-02-16 20:06:15 -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
plague006
0ae4cbcf0c Get rid of deep copy 2019-02-16 18:12:49 -05:00
Matthew
e508c9133c
Merge pull request #743 from plague006/create_market_on_launch
Create market on launch
2019-02-16 17:01:51 -05:00
Matthew
b8d47b73d5
Merge pull request #755 from plague006/fix/command_locale
Change command feedback and help text to use locale
2019-02-16 17:01:35 -05:00
Matthew
9587c37926
Merge branch 'develop' into fix/command_locale 2019-02-16 17:01:09 -05:00
Matthew
3526ccf1e4
Merge pull request #756 from plague006/fix/apocalypse_hail_hydra_desync
Fix/apocalypse hail hydra desync
2019-02-16 16:48:41 -05:00