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

1695 Commits

Author SHA1 Message Date
Matthew
22044ee0cc
Merge pull request #435 from plague006/add_ci
Add stickler_ci
2018-11-22 15:06:30 -05:00
plague006
30df59c83c Add stickler_ci 2018-11-22 14:59:32 -05:00
Matthew
f9c40be920
Changelog: Fix null reference in chat_triggers 2018-11-22 13:30:14 -05:00
Simon
7e5ba82149
Merge pull request #431 from plague006/fix/chat_triggers
Fix null ref (event.player_index nil if server)
2018-11-22 17:11:59 +01:00
plague006
af9fe138fb Fix null ref (event.player_index nil if server) 2018-11-22 07:17:07 -05:00
Matthew
849181d072
Merge pull request #429 from plague006/doc/list_utils
Add some documentation to list_utils
2018-11-22 06:10:34 -05:00
plague006
0b2d6e98e9 Add some documentation to list_utils 2018-11-22 04:39:07 -05:00
Matthew
af0f8d29a1
Changelog: Fix /kill non-functional if walkabout is disabled. Fix walkabout giving from variable definition. 2018-11-21 18:26:38 -05:00
Matthew
49b15978ba
Merge pull request #425 from plague006/fix/walkabout
Fix/walkabout
2018-11-21 18:23:43 -05:00
plague006
857baf6c5e Don't define global as a local 2018-11-21 17:56:52 -05:00
plague006
7f8eb83e55 Add check in case walkabout.lua isn't loaded. 2018-11-21 17:56:23 -05:00
Lynn
a52e9f710c Improved biter spawning algorithm (#408)
* Improved biter spawning algorithm

* HAIL HYDRA, biter hell
2018-11-21 15:26:04 +01:00
Matthew
3eadc68aa9
Merge pull request #422 from plague006/tabs2space
All tabs to spaces
2018-11-21 08:47:43 -05:00
Matthew Heguy
e6dda20e41 All tabs to spaces 2018-11-21 08:42:39 -05:00
Matthew
8b74f104fc Formatting (#420) 2018-11-21 14:35:47 +01:00
Matthew
4d3ecd5527 Finalize styleguide (#396)
* Add styleguide

* Encourage full luadoc

* @param and @return in code blocks

* Add multi-line table comma rule
2018-11-21 14:35:18 +01:00
Matthew
691d47cbd0 Cleanup map_gen/shared (#421)
* Cleanup whitespaces+tabs

* Tabs to spaces
2018-11-21 14:34:19 +01:00
Matthew Heguy
9b064af399 Change wording to be more clear 2018-11-21 07:53:00 -05:00
Lynn
defe983805
Merge pull request #413 from plague006/cleanup/root
Root cleanup
2018-11-21 13:24:46 +01:00
Matthew Heguy
537cbc1832 Replace comma 2018-11-20 17:28:39 -05:00
Matthew
f14306e6fa
Cleanup of code formatting. Establishment of a style guide. 2018-11-20 17:19:40 -05:00
Matthew
2f66b9f106 Add guidelines for contributing to redmew (#406)
* Add guidelines for contributing to redmew

* Change issues link
2018-11-20 11:48:07 +01:00
Matthew
57d24e68e1 Resources cleanup (#412)
* Export single quotes instead of double

* Autoformat (with quote-changing disabled)
2018-11-20 11:47:46 +01:00
Matthew
c49f5007fa Utils cleanup (#411)
* Clean up unused vars and using same var names

* Autoformat
2018-11-20 11:46:42 +01:00
Matthew
96ab772393 Autoformat (#415) 2018-11-20 11:46:32 +01:00
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
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
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