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

1836 Commits

Author SHA1 Message Date
Matthew
c9369c3d14 Features cleanup (#414)
* Fix scoping, var names, unused functions, etc.

* Autoformat
2018-11-20 11:46:19 +01:00
Matthew
a1dae9ee91
Merge pull request #410 from plague006/add_changelog
Add changelog
2018-11-20 03:02:22 -05:00
Matthew
14903295d0
Merge pull request #409 from Refactorio/issue_templates
Add issue templates
2018-11-20 03:02:12 -05:00
Matthew Heguy
5157503e9a Autoformat and remove unused local 2018-11-20 01:33:06 -05:00
Matthew Heguy
f0a9e0f64c Add changelog 2018-11-19 22:57:22 -05:00
Matthew
b06556f626 Add issue templates 2018-11-19 22:38:37 -05:00
Matthew
9555fd1e6a
Merge pull request #395 from iltar/fix-stone-drop-on-death
Fix stone drop on death
2018-11-19 22:31:06 -05:00
Lynn
03403c5b35
Merge pull request #407 from plague006/fix/walkabout
Remove add_command for walkabout in custom_commands
2018-11-19 21:42:51 +01:00
Matthew Heguy
026b3b96c9 Remove add_command for walkabout in custom_commands 2018-11-19 15:39:03 -05:00
grilledham
0f3eba8042 ping 2018-11-19 20:13:45 +00:00
grilledham
01a2d61f9d merge develop 2018-11-19 20:13:40 +00:00
Lynn
e10371784f
Merge pull request #404 from plague006/market
Fish market: split messages out, cover cases of no character and disconnected player
2018-11-19 20:12:08 +01:00
Matthew
fa0cc094be
Merge pull request #397 from plague006/resources/colors01
Fix Raiguard's color
2018-11-19 13:51:39 -05:00
Matthew
aff0452fd8
Merge pull request #398 from plague006/walkabout
Split walkabout from custom_commands
2018-11-19 13:35:58 -05:00
Matthew Heguy
8a9da5eaad Use variable after checking it rather than before 2018-11-19 13:35:21 -05:00
plague006
d460dceed8 Fish market: split messages out, cover cases of no character and disconnected player 2018-11-19 12:08:26 -05:00
grilledham
4f99e1353c merge develop 2018-11-19 16:07:15 +00:00
Matthew
5a60a55a64
Merge pull request #400 from plague006/fix/jail_shooting
Fix order of operations in jailing
2018-11-19 10:24:41 -05:00
Matthew
fa5a29a5a7
Merge pull request #401 from plague006/fix/utils_var_name
Typo in var name
2018-11-18 19:17:47 -05:00
plague006
fed616ab15 Typo in var name 2018-11-18 19:16:12 -05:00
grilledham
196db1914f Utils.player_print -> Game.player_print 2018-11-18 23:49:58 +00:00
Simon
e25412d0d9
Merge pull request #387 from SimonFlapse/Chat-Mention-Fix2
Added @ to mention triggers also allowed the prefix as a postfix. Case insensitive mentions.
2018-11-18 22:42:32 +01:00
SimonFlapse
ae46cc447b Made mentions case insensitive 2018-11-18 22:41:24 +01:00
plague006
ee717872a3 Fix formatting 2018-11-18 16:26:43 -05:00
plague006
12f1b607dc Change jail order of operations 2018-11-18 16:26:13 -05:00
Matthew
5ee28279ad
Merge pull request #399 from SimonFlapse/Jail-additions
More jail functions
2018-11-18 15:52:05 -05:00
SimonFlapse
4ef7de7898 "Go to bed simon" 2018-11-18 21:49:43 +01:00
SimonFlapse
8e770f6052 Setting shooting state seems not to work.
Locks the player into shooting.
Moved the logic above the permission setting
2018-11-18 21:45:02 +01:00
SimonFlapse
662398069d changed output 2018-11-18 21:29:05 +01:00
SimonFlapse
0e6ba3e2cb Prevents walking when jailed 2018-11-18 21:24:35 +01:00
SimonFlapse
3876402e87 Second attempt to fix server crash 2018-11-18 21:23:19 +01:00
SimonFlapse
11038fcda2 Attempt to fix server crash on server jail/unjail 2018-11-18 21:13:45 +01:00
SimonFlapse
08b54e44af Added jail to playerlist report for admins and toggle jail in showreports 2018-11-18 20:34:18 +01:00
plague006
f2fbd45374 Make local copy of walking_storage 2018-11-18 14:07:03 -05:00
plague006
3a83d4182a Split walkabout from custom_commands
Fix walkabout edge cases
Closes #22
2018-11-18 14:03:33 -05:00
plague006
b55d1967b6 Fix Raiguard's color 2018-11-18 13:46:50 -05:00
Lynn
bb05785c79 added cause and force to the entity died 2018-11-18 19:21:39 +01:00
Lynn
7b51db1ac0 Prevent rocks from dying and spilling on dmg taken 2018-11-18 19:15:45 +01:00
Valansch
7fa48bc583
Changed all windows style line endings to unix style line endings (#393) 2018-11-18 17:12:00 +01:00
Simon
bdfd122f3c Changed first popup from full inventory to ping (#392) 2018-11-18 17:06:23 +01:00
Lynn
1c91520160 Added force_control.lua to track force levels (#338)
* Added force_control.lua to track force levels

* Allow force only registration for level ups
2018-11-18 17:05:45 +01:00
Lynn
74fa8009fa Mining related improvements (#391)
* Fixed manual mining overflow hints

* Smaller memory footprint for collapse message
2018-11-18 16:48:28 +01:00
Lynn
3ac668c731
Merge pull request #390 from SimonFlapse/Diggy-Market-Text
Changed the level up chat messages for diggy
2018-11-18 16:42:17 +01:00
SimonFlapse
cb0daa31bf Changed Debug to Diggy specific debug.print() 2018-11-18 16:40:37 +01:00
SimonFlapse
e399370292 Less prints at level up 2018-11-18 16:25:56 +01:00
Simon
00c5f8c8ab Fish Market update. Better description for boosts and train savior item (#389)
* Changed small-plane

* Updated boost description

* Clarified train savior item from market

* Fixed SHIFT click on train savior item
2018-11-18 16:23:51 +01:00
Lynn
988713d258 Fixed room loot spill (close to permanently) (#388) 2018-11-18 16:23:25 +01:00
SimonFlapse
7adcc96de3 Changed the level up chat messages 2018-11-18 15:53:25 +01:00
SimonFlapse
5c5c59c396 Added @ to mention triggers also allowed the prefix as a postfix
Avaliable triggers now:
admin moderator @SimonFlapse #SimonFlapse SimonFlapse@ SimonFlapse#

(@SimonFlapse might trigger discord)
2018-11-18 13:26:15 +01:00
Lynn
247b1df7f4
Merge pull request #377 from Valansch/dev_diggy_antigrief
fixed report desyncs
2018-11-18 13:22:18 +01:00