Gerkiz
ffda7393b8
Merge pull request #211 from Quadrum1/patch-3
...
Fix serious error
2022-01-24 22:43:41 +01:00
Quadrum
eeb739a9ae
Make luacheck happy
2022-01-24 20:46:37 +01:00
Quadrum
7c202dcb76
Fix serious error
...
Error was in --Friendly Fire History -> local function on_entity_died(event)
There is a unique case, when an item dies and is not within blacklisted_types (belts and so on), but is within the whitelist_types array (I would guess this is for trees?), the friendy_fire history is incremented, but not checked for a limit.
Previously, this was a none-issue, as the list would be cleared when any other case is trigger. Now, however, only 1 log entry is deleted when it overflows, and only without that case. So every time somebody triggers that special case, by lets say destroying a tree, the array is increased by one without removing the first entry.
This should hopefully fix that.
2022-01-24 20:35:51 +01:00
Gerkiz
f3a688d3fe
Merge pull request #209 from Quadrum1/patch-2
...
Add overflow for history arrays
2022-01-19 22:42:21 +01:00
Gerkiz
fb1fd99ea5
Merge branch 'develop' into patch-2
2022-01-19 22:41:15 +01:00
Gerkiz
d8b3e355ac
Merge pull request #210 from ComfyFactory/minor_fix
...
Minor fix to server select
2022-01-19 22:38:55 +01:00
Gerkiz
116a5f89d5
Merge branch 'develop' into minor_fix
2022-01-19 22:37:48 +01:00
Gerkiz
17e0988d2d
Minor fix
2022-01-19 22:36:35 +01:00
Quadrum
02f6479019
Add overflow for history arrays
2022-01-19 21:16:35 +01:00
Gerkiz
07251991a8
Merge pull request #205 from Agocelt/develop
...
Spidertrons warning message
2022-01-19 17:30:02 +01:00
Gerkiz
09bcdab575
Merge branch 'develop' into develop
2022-01-18 15:23:52 +01:00
Gerkiz
cb822bdc45
Merge pull request #208 from ComfyFactory/server_select
...
server select - fix tooltip and various things
2022-01-18 15:05:14 +01:00
Gerkiz
8eb6765aa4
fix local
2022-01-18 15:04:23 +01:00
Gerkiz
f4b9bc5de0
server select - fix tooltip and various things
2022-01-18 15:02:39 +01:00
Gerkiz
b82d0f125f
Merge pull request #207 from ComfyFactory/code_cleanup
...
Remove unused global
2022-01-18 00:12:26 +01:00
Gerkiz
4f2097ca73
Remove unused global
2022-01-18 00:11:20 +01:00
Gerkiz
280720ec46
Merge pull request #206 from ComfyFactory/server_connect
...
Add the ability to connect to other servers via ingame gui
2022-01-18 00:08:31 +01:00
Gerkiz
bd906f8e7f
Add the ability to connect to other servers via ingame
2022-01-18 00:07:25 +01:00
Johny
4258e1830f
Spidertrons warning message
2022-01-16 20:37:27 +01:00
Gerkiz
547c6dadd4
Merge pull request #204 from ComfyFactory/changes
...
User requested changes
2022-01-14 22:56:57 +01:00
Gerkiz
49f342d3fd
rpg - future fix
2022-01-14 22:53:27 +01:00
Gerkiz
d909dc42ba
Wave defense - minor change
2022-01-14 22:50:49 +01:00
Gerkiz
f463ad71d6
Mtn v3 - adjust the car price as per vote request
2022-01-14 22:12:28 +01:00
Gerkiz
1fa63ba251
Mtn v3 - change layout tile inside the "surface" locomotives
2022-01-14 22:12:11 +01:00
Gerkiz
0e6b406567
Mtn v3 - adjust discharge cost
2022-01-14 22:11:54 +01:00
Gerkiz
aea8596ccd
Fish v2 - add more difficulties when playing solo
2022-01-14 22:05:01 +01:00
Gerkiz
7750b47722
Wave defense - user requested feature
...
Prints a popup to pause the wave defense waves for 5 minutes. Requires 50% of connected players to have voted.
2022-01-14 21:58:43 +01:00
Gerkiz
4f16030532
Mtn v3 - user requested feature
...
Changes mining ore chances
2022-01-14 21:02:35 +01:00
Gerkiz
c7fd81da94
Merge pull request #203 from ComfyFactory/changes
...
Minor changes
2022-01-14 16:21:05 +01:00
Gerkiz
c287e06fd0
Make luacheck happy
2022-01-14 16:20:15 +01:00
Gerkiz
9c7dc00021
Mtn v3 - user requested feature
...
You can now toggle auto upgrade when placing vehicles.
2022-01-14 16:17:24 +01:00
Gerkiz
2c4711c0bb
Mtn v3 - minor change to how we send messages to discord
2022-01-14 16:16:38 +01:00
Gerkiz
c39279ffdd
Server util - new ways to send messages to discord
2022-01-14 16:16:21 +01:00
Gerkiz
2370cfa38b
Merge pull request #202 from ComfyFactory/minor_fix
...
Minor fix
2022-01-06 01:10:41 +01:00
Gerkiz
8013d125a3
Minor fix
2022-01-06 01:09:35 +01:00
Gerkiz
01cc7036ac
Merge pull request #201 from ComfyFactory/changes_discord
...
Minor changes to logging to discord
2022-01-05 22:54:18 +01:00
Gerkiz
d7dcb7270c
Fix missing commit
2022-01-05 22:53:25 +01:00
Gerkiz
74bf9bec20
Minor changes to logging to discord
2022-01-05 22:49:07 +01:00
Gerkiz
c305b8b559
Merge pull request #200 from ComfyFactory/github_updates
...
minor consistency fix
2021-12-26 21:28:31 +01:00
Gerkiz
61e7e9feab
minor consistency fix
2021-12-26 21:26:44 +01:00
hanakocz
258e7c6e52
Merge pull request #199 from ComfyFactory/turret_filler_module
...
Turret filler module
2021-12-26 00:01:08 +01:00
hanakocz
94e0b45db2
Enable turret filler module in chronotrain, plus tiny fixes
2021-12-25 23:55:11 +01:00
hanakocz
dfa4b2598b
New module - automatically fill placed turrets with ammo
2021-12-25 23:54:27 +01:00
hanakocz
af61da269d
Merge pull request #198 from ComfyFactory/chronotrain_commands_fix
...
fix for crash when sending commande from console
2021-12-22 07:03:20 +01:00
hanakocz
262e69a35d
fix for crash when sending commande from console
2021-12-22 06:54:33 +01:00
hanakocz
eae0378bf3
Merge pull request #197 from ComfyFactory/chronotrain_commands_module
...
commands, automatic scenario reset, fixes for gui and events
2021-12-22 06:40:52 +01:00
hanakocz
dd50dd6996
luacheck fix
2021-12-22 06:39:42 +01:00
hanakocz
b028e1d665
commands, automatic scenario reset, fixes for gui and events
2021-12-22 06:35:34 +01:00
hanakocz
82311c71f7
Merge pull request #196 from ComfyFactory/chronotrain_small_fixes
...
small fixes, gui fixes/optimization
2021-12-21 17:30:13 +01:00
hanakocz
8069cc45b4
small fixes, gui fixes/optimization
2021-12-21 17:27:59 +01:00