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

1169 Commits

Author SHA1 Message Date
Masamune
92ad567236 Name change for sci : now use the original science name for mutagen logs 2020-01-30 17:23:05 +01:00
Masamune
c52f19a450 Cleaned a debug game print, now summary has his vertical/horizontal information switched (less place taken) 2020-01-27 20:45:55 +01:00
Masamune
49de91204a Removed debug print, fixed no evo jump, filters are in table to be in same line 2020-01-27 18:07:28 +01:00
Masamune
3eb708ed2d Added passive value info in science logs 2020-01-26 12:59:56 +01:00
Masamune
c9c05e7492 Add science filter, team filter, evo jump filter, add bugfix for team name (now old lines will also show new name of team) 2020-01-26 11:39:00 +01:00
Masamune
ae7f135d39 Merge remote-tracking branch 'upstream/master' into mutagenLogFilters 2020-01-26 09:59:11 +01:00
Gerkiz
ebd9f4e329
Added description
Added because it is needed for selfhosting via Factorio client.
2020-01-24 18:31:59 +01:00
MewMew
52c50d80a8 optimizations 2020-01-22 14:12:04 +01:00
MewMew
c37aa8cbba code tidy up 2020-01-22 08:30:41 +01:00
Masamune
35b638a022 Merge remote-tracking branch 'upstream/master' into mutagenLogFilters 2020-01-19 19:31:48 +01:00
MewMew
0b684ebd7e wrong requires fix 2020-01-19 16:42:18 +01:00
MewMew
f05c270997
Merge pull request #123 from cogito123/planet_prison_1_0_4
Planet prison 1 0 4
2020-01-19 16:35:07 +01:00
Masamune
a726a41d00 First implementation of summary of feeding and also fix for big feeding (threat was cut) 2020-01-19 14:13:23 +01:00
MewMew
b5893c9b85 things 2020-01-19 10:31:16 +01:00
MewMew
02f907f970 integration of biter extra lifes 2020-01-19 10:26:11 +01:00
MewMew
806da8159d remember biteys unit group 2020-01-19 09:38:30 +01:00
MewMew
3d079bb83b new module 2020-01-19 07:06:38 +01:00
cogito
05bb95b796 planet_prison: bump to 1.0.4 2020-01-18 08:58:28 +01:00
cogito
f4079a194f planet_prison: lower the size of water-shallow layer 2020-01-18 08:58:28 +01:00
cogito
667c24edc0 planet_prison: enable inserter capacity bonuses 2020-01-18 08:58:28 +01:00
cogito
f52e80aaf5 planet_prison: add blood effects
When character gets killed or damaged, some blood particles will
be shown.
2020-01-18 08:58:28 +01:00
cogito
a5be9ad3e4 planet_prison: balance adjustement 2020-01-18 08:58:28 +01:00
cogito
87eb854ace planet_prison: fix global variable miussage.
Fixes some 'global' variable missusage.
2020-01-18 08:58:28 +01:00
cogito
198b5fd17a planet_prison: add timer to player spawn
These generators from ships are way to op as you can easily place
radars around it. We'll explode the ships after 10 minutes, so they
don't clutter the map and don't give exploits.
2020-01-18 08:58:28 +01:00
cogito
bdcdc9ae96 planet_prison: add id to blueprint references
Adds blueprint to new blueprint references.
2020-01-18 08:58:28 +01:00
cogito
66d535d7f2 planet_prison: fix get_non_obstructed_position
Fixes get_non_obstructed_position function to do more exhaustive check
for position, so that out-of-map spawns become highly unlikely.
2020-01-18 08:58:28 +01:00
cogito
6eb1486574 planet_prison: add an afk timer
Adds an afk timer, 90 minutes. After that time you die.
2020-01-18 08:58:28 +01:00
cogito
1f12c2602f planet_prison: move layers to map configuration
Moves layers to map configuration for better managability.
2020-01-18 08:58:28 +01:00
cogito
be4e1dfa44 planet_prison: add bandits with shotguns
Adds randomly shotguns to bandits in 1 to 7 odds.
2020-01-18 08:58:28 +01:00
cogito
729a332d54 planet_prison: add camouflage to bandits
Default red color for a bandit looks bad. This patch changes it
to be in random shade of gray.
2020-01-18 08:58:28 +01:00
cogito
336b538545 planet_prison: common: mark "this" as global
There are upcoming commits that heavily use this module in closures
so mark "this" as global to prevent upvalue errors.
2020-01-18 08:58:28 +01:00
cogito
6d5f869e2b planet_prison: layers: add dependency injector
If some hook requires external variables it can inject them into layer
object at runtime. This should solve the upvalue problem.
2020-01-18 08:58:28 +01:00
cogito
c895ff729d planet_prison: fix the nil bug in on_gui_click
Some of the GUI elements become invalid suddenly. Let's make a
check for it.
2020-01-18 08:58:28 +01:00
cogito
01b55c8df1 planet_prison: rename "buddies" to "NAP"
Renames "buddies" to "non-aggressive pact", so it's less confusing.
2020-01-18 08:58:28 +01:00
MewMew
b7ee3fa039 unit raffle evo limits 2020-01-13 03:01:25 +01:00
MewMew
42e34639c4
Merge pull request #122 from cogito123/planet_prison_fixes
Planet prison 1.0.3
2020-01-12 11:38:10 +01:00
cogito
fd97d1ef93 planet_prison: bump to 1.0.3 2020-01-11 19:34:30 +01:00
cogito
a147c050b2 planet_prison: limit the size of shallow water layer
It seems that shallow water layer is too big. Let's tweak it
a little.
2020-01-11 19:34:30 +01:00
cogito
86e9da6549 planet_prison: allow fast inserter
Looks like people dislike idea of having to buy inserters from
merchant. Fast inserter tech will be now permitted.
2020-01-11 19:34:30 +01:00
cogito
7760fced0c planet_prison: allow "merchant" button
If you get GPS receiver from the store it would cause "merchant"
button to disappear, which is annoying.
2020-01-11 19:34:30 +01:00
cogito
16a391648b planet_prison: add "coins" section to manual
Player obviously now know what you get coins for. This patch adds the short
explanation to the manual.
2020-01-11 19:34:30 +01:00
cogito
01842c2bdb planet_prison: tweaks tech tree 2020-01-11 19:34:30 +01:00
cogito
98bbec451b planet_prison: maybe fix the nil perks
Hardly could reproduce, hopefully this will fix it.
2020-01-11 14:59:03 +01:00
cogito
1b42918315 planet_prison: enable flashlight by default
Forcing a player to buy a flashlight is a bad idea. This patch
removes possiblity of flashlight buying as he'll have it by default.
2020-01-11 14:59:03 +01:00
cogito
b1336833de planet_prison: fix the name generation
The get_random_id was always returning after first cycle. This
could casue more than a 1 player to be assigned under single force.
Added additional check and we return completely full name.
2020-01-11 14:59:03 +01:00
cogito
74d73c1b47 planet_prison: fix the buddy system
Bunch of fixes to buddy system.
2020-01-11 14:59:03 +01:00
MewMew
9c73672035
Merge pull request #120 from cogito123/planet_prison_mapgen_optimize
Planet prison mapgen optimize
2020-01-11 09:21:46 +01:00
cogito
6a07ed102e planet_prison: bump to 1.0.2 2020-01-10 17:39:44 +01:00
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