d14b5fe00bSwitch GameConfigs to hash tables (bug 5878 part 3, r=ds).
David Anderson
2013-08-25 01:42:16 -0700
04bb2d1066Switch Translator to hash tables (bug 5878 part 2, r=ds).
David Anderson
2013-08-25 01:42:15 -0700
3b9037397aAdd new StringHashMap container (bug 5878 part 1, r=ds).
David Anderson
2013-08-25 01:42:14 -0700
ea3e602835Fix cmd listener callback return behavior to match func doc (bug 5882, r=asherkin).
Nicholas Hastings
2013-08-24 23:56:39 -0400
96e971084aFix SDKHooks hook ent validation missing first datatable name (bug 5881, r=asherkin).
Nicholas Hastings
2013-08-24 21:59:52 -0400
9bf78a96ccReplace hardcoded "/ff" check in basetriggers (bug 5863, r=drifter).
Nicholas Hastings
2013-08-24 21:59:52 -0400
ba55ef0b2eDon't call SayCommand forwards for chat triggers (bug 5863, r=asherkin).
Nicholas Hastings
2013-08-24 21:59:52 -0400
0c00f7393cFixed regression causing public triggers to no longer display (bug 5863, r=drifter).
Nicholas Hastings
2013-08-24 21:59:52 -0400
1824826474Removed unused var m_bTriggerWasSilent from core ChatTriggers (bug 5863, r=asherkin).
Nicholas Hastings
2013-08-24 21:59:52 -0400
57e1c7d55fFix build problems when using HashMap.
David Anderson
2013-08-24 01:29:43 -0700
e489b4a570Fix build problems when using HashTable.
David Anderson
2013-08-24 01:29:26 -0700
83dc7f0855Fix performance problems in AString.
David Anderson
2013-08-24 01:29:03 -0700
90a2d1bb39Update AMTL with a number of changes. - Introduce HashMap, a key-value map based on HashTable. - Introduce LinkedList, to port from SourceHook::List. - Introduce AString, to port from SourceHook::String. - Introduce KE_OVERRIDE and KE_DELETE helpers for C++11. - HashTable now constructs/destructs only live items. - Fix insert-on-removed-item bug in HashTable. - Fix Vector keeping a new maxsize if allocation fails. - Renamed am-inline-list.h to am-inlinelist.h.
David Anderson
2013-08-23 22:29:44 -0700
3d4e1ffd64Added helper stock to check if a command exists. (bug 5510, r=asherkin)
Kyle Sanderson
2013-08-12 00:42:56 +0100
b39fcebe65Remove InfoVars, reassign DAT from EBP to ESI to preserve C++ stacktraces in JIT code (bug 5844 part 10, r=ds).
David Anderson
2013-08-12 00:24:02 +0100
04129a0841Remove InfoVars::frm (bug 5844 part 9, r=ds).
David Anderson
2013-08-12 00:23:54 +0100
a7658f013eEliminate InfoVars::hp (bug 5844 part 8, r=ds).
David Anderson
2013-08-12 00:23:00 +0100
2822bf7a65Eliminate InfoVars::cip (bug 5844 part 7, r=ds).
David Anderson
2013-08-12 00:22:54 +0100
87ccd272eeEliminate InfoVars::rval (bug 5844 part 6, r=ds).
David Anderson
2013-08-12 00:22:41 +0100
18275ce2c9Remove InfoVars::ctx (bug 5844 part 5, r=fyren).
David Anderson
2013-08-11 11:33:47 -0700
5935070dfaRemove InfoVars::memory (bug 5844 part 4, r=ds).
David Anderson
2013-08-11 11:33:29 -0700
8391c83121Remove InfoVars::stp (bug 5844 part 3, r=fyren).
David Anderson
2013-08-11 11:31:55 -0700
4255ee105fRemove InfoVars::data_size (bug 5844 part 2, r=ds).
David Anderson
2013-08-11 11:31:24 -0700
e3c45bd1f7Clean up INFO register structure (bug 5844 part 1, r=ds).
David Anderson
2013-08-11 11:30:27 -0700
449617474bStatically align the stack at function boundaries (bug 5842, r=ds).
David Anderson
2013-08-11 11:27:19 -0700
ce542ac5f6Move tracker related opcodes entirely to C++.
David Anderson
2013-08-10 21:23:02 -0700
d0e18ed0baDebug build fixes.
Nicholas Hastings
2013-08-10 12:22:09 -0400
70952282f0More Windows build fix.
David Anderson
2013-08-08 22:02:42 -0700