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

259 Commits

Author SHA1 Message Date
grilledham
604b56c0bc Merge branch 'crashsite_0.5' of https://github.com/grilledham/RedMew into crashsite_0.5 2019-01-27 17:39:51 +00:00
grilledham
88b37d9fa6 fix lint errors 2019-01-27 17:39:47 +00:00
grilledham
cce5defeff
Merge branch 'develop' into crashsite_0.5 2019-01-27 17:29:19 +00:00
grilledham
5c2b9e18c1 added pumpjack and storage tank to entity map 2019-01-26 18:07:09 +00:00
plague006
2478efb99e tetris.control to tetris.scenario 2019-01-25 15:36:15 -05:00
Matthew
2f679e737e
Merge pull request #655 from linaori/lazy-bastard
Added a Lazy Bastard feature with player limit for market items
2019-01-25 09:05:17 -05:00
grilledham
2dd235fcb2 Merge branch 'develop' of https://github.com/grilledham/RedMew into crashsite_0.5 2019-01-25 11:24:12 +00:00
grilledham
b2c3272b2d updates 2019-01-25 11:21:59 +00:00
grilledham
068a2e54c0 updates 2019-01-25 00:14:26 +00:00
Matthew
a3515da216
Merge pull request #683 from Refactorio/pr/675
Formatting cleanup, localize insert
2019-01-24 18:10:36 -05:00
Matthew
397f8e47a9
Merge branch 'develop' into maps/grid_bot_islands 2019-01-24 18:05:39 -05:00
Matthew Heguy
d5126f7d2a Formatting cleanup, localize insert 2019-01-24 18:04:21 -05:00
grilledham
f591cef974 updated map description 2019-01-24 13:54:21 +00:00
grilledham
3fac2b3ab0 updates 2019-01-24 13:08:33 +00:00
grilledham
c489dca223 updates 2019-01-24 00:25:19 +00:00
Jayefuu
af3704c771 Added sierpinski_carpet map preset 2019-01-23 21:37:13 +00:00
grilledham
e6a547a386 updates 2019-01-23 19:15:28 +00:00
grilledham
3851bd219d updates 2019-01-22 16:05:31 +00:00
grilledham
76e6c905ab fix copy and paste error 2019-01-21 12:21:57 +00:00
grilledham
211b965cbc updates 2019-01-20 23:58:39 +00:00
Jayefuu
f955688c46 Added grid_bot_islands map preset
Moved entity_drop_amount from market.lua to config.lua
Added chance to entity_drop_amount table to allow map makers to configure coin drop chances for biters, spitters, worms and nests.
2019-01-20 20:58:12 +00:00
grilledham
b865c56897 removed fix for luaCoderAssist 2019-01-20 17:15:27 +00:00
grilledham
6e6501b3a6 outposts change walls to player force whe captured 2019-01-20 15:05:48 +00:00
grilledham
a2369e6d62 refactor to work around LuaCoderAssist bug 2019-01-19 23:23:16 +00:00
Matthew
0927a839b8
Fix linting (#657)
Fix linting warnings
2019-01-19 11:34:29 -05:00
Lynn
8e9f48eab4 Some general fixes related to todays bugs 2019-01-19 14:17:22 +01:00
grilledham
41c89a0ca8 fixed enemy hidden-electric-energy-interface being destructible 2019-01-19 10:40:35 +00:00
grilledham
f5fde1abef crashsite water at spawn fix 2019-01-18 20:14:48 +00:00
Matthew Heguy
eeec03729f Fix venus 2019-01-17 15:13:03 -05:00
Matthew
e14ceb24aa
Merge pull request #656 from plague006/map_cleanup
Add features to redmew_surface, change maps to use redmew_surface
2019-01-17 11:51:49 -05:00
grilledham
7d788b95a5
Merge pull request #654 from grilledham/terraforming_danger_ore
Terraforming danger ore
2019-01-17 15:53:33 +00:00
Matthew Heguy
a6263ca9e9 Fix map_layout and connected_dots 2019-01-17 00:36:10 -05:00
Matthew Heguy
1e737cbd4b Fix linting of danger_ores 2019-01-16 19:40:39 -05:00
Matthew Heguy
aeebdcb831 Clean up diagonal_ribbon comments 2019-01-16 19:37:50 -05:00
Matthew Heguy
a6f1d6895c Add redmew_surface to maps, clean up linting, clean up broken maps 2019-01-16 19:11:07 -05:00
grilledham
de475078e8 added restart command for crash_site 2019-01-16 23:55:19 +00:00
grilledham
2d7f9d084a refactor 2019-01-16 21:32:57 +00:00
grilledham
7184d7c5e2 merge devople into terraforming_danger_ores 2019-01-16 20:50:51 +00:00
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
grilledham
1be8dbb1a7 terraforming_danger_ores map 2019-01-16 15:40:00 +00:00
grilledham
b4166f08a2 Merge branch 'develop' of https://github.com/Valansch/RedMew into develop 2019-01-15 15:14:18 +00:00
grilledham
6b8c8795f7 fixed copy and paste error 2019-01-15 15:13:36 +00: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
grilledham
f062c53868 updates 2019-01-14 11:10:34 +00:00
Lynn
bfa9320fd0 Fixed missing renames 2019-01-13 13:34:37 +01:00
Matthew
055ca8487f
Merge pull request #644 from grilledham/crashsite_0.4
Crashsite 0.4
2019-01-11 16:40:41 -05:00
Matthew Heguy
812cf82eaa Remove luacheck exception 2019-01-11 16:00:31 -05:00
Valansch
7fa83bae6c Add Tetris (#605)
Somehow nailed everything on the first try. What a pro.
2019-01-11 13:31:23 -05:00
grilledham
359914157a increased map size 2019-01-11 15:50:00 +00:00
grilledham
07c7ad5ea2 balance changes 2019-01-11 15:31:32 +00:00