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
Gerkiz
37710fac2c
minor changes
2021-07-01 21:30:29 +02:00
Gerkiz
1449c0a71e
minor bug fixes
2021-06-13 13:54:19 +02:00
Gerkiz
2e30470025
tweaks and bugfixes
2021-06-06 20:14:26 +02:00
Gerkiz
6a262c01a2
new command - playtime
...
returns a value from the webpanel and prints it out to the player that ran the command
2021-06-02 00:05:45 +02:00
Gerkiz
2a1f3dea2c
update module
2021-05-28 20:28:28 +02:00
Gerkiz
fbaa411073
refactor and changes
2021-05-23 17:03:52 +02:00
Gerkiz
0be0055eb7
minor adjustments done to rpg, wave defense and mtn v3
2021-05-23 02:02:11 +02:00
MewMew
b7c7cff886
update
...
16 unique world traits added.
Positive world modifiers halfed.
Starting area modifier removed.
Reduce capsule drop radius.
Reduced worm spawn radius in mothership surface.
Fix for game freeze on entering next world.
Fix for random high tier biters in next world.
Fix for being stuck in chunk destroy phase when a player joins.
Added modifiers for pollution diffusion, biter group size and tree durability.
2021-05-21 01:01:48 +02:00
Gerkiz
d3d85ad720
don't do anything if we're debugging
2021-05-19 19:51:38 +02:00
Gerkiz
4ee808e6f3
new module - game pause
...
this module pauses the game whenever the last player leaves the game, ensuring that rcon does not progress the map.
2021-05-19 19:49:57 +02:00
Gerkiz
89223f5dbd
fix broken session time
2021-05-18 21:11:28 +02:00
Gerkiz
df75d37a4a
desync fix to mtn fortress
2021-05-18 00:20:15 +02:00
Gerkiz
5b8c1a2fee
various tweaks
2021-05-12 20:52:29 +02:00
Gerkiz
1644b024cf
Fix gui config when clicking poll and remove unused functions
2021-05-08 02:03:38 +02:00
Gerkiz
a94fcc98af
Removal of global variables and removed laggy functions
2021-05-07 01:36:10 +02:00
Gerkiz
64e588128e
Validate functions and log player messages.
2021-05-07 01:19:38 +02:00
Gerkiz
550bef8445
enable debug for all admins
2021-05-01 21:19:45 +02:00
Gerkiz
f76af8c582
debug and desync fixes
2021-04-04 13:51:27 +02:00
Gerkiz
4f484de35a
add biter battles to discord channels
2021-04-01 22:06:55 +02:00
Gerkiz
d12b4423db
enable feature on /debug command
2021-03-28 17:01:39 +02:00
Gerkiz
5b88f8fdfc
removed comfy_panel_tabs from _G and made it use tokens instead
2021-03-25 23:49:57 +01:00
Gerkiz
e2a33f9f30
luacheck more fixes
2021-03-24 20:14:55 +01:00