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
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
grilledham
79f253143c
slightly larger ore patches
2019-01-10 23:10:54 +00:00
grilledham
940ea1909f
fixed enemy gun turrets spawning on player buildings death bug.
2019-01-10 23:10:36 +00:00
grilledham
4e5f39d3eb
more ore patches
2019-01-10 14:43:18 +00:00
grilledham
e46a4983db
Merge branch 'develop' of https://github.com/Valansch/RedMew into crashsite_0.4
2019-01-10 14:35:25 +00:00
grilledham
6a40e6e3bf
extra biters on entity death
2019-01-10 14:34:51 +00:00
grilledham
4594dfced1
mini_outposts + balance changes
2019-01-10 14:34:28 +00:00
Maik Wild
1eebea55e8
renamed fish_market.lua to market.lua and market_item to currency
2019-01-10 15:18:55 +01:00
grilledham
d972c86c04
balance changes
2019-01-10 12:03:20 +00:00
grilledham
3aa1930333
market names
2019-01-10 01:22:48 +00:00
grilledham
501952dd5d
updates
2019-01-09 22:29:51 +00:00
grilledham
9f2797a47d
added mini outposts
2019-01-09 22:29:42 +00:00
Lynn
c84dec2aaa
Fixed some market related hacks
2019-01-09 18:29:20 +01:00
plague006
bcd95662b6
Redirect all dependencies
2019-01-04 15:02:55 -05:00
Matthew
17c54eb136
Merge pull request #579 from iltar/retailer-in-crash-site
...
Uses the retailer in crash site for markets
2018-12-30 17:21:46 -05:00
Matthew
1b20b72d9e
Update to Info's new function ( #580 )
2018-12-29 02:20:09 +01:00
Lynn
7ec2380989
Retailer can generate a unique identifier
2018-12-23 13:33:54 +01:00
Lynn
511fe1a1f7
Uses the retailer in crash site for markets
2018-12-22 17:30:25 +01:00
Matthew
bcf0c3e85d
Fix issues with silly names ( #559 )
...
* Fix new LuaPlayer created on join.
* Change set_map_extra_info to add_map_extra_info
* Make silly_player and regulars compatible
2018-12-22 00:38:47 +01:00
Matthew
43aed22459
correct a typo, re-scope a couple vars, remove unused require ( #570 )
2018-12-22 00:38:11 +01:00
Matthew
238f6b9d7b
Rename task and queue ( #535 )
...
* Rename task and queue to q
* Threading to schedule
* processing_queue to q
2018-12-15 21:28:27 +01:00
Matthew Heguy
bd04ea7fc1
Minor formatting
2018-12-15 15:26:34 -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
grilledham
9e3f4bd7dd
fixed triangle of death loot balance
2018-12-12 22:11:52 +00:00
grilledham
e8275890b6
fixed triangle_of_death
2018-12-12 22:01:59 +00:00
Lynn
2f98d21006
Some minor fixes for venus
2018-12-09 20:55:39 +01: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
Matthew
1329e5199d
Merge pull request #508 from Jayefuu/modified_spiral
...
Added spiral_crossings map preset.
2018-12-05 03:49:10 -05:00
Matthew Heguy
30aedaebc1
Add on_init
2018-12-05 03:27:32 -05:00
Jayefuu
b10f81005c
Update spiral_crossings.lua
2018-12-05 07:58:48 +00:00
Jayefuu
ba3a8431b8
Updated as per stickler's comments.
2018-12-05 07:55:10 +00:00
Jayefuu
3a6a77db1c
Good bot.
2018-12-03 22:25:53 +00:00
Jayefuu
be89404a1e
Added spiral_crossings map preset.
2018-12-03 22:22:40 +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
Matthew Heguy
bdc5d2ae77
Revert change to utils.task refs
2018-11-27 17:08:27 -05:00
Matthew Heguy
c7201e119b
Rename utils and fix requires
2018-11-27 17:08:26 -05:00
Matthew
b142939c5f
Overhaul config and global.scenario usage ( #466 )
2018-11-27 01:09:52 +01:00
Matthew
1332ad5a8d
Move spawn control ( #456 )
2018-11-26 13:10:37 +01:00
Jayefuu
e2ea3a10df
Update tetris.lua ( #444 )
2018-11-24 10:37:08 +01:00