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

2756 Commits

Author SHA1 Message Date
Matthew
37edcb6751
Merge pull request #816 from plague006/17/player_built_tile
[17][Fix] Fix for possible nil item in on_player_built_tile
2019-02-26 10:11:23 -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
Matthew
cd80a3a490
Merge pull request #818 from grilledham/0.17/sc_fix
[17][Fix] Changed sc to dc
2019-02-25 10:47:51 -05:00
grilledham
2ff799f030 Changed sc to dc 2019-02-25 15:17:45 +00:00
plague006
6fab882c2f Fix for possible nil item in on_player_built_tile 2019-02-24 21:40:08 -05:00
grilledham
f2849b0fb8 visible_fixes 2019-02-24 23:07:15 +00:00
plague006
dbe746ce8d Drop unnecessary tables. 2019-02-24 16:58:06 -05:00
plague006
fa145e4bb4 Raise events where appropriate. 2019-02-24 16:04:53 -05:00
plague006
3a7a059795 Add cheat items to cheats 2019-02-24 15:55:06 -05:00
plague006
68c19734a2 Add scenario_data_manipulation 2019-02-24 10:45:48 -05:00
plague006
8b814316e4 Take offline and invalid players for probation add/remove as well as regular-remove 2019-02-24 08:25:14 -05:00
SimonFlapse
5c6d7b32f5 Improved performance_scale
It now keeps track of applied modifiers and doesn't override modifiers given from third parties.

It now works with diggy
2019-02-24 12:51:09 +01:00
Matthew
76871eefbf
Merge pull request #799 from grilledham/player_create/refactor_cheat_mode
Move cheat mode code into separate block.
2019-02-23 18:22:28 -05:00
grilledham
a0f4b64411 fix missing config variable 2019-02-23 13:40:20 -05:00
grilledham
3f9a6e3742 move cheat mode code into seperate function 2019-02-23 13:40:20 -05:00
plague006
8720432a55 Fix punctuation 2019-02-23 13:34:58 -05:00
Matthew
5ec2b0c802
Merge pull request #794 from Refactorio/RM-readme
linked to CC guide
2019-02-23 13:31:03 -05:00
Matthew
bd28952ae3
Merge pull request #785 from plague006/regular_command
Break regular command apart
2019-02-23 12:48:35 -05:00
plague006
c7591a1e97 Change Color.information to Color.info, fix missing comma from bad conflict fix 2019-02-23 12:31:28 -05:00
Matthew
566735e905
Merge branch 'develop' into regular_command 2019-02-23 12:19:15 -05:00
plague006
f2768cdc89 Avoid potential desyncs by not using ref to config in functions 2019-02-23 12:09:10 -05:00
grilledham
4a410ecf87 add regular commands notice for admins 2019-02-23 16:54:53 +00:00
Matthew
d0e2cb969a
Merge pull request #727 from plague006/donator_commands
Donator commands
2019-02-23 11:46:43 -05:00
plague006
9b4b907ea4 Remove Color 2019-02-23 11:32:42 -05:00
plague006
acc928312b More doc 2019-02-23 11:21:32 -05:00
plague006
ec50016f3a Remove redundant checks and message delay, refine doc. 2019-02-23 11:19:52 -05:00
grilledham
0db02230ca grilled's changes 2019-02-23 16:06:23 +00:00
plague006
46afaec38d Check for 0 entry tables 2019-02-23 10:56:25 -05:00
plague006
25a61256f0 Move generic death message into print after timeout 2019-02-23 10:54:36 -05:00
Matthew
c03b9c0cdd
Merge pull request #796 from grilledham/debugger/event_view_global_fix
Debugger/event view global fix
2019-02-23 10:33:40 -05:00
Simon
055d6602dc
Merge pull request #798 from plague006/fix/apocalypse
Set evolution scale when activating the apocalypse
2019-02-23 16:27:44 +01:00
plague006
0b5a22b6c8 Set evolution scale when activating the apocalypse 2019-02-23 10:20:38 -05:00
grilledham
91eaf60af8
Merge pull request #797 from grilledham/player_list/fix_donator_sort_function
fix player_list sort by rank
2019-02-23 14:47:00 +00:00
grilledham
8050de4414 fix player_list sort by rank 2019-02-23 14:39:59 +00:00
grilledham
ee6d347b98 removed unused require 2019-02-23 14:03:54 +00:00
grilledham
ba87c468ce on_open_debug callback 2019-02-23 13:08:47 +00:00
theorangeangle
a1735d2054
Update README.md with a link
Linked to Content Creator guide under Documentation.
2019-02-23 02:12:13 -06:00
plague006
ec7d638228 on-join -> welcome 2019-02-22 17:37:51 -05:00
Matthew Heguy
d4a6d2b237 Add on_death 2019-02-22 17:37:51 -05:00
Matthew Heguy
19fb003f7e Expand donator messages 2019-02-22 17:37:50 -05:00
plague006
b090a736a8 Add donator commands 2019-02-22 17:37:50 -05:00
grilledham
a1aa2add44 Replace Global with global 2019-02-22 22:23:38 +00:00
plague006
f143f9583a Break regular+probation commands apart, switch to localised strings, refine color use 2019-02-22 15:07:55 -05:00
Simon
3075b0c64d
Merge pull request #791 from SimonFlapse/evo_gui_fix
Updating evolution gui on player joined
2019-02-22 20:43:48 +01:00
SimonFlapse
c5ad9f3f5a Added gui update on join 2019-02-22 13:51:20 +01:00
Matthew
626fbef3b8
Merge pull request #686 from SimonFlapse/Modded-Diggy-Buffs
[Diggy] Restoring buffs every 61 ticks
2019-02-21 17:02:39 -05: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
6d68639307
Update map_gen/maps/diggy/feature/experience.lua
Co-Authored-By: SimonFlapse <44922798+SimonFlapse@users.noreply.github.com>
2019-02-21 22:43:01 +01:00
Matthew
a271e9afac
Update map_gen/maps/diggy/feature/experience.lua
Co-Authored-By: SimonFlapse <44922798+SimonFlapse@users.noreply.github.com>
2019-02-21 22:42:48 +01:00
Matthew
944aaa15c7
Update map_gen/maps/diggy/feature/experience.lua
Co-Authored-By: SimonFlapse <44922798+SimonFlapse@users.noreply.github.com>
2019-02-21 22:42:35 +01:00