1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-10 00:43:27 +02:00
Commit Graph

798 Commits

Author SHA1 Message Date
cogito
f40a011ff5 planet_prison: fix bp nil reference bug
Traversing objects.refs and removing items at the same time is dangerous.
Order of for loop was reversed to hopefully mitigate this problem.
2020-01-10 17:39:44 +01:00
cogito
fc02629820 planet_prison: increase chance of ore spawn by 2
Increases the chance of ore spawn by 2 (60 -> 30 rand pool)
2020-01-10 17:39:44 +01:00
cogito
a0e5ea0737 planet_prison: increase crude oil frequency
Increases frequency of oil crude to spawn to 1000.
2020-01-10 17:39:44 +01:00
cogito
17486c4053 planet_prison: optimize map gen
Optimizes map generation. Currently, 16kb were used per chunk for
internal processing geared towards update time and not save time.
Map generation was optimized in a such was that only 8 bytes are
used per chunk, but since we no longer have granular data as before,
occasional lag spikes may occur as much more data needs to get
processed right as we get it.
2020-01-10 17:39:44 +01:00
cogito
ea2eaf2a01 planet_prison: fix duplicated speech bubble
When loaded with comfy modules, two speech bubbles appear when player
talks in global chat. This removes local counterpart, so only comfy
flying text appears.
2020-01-10 17:39:44 +01:00
Masamune
ac101ebc66 Edited order of mutagen log by most recent first 2020-01-09 18:58:04 +01:00
MewMew
4863ca8270
Merge pull request #117 from cogito123/planet_prison_gen_fix
planet_prison: fix double chunk generation bug
2020-01-08 18:29:56 +01:00
MewMew
331b9d8d65
Merge pull request #113 from randomdud3/filter-events
Filter events so they are only triggered when it really matters
2020-01-08 18:26:52 +01:00
randomdud3
2f8f7c65b6
Fix typo 2020-01-07 20:17:00 +01:00
cogito
ef96d174b7 planet_prison: fix double chunk generation bug
Unknowingly, the on_chunk_generated event was permitted to be processed
on 2 surfaces instead of the "arena" one, thus producing a "double
pass" effect. Since now, we'll filter based on name, which surface is
getting processed.
2020-01-07 18:28:03 +01:00
randomdud3
51e86d6b2c Move all filters to the main map file 2020-01-07 04:14:27 +01:00
MewMew
d31e27c0c9
Merge pull request #111 from AwesomePatrol/post-join-team-on-discord
Send "join team" messages to discord
2020-01-07 02:05:20 +01:00
MewMew
2dff825805 less rocks 2020-01-07 01:57:03 +01:00
MewMew
3ec2142a47
Merge pull request #114 from mattNeumayer/perf_fix
Biter Battle: Improve terrain generation performance
2020-01-07 01:52:49 +01:00
MewMew
86c37d173a
Merge pull request #112 from cogito123/planet_prison
Add planet prison 1.0.0
2020-01-07 01:38:36 +01:00
randomdud3
160e7e29a5 Filter events so they are only triggered when it really matters 2020-01-06 19:38:43 +01:00
Aleksander Mistewicz
53082d19c2 Use to_discord_bold to be consistent 2020-01-06 03:21:55 +01:00
Aleksander Mistewicz
038f97d8ab Use table.concat instead of built-in 2020-01-06 03:21:54 +01:00
Aleksander Mistewicz
b3b44bcdce Post join team messages to discord 2020-01-06 03:21:54 +01:00
MewMew
fa79933880 removal of periodic biter removal 2020-01-05 21:52:12 +01:00
MewMew
98e68d6439 turret position more random 2020-01-05 20:09:26 +01:00
MewMew
a03f28aa40 worm turret addition to biter area and tweaks 2020-01-05 19:52:24 +01:00
Matthias Neumayer
499339e73a Undo workload per tick increase 2020-01-05 19:35:10 +01:00
Matthias Neumayer
95f14b9c1b Rename r to spawn_wall_radius
Remove magic numbers
2020-01-05 19:33:51 +01:00
Matthias Neumayer
d03910d2d9 Performance mirror_terrain 2020-01-05 19:07:32 +01:00
Matthias Neumayer
2150172d02 Perf improvements in terrain.lua 2020-01-05 19:07:32 +01:00
Matthias Neumayer
b9fd10395b Cleanup: generate_inner_spawn_circle
Fix: Don't generate fish in the center island
2020-01-05 19:07:32 +01:00
Matthias Neumayer
4ca41abc08 Refactor generate_circle_spawn 2020-01-05 19:07:32 +01:00
MewMew
6804b84d50 tweaks 2020-01-05 19:05:57 +01:00
cogito123
019f933fde maps/planet_prison: add scenario
This scenario must be ran with all comfy gui shutdown.
2020-01-04 21:54:17 +01:00
MewMew
3cf61967aa unused function removal 2020-01-04 20:38:24 +01:00
MewMew
a0d97a6b08 silo bug fix 2020-01-04 20:35:21 +01:00
Masamune
76b8bd9be9 Removed useless empty line 2020-01-04 12:13:54 +01:00
Masamune
4f6da7c1bc Update for mutagen log : code cleaning 2020-01-04 12:13:54 +01:00
Masamune
5ba5bfd24d Gui improvement on mutagen log 2020-01-04 12:13:24 +01:00
Masamune
e3753f29a7 Moved science logs tab to fish tab instead 2020-01-04 12:12:53 +01:00
Masamune
90aec356f0 update science log : added horizontal lines 2020-01-04 12:11:07 +01:00
Masamune
cb4374a33c WIP science logs 2020-01-04 12:11:07 +01:00
Masamune
1023abdb71 science logs work 2020-01-04 12:10:20 +01:00
Masamune
0d97b34d0b Added science logs to bb 2020-01-04 12:09:09 +01:00
Masamune
ab2c9b24e5 Gui improvement on mutagen log 2020-01-04 12:04:20 +01:00
Masamune
accefee8b2 Moved science logs tab to fish tab instead 2020-01-04 12:04:20 +01:00
Masamune
5999c8658e update science log : added horizontal lines 2020-01-04 12:02:00 +01:00
Masamune
f4db9b3d54 WIP science logs 2020-01-04 12:02:00 +01:00
Masamune
de0fdf2beb science logs work 2020-01-04 12:02:00 +01:00
Masamune
d0584c1191 Added science logs to bb 2020-01-04 12:02:00 +01:00
MewMew
958309b019 tweak 2020-01-04 02:40:16 +01:00
MewMew
189cdc44ce hotfix 2020-01-02 16:28:12 +01:00
MewMew
8e1868fdcc restructure 2020-01-02 16:09:24 +01:00
MewMew
66470c193c small fixes 2020-01-01 23:56:38 +01:00
MewMew
34e11f891e new food values 2020-01-01 18:47:08 +01:00
MewMew
6a3f72052b updates
biter battles - evasion replaced with health boost
mountain map - collapse disabled by default
2020-01-01 18:25:14 +01:00
MewMew
99c7cb89c6 fix for blue beach map 2020-01-01 14:05:49 +01:00
MewMew
933de60cae
Merge pull request #99 from ETK03/patch-1
Fixed a small grammer mistake.
2019-12-28 14:02:41 +01:00
MewMew
9ee7acf841 updates 2019-12-24 12:43:47 +01:00
MewMew
e9d2268ade attack vectors 2019-12-21 00:22:01 +01:00
MewMew
d05339c31e updates 2019-12-20 14:46:20 +01:00
MewMew
f8bcc22d9e updates 2019-12-19 18:26:02 +01:00
MewMew
f491df7df4 some fixes 2019-12-18 19:08:09 +01:00
ETK03
9ffaf1f84f
Fixed a small grammer mistake. 2019-12-17 09:39:41 -06:00
MewMew
99e4336dd9 optimization of tick tasks; map pregen removal 2019-12-17 13:45:15 +01:00
MewMew
ee3f81898f landmine balance 2019-12-17 12:50:42 +01:00
MewMew
0b79888ffb Update
Border river width increased.
Config setting for river width now sets the minimum width, instead of average width.
Spawn ores increased.
Silo offset increased.
Player spawn position adjusted.
2019-12-15 09:45:53 +01:00
MewMew
6f5c0a661b boss wave name translation 2019-12-05 12:29:17 +01:00
MewMew
70c613e839 more translation 2019-12-05 09:09:08 +01:00
MewMew
82d541f9b4 translations 2019-12-05 08:58:26 +01:00
Gerkiz
391aefd370
minor change 2019-12-01 01:05:44 +01:00
Gerkiz
b48bd0258a
minor change 2019-12-01 00:52:08 +01:00
MewMew
d2ee5b254a map settings tab for bb 2019-11-29 05:56:24 +01:00
MewMew
c7d607193d tourney mode disables difficuly voting for non-admins 2019-11-29 04:38:33 +01:00
MewMew
8d60989526 difficulty tweaks 2019-11-28 03:53:19 +01:00
MewMew
2411848b34 threat income tweak 2019-11-26 05:24:51 +01:00
MewMew
29f02cdc47 Terrain tweaks 2019-11-26 04:17:23 +01:00
MewMew
eb14713db3 update 2019-11-26 01:31:00 +01:00
MewMew
95bc3d473a unit group tweaks 2019-11-24 00:09:45 +01:00
MewMew
8986cac385 balance update 2019-11-23 23:27:57 +01:00
MewMew
d1d8f60d67 comfy panel tabs fix for spectators 2019-11-23 11:45:43 +01:00
MewMew
6a606b88f8 fish pond added to cargo wagon room 2019-11-22 21:55:58 +01:00
MewMew
f7eb7582f8 fix for player rejoining inside cargo wagon 2019-11-21 07:02:39 +01:00
MewMew
5cf46329c7 update 2019-11-20 20:43:50 +01:00
MewMew
e327d08280 cargo wagon update 2019-11-20 19:26:34 +01:00
MewMew
b8e973f2df new base mutagen values 2019-11-20 03:40:54 +01:00
MewMew
034645c15c update
resource frequency and amount increased;
mirroring performance tweaks;
spawn wall radius is increased and has more turrets, but is more run down;
2019-11-17 23:29:11 +01:00
MewMew
ac249f49df fix for players getting stuck in the void after joining 2019-11-17 19:17:15 +01:00
MewMew
b8816f5093 collapse fixes 2019-11-16 20:50:34 +01:00
MewMew
180b166427 prefer positions closer to south 2019-11-15 19:00:06 +01:00
MewMew
42ad8b6557 fixing 2019-11-15 00:03:38 +01:00
MewMew
535c8802dd fix 2019-11-14 23:29:47 +01:00
MewMew
ca9ef3c2cc improvements 2019-11-14 23:06:15 +01:00
MewMew
1f04171a7c fixed glitch where player could create tiles outside the map border 2019-11-14 19:24:42 +01:00
MewMew
db958eaf96 ground collapse update 2019-11-14 18:48:03 +01:00
MewMew
e209c9f518 charting of last positions 2019-11-14 18:06:59 +01:00
MewMew
d85f7cfc22 map now collapses 2019-11-14 17:54:28 +01:00
MewMew
dc5e9e696c wip 2019-11-14 16:44:08 +01:00
MewMew
d9190241ba usage of LuaForce.play_sound 2019-11-11 13:14:29 +01:00
MewMew
e4a5279f8b group size limit; alerts 2019-11-11 13:06:02 +01:00
MewMew
c9bed5c5e2 small tweak 2019-11-11 12:16:39 +01:00
Gerkiz
ae94ef6dae command update and player_modifier removed from global 2019-11-10 22:02:45 +01:00
Gerkiz
8bdd53830c minor changes 2019-11-10 12:43:58 +01:00
MewMew
7b1f2ca20e update 2019-11-10 02:46:29 +01:00