Timo Smit
af51a7fa60
Correctly mark teams as even for a one player difference (refs #102 )
2019-03-26 15:20:36 +01:00
Timo Smit
2bef5f87db
Parametrized !shuffle command ( fixes #101 )
2019-03-25 18:55:38 +01:00
Timo Smit
30dd74965d
Removed unnecessary return statement
2019-03-25 18:09:21 +01:00
Timo Smit
2d1c7a22f4
Added files.exists function used in b2c357b03f
2019-02-12 18:06:29 +01:00
Timo Smit
b2c357b03f
Fixed trying to play unavailable spree sounds (refs #95 )
2019-02-12 16:53:29 +01:00
Timo Smit
b4a6bcbb16
Simplified GUID check to catch other non-existing GUIDs as well
...
* removed PunkBuster instructions as well, ET: Legacy clients don't support this any more
2019-02-12 16:35:39 +01:00
Timo Smit
5aeb70d179
Added aka print to !listplayers and fixed display of connecting clients
2019-02-12 15:42:48 +01:00
Timo Smit
71c8de4c0d
Added new permission 'noaka'
...
* sets level to 0 and removes alias output in !listplayers
* binds !incognito to setlevel in shrubbot mode
* binds !incognito to its own permission in ACL mode
2019-02-12 13:26:11 +01:00
Timo Smit
a660a13876
Updated !finger command
...
* added level and level name
* version removed, since it is not sent by Legacy clients
2019-02-11 15:06:10 +01:00
Timo Smit
2e2c471d98
Improvements to spree handling
...
* changed default settings to disable records when bots are playing
* changed bot records bitflag to not include sprees when either source or victim is a bot
2019-02-11 13:00:09 +01:00
Timo Smit
1562e74489
Added new setting to ignore records when bots are online
...
* changed g_botRecords to bitflag
2019-02-11 12:48:16 +01:00
Timo Smit
9c799b8f4d
Ignore settings for unknown modules
2019-02-11 12:47:31 +01:00
Timo Smit
4d5e69d785
Added team color to !listplayers
2019-02-09 17:46:46 +01:00
Timo Smit
d35ed96d26
Implemented !rename (refs #62 )
2019-02-05 11:51:12 +01:00
Timo Smit
17286223d4
Added !news command
2019-02-04 13:16:07 +01:00
Timo Smit
4f5d0befca
Improved seed for cointoss
2019-02-04 13:04:17 +01:00
Timo Smit
d8ef69a6da
Added timers to remove expired mutes and bans from database
2019-02-04 13:00:46 +01:00
Timo Smit
d00d30b2ba
Fixed chat feedback for kick and ban commands
2019-02-04 12:21:01 +01:00
Timo Smit
f835d8c6ec
Fixed banners calculation ( fixes #98 )
...
* added checks for available banners
2019-02-04 12:20:06 +01:00
Timo Smit
311f4877c7
Added banners module (refs #98 )
2019-02-03 23:09:28 +01:00
Timo Smit
217456cbb6
Added setting to disable spree sounds (entirely, or for others)
2019-02-02 18:12:35 +01:00
Timo Smit
2bd45363e5
Correctly enable commands on legacy
2019-01-31 11:33:41 +01:00
Timo Smit
a253e00d15
Correctly set fs_game in settings module
2019-01-31 11:33:00 +01:00
Timo Smit
5c0c9d3cee
Disable !balance command on ETPub
2019-01-31 11:31:37 +01:00
Timo Smit
61ac6de86c
Fixed help text and syntax for !put
2019-01-31 11:20:46 +01:00
Timo Smit
d18127fea0
Fixed syntax for !mute and !vmute
2019-01-30 17:00:10 +01:00
Timo Smit
1a8e1f6af5
Fixed correct table merging by values
2019-01-30 16:28:33 +01:00
Timo Smit
2d349919d0
Correctly merge tables when copying levels from one to another
2019-01-30 15:44:03 +01:00
Timo Smit
d5f051890a
Implemented a command to clear a level's permissions
2019-01-29 22:49:40 +01:00
Timo Smit
4d332c36a0
Fixed acl not being able to copy level permissions to levels with existing permissions
2019-01-29 22:49:20 +01:00
Timo Smit
e9a4704df1
Fixed zip process of pk3 including pk3 directory itself
2019-01-28 14:32:21 +01:00
Timo Smit
251d85ab66
Merge branch 'patch-1' of github.com:IR4T4/wolfadmin into develop/1.2.1
2019-01-27 22:36:05 +01:00
IR4T4
57904d6a5c
Update putbots.lua
...
Fix putbots help text
2019-01-27 09:22:42 +01:00
Timo Smit
910c0e15a6
Updated default permission set
...
* removed 'noreason' from level 4
2019-01-22 15:03:24 +01:00
Timo Smit
f5e2a65e2e
Play a sound to the player on !slap for some extra feedback
2019-01-20 21:36:45 +01:00
Timo Smit
7b70c7e7e8
Fixed !showhistory still trying to show an old syntax
2019-01-20 20:57:52 +01:00
Timo Smit
2d145254fe
Miscellaneous fixes in loading of sprees, rules and greetings
...
* fixed counts being returned
* implement some checks for TOML parsing
2019-01-18 15:36:06 +01:00
Timo Smit
11c0903b95
Fixed file existence check for rules.toml
2019-01-18 13:15:59 +01:00
Timo Smit
b2b3fae5ce
Fixed checks for punishments without reason and/or time
2019-01-17 19:16:45 +01:00
Timo Smit
14ebac44d9
Fixed util.getTimeFromString not processing a single number as seconds
2019-01-17 18:54:59 +01:00
Timo Smit
adb469a29f
Fixed permission checks in certain commands
2019-01-17 16:56:42 +01:00
Timo Smit
511b663f2a
Added missing checks for history saving
2019-01-17 16:56:02 +01:00
Timo Smit
cd701f187b
Improved error handling of events
2019-01-17 15:31:23 +01:00
Timo Smit
6d3197413a
Moved file existence checks for rules and greetings to match sprees code
2019-01-17 11:16:26 +01:00
Timo Smit
415835c723
Check whether sprees file exist ( fixes #89 )
2019-01-17 11:12:48 +01:00
Timo Smit
2762ff7507
Only enable chat logging in legacy
...
* references 0212af1a6b
2019-01-16 12:13:17 +01:00
Timo Smit
2754faf98f
Fixed syntax for private message command
2019-01-16 11:51:46 +01:00
Timo Smit
f671d02a5b
Fixed !rules not displaying correctly when used with arguments
2019-01-15 21:12:33 +01:00
Timo Smit
1ab9877e77
Basic Lua 5.0 compatibility for ETPro
2019-01-10 14:20:04 +01:00
Timo Smit
5e3c966453
Fixed being unable to unban
2019-01-10 10:12:38 +01:00