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

164 Commits

Author SHA1 Message Date
RedRafe
26e1c28dc0
Factorio 2.0 update (#1436)
* Init Factorio 2.0 update

* add credits

* fix test module

* I know luackeck, I know

* Fixes

* Fix bad event.player_index handling

* Hotfixes

* Remove all filter inserters

* Migrate removed items

* Deprecating spidertron control and landfill features
2024-10-22 20:22:35 +01:00
RedRafe
4b040d1048
Add admin panel (#1432)
* Add admin panel
2024-09-02 21:32:20 +01:00
RedRafe
d109a6606b
Drop players armor and weapons (#1430)
* Drop players armor and weapons

* Always drop banned players armors

---------

Co-authored-by: James Gillham <jrdgillham@gmail.com>
2024-08-28 21:37:04 +01:00
RedRafe
a1f1b81ca4
Update Frontier to V2 (#1420)
* Frontier V2

* Shortcuts default disabled
2024-08-10 14:36:11 +01:00
RedRafe
2efc9b2604
Add players' logistic requests synch between instances (#1401) 2024-03-08 19:32:09 +00:00
RedRafe
233a365c26
Add popup chat feature (#1394) 2024-01-18 21:50:17 +00:00
RedRafe
579dad4453
Add permissions module for DO (#1391)
* Enable 'no-blueprints' for all DO maps.
2024-01-14 14:18:25 +00:00
Jayefuu
69c90069a1
Updated donor features (#1262)
- Team buffs for donators with tier 2 or higher Patreon status
- Tier 2 (coal): +10% team hand mining bonus per online donator, up to a maximum of 10 online donators
- Tier 3 (solid fuel): +10% team hand crafting bonus per online donator, up to a max of 10 online donators
- Tier 4 (rocket fuel): +10% team run speed per online donator, up to a max of 10 online donators
- Tier 5 (nuclear fuel): +5 inventory slots for all. Up to max of 30 extra. Does not reduce down when donator logs off.
2022-03-30 19:36:18 +01:00
Jayefuu
71c8e7b9ff
A deconstruction planner control to easily group spiders to follow a leader (#1304) 2022-03-20 19:49:03 +00:00
jacobwatkinsgit
774236a670
qol when mining an inserter, pick up item an inserter dropped on the ground (#1250)
- Added qol so when an inserter is mined, an item put on the ground by the inserter is also picked up. enabled by default, tested and should work properly.
- inserter drops pickup, fix get_set_alt_on_create typo.
2021-11-16 20:32:14 +00:00
James Gillham
ef196615e7 Change dump_offline_inventories to be off by default. 2021-04-08 17:01:31 +01:00
James Gillham
ac78f22277 Refactor corpse features:
- Turn dump_offline_inventories on by default.
- Reduce corpse_util to storing and removing corpse tags.
- Add death_corpse_tags which handles adding tags for dead players. This prevents dump_offline_inventories from needing a dependency on what is now death_corpse_tags.
- If a player dies with no items, don't create a map tag and remove the corpse.
- Changed the message slightly for dump_offline_inventories to make it consistent with the other corpse messages.
2021-03-08 21:09:31 +00:00
Jayefuu
a4d9707f42 WIP 2021-03-03 18:52:30 +00:00
Jayefuu
27ba6e412f Dump player inventories (not armor and weapons) after 15 mins 2021-03-02 20:46:42 +00:00
James Gillham
21ec6fb120 Change biter corpse remover.
The biter corpse remover was attempting to be clever about removing corpses and only remove them when they exceeded a certain threshold per chunk. For some reason it is no longer working and I can't figure out why.
So I replaced it with a simpler approach. Now we keep track of the corpses in a queue. When the queue size exceeds the threshold we remove and destroy the oldest corpse.
2021-01-10 15:45:28 +00:00
James Gillham
c72bba28e5 Remove blueprint helper 2020-11-24 17:47:02 +00:00
James Gillham
171737e587 Remove removed items/entities. 2020-11-24 16:39:22 +00:00
James Gillham
0b95a25f1d Change train_saviour to use 'player-port' instead of 'small-plane'. 2020-11-24 16:39:22 +00:00
James Gillham
dd0ddd131e technology renames. 2020-11-24 16:39:22 +00:00
James Gillham
5cc6ab82b6 Change paint tool to use coloured concrete. 2020-09-13 12:40:09 +01:00
James Gillham
cb43dcc893 Add landfill remove feature.
Allows removing landfill using the deconstruction planner, must have landfill tile filter to work.
2020-09-09 20:24:49 +01:00
theorangeangle
8f9092cd64
Merge pull request #1001 from SimonFlapse/auto-server-description
Server description generator, rich text
2020-05-18 15:04:40 -05:00
theorangeangle
f474b562af
Merge pull request #991 from SimonFlapse/concrete_jungle
Concrete Jungle - the map is complete, only remaining things to do are are 
- migrate description to wiki
- add cutscene 
- bring into regular map rotation (this is an interesting map that we should run more often)
2020-05-10 16:23:52 -05:00
James Gillham
c65090321a Remove compilatron-chest from cheat items.
Looks like they have been removed from the game so we have to remove them from the cheat items to allow cheat mode to still work.
2020-04-29 21:50:48 +01:00
grilledham
e0dadb7de5 research_printer 2020-01-01 11:58:08 +00:00
Simon
9a2e5e554f
Hilbert Water Trap + Fixes for Hilbert Sand Trap (#998)
* Initial commit of hilbert water trap

* Refactoring in features/market.lua

* Fixed ribbon for both Hilberts

* Added remove decoratives function to the builder

* Refactoring the new builder functions

* Simplifying create_standard_market

* remove_map_gen_decoratives_by_filter renamed

* Fixed documentation links having _edit in them

* Formating documents
2019-10-20 16:23:34 +02:00
SimonFlapse
7ca4e61da9 New Description Generator GUI
Changes to the info gui to better communicate the max text width to support the server description in the server browser
2019-10-18 23:20:55 +02:00
SimonFlapse
199c824ad7 Refactoring + Locales + Welcome message fix 2019-10-06 14:53:51 +02:00
theorangeangle
fc1d1af9d8
Merge pull request #947 from SimonFlapse/diggy_cutscene
Cutscene Controller
2019-08-31 20:52:28 -05:00
grilledham
c2a663dbb7 remove missing items 2019-08-03 12:11:25 +01:00
SimonFlapse
2b9ca4013a Merge remote-tracking branch 'upstream/develop' into diggy_cutscene 2019-07-07 20:20:05 +02:00
grilledham
6f944fc3ec apocalypse fix 2019-06-26 13:19:08 +01:00
Simon
890cdf12e7
Merge branch 'develop' into diggy_cutscene 2019-06-22 15:11:56 +02:00
grilledham
ae3f84667b reduce turret activation delay with tech 2019-06-19 20:48:05 +01:00
grilledham
b768b87546 autofill 2019-06-19 17:36:18 +01:00
grilledham
c7f63dcc4f turret active delay 2019-06-19 14:28:40 +01:00
grilledham
d1ba1660df rename biter_corpse_util -> biter_corpse_remover 2019-06-13 22:28:14 +01:00
grilledham
4607706149 grill's refactoring 2019-06-13 22:25:42 +01:00
Russel Delainey
0aa715fcce Update config name to better match purpose 2019-06-09 22:36:53 -06:00
Russel Delainey
1573217813 Rewrite to avoid surface lookups 2019-06-09 22:34:13 -06:00
SimonFlapse
85fc38fd3a Minor changes to player_create
Allowing cutscenes to run before welcoming players via info gui and console messages.

Also includes a search limit for walls and rock to prevent the cutscene from running too far away from {0, 0}
2019-06-09 23:59:16 +02:00
SimonFlapse
003cd6c801 Added a radio to browse sounds 2019-06-09 16:39:21 +02:00
Russel Delainey
c501c9ca85 Don't run cleanup on every death. 2019-06-04 15:28:08 -06:00
Russel Delainey
3a56ee1e5c First shot at #608 2019-06-04 13:07:43 -06:00
Lynn
fdee00dc06 Translate whois data 2019-06-01 13:41:12 +02:00
Lynn
94934a7695
Merge pull request #934 from linaori/rewrite-score-storage
Rewrite score storage
2019-05-31 22:33:27 +02:00
Lynn
f8812f6189 Use ScoreTracker for global score display 2019-05-30 21:57:43 +02:00
Lynn
4add981a76 Sync colors from /color command to the settings 2019-05-30 18:55:41 +02:00
Lynn
1cd19c69e7 Replaced command for player and chat colors 2019-05-30 18:55:41 +02:00
Lynn
ed1f7b9bef Fixed duplicate setting 2019-05-26 14:01:56 +02:00