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

1634 Commits

Author SHA1 Message Date
Maik Wild
f4a04b021e merged #293 2018-11-11 21:45:23 +01:00
Maik Wild
97e667ec16 Merge branch 'develop' of https://github.com/Valansch/RedMew into develop 2018-11-11 21:16:24 +01:00
Maik Wild
9ce662daf9 merged #295 2018-11-11 21:12:49 +01:00
Matthew
77eef06f06 Add Diagonal Ribbon to map presets (#294) 2018-11-11 20:54:57 +01:00
Maik Wild
1794bed816 merged #296 2018-11-11 20:52:53 +01:00
Matthew
c67408ea5a Change name of lattice to diagonal lattice (#297) 2018-11-11 20:42:11 +01:00
Valansch
dbe845db79
Merge pull request #299 from plague006/features_split
Move features into features folder
2018-11-11 20:37:16 +01:00
Lynn
0244e63213
Merge pull request #289 from iltar/coin-artefact-system
Added a "comeptitive" system, which lets Diggy "matches" compete
2018-11-11 19:39:07 +01:00
plague006
9c9a9b22f6 Use trigger as table key 2018-11-11 12:12:38 -05:00
plague006
fed64c47c6 Put responses into table 2018-11-11 11:59:04 -05:00
plague006
ec9819e723 Newline to eof 2018-11-11 11:08:05 -05:00
plague006
bd6ac80b09 Log items spawned by crafting in cheat mode 2018-11-11 11:02:38 -05:00
Lynn
53d7a12216
Merge pull request #303 from SimonFlapse/NightTime-and-SolarPanel-Popup
Night time and solar panel popup
2018-11-11 17:00:41 +01:00
grilledham
7f6672ff08
Merge pull request #304 from grilledham/hidden_tiles
Hidden tiles
2018-11-11 15:42:32 +00:00
grilledham
9be688c92f crash_site outposts set hidden tile to 'grass-1' 2018-11-11 15:36:33 +00:00
SimonFlapse
0137bda0bd Fixed no newline, indentation and scope of research 2018-11-11 16:24:09 +01:00
plague006
27bc52680e Add newline to eof 2018-11-11 10:12:04 -05:00
grilledham
7fa2173e70 added support for hidden tiles 2018-11-11 15:08:35 +00:00
Lynn
8bce3e6b77 Fixed debug print grid value to show non-rounded value 2018-11-11 15:52:51 +01:00
SimonFlapse
1919a34aa0 Added NightTime.lua
Split the time assignment into a new file NightTime.lua allowing for it to be disabled. (Restore normal day/night cycle)

Also added a popup when a player places a solar panel informing that they are purely cosmetic

Removed the recipe for portable solar panels because they are useless, but the technology is needed.
2018-11-11 15:47:51 +01:00
Lynn
095cf93233 Consistency change regarding table access 2018-11-11 15:11:47 +01:00
Lynn
44be58f19d Make sure biter modifiers are accessible for mods 2018-11-11 15:02:06 +01:00
SimonFlapse
602a796768
Added a single indent 2018-11-11 12:45:38 +01:00
SimonFlapse
4d870d1702 Indentation fix
I aimed to fix the troublesome indentation.
2018-11-11 12:38:28 +01:00
plague006
818391707e Move features into features folder 2018-11-11 03:08:50 -05:00
plague006
cf95bcfc62 Split donator/on_join messages out of control 2018-11-10 23:58:57 -05:00
plague006
e64a0fa3e9 Remove player-specific code 2018-11-10 23:52:04 -05:00
plague006
48dcdc1a34 Move cheat tracking outside of control.lua 2018-11-10 23:49:36 -05:00
plague006
d45a486cde Split chat triggers from control 2018-11-10 23:00:33 -05:00
SimonFlapse
d0b018b1b2 Added sound for new reports
Admins now get a sound when a new report is created. Useful for admins that doesn't have Factorio as active window.

Currently set the sound_path as utility/tutorial_notice
2018-11-11 04:56:50 +01:00
SimonFlapse
2755cd510f Added jail button
Moved parts of the jail command to report.lua

Made jailing possible from a users report.

closes #215
2018-11-11 03:44:09 +01:00
Matthew
bac8b0bc87 Split colors resources from colors code & catchup on donators (#288)
* Split colors resources from colors code

* Switch back to colors
2018-11-11 03:43:11 +01:00
Matthew
1f32919708 Add scenario info for crashsite (#291) 2018-11-11 03:35:58 +01:00
Valansch
b54ca36c19
Update donators.lua 2018-11-11 03:13:01 +01:00
SimonFlapse
c21478bb0d
Merge pull request #1 from Valansch/develop
Up-to-date
2018-11-10 23:50:06 +01:00
plague006
488a38f89b Add Creepy map preset 2018-11-10 16:04:48 -05:00
Lynn
306a0fda8f Track artefacts launched into space 2018-11-10 19:48:12 +01:00
Lynn
4e9fb07cbc Added coin loot from biters and mining 2018-11-10 19:35:19 +01:00
Lynn
44423f529b Added a noise based chest spawning system for artefacts 2018-11-10 19:33:35 +01:00
Lynn
06cd6cf828
Merge pull request #287 from Valansch/dev_diggy_landfill_tile
[diggy] landfill now spanws dirt-[1-7]
2018-11-10 17:52:55 +01:00
Valansch
d48676bcc5 [diggy] landfill now spanws dirt-[1-7] #276 2018-11-10 17:47:08 +01:00
Lynn
299375731c
Merge pull request #286 from SimonFlapse/diggy_biter_evo
Increased evolution
2018-11-10 14:22:00 +01:00
SimonFlapse
3b6a3e1d6e Increased evolution
Increased evolution_factor by 50%. (0.0000008 -> 0.0000012)
Increased pollution_factor by 100% (0.00002 -> 0.00004)

Created on_init() in AlienSpawner and moved the pollution_factor here from StartingZone.on_init()

Fixes #281
2018-11-10 14:10:30 +01:00
Jayefuu
1267f0fcf3
Added bot ore islands, use bool flag to turn on. 2018-11-10 06:40:35 +00:00
Lynn
aaac2f2b2a Fixed missing end (#277) 2018-11-10 00:54:18 +01:00
Valansch
9ecb00c5f7
Merge pull request #268 from Valansch/global_removal
removed some _G entries
2018-11-09 23:49:36 +01:00
Valansch
7624263d8c
Merge branch 'develop' into global_removal 2018-11-09 23:49:23 +01:00
Valansch
34c53cee51
Merge pull request #274 from plague006/patch-4
Add der-dace.com's color
2018-11-09 22:41:12 +01:00
Matthew
10100f6903
Add der-dace.com's color 2018-11-09 12:28:24 -05:00
Lynn
8ec10778d8
Merge pull request #272 from Valansch/minor-documentation-wording-addition
Made the documentation clear for single player/LAN
2018-11-09 17:30:34 +01:00