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