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

2107 Commits

Author SHA1 Message Date
Lynn
b59d8f5f5f Removed return 2018-12-10 19:28:51 +01:00
Lynn
fb9e1dba6e Made hail_hydra available to all redmew scenarios 2018-12-10 19:24:48 +01:00
Matthew
fe4dbe3d8c
Merge pull request #534 from iltar/venus-fixes
Some minor fixes for venus
2018-12-09 20:54:32 -05:00
Lynn
2f98d21006 Some minor fixes for venus 2018-12-09 20:55:39 +01:00
Matthew
dfb49c74b9
Update CHANGELOG.md 2018-12-09 13:43:28 -05:00
Lynn
2f44ace4dd Minor reference improvement 2018-12-09 19:40:07 +01:00
Lynn
8e901a4674 Fixed missing format function 2018-12-09 19:24:08 +01:00
Lynn
61fbcaa653 Simplified AlienSpawner global storage 2018-12-09 19:18:16 +01:00
Lynn
0fbfe49b2f AlienEvolutionProgress to utils and uses prototype data 2018-12-09 19:18:16 +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
690a80aa42
Update CHANGELOG.md 2018-12-09 08:45:43 -05:00
Matthew
fe73cab917
Merge pull request #530 from iltar/search-command
Added a command-search command
2018-12-09 08:36:33 -05:00
Lynn
b44e10b252 Added pagination 2018-12-09 14:12:59 +01:00
Valansch
39085a37c9
Merge pull request #528 from BlueRock2/patch-1
Ore tendril pattern with slight impurities
2018-12-09 13:27:50 +01:00
Lynn
55a3cf5f22 Using # instead of string.len 2018-12-09 12:44:20 +01:00
Matthew
bb166972d9
Merge pull request #529 from iltar/create_player_config
Gave the player_create feature the same as diggy SetupPlayer
2018-12-09 06:33:08 -05:00
BlueRock2
a43b0faaf9
Update tendrils_impure.lua
Added in a small amount of scattered ore since it may take players a little time to find each of the four primary ore types.  Slight reduction in copper and iron ore.
2018-12-08 20:11:23 -05:00
Lynn
35c916c9b4 Removed unused variables 2018-12-09 00:37:59 +01:00
Lynn
a9d40f74a9 Added a command-search command 2018-12-09 00:34:25 +01:00
Lynn
2b7d0d0890 Removed automatic research unlock from player_create 2018-12-08 22:36:17 +01:00
Lynn
7800fab345 Gave the player_create feature the same as diggy SetupPlayer 2018-12-08 21:52:40 +01:00
BlueRock2
6054885c30
Ore tendril pattern with slight impurities
Instead of the heavily mixed ore pattern used with Diggy in the past, this ore pattern contains ore tendrils that are about 80% pure ore with lower impurities.   Feedback encouraged.
2018-12-08 15:24:20 -05:00
Matthew
0a076b5e1f
Merge pull request #523 from iltar/retailer-with-custom-gui
Added the crash-site GUI features to the retailer
2018-12-08 14:10:08 -05:00
Matthew
e910a1c03e
Merge pull request #525 from Refactorio/plague006-patch-1
Add Gerkiz color
2018-12-08 10:25:17 -05:00
Matthew
bbf08a23d7
Add Gerkiz color 2018-12-08 08:52:45 -05:00
Lynn
6617370fbc Added the crash-site GUI features to the retailer 2018-12-07 22:58:44 +01:00
Matthew
100682c164
Update CHANGELOG.md 2018-12-07 16:45:05 -05:00
Matthew
5c1bafe55e
Merge pull request #522 from iltar/command-cleanup
Cleaned up some diggy commands and the left-overs register in _DEBUG
2018-12-07 16:29:12 -05:00
Matthew
779297aece
Merge pull request #521 from plague006/fix/car_body
Fix car body directions
2018-12-07 16:28:11 -05:00
Lynn
f1494e7d6a Cleaned up some diggy commands and the left-overs register in _DEBUG 2018-12-07 21:16:28 +01:00
plague006
adb2eebd1b Fix car bodies 2018-12-07 14:57:42 -05:00
grilledham
d8ad43b171
Merge pull request #514 from Jayefuu/patch-4
Added builders.circular_pattern
2018-12-07 19:32:19 +00:00
Matthew
ae6e70583e
Update CHANGELOG.md 2018-12-06 13:17:36 -05:00
Matthew
d3a3c4726e
Merge pull request #504 from iltar/particle=control
Added particle limits and scales
2018-12-06 13:16:57 -05:00
Lynn
5e00d9b721 Reduced to a single command 2018-12-06 18:17:51 +01:00
Lynn
e08ba30b1b Added particle limits and scales 2018-12-06 17:42:31 +01:00
Matthew
3d05660d28 Add ferefang's color (#518) 2018-12-06 17:07:41 +01:00
Matthew
7ca44a85b1
Update CHANGELOG.md 2018-12-06 10:54:28 -05:00
Lynn
a17e783daf Fixed invalid cluster ore config (#517) 2018-12-06 12:31:51 +01:00
Matthew
3bff630669 Docs into wiki (#510)
* Docs into wiki

* Redirect readme
2018-12-06 12:27:29 +01:00
Lynn
b46595ff10 Added a scale to change game performance and running speed accordingly (#505) 2018-12-06 12:27:08 +01:00
Lynn
bbfcdd4629 Added a basic RedMew configuration setup (#502)
* Added a basic RedMew configuration setup
2018-12-06 12:18:52 +01:00
Matthew
21ecab0a59
Merge pull request #496 from grilledham/quite-command
sc command
2018-12-05 22:27:18 -05:00
Matthew
72d6eadf4f
Update CHANGELOG.md 2018-12-05 22:20:44 -05:00
Jayefuu
d8335494f3
Added builders.circular_pattern 2018-12-05 13:50:02 +00:00
grilledham
63bc04ea14 Switch to command wrapper 2018-12-05 11:10:34 +00:00
Matthew
c75bc2bb24
Merge pull request #507 from Jayefuu/patch-3
Added spiral_crossings preset to map_layout.lua
2018-12-05 03:49:29 -05: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
Matthew
f96183e0c4
Merge pull request #498 from iltar/hydra-improvements
Improved Biter aggression and scales a bit higher
2018-12-05 03:05:42 -05:00