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

1242 Commits

Author SHA1 Message Date
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
cogito123
44bed491ea utils/server.lua: don't assume player association
Until now, it was assumed that entity "character" was player associated.
While this is true in 99% of cases, mods that allows NPCs are not
associated with a player and thus when they kill, error happens.

This patch adds additional check.
2020-01-04 21:54:11 +01:00
cogito123
3d95d8d633 player_modifiers.lua: fix undefined "player" variable
While trying to access update_player_modifiers, undefined "player" variable was
used. It was corrected to game.players[event.player_index]
2020-01-04 21:54:04 +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
MewMew
a4d72a1f29
Merge pull request #110 from Masamune0/master
Added mutagen log
2020-01-04 20:30:29 +01:00
Masamune
ab79f57442 Merge branch 'master' of https://github.com/Masamune0/ComfyFactorio 2020-01-04 12:14:12 +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
4c87514d3c
Merge pull request #109 from randomdud3/health-pool-fixes
Health regeneration fix
2020-01-03 10:11:18 +01:00
Masamune
07f8968a9d Removed useless empty line 2020-01-03 09:31:04 +01:00
Masamune
934f25d94f Update for mutagen log : code cleaning 2020-01-03 09:29:54 +01:00
Masamune
c83a724095 Merge branch 'master' of https://github.com/Masamune0/ComfyFactorio 2020-01-03 09:21:37 +01:00
Masamune
9fe486431a Gui improvement on mutagen log 2020-01-03 09:20:45 +01:00
Masamune
459e68dcc1 Moved science logs tab to fish tab instead 2020-01-03 09:20:45 +01:00
Masamune
3aed8ad6f0 update science log : added horizontal lines 2020-01-03 09:19:16 +01:00
Masamune
16d60dc211 WIP science logs 2020-01-03 09:19:16 +01:00
Masamune
018e4bcb7f science logs work 2020-01-03 09:19:16 +01:00
Masamune
0ecdb9b67c Added science logs to bb 2020-01-03 09:19:16 +01:00
randomdud3
b6aec3bd07 Use the current health when calculating health pool changes
Ideally, you could keep the health modifier in the pool structure so you
dont need to calculate the inverse every time again, but since the 3rd
spot meant stuff for bosses and it was used in other places, i didn't
want to mess with it.
2020-01-02 23:51:29 +01:00
randomdud3
db6842b0d2 Ignore events that won't do any damage.
Ideally this event would not be triggered since it won't change
anything, but it seems big waves of biters trigger it with 0 damage, so
might be better to ignore those
2020-01-02 23:41:38 +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
Masamune
554c0e2407 Gui improvement on mutagen log 2019-12-31 16:39:57 +01:00
Masamune
f2795ee8ec Moved science logs tab to fish tab instead 2019-12-31 12:20:37 +01:00
Masamune
ff71c2ac74 update science log : added horizontal lines 2019-12-31 00:11:26 +01:00
Masamune
9600d9a804 WIP science logs 2019-12-30 20:01:08 +01:00
MewMew
d17048c908 terrain layout addition 2019-12-30 17:55:11 +01:00
Masamune
db3d617c61 science logs work 2019-12-30 14:17:51 +01:00
Masamune
bff6803a1a Added science logs to bb 2019-12-30 14:11:44 +01:00
MewMew
e3e476a06a update
no biter attacks for new towns at high evo
clear spawn of biters for outlanders
clear units that are out of the current evolution range
prevent outlanders from building close to towns centers
2019-12-28 14:56:04 +01:00