Commit graph

343 commits

Author SHA1 Message Date
Timo Smit
87950f36ce Fixed incorrect invokerId being used for setlevel history 2017-03-15 16:00:06 +01:00
Timo Smit
370ec98e38 Removed some redundant checks 2017-03-15 15:51:37 +01:00
Timo Smit
0cc4aefcee Fixed GPL link in README.md 2017-03-15 14:16:40 +01:00
Timo Smit
730bbbeb17 Updated license for lua-toml and dependency list 2017-03-15 14:14:56 +01:00
Timo Smit
39caf003a7 Ported greetings, rules and spree messages to TOML format 2017-03-15 13:43:16 +01:00
Timo Smit
90c5af82dc Fixed files.loadFromCFG not always returning two arguments 2017-03-15 13:04:46 +01:00
Timo Smit
8034b9ab91 Added toml parser dependency 2017-03-15 12:34:22 +01:00
Timo Smit
8d14486d61 Add support for TOML-formatted configs (refs #60)
* added lua-toml as dependency
* removed cvars.cfg
* removed wolfadmin.cfg
* added wolfadmin.toml
* created compatibility checks for old configs
2017-03-14 22:43:15 +01:00
Timo Smit
a24eefa248 Some more colouring fixes (refs 164e1a4) 2017-03-14 22:38:34 +01:00
Timo Smit
164e1a4569 Updated colouring scheme of debug module
* colours now also used in console (check non-legacymod servers whether this works correctly)
* slightly different colouring scheme for console to increase readibility
2017-03-14 22:11:42 +01:00
Timo Smit
f3eab54330 Fixed auto unmute message not being printed 2017-03-14 20:35:53 +01:00
Timo Smit
16891a37c8 Added extra condition for empty GUIDs 2017-03-14 17:32:50 +01:00
Timo Smit
0a230d592d Fixed possibility to slap/gib players not playing or alive 2017-03-13 18:24:04 +01:00
Timo Smit
d31c6ff0a0 Fixed maxspree message being printed when first spree > 5 2017-03-13 17:19:35 +01:00
Timo Smit
17ea943c64 Naming consistency between in balancer module
* replace occurrences of evener with balancer
2017-03-13 17:10:09 +01:00
Timo Smit
f3aa6dfad5 Fixed put spam for bots
* now makes use of forceteam instead of !put on legacymod
2017-03-13 16:58:45 +01:00
Timo Smit
144a34b3b9 Fixed balancer triggering on unknown commands
* now correctly displays a usage message
* also updated syntax info
2017-03-13 16:52:37 +01:00
Timo Smit
abb6c45e55 Fixed end of sprees not displayed in all cases 2017-03-13 16:40:05 +01:00
Timo Smit
1a3b91fb06 Fixed version info not available in !finger 2017-03-13 10:45:16 +01:00
Timo Smit
0c0392b3c5 Fixed death spree always being reset 2017-03-13 10:22:24 +01:00
Timo Smit
8e181447b2 Regardless of messages, reset sprees accordingly 2017-03-13 10:09:19 +01:00
Timo Smit
2442f49408 Added validity checks for loaded CFGs (refs #80) 2017-03-13 09:22:19 +01:00
Timo Smit
db6a378032 Fixed CFG loading with Unix file endings (refs #80) 2017-03-13 09:16:36 +01:00
Timo Smit
e9d17e8572 Fixed CFG file loading with Windows encoding (fixes #80) 2017-03-13 09:02:26 +01:00
Timo Smit
cf0988d442 Default death sprees now start at 10 deaths 2017-03-12 22:33:20 +01:00
Timo Smit
380aba96cb Removed print of end of spree messages if they're disabled 2017-03-12 21:32:22 +01:00
Timo Smit
5df1a0ac41 Set default g_spreeMessages value to 7 2017-03-11 23:37:08 +01:00
Timo Smit
8b9bfd54a6 Fix nil spree message
* for sprees % 0, it would try to find and output a max spree while there isn't
2017-03-11 23:35:36 +01:00
Timo Smit
c47c6572da Fixed connected players not being added to database on mod init 2017-03-08 13:16:29 +01:00
Timo Smit
c73a41f7e7 Fixed listings returning 'duplicate' rows (caused by references) 2017-03-08 12:31:19 +01:00
Timo Smit
d7217cfa88 Merge branch 'develop/1.2.0' of github.com:rmarquis/wolfadmin into develop/1.2.0 2017-03-03 13:05:30 +01:00
Timo Smit
ba24089a80 Revert "Allow settings to be empty"
This reverts commit 24e3242d13.
2017-03-03 12:42:31 +01:00
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
Remy Marquis
a65fe28c9a Added shuffle by skill rating for Legacy mod 2017-03-01 12:07:38 +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