Nicholas Hastings
|
5e1d207eae
|
Added engine support for Blade Symphony (bug 5949, r=asherkin).
|
2013-10-13 14:15:29 -04:00 |
|
Nicholas Hastings
|
3e15966c3e
|
Add support for Source SDK Base 2013 (bug 5917, r=asherkin).
|
2013-10-13 14:14:51 -04:00 |
|
Nicholas Hastings
|
ff54fb431f
|
Fix ep1 build.
|
2013-10-09 09:12:46 -04:00 |
|
Nicholas Hastings
|
1ba6b2653a
|
Move ForwardSys from core to logic (bug 5953, r=fyren).
--HG--
rename : core/ForwardSys.cpp => core/logic/ForwardSys.cpp
rename : core/ForwardSys.h => core/logic/ForwardSys.h
|
2013-10-09 08:43:08 -04:00 |
|
Nicholas Hastings
|
1d1b5d1c6d
|
Move DBManager and DB natives from core to logic (bug 5953, r=fyren).
--HG--
rename : core/Database.cpp => core/logic/Database.cpp
rename : core/Database.h => core/logic/Database.h
rename : core/sm_simple_prioqueue.h => core/logic/sm_simple_prioqueue.h
rename : core/smn_database.cpp => core/logic/smn_database.cpp
rename : core/sm_queue.h => public/sm_queue.h
|
2013-10-09 08:43:08 -04:00 |
|
Nicholas Hastings
|
9027d15211
|
Move ADTFactory from core to logic (bug 5953, r=fyren).
--HG--
rename : core/ADTFactory.cpp => core/logic/ADTFactory.cpp
rename : core/ADTFactory.h => core/logic/ADTFactory.h
|
2013-10-09 08:43:08 -04:00 |
|
Asher Baker
|
67a2fe3751
|
Speculative fix for bot issues with SteamAuthstringValidation (r=psychonic).
|
2013-10-08 11:27:26 -04:00 |
|
Kyle Sanderson
|
e3cb33bbda
|
Switch StringToInt(Ex) from strtol to strtoul (bug 5939, r=psychonic).
|
2013-10-06 15:40:03 -04:00 |
|
Peace-Maker
|
985b7831cf
|
Fix typo stopping plugins from reaching ext dep lists (bug 5851, r=fyren).
|
2013-09-30 12:26:45 -04:00 |
|
Kyle Sanderson
|
ed6fe7519a
|
Detech dispatch after Handles are freed (bug 5853, r=asherkin).
|
2013-09-14 12:23:04 -04:00 |
|
Nicholas Hastings
|
d808d6d8a5
|
Fix some format string misuse with map names.
|
2013-09-13 13:47:55 -04:00 |
|
Nicholas Hastings
|
b471109c08
|
Increase mapname buffer size in nextmap to accomodate longer map names.
|
2013-09-13 13:47:55 -04:00 |
|
David Anderson
|
f9f4c7dcd6
|
Add an interpreter because. (bug 5902, r=ds).
|
2013-09-01 00:23:44 -07:00 |
|
David Anderson
|
2dae228f10
|
Remove memtables from HandleSys (bug 5899 part 5, r=fyren).
|
2013-08-31 19:50:36 -07:00 |
|
David Anderson
|
b917c540aa
|
Remove memtables from GameConfigs (bug 5899 part 4, r=fyren).
|
2013-08-31 19:50:26 -07:00 |
|
David Anderson
|
67ce8aff61
|
Remove memtables from ConCmdManager (bug 5899 part 3, r=fyren).
|
2013-08-31 19:50:15 -07:00 |
|
David Anderson
|
ba927964c8
|
Clean up ConCmdManager (bug 5900, r=fyren).
|
2013-08-31 11:51:23 -07:00 |
|
David Anderson
|
435f2b8e39
|
Remove MenuManager use of memtables (bug 5899 part 2, r=fyren).
|
2013-08-31 11:50:28 -07:00 |
|
David Anderson
|
a25f9010cc
|
Remove CoreConfig use of memtables (bug 5899 part 1, r=fyren).
|
2013-08-31 11:50:11 -07:00 |
|
David Anderson
|
4500964394
|
Use Refcounted to manage to NativeEntry (bug 5852 part 4, r=ds).
--HG--
extra : rebase_source : 2e08816db6819c9d9957a0e0ade9cd1aa420fd54
|
2013-08-30 10:16:28 -07:00 |
|
David Anderson
|
3da646f913
|
Simplify NativeEntry state (bug 5852 part 3, r=ds).
--HG--
extra : rebase_source : e80ed1c3b3af0b48fff6632eb131ca534a2c2885
|
2013-08-30 10:14:18 -07:00 |
|
David Anderson
|
140436c2cb
|
Store C++ native lists more optimally in ShareSys (bug 5852 part 2, r=ds).
--HG--
extra : rebase_source : 75b786b4c839ec48bf32982486fbbafa1050ad55
|
2013-08-30 10:12:44 -07:00 |
|
David Anderson
|
0e677fb3a2
|
Remove native override API (bug 5852 part 1, r=ds).
--HG--
extra : rebase_source : 9df0399c88721b63667a9b0b5dca0eb20168117a
|
2013-08-30 10:10:57 -07:00 |
|
David Anderson
|
b261dde858
|
Refactor Trie natives to use HashMap instead of KTrie; add iteration API (bug 5892, r=ds).
--HG--
extra : rebase_source : a5bcf64a45d6734a97d78b4f4ea9aea48d17bb8b
|
2013-08-29 10:09:02 -07:00 |
|
David Anderson
|
c80e0a964f
|
Fix uninitialized var causing trouble in _FindServerClass (bug 5893, irc r=psychonic).
|
2013-08-28 13:46:34 -04:00 |
|
Nicholas Hastings
|
d9f23a8af2
|
Fix translator system not loading languages with long identifier (bug 5888, r=dvander).
|
2013-08-28 13:18:55 -04:00 |
|
Peace-Maker
|
b8c61f89fa
|
Re-rig global forwards when plugin pause state changes (bug 5582, r=psychonic).
|
2013-08-27 19:06:18 -04:00 |
|
David Anderson
|
c30b7c111f
|
Fix hashmap not being initialized (no bug, irc r=kyles).
|
2013-08-26 23:38:55 -07:00 |
|
David Anderson
|
e6f39eb9b6
|
Switch AdminCache off KTrie (bug 5886, r=ds).
|
2013-08-25 21:39:07 -07:00 |
|
David Anderson
|
0f52f6931b
|
Switch ADTFactory/IBasicTrie off KTrie (bug 5884 part 17, r=ds).
|
2013-08-25 12:21:15 -07:00 |
|
David Anderson
|
8e99b342a4
|
Switch ClientPrefs off KTrie (bug 5884 part 15, r=ds).
|
2013-08-25 12:19:10 -07:00 |
|
David Anderson
|
bc51c3e5b1
|
Switch ConCmdManager off KTrie (bug 5884 part 14, r=ds).
|
2013-08-25 12:18:25 -07:00 |
|
David Anderson
|
d5177fdc74
|
Switch EventManager off KTrie (bug 5884 part 13, r=ds).
|
2013-08-25 12:17:26 -07:00 |
|
David Anderson
|
80eba57e6b
|
Switch sm_srvcmds off KTrie (bug 5884 part 12, r=ds).
|
2013-08-25 12:17:25 -07:00 |
|
David Anderson
|
3985dd639a
|
Switch UserMessages off KTrie (bug 5884 part 11, r=ds).
|
2013-08-25 12:16:07 -07:00 |
|
David Anderson
|
3000445af9
|
Switch smn_console off KTrie (bug 5884 part 10, r=ds).
|
2013-08-25 12:15:27 -07:00 |
|
David Anderson
|
0235d57625
|
Switch ConsoleDetours off KTrie (bug 5884 part 9, r=ds).
|
2013-08-25 12:15:26 -07:00 |
|
David Anderson
|
77c7b312ea
|
Switch ConVar, CoreConfig off KTrie (bug 5884 part 8, r=ds).
|
2013-08-25 12:13:30 -07:00 |
|
David Anderson
|
3850765759
|
Switch HalfLife2 off KTrie (bug 5884 part 7, r=ds).
|
2013-08-25 11:59:48 -07:00 |
|
David Anderson
|
0b8e2fd5c9
|
Switch Profiler off KTrie (bug 5884 part 6, r=ds).
|
2013-08-25 11:59:48 -07:00 |
|
David Anderson
|
ebe9ee8114
|
Switch ShareSys off KTrie (bug 5884 part 5, r=ds).
|
2013-08-25 11:59:47 -07:00 |
|
David Anderson
|
a8ab617ee9
|
Switch smn_maplists off KTrie (bug 5884 part 4, r=ds).
|
2013-08-25 11:59:47 -07:00 |
|
David Anderson
|
414440589e
|
Switch PluginSys off KTrie (bug 5884 part 3, r=ds).
|
2013-08-25 11:59:46 -07:00 |
|
David Anderson
|
544b6d94aa
|
Switch HandleSys off KTrie (bug 5884 part 2, r=ds).
|
2013-08-25 11:59:45 -07:00 |
|
David Anderson
|
0144062126
|
Introduce NameHashSet (bug 5884 part 1, r=ds).
|
2013-08-25 11:59:44 -07:00 |
|
Kyle Sanderson
|
7e2afacf34
|
Fix broken translating in some plugins and natives (bug 5612, r=psychonic).
|
2013-08-25 10:15:35 -04:00 |
|
Kyle Sanderson
|
2b6257e94e
|
Fixed potential deadlock in HandleSystem::TryAndFreeSomeHandles (bug 5665, r=dvander).
|
2013-08-25 09:59:13 -04:00 |
|
David Anderson
|
d14b5fe00b
|
Switch GameConfigs to hash tables (bug 5878 part 3, r=ds).
|
2013-08-25 01:42:16 -07:00 |
|
David Anderson
|
04bb2d1066
|
Switch Translator to hash tables (bug 5878 part 2, r=ds).
|
2013-08-25 01:42:15 -07:00 |
|
Nicholas Hastings
|
ea3e602835
|
Fix cmd listener callback return behavior to match func doc (bug 5882, r=asherkin).
|
2013-08-24 23:56:39 -04:00 |
|