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

202 Commits

Author SHA1 Message Date
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
Matthew Heguy
28daf88f21 Overhaul rank system, command, donator, add probation rank 2019-02-12 20:22:12 -05:00
Matthew
44765cd966
Update core.lua 2019-02-12 09:35:35 -05:00
Matthew Heguy
596f329337 Fix print_except 2019-02-11 12:08:23 -05:00
Matthew Heguy
98657c9308 Fix reward printout 2019-02-05 10:50:13 -05:00
Matthew
4a71fe9b82
Merge pull request #700 from plague006/data_cycle
Add _LIFECYCLE as an indicator of where we are in the data lifecycle
2019-02-04 15:39:25 -05:00
plague006
d6e8b145af Fix doc in info, expand doc task, fix MP check in player_create 2019-02-04 14:40:27 -05:00
plague006
8d35c61108 Add doc for task.lua 2019-02-04 13:07:40 -05:00
Matthew
b2b91caf4a
Merge pull request #726 from plague006/command_notifications
Add command notifications
2019-02-04 12:28:09 -05:00
grilledham
be84bd1349
Merge pull request #732 from linaori/pling-for-toast
Pling for toast
2019-02-04 16:48:23 +00:00
grilledham
7d7485e5b4 grilled's suggestions 2019-02-04 16:37:23 +00:00
plague006
dbbe8aa7ac Fix param names in event (nobody ever reads the doc) 2019-02-03 16:37:57 -05:00
Lynn
c2b3fcc4f7 Review feedback 2019-02-03 11:28:00 +01:00
Lynn
398927844e Player can use /setting-all to show all their values 2019-02-03 11:27:21 +01:00
Lynn
3ebd1f5f7b Allow players to change their notification volume 2019-02-03 11:27:20 +01:00
Lynn
0179a1d96d
Merge pull request #712 from plague006/table
Refine/add functions in Table
2019-02-03 11:17:24 +01:00
plague006
50e686e775 Cleanup, check for player 2019-02-03 01:01:32 -05:00
Matthew
61b4d04f00
Merge pull request #674 from plague006/fix/player_rewards
Deal with negative numbers in a sane way in player rewards
2019-02-02 17:45:16 -05:00
Matthew Heguy
65d538374f Fix doc 2019-02-02 14:19:29 -05:00
Matthew Heguy
88754b5521 Add/refine table searching functions 2019-02-02 14:19:29 -05:00
plague006
0705a76ee0 Fix nested ifs 2019-02-02 12:11:31 -05:00
grilledham
ef9262abce Allow Debug.object_type to cope with LuaObjects that are invalid or do not have help function 2019-02-02 14:35:36 +00:00
plague006
950cfe10d3 Add command notifications 2019-02-01 20:46:12 -05:00
plague006
ddbae68baf Add color-redmew deprecation warning 2019-02-01 09:30:53 -05:00
plague006
47bafbac5c Remove eventcore dep 2019-02-01 09:22:14 -05:00
Matthew Heguy
7e6a632ebd Add _LIFECYCLE as an indicator of where we are in the data lifecycle 2019-01-30 19:39:11 -05:00
Matthew
214257b007
Merge pull request #716 from grilledham/debug_token
Debugger
2019-01-30 18:19:13 -05:00
grilledham
23e6d3815d debug mode 2019-01-30 22:16:44 +00:00
Lynn
6ac1062754
Merge pull request #704 from linaori/evolution-progress
Added a GUI element + toasts to notify of biter evolution
2019-01-29 19:04:22 +01:00
Matthew
5adf2c3dca
Fix calling obj.is_player before checking validity 2019-01-28 19:25:37 -05:00
Matthew Heguy
4dd4056592 Add get_player_from_any 2019-01-28 18:59:58 -05:00
Matthew Heguy
85a9c6d050 Add object_type() to Debug 2019-01-28 17:48:24 -05:00
Lynn
53fad1a75b Added a GUI element + toasts to notify of biter evolution 2019-01-28 21:21:33 +01:00
plague006
3d24f023c0 Remove deprecated tp commands
Refine messaging for deprecated commands
2019-01-27 16:44:45 -05:00
Matthew
129b6b031b
Merge pull request #677 from plague006/action_warnings
Action warnings
2019-01-27 15:24:36 -05:00
plague006
99f6f6893d Update doc 2019-01-27 15:23:52 -05:00
plague006
784983eb7d Fix doc 2019-01-25 13:16:25 -05:00
Matthew
87691f0fbd
Merge pull request #670 from plague006/table_get_random_dictionary_entry
Remove get_random, add get_random_dictionary_entry
2019-01-24 18:14:27 -05:00
Matthew Heguy
c210016999 Update docs 2019-01-24 16:11:02 -05:00
Matthew Heguy
d5be21a990 Chaaaaaaange places 2019-01-23 23:37:11 -05:00