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

7 Commits

Author SHA1 Message Date
Matthew
3f8be3151a
Add redmew_surface (#631)
* Add redmew_surface

* Change map_layout to have all maps use redmew_surface

* Maps: switch hardcoded nauvis refs to redmew_surface

* Features: switch hardcoded nauvis refs to redmew_surface

* Per discussion, removal of RSO

* Changes to files based on linting warnings/errors

* ent_functions: remove functions from global scope, ignore remaining linting warnings (~100 remaining)

* borg_planet: ignore linting warnings (88 remaining)

* mazes refactored

* Changed global.lua so events are run in the order they are registered
2019-01-16 13:44:55 -05:00
Matthew
5dd9ce9f90 Remove math and table as globals. (#647)
* Remove math and table as globals.
Create exceptions for table.lua and math.lua to modify respective globals and add returns for respective globals.

* Fix lint errors from table and math
2019-01-15 14:27:48 +01:00
Valansch
66df4a9a67 made degrees local 2018-11-06 13:09:21 +01:00
grilledham
7c8983b251 moved generate out of presets 2018-05-08 23:46:49 +01:00
grilledham
a975beb146 made builder functions local 2018-05-08 21:23:07 +01:00
grilledham
4673c7c553 changed to threaded mode 2018-03-27 23:54:43 +01:00
grilledham
69a3c82062 added cookie map 2018-03-27 16:15:43 +01:00