1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-08 00:39:30 +02:00
Commit Graph

3903 Commits

Author SHA1 Message Date
Gerkiz
0c613e5a00 Utils - add new check position func 2023-01-23 21:39:34 +01:00
Gerkiz
43355118c5 Creative - fix loop 2023-01-23 21:39:19 +01:00
Gerkiz
b36cdb67b1 Jail - adds the ability to toggle jail for normal players 2023-01-23 21:39:06 +01:00
Gerkiz
dd3b8cf5a0
Merge pull request #383 from ComfyFactory/changes
Minor fixes
2023-01-18 17:38:58 +01:00
Gerkiz
29618784d7 Fix control 2023-01-18 16:35:42 +01:00
Gerkiz
c5605d9fa9 Towny - Fix length of victory 2023-01-18 16:32:08 +01:00
Gerkiz
d0a13837b2 Mtn and RPG - add new spells and minor fix to breached wall 2023-01-18 16:31:58 +01:00
Gerkiz
854a6c5d7c Fix merge conflict 2023-01-17 10:52:42 +01:00
Gerkiz
f75ca6dc7b
Merge pull request #379 from aneves/vacant/improvements
Vacant/improvements
2023-01-17 10:43:23 +01:00
André
693b5f692d
Merge branch 'develop' into vacant/improvements 2023-01-15 00:33:21 +00:00
André Neves
695a513e4e Remove empty function.
Should be in 8a8b52ab of branch vacant/add-to-journey, got wrongly included here when rebasing.
2023-01-15 00:29:42 +00:00
Gerkiz
8d2c8c58a8
Merge pull request #382 from ComfyFactory/changes
Changes
2023-01-14 21:15:25 +01:00
Gerkiz
aad7f5769d Mtn v3 - show wave count when spectating and rework collapse trigger 2023-01-14 21:09:57 +01:00
Gerkiz
ecd3900463 Merge remote-tracking branch 'origin/develop' into develop 2023-01-14 21:08:51 +01:00
Gerkiz
d975916c08
Merge branch 'develop' into vacant/improvements 2023-01-14 20:43:07 +01:00
hanakocz
6c75b4b4dc
Merge pull request #378 from Piratux/develop
Pirate ship update V1.4.3
2023-01-13 17:36:20 +01:00
André Neves
13aa1b3d2d Lint changes. 🧙
Fully linted the clear_vacant_players file.
2023-01-13 02:47:15 +00:00
André Neves
cc9ca16228 Uniformize table.remove and table.insert in module
Use table.remove() and table.insert() uniformly in module
clear_vacant_players.
2023-01-13 02:47:15 +00:00
André Neves
5123d51145 Admins can disable clear-vacant-players.
Admins get a toggle in the Config to toggle the module
clear-vacant-players off and on, if it is loaded into the map.
2023-01-13 02:47:15 +00:00
Piratux
396aa55b4f
Merge branch 'develop' into develop 2023-01-12 23:52:14 +02:00
Piratux
2db3cd9ec9 Version update 2023-01-12 23:47:24 +02:00
Piratux
92fcbe3b6d Kraken tweaks and fixes
CHANGES:
- Island now doesn't load, when there are active krakens, to reduce lag.
- Slightly increased biter swimming speed during kraken fight. This should reduce the chance for biters to get stuck on the ship edge.
- Fixed biters swimming faster with multiple active krakens.
- Fixed biters stopping swimming towards ship when kraken dies.
2023-01-12 23:34:44 +02:00
Piratux
c3bea9ac24 maze island tweaks
Changes:
- Slightly decreased spawner density in Bewildering Maze island.
- Made rocket silo spawn closer to ship in Bewildering Maze island, to give players a higher chance to find and get to it before biters do.
2023-01-12 20:28:59 +02:00
Piratux
153a2016ed Cave and desert island tweaks
CHANGES:
- Prevented situation where biter wave could spawn immediately upon revealing it in Mysterious Caves island.
- Fixed "All biter bases destroyed — escape cost removed." message appearing when arriving at Mysterious Caves island.
- Fixed GUI showing resource cost to leave Mysterious Caves island. It won't need any resources to undock in late game.
- Fixed Mysterious Caves island letting you stay infinitely in late game.
- Sandworm Caldera island now has auto undock timer.
- Sandworm Caldera island now doesn't have launch rocket as resource requirement.
- Reduced maximum amount of time you can stay in Sandworm Caldera island by 20%.
- Reduced maximum amount of time you can stay in Mysterious Caves island by 20%.
- Revealing a spawner in Mysterious Caves island, reveals nearby area and spawners around it.
2023-01-12 18:58:53 +02:00
Piratux
72178fafa9 No more infinite fish at sea
Changes:
- There is now a fixed amount of fish you can catch at sea, to prevent dull strategy being: stay long amount at sea and try to catch "infinite" amount of fish.
- Gourmet doesn't generate ore at sea now. This is also to discourage similar strategy: wait long intervals at sea to efficiently use fish for ore.
2023-01-11 22:15:55 +02:00
Gerkiz
0d0e27770a Biter hatchery - fix bugs and remove overflow of text 2023-01-11 18:54:39 +01:00
Piratux
b8c8d4e1b0 Fixed people dying in front of ship upon departure
Changes:
- People now don't die when ship departs and they are right in front of it.
2023-01-11 19:32:00 +02:00
hanakocz
74e87a4a29
Merge pull request #376 from ComfyFactory/cave_miner_fixes
small fix for 2 tiny errors
2023-01-10 00:31:15 +01:00
hanakocz
09db938609 luacheck fix 2023-01-10 00:28:16 +01:00
hanakocz
d111f60da7
Merge branch 'develop' into cave_miner_fixes 2023-01-10 00:25:24 +01:00
hanakocz
e90d4e147f small fix for 2 tiny errors 2023-01-10 00:23:58 +01:00
Gerkiz
53364e477a Mtn v3 - super minor fix 2023-01-10 00:13:29 +01:00
Piratux
8d813b23c3 Fixed buried treasure being empty
Changes:
- Fixed buried treasure being empty.
- Made Raffle.raffle() return random value instead of nil, with <= 0 weights.
2023-01-09 22:22:37 +02:00
Gerkiz
6143d05d91
Merge pull request #375 from ComfyFactory/minor_change
Minor fixes
2023-01-09 11:36:13 +01:00
Gerkiz
9cad34277f Minor fixes 2023-01-09 11:28:15 +01:00
Piratux
19aaf064e5 Market structure full chest fix
Changes:
- Fixed market structure quest being incompletable when input chest input filled up.
2023-01-08 22:59:44 +02:00
Piratux
e4f3f402d3 silo fixes
Changes:
- Area under silo is cleared (from trees, rocks, etc.) first before being created.
2023-01-08 21:28:39 +02:00
hanakocz
61f0fe1132
Merge pull request #374 from ComfyFactory/fixes_for_cave_miner
Fixes for some buggerinos
2023-01-06 22:03:27 +01:00
hanakocz
a0baa770e8 Fixes for some buggerinos 2023-01-06 21:58:46 +01:00
Gerkiz
05005e39f0 Where - small hotfix 2023-01-03 16:39:25 +01:00
Gerkiz
8befdf7338 RPG - fix xp bug 2022-12-31 23:12:45 +01:00
Gerkiz
969e1cc895 Fix luacheck 2022-12-31 22:57:25 +01:00
Gerkiz
1621a7c1c0 Fix inventory slot issues
Discord user Drilla has another fix that they plan to release.
2022-12-31 22:56:33 +01:00
Gerkiz
e5a8033d2b Towny - minor fixes 2022-12-28 21:15:58 +01:00
Gerkiz
467dfe93e9 Mtn v3 - fix edge cases 2022-12-26 19:57:09 +01:00
Gerkiz
d5f9d5a8f6 Beams - fix abuse 2022-12-23 00:52:12 +01:00
Gerkiz
0ed24ffd38 Mtn v3 - fix bugged value of normal unit health incremental
This bug has existed for almost a year now - earlier normal unit health did not receive their expected value, at wave 4K the normal unit health had only an applied health value of roughly 23% whereas they should have been up towards the double.
I'll keep an eye on this by the statistics that are exported.
2022-12-22 23:34:05 +01:00
Gerkiz
d2049def68 Autocleaner - change timer 2022-12-22 23:29:18 +01:00
Gerkiz
7b448eb9ad WD - fix bugged value of normal unit health incremental 2022-12-22 23:29:06 +01:00
Gerkiz
f6f533bc27 Session data - check if player is nil 2022-12-22 23:28:43 +01:00