1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-24 03:47:58 +02:00

382 Commits

Author SHA1 Message Date
Eric Anderson
b8158f1f01 Merge remote-tracking branch 'gh/develop' into master 2022-04-07 21:05:59 -07:00
Eric Anderson
26f34ea8d5 Review fixes.
* Clearing corpses remains trusted only.
* Remove spurious debugging code.
2022-04-07 20:54:22 -07:00
Gerkiz
e7658d12a1 small change 2022-04-08 00:34:10 +02:00
Gerkiz
6e98f1c1bc final fix 2022-04-08 00:11:10 +02:00
Gerkiz
8177457a5b fix 2022-04-08 00:04:29 +02:00
Gerkiz
d274165af5 template fix 2022-04-07 23:27:31 +02:00
Gerkiz
a5a0dafb2c test webhook event 2022-04-07 22:00:46 +02:00
Gerkiz
5bbd704438 Added new function to iterate over all connected players 2022-04-07 16:12:47 +02:00
Gerkiz
c048002b7d gui label fixes 2022-04-07 16:12:34 +02:00
Gerkiz
095895ed81 perlin - made it faster when using in loop 2022-04-07 16:12:25 +02:00
Gerkiz
86ae1d5c9b fix lua tooltip warnings 2022-04-07 16:11:57 +02:00
Gerkiz
38415cead9 player modifiers - limit rpg inventory 2022-04-07 16:11:03 +02:00
Gerkiz
82affb25dd minor fix 2022-04-05 19:41:44 +02:00
Gerkiz
95f2e90e55 refactor more gui 2022-04-05 19:28:08 +02:00
Eric Anderson
79e9bdee7e Merge https://github.com/eric-anderson/ComfyFactorio into master 2022-03-29 22:15:56 -07:00
Gerkiz
e5611d8a3c minor fix 2022-03-29 21:35:00 +02:00
Gerkiz
b7315b5980 Fix freeplay and various other files 2022-03-29 20:12:50 +02:00
Gerkiz
d8066b5ee7 Rework jail permissions 2022-03-15 20:00:00 +01:00
Gerkiz
acba7ebfe1 use _G where we can 2022-03-06 00:33:54 +01:00
Gerkiz
87a5796a08 spam protect - disable warnings 2022-03-06 00:33:35 +01:00
Gerkiz
f065a745bb more fixes 2022-03-01 19:16:44 +01:00
Gerkiz
1478bbbbff planet prison - fixes 2022-02-28 23:47:00 +01:00
Eric Anderson
aa23e76a33 Add flag to always allow clearing corpses 2022-02-25 19:40:36 -08:00
Gerkiz
ad0f6255f7 Make luacheck happy 2022-02-14 00:27:14 +01:00
Gerkiz
ebb95ee000 Spam check players 2022-02-13 23:32:57 +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
fb1fd99ea5
Merge branch 'develop' into patch-2 2022-01-19 22:41:15 +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
bd906f8e7f Add the ability to connect to other servers via ingame 2022-01-18 00:07:25 +01:00
Gerkiz
c39279ffdd Server util - new ways to send messages to discord 2022-01-14 16:16:21 +01:00
Gerkiz
8013d125a3 Minor fix 2022-01-06 01:09:35 +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
966dcf220a Move files in main folder to utils 2021-12-05 22:15:49 +01:00
Gerkiz
f047ff98ed Minor changes to chatbot and debug view 2021-11-13 01:32:50 +01:00
Gerkiz
ac026d36c8 event - minor changes
Added support for filters.
2021-11-11 01:56:30 +01:00
Gerkiz
36bc63b220 make gui mod_gui ready 2021-10-23 00:04:48 +02:00
Gerkiz
cb5248cabd add scheduler (acts like task) 2021-10-23 00:04:33 +02:00
Gerkiz
f3cbba181e Add supporter information to the playerlist 2021-10-09 13:45:19 +02:00
Gerkiz
eaf20f1158 mtn v3 - fix of broken core feature 2021-10-02 21:04:15 +02:00
Gerkiz
6a165c79cb Minor adjustments 2021-07-23 17:23:33 +02:00
Gerkiz
e813e875d7 Bugfix
Fixed antigrief logging limit
Fixed autostash healing/increasing durability of items
Added two new functions to session_data
2021-07-20 22:17:49 +02:00
Gerkiz
64705020fd Improved jail_data and how it handles different scenarios 2021-07-17 20:39:41 +02:00
Gerkiz
e2707f68d6 changes to prestige system 2021-07-14 21:34:48 +02:00
Gerkiz
9f9c20de39 minor changes to prestige system 2021-07-12 16:50:58 +02:00
Gerkiz
7ce9894a15 two new modules and changes to scenario 2021-07-12 16:15:55 +02:00
Gerkiz
d3880c78a6 various tweaks 2021-07-02 10:52:27 +02:00
Gerkiz
b3ffa965eb minor fix to rpg and session 2021-07-01 21:34:39 +02:00