Commit Graph

205 Commits

Author SHA1 Message Date
Timo Smit 24e3242d13 Allow settings to be empty 2017-03-03 12:35:41 +01:00
Timo Smit 7e0b9c5aba Fixed SQLite error (unknown value for column) 2017-03-02 08:48:29 +01:00
Timo Smit 0d5e1ceaca Fixed lastseen and seen NULL in SQLite install script 2017-02-27 21:56:56 +01:00
Timo Smit cd7ad4fd9c Fixed lastseen and seen NULL for new players 2017-02-27 21:48:46 +01:00
Timo Smit 6eeec2d20a Fixed suspicious globals (fixes #75) 2017-02-21 10:45:16 +01:00
Timo Smit 2c32671304 Fixed suspicious globals (fixes #75) 2017-02-21 10:44:14 +01:00
Timo Smit a72f15b058 Removed redundant initialization (fixes #75) 2017-02-21 10:41:09 +01:00
Timo Smit 6c95703678 Fixed many unused initializations (fixes #75) 2017-02-21 10:33:10 +01:00
Timo Smit 3ed215ee44 Added connection count and last connection information (see 935f71d) 2017-02-18 12:06:34 +01:00
Timo Smit fafc53710b Added connection count and last connection information 2017-02-17 12:08:42 +01:00
Timo Smit 935f71d4ab Fixed platform detection on Windows (refs #74) 2017-02-14 13:23:14 +01:00
Timo Smit 74f761f39e Added check to disable logging functionality 2017-02-12 13:33:02 +01:00
Timo Smit d567d076bb Fixed a file descriptor leak 2017-02-12 13:29:45 +01:00
Timo Smit 10fd153b0a Added max bots vote to menu (fixes #77) 2017-02-12 11:53:10 +01:00
Timo Smit f02f91dc34 Added vote for maximum bots 2017-02-09 10:31:27 +01:00
Timo Smit 3954583bc5 Fixed in-memory database not being detected (refs #46) 2017-02-08 22:51:12 +01:00
Timo Smit 77eaec7ef9 Removed unused parameter 2017-02-08 21:11:11 +01:00
Timo Smit 11c75c5738 Updated cvars.cfg to reflect rename limit changes 2017-02-08 18:20:04 +01:00
Timo Smit 4a80ab729b Fixed rename limit (refs #46)
* moved name change detection to players module
* rename limit now kicks instead of name forcing
* rename limit now actually calculates over past minute (approximately)
* removed g_renameInterval, obsolete
2017-02-08 18:18:51 +01:00
Timo Smit d7d5565355 Remove player data on disconnect 2017-02-08 16:23:36 +01:00
Timo Smit 68688385a0 Sanitizing client input (refs #67) 2017-02-08 14:48:56 +01:00
Timo Smit 56d822b417 Added more levels to bot difficulties consistent with omnibot's own naming (refs #77) 2017-02-08 14:32:00 +01:00
Timo Smit 416b3bbbfc Fixed poll results on legacy (refs #46) 2017-02-08 14:05:54 +01:00
Timo Smit 291b109c06 Cleaned up files module 2017-02-07 23:10:02 +01:00
Timo Smit 0105d181ab Allow support for Legacy's in-memory database 2017-02-07 20:11:18 +01:00
Timo Smit bc2aebe671 Load sprees from g_fileSprees and added default sounds to the sprees 2017-02-07 20:00:31 +01:00
Timo Smit 95ab757cdc Removed tags from .wav files 2017-02-07 17:38:56 +01:00
Timo Smit a3e6241081 Fix C&P error in 2c848f0 2017-02-07 15:09:58 +01:00
Timo Smit 2c848f0237 Added cointoss role to SQL script 2017-02-07 10:46:33 +01:00
Timo Smit e473bae2f1 Added !spec999 and !cointoss command (refs #62) 2017-02-06 18:10:39 +01:00
Timo Smit e3345faa90 Added sound to !warn command (refs #62) 2017-02-06 17:51:10 +01:00
Timo Smit b81894db87 Added more info to !finger and readconfig on standalone (refs #62) 2017-02-06 17:50:44 +01:00
Timo Smit 2d2e64ea2b Added spree and PM sounds to the pk3 (refs #61) 2017-02-06 16:25:12 +01:00
Timo Smit a22859dd3d Added spree and PM sounds to the pk3 (refs #61) 2017-02-06 11:07:24 +01:00
Timo Smit 1fe77fdaa4 Also fixed pagination for negative offsets (refs #54) 2017-02-04 14:20:18 +01:00
Timo Smit e962fde32e Fixed config files needed to finish with two trailing newlines 2017-02-03 13:38:01 +01:00
Timo Smit 70417c1298 Fixed paginated lists returning too many results (refs #54) 2017-02-03 11:07:36 +01:00
Timo Smit 6380068889 Removed instructions of GPL (not needed) 2017-02-02 16:39:19 +01:00
Timo Smit f619805f40 Merge branch 'master' into develop/1.2.0 2017-02-02 16:35:08 +01:00
Timo Smit c9060064de Fixed README website links 2017-02-02 16:33:52 +01:00
Timo Smit 5840c0a1f8 Fixed setlevel in add-on mode returning error caused by 329eb3a 2017-02-02 16:27:28 +01:00
Timo Smit acf0b698e7 Merge branch 'master' into develop/1.2.0
# Conflicts:
#	luamods/wolfadmin/main.lua
2017-02-01 17:37:33 +01:00
Timo Smit a5067afd67 Implemented kill and death spree in standalone mode (refs #61)
* messages can be disabled per-type through g_spreeMessages
* records can be disabled through g_spreeRecords
2017-02-01 17:35:34 +01:00
Timo Smit 179ac058cb Fixed next map displaying on intermission even though it's unknown 2017-02-01 17:33:03 +01:00
Timo Smit 891a91fdf1 Replaced g_warnHistory with g_playerHistory and added possibility to disable history (refs #55) 2017-02-01 17:31:09 +01:00
Timo Smit 329eb3afc7 Fixed possibility to setlevel higher than current level 2017-02-01 14:33:33 +01:00
Timo Smit cf959be65d Updated version 2017-01-30 17:39:20 +01:00
Timo Smit aeb43f991b Updated installation instructions for SQLite3 (fixes #70) 2017-01-30 17:35:45 +01:00
Timo Smit 7ddde82e8d Merge branch 'develop/1.2.0' of github.com:rmarquis/wolfadmin into develop/1.2.0 2017-01-30 11:27:25 +01:00
Timo Smit 074999037a Aligned (team) damage in !stats 2017-01-30 11:25:09 +01:00