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
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
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