grilledham
d3b57899ab
Grilled brings neko's modules up to date
2019-01-30 18:24:09 -05:00
Matthew
397f8e47a9
Merge branch 'develop' into maps/grid_bot_islands
2019-01-24 18:05:39 -05:00
Jayefuu
af3704c771
Added sierpinski_carpet map preset
2019-01-23 21:37:13 +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
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
Matthew Heguy
a6263ca9e9
Fix map_layout and connected_dots
2019-01-17 00:36:10 -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
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
9f5b41161e
commented out map
2019-01-16 17:29:57 +00:00
grilledham
1be8dbb1a7
terraforming_danger_ores map
2019-01-16 15:40:00 +00:00
Lynn
c84dec2aaa
Fixed some market related hacks
2019-01-09 18:29:20 +01:00
Matthew
486effcab7
Remove spaces in extant names and modify name function to remove spaces to prevent future mistakes ( #581 )
...
* Remove spaces in extant names and modify name function to remove spaces to prevent future mistakes
* Remove regulars hack and map_layout entry
2018-12-29 02:20:23 +01:00
plague006
452e1b7054
Re-comment grid_islands map
2018-12-22 06:05:16 -05:00
plague006
97fe317b83
Add table requirement for map_layout
2018-12-21 23:20:52 -05:00
Jayefuu
9ebb826152
Merge branch 'develop' into maps/christmas_tree_of_death
2018-12-14 17:32:46 +00:00
Jayefuu
0cc268bcb5
Added christmas_tree_of_terror.lua and supporting files
2018-12-14 17:29:37 +00:00
Matthew
c3d7876113
Overhauled day_night_cycle, creep_spread, and nightfall. Add Venus map. ( #524 )
...
* Added dead trees to starting area
* Add shuffle_table to table utilities
* Refine venus, terraforming, nightfall, day_night_cycle
* Overhaul day_night
* Cleanup from day_night overhaul
2018-12-09 16:50:16 +01:00
Jayefuu
5fbf477d7e
Added spiral_crossings preset to map_layout.lua
2018-12-03 21:54:31 +00:00
Jayefuu
6297d9358e
Added 'rotten_apples' map preset and supporting files. ( #494 )
...
* Added 'rotten_apples' map preset and supporting files.
* Added comment about market item balance.
2018-12-03 11:21:44 +01:00
Lynn
745c55be7a
Removed the old cave_miner
2018-12-01 22:47:39 +01:00
Matthew
06a1a1927a
Merge branch 'develop' into chat_triggers
2018-11-27 13:39:05 -05:00
Matthew
b5477034b7
Move infinite storage ( #463 )
2018-11-26 13:11:26 +01:00
Matthew Heguy
de87998299
Break chat_trigger functions apart
2018-11-26 01:52:43 -05:00
Matthew
55aaf19b48
Add player renaming ( #428 )
...
* Add player renaming from auto-generated names
* Give admins IDs on name changes
2018-11-23 18:08:44 +01:00
Matthew
9a62febdea
Merge pull request #433 from Jayefuu/map/tetris_and_world_thanksgiving
...
Add Tetris and World Thanksgiving maps
2018-11-22 22:22:03 -05:00
Jayefuu
5b727f5b53
Added:
...
- Tetris map and associated files
- World Thanksgiving map with turkey ore preset
2018-11-22 18:39:46 +00:00
Matthew Heguy
e6dda20e41
All tabs to spaces
2018-11-21 08:42:39 -05:00
Matthew Heguy
537cbc1832
Replace comma
2018-11-20 17:28:39 -05:00
Matthew Heguy
5157503e9a
Autoformat and remove unused local
2018-11-20 01:33:06 -05:00
Jayefuu
c48f31fbe6
Added grid_islands_rotated.lua to map presets. ( #363 )
2018-11-17 13:33:23 +01:00
grilledham
5a65a7caff
maltease_crossing fixes
2018-11-13 22:53:03 +00:00
Maik Wild
39125b1f24
merged #261
2018-11-11 22:31:46 +01:00
Matthew
77eef06f06
Add Diagonal Ribbon to map presets ( #294 )
2018-11-11 20:54:57 +01:00
Matthew
c67408ea5a
Change name of lattice to diagonal lattice ( #297 )
2018-11-11 20:42:11 +01:00
plague006
488a38f89b
Add Creepy map preset
2018-11-10 16:04:48 -05:00
Valansch
d48676bcc5
[diggy] landfill now spanws dirt-[1-7] #276
2018-11-10 17:47:08 +01:00
Valansch
8562c2663e
removed some _G entries
2018-11-06 12:55:52 +01:00
plague006
64788b7646
Add creep spread mechanic
2018-10-30 01:52:26 -04:00
Valansch
d1d62d9c5d
Merge branch 'develop' into nightfall
2018-10-26 23:56:37 +02:00
Matthew
7594d98600
Add the ability to lock players into cars ( #250 )
2018-10-26 16:58:03 +02:00
plague006
d98aeb92c3
Add nightfall (more night attacks)
2018-10-22 12:14:01 -04:00
Lynn
52dfc8aec9
Disabled diggy by default
2018-10-14 14:25:41 +02:00
Lynn
c6d975441e
Merge branch 'develop' into scenario/diggy
2018-10-07 17:01:34 +02:00
Lynn
8dbf4e0920
grilledham+valansch changes without initialize
2018-10-07 13:50:25 +02:00
grilledham
340c8a0673
added double beach
2018-10-06 17:07:50 +01:00
Lynn
08a23749ab
Integration with RedMew
2018-10-02 10:09:03 +02:00
grilledham
51f9608307
added vanilla preset to map_layout
2018-09-30 21:23:37 +01:00
Valansch
9f4da47429
implemented fish_market.enable
2018-09-12 08:41:56 +02:00