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

322 Commits

Author SHA1 Message Date
James Gillham
480f1dd888 Updates to sanitise_message. 2021-01-30 16:20:13 +00:00
James Gillham
d33392b1cf Remove /dc command, use /sc instead. 2020-12-28 22:44:42 +00:00
James Gillham
deeb906bc0 luacheck remove unused label 2020-11-24 20:22:29 +00:00
James Gillham
89b3af7f15 Fix diggy gui button styles 2020-11-24 20:20:45 +00:00
James Gillham
762d31d465 Gui fixes 2020-11-24 17:44:31 +00:00
James Gillham
671667adaf fix luacheck issues 2020-11-13 21:05:25 +00:00
James Gillham
eb7b43cf1c Add player settings for corpse pings + tests. 2020-11-13 20:06:43 +00:00
James Gillham
0293d92791 Consistent style for close buttons 2020-10-04 21:13:09 +01:00
James Gillham
08d291b62a Store surface_count in Global 2020-10-04 12:10:27 +01:00
James Gillham
31601c4ec3 include ignores deflated files 2020-10-04 11:44:50 +01:00
James Gillham
6d0b83e2bd better error handling 2020-10-04 11:44:12 +01:00
James Gillham
bb96ccf15f Add module names and better error handling. 2020-10-03 21:11:15 +01:00
James Gillham
475b7dc8c6 More landfill_remover tests 2020-09-30 19:47:03 +01:00
James Gillham
965cebb005 stop_on_first_error option 2020-09-29 20:50:24 +01:00
James Gillham
00fbe5853e landfill_remover_tests refactor 2020-09-29 20:50:07 +01:00
James Gillham
7f659cbe58 test discovery 2020-09-28 21:03:31 +01:00
James Gillham
b4fa00ccdf context improvements 2020-09-28 20:40:47 +01:00
James Gillham
0aff9aabdd helper 2020-09-26 20:02:53 +01:00
James Gillham
df47b5aa02 module startup/teardown hooks 2020-09-25 20:33:46 +01:00
James Gillham
a1908b93d5 landfill_remover_tests 2020-09-21 19:29:02 +01:00
James Gillham
f8f5fb7d17 viewer 2020-09-20 19:13:07 +01:00
James Gillham
e9f35319df third pass 2020-09-19 15:56:50 +01:00
James Gillham
24813ff2ea second pass 2020-09-19 14:48:08 +01:00
James Gillham
18f226b369 first pass 2020-09-19 12:41:24 +01:00
James Gillham
7c0867d08b Fix PriorityQueue to no longer store function in global.
Changed the PriorityQueue to store the comparator function in a metatable to avoid serializing the comparator function to the global table.
This means that the PriorityQueue has to be restored on load.
Plus side is we can use comparators that are closures.
2020-05-29 12:20:49 +01:00
SimonFlapse
09d4d76359 Added custom mirrored ore generation + Refactoring 2019-10-26 22:09:32 +02:00
Simon
bf8cd265d2
[Builder] Simple entity removal (#994)
* Simple entity removal in Builders

Performance could be improved

* Removed rocks parameter
The increased radius caused simple-entity to work

* Added another way to remove units that should be more efficient

* Changed find_entities to use area instead of radius

* removed remove_units function

* changed function name from names to name

* added table.shallow_copy

* reworked 'remove_*' builders

* used remove_* builders for existing maps

* update .luacheckrc

* Added links to documentation for each public function

* Added links for new functions
2019-10-14 00:09:47 +02:00
SimonFlapse
2b9ca4013a Merge remote-tracking branch 'upstream/develop' into diggy_cutscene 2019-07-07 20:20:05 +02:00
grilledham
dd0930ce21 extra queue functions 2019-07-03 12:35:34 +01:00
grilledham
7a9c9f8170 improved priority queue docs 2019-06-23 10:07:17 +01:00
grilledham
73c1515c81 change divide to multiply 2019-06-22 22:53:58 +01:00
grilledham
3c5380dd32 made tick local 2019-06-22 22:42:27 +01:00
grilledham
b426de3ec1 task clean up 2019-06-22 22:36:13 +01:00
grilledham
e277b91657 priority_queue clean up 2019-06-22 22:36:04 +01:00
Simon
890cdf12e7
Merge branch 'develop' into diggy_cutscene 2019-06-22 15:11:56 +02:00
grilledham
183a31293f added integer + postive_integer to settings types 2019-06-19 17:33:43 +01:00
SimonFlapse
f811da5b30 Fixed inverted height and width
Polygons are not being placed correctly
2019-06-14 23:19:21 +02:00
SimonFlapse
71044d6ade Refactoring + Rendering module from grilledham 2019-06-14 19:24:11 +02:00
grilledham
a86df3917b added LocaleBuilder.new() 2019-06-07 10:25:08 +01:00
grilledham
b6079f6288 updates to locale_builder 2019-06-04 19:06:05 +01:00
grilledham
63549e00f8 made travis happy 2019-06-04 17:49:33 +01:00
grilledham
37b1bedff8 use LocaleBuilder() instead of LocaleBuilder.add() 2019-06-04 17:36:23 +01:00
grilledham
2e549700ed add docs 2019-06-04 17:13:09 +01:00
grilledham
b269f1e18c local reference to getmetatable 2019-06-04 13:58:05 +01:00
grilledham
f2f562fb93 first pass 2019-06-04 13:23:08 +01:00
Lynn
fdee00dc06 Translate whois data 2019-06-01 13:41:12 +02:00
Lynn
8a84ef7504 Cleanup of player stats functions 2019-05-31 23:18:19 +02:00
Lynn
94934a7695
Merge pull request #934 from linaori/rewrite-score-storage
Rewrite score storage
2019-05-31 22:33:27 +02:00
Lynn
d4dac76b87 Let it crash when invalid value is passed 2019-05-31 22:25:55 +02:00
Lynn
b5f70f2db1 review feedback 2019-05-31 21:42:15 +02:00