David Anderson
|
935a8d36da
|
Triggering build.
|
2011-04-09 18:18:59 -07:00 |
|
David Anderson
|
6930046bc6
|
Triggering build.
|
2011-04-07 04:16:38 -05:00 |
|
David Anderson
|
174cbfe3b9
|
Triggering build.
|
2011-04-07 04:13:54 -05:00 |
|
David Anderson
|
611c7633cf
|
Triggering build.
|
2011-04-07 04:05:00 -05:00 |
|
David Anderson
|
822d4269c4
|
Pushing build.
|
2011-04-07 04:04:02 -05:00 |
|
David Anderson
|
8fd16efc33
|
Triggering build.
|
2011-04-07 03:58:20 -05:00 |
|
David Anderson
|
c05f6b7bf3
|
Trigger build.
|
2011-03-22 21:45:20 -07:00 |
|
David Anderson
|
e16efbf58b
|
Upgraded symstore.
|
2011-03-12 23:01:29 -08:00 |
|
David Anderson
|
b1ef86de75
|
Follow-up fixes to database conf reading (bug 4286, r=fyren).
|
2010-10-16 22:27:34 -07:00 |
|
David Anderson
|
e76a73e276
|
Fixed Windows build fo' realz.
|
2010-07-11 18:06:06 -07:00 |
|
David Anderson
|
ccf0490624
|
Windows build fix.
|
2010-07-11 17:45:35 -07:00 |
|
David Anderson
|
fe2721e04e
|
Merge.
|
2010-07-11 17:33:09 -07:00 |
|
David Anderson
|
fdd1a9afef
|
Use hash table for global name lookups (bug 4496, r=fyren).
|
2010-07-11 17:32:46 -07:00 |
|
David Anderson
|
651dfb796c
|
Merge.
|
2010-07-02 18:17:16 -07:00 |
|
David Anderson
|
4f2fc17a8f
|
Fixed staging buffers reallocating on every operation (bug 3820, r=fyren+fyren).
|
2010-07-02 18:16:50 -07:00 |
|
David Anderson
|
7bc019547f
|
Fixed O(n) insertion of debug strings (bug 4495, r=fyren).
|
2010-07-02 18:16:15 -07:00 |
|
David Anderson
|
f8c2629a3e
|
Fixed O(n^2) generation of debug info tables (bug 4493, r=fyren).
|
2010-07-02 18:15:59 -07:00 |
|
David Anderson
|
b5b4bff2fc
|
Fixed bogus assert in callfunction (bug 4487, r=fyren).
|
2010-07-02 18:15:21 -07:00 |
|
David Anderson
|
7054b92a14
|
Fixed bogus assert about name lengths (bug 4486, r=fyren).
|
2010-07-02 18:12:31 -07:00 |
|
David Anderson
|
f439cad46c
|
Removed code now dead from CS:S Orange Box move (bug 4399, r=ds).
|
2010-06-23 23:35:28 -07:00 |
|
David Anderson
|
97ab5dd1b5
|
Fixed switch case comparisons failing with large numbers (bug 4457, r=pred).
|
2010-06-13 20:26:58 -07:00 |
|
David Anderson
|
60226d9195
|
Fixed windows build.
|
2010-05-15 13:01:23 -07:00 |
|
David Anderson
|
64455b9852
|
Moved gameconf code from core to logic (bug 4406 part 11, r=ds).
--HG--
rename : core/GameConfigs.cpp => core/logic/GameConfigs.cpp
rename : core/GameConfigs.h => core/logic/GameConfigs.h
rename : core/smn_gameconfigs.cpp => core/logic/smn_gameconfigs.cpp
|
2010-05-14 23:35:42 -07:00 |
|
David Anderson
|
96f6cdf677
|
Moved datapack natives from core to logic (bug 4406 part 10, r=ds).
--HG--
rename : core/smn_datapacks.cpp => core/logic/smn_datapacks.cpp
|
2010-05-14 21:16:35 -07:00 |
|
David Anderson
|
c188491289
|
Moved handle natives from core to logic (bug 4406 part 9, r=ds).
--HG--
rename : core/smn_handles.cpp => core/logic/smn_handles.cpp
|
2010-05-14 21:06:06 -07:00 |
|
David Anderson
|
e9e4d566a5
|
Build fix.
|
2010-05-14 20:56:40 -07:00 |
|
David Anderson
|
85bedca236
|
Move string natives from logic to core (bug 4406 part 8, r=fyren).
--HG--
rename : core/smn_string.cpp => core/logic/smn_string.cpp
|
2010-05-14 20:04:44 -07:00 |
|
David Anderson
|
d80191df3d
|
Move replace functions from logic to core (bug 4406 part 7, r=fyren).
|
2010-05-14 20:04:30 -07:00 |
|
David Anderson
|
9137e92c09
|
Move translator from logic to core (bug 4406 part 6, r=ds).
--HG--
rename : core/PhraseCollection.cpp => core/logic/PhraseCollection.cpp
rename : core/PhraseCollection.h => core/logic/PhraseCollection.h
rename : core/Translator.cpp => core/logic/Translator.cpp
rename : core/Translator.h => core/logic/Translator.h
rename : core/sm_memtable.h => core/logic/sm_memtable.h
rename : core/smn_lang.cpp => core/logic/smn_lang.cpp
|
2010-05-14 19:43:53 -07:00 |
|
David Anderson
|
721dae3892
|
Inline sm_memtable (bug 4406 part 5, r=ds).
|
2010-05-14 19:43:38 -07:00 |
|
David Anderson
|
1cdacf69be
|
Move some string functions from core to logic (bug 4406 part 4, r=fyren).
|
2010-05-14 19:28:10 -07:00 |
|
David Anderson
|
b5b002aa4b
|
Move banning natives from core to logic (bug 4406 part 3, r=fyren).
--HG--
rename : core/smn_banning.cpp => core/logic/smn_banning.cpp
|
2010-05-14 18:22:03 -07:00 |
|
David Anderson
|
78f5b513c0
|
Move admin natives from core to logic (bug 4406 part 2, r=ds).
--HG--
rename : core/smn_admin.cpp => core/logic/smn_admin.cpp
|
2010-05-14 17:46:19 -07:00 |
|
David Anderson
|
0032fcaa66
|
Move memutils from core to logic (bug 4406, r=ds).
--HG--
rename : core/MemoryUtils.cpp => core/logic/MemoryUtils.cpp
rename : core/MemoryUtils.h => core/logic/MemoryUtils.h
rename : core/sm_symtable.h => core/logic/sm_symtable.h
|
2010-05-14 16:14:59 -07:00 |
|
David Anderson
|
28217f10cb
|
Added ProcessTargetString simple filter API (bug 4404, r=ds).
|
2010-05-13 12:28:51 -07:00 |
|
David Anderson
|
a6ceb337b2
|
Move timer natives into logic binary (bug 4402, r=ds).
--HG--
rename : core/smn_timers.cpp => core/logic/smn_timers.cpp
|
2010-05-13 01:47:12 -07:00 |
|
David Anderson
|
ab9750f8b2
|
Only build OB-Valve binaries on Mac OS X right now (bug 4392, r=ds).
|
2010-05-11 23:48:39 -05:00 |
|
David Anderson
|
af82971bf5
|
Fixed Windows build.
|
2010-05-11 02:07:35 -07:00 |
|
David Anderson
|
271b52158e
|
Mac build fixes (bug 4392, r=me).
|
2010-05-11 01:46:55 -07:00 |
|
David Anderson
|
738fcb6563
|
Added pcre-7.9 build for darwin.
|
2010-05-11 00:10:37 -07:00 |
|
David Anderson
|
e906a0da8c
|
Merge.
|
2010-04-29 01:28:27 -07:00 |
|
David Anderson
|
2edfb0aaac
|
Fixed regression when using panels (no bug, r=me).
|
2010-04-29 01:28:11 -07:00 |
|
David Anderson
|
fc88cd3cb1
|
Check return value of GetPlayerNetInfo (bug 4315, r=fyren).
|
2010-04-27 23:40:04 -07:00 |
|
David Anderson
|
55205e631b
|
Merge.
|
2010-04-27 21:07:59 -07:00 |
|
David Anderson
|
a36fa76d21
|
Root menu handles in callbacks (bug 4353, r=fyren).
|
2010-04-27 21:03:20 -07:00 |
|
David Anderson
|
0124020ba4
|
Added obsidian to list of games which need menu redraws (thread 123237, r=me).
|
2010-04-04 23:50:27 -07:00 |
|
David Anderson
|
28f71d18bd
|
Added obsidian to radiotimeout game list (t=123237, r=me).
|
2010-04-04 23:49:28 -07:00 |
|
David Anderson
|
1852aaf332
|
Fixed GetClientCookieTime not being exported (bug 4237, r=fyren).
|
2010-02-08 19:58:36 -08:00 |
|
David Anderson
|
0708e7f8f6
|
Fixed accidental hook against garbage offset (bug 4231, r=fyren).
|
2010-01-20 04:03:46 -08:00 |
|
David Anderson
|
1235e989d4
|
Added PlayerRunCmd offset for DoD:s (bug 4231 mitigation, r=me).
|
2010-01-20 04:01:39 -08:00 |
|
David Anderson
|
dbfb034548
|
Mercurial queues... oh, how terrible.
|
2010-01-18 03:20:44 -08:00 |
|
David Anderson
|
94d01e9e5a
|
Moved CRC32 from core to logic (no bug, r=me).
|
2010-01-18 03:08:52 -08:00 |
|
David Anderson
|
5e48b49b7e
|
Updated credits for 1.3 release.
|
2010-01-14 03:29:31 -08:00 |
|
David Anderson
|
bd3b46d624
|
Fixed command listener spew on server shutdown (bug 4198, r=fyren).
|
2010-01-13 21:48:51 -08:00 |
|
David Anderson
|
1cbe996831
|
Linux build fix (bug 3520 fallout).
|
2010-01-11 22:50:44 -08:00 |
|
David Anderson
|
ead6ca73e5
|
Triggering build.
|
2010-01-11 20:09:34 -08:00 |
|
David Anderson
|
a76f9e11fb
|
Backed out changeset 9a52d61fe6ba (bad commit).
|
2010-01-10 17:49:44 -08:00 |
|
David Anderson
|
a0e940c5a9
|
Merge.
|
2010-01-10 17:16:08 -08:00 |
|
David Anderson
|
2f1de22cae
|
Backed out changeset 292be4eb9d0c (bug 4211).
|
2010-01-10 17:16:02 -08:00 |
|
David Anderson
|
4631282709
|
Fixed reentrancy problems with iterators, forwards, and function removals (bug
4059, r=fyren).
|
2010-01-10 16:58:17 -08:00 |
|
David Anderson
|
5f53284cbd
|
Fixed build, wrong enum comparison.
|
2009-12-19 18:25:56 -08:00 |
|
David Anderson
|
7a84b71eb2
|
Fixed crashes from rare plugin loading errors (bug 4153, r=ds).
|
2009-12-19 18:19:28 -08:00 |
|
David Anderson
|
85382cd6c2
|
Fixed SourceMod crashing after flushing the profiler (bug 4149, r=ds).
|
2009-12-19 18:18:17 -08:00 |
|
David Anderson
|
02a99f1e51
|
Add ability to change dontBroadcast status on hooked events (bug 3886, r=ds).
|
2009-12-19 18:16:41 -08:00 |
|
David Anderson
|
75611f3bca
|
Fixed profiler being set to NULL (bug 4143, r=fyren).
|
2009-12-14 23:08:15 -08:00 |
|
David Anderson
|
f0f14d8a22
|
Fixed infinite loop in Windows build failure path (bug 4144, r=ds).
|
2009-12-14 23:07:54 -08:00 |
|
David Anderson
|
cd602ab5e3
|
Fixed basecomm description spelling (bug 4112, r=me).
|
2009-12-14 20:27:26 -08:00 |
|
David Anderson
|
fe8dc36074
|
Use GetVSPInfo() from MM:S 1.8 legacy API (bug 4081, r=ds).
|
2009-11-20 15:18:58 -06:00 |
|
David Anderson
|
5bf17fc5ae
|
Clarified handle invariants in clientprefs.inc (no bug, r=me).
|
2009-11-04 13:52:12 -05:00 |
|
David Anderson
|
8a8bafb199
|
Use GetSourceEngineBuild() from MM:S 1.8 legacy API (bug 4083, r=ds).
|
2009-10-29 01:33:57 -07:00 |
|
David Anderson
|
5a21d8c24d
|
Let SourceMod use OnUnlinkConCommandBase from MM:S 1.8 legacy API (bug 4080, r=ds).
|
2009-10-29 00:53:31 -07:00 |
|
David Anderson
|
5111b4799c
|
Fix iloop race when using AddCommandListener and SourceMod unloads (bug 4077, r=pred).
|
2009-10-29 00:06:12 -07:00 |
|
David Anderson
|
528bbe0116
|
Build against MM:S 1.8 with core-legacy (bug 4076, r=ds).
|
2009-10-28 23:30:52 -07:00 |
|
David Anderson
|
3030ab8664
|
Fixed crash when activating command listeners on EP1 while inside a command callback (bug 4072, r=pred).
|
2009-10-28 00:50:48 -07:00 |
|
David Anderson
|
2698ff1a04
|
Added feature testing functionality (bug 4021, r=pred).
|
2009-10-28 00:37:34 -07:00 |
|
David Anderson
|
084dd1c8dd
|
Build fix.
|
2009-10-28 00:31:48 -07:00 |
|
David Anderson
|
a8392889de
|
Fix maphistory command not returning a value (bug 4069, r=pred).
|
2009-10-28 00:08:15 -07:00 |
|
David Anderson
|
3bf5edc2b3
|
Added @spec target (bug 2718, r=fyren).
|
2009-10-27 03:41:36 -07:00 |
|
David Anderson
|
97be0ff22a
|
Bumped trunk version.
|
2009-10-27 03:11:34 -07:00 |
|
David Anderson
|
b43c8c018b
|
Warn user when adminmenu_custom is going to emit duplicate entries (bug 3894, r=pred).
|
2009-10-27 01:43:51 -07:00 |
|
David Anderson
|
38a5a4b97b
|
Increase display lengths on custom menus (bug 3677, r=pred).
|
2009-10-27 01:37:19 -07:00 |
|
David Anderson
|
6b06733192
|
Added better random number generator (bug 3831, r=fyren).
|
2009-10-26 23:59:59 -07:00 |
|
David Anderson
|
359146f60b
|
Don't pass unconnected clients into OnClientCommand (bug 3732, r=fyren).
|
2009-10-26 23:51:39 -07:00 |
|
David Anderson
|
de76827dd8
|
Fixed using war mode not load_unlocking before reloading (bug 3869, r=pred).
|
2009-09-27 02:25:32 -04:00 |
|
David Anderson
|
0cae3ac5a1
|
Use case-insensitive game folder matches for Windows (bug 3913, r=pred).
|
2009-09-27 02:19:17 -04:00 |
|
David Anderson
|
4fc378d3e2
|
Target filters now run for "@me" special target (bug 4000, r=pred).
|
2009-09-27 02:17:23 -04:00 |
|
David Anderson
|
c09b7bed34
|
Updated to latest GeoLite Country database (OCT-2009).
|
2009-10-02 05:08:14 -07:00 |
|
David Anderson
|
8a2c299653
|
Fixed rare crash involving hudtext code and maxclient shifts (bug 4016, r=fyren).
|
2009-10-02 04:30:46 -07:00 |
|
David Anderson
|
74dc2ed1f9
|
Re-enabled PDB files.
|
2009-10-02 03:47:42 -07:00 |
|
David Anderson
|
dc0d6a9b4a
|
Fixed crash when reloading blocked plugins fails (bug 4038, r+a=fyren).
|
2009-10-02 03:33:59 -07:00 |
|
David Anderson
|
3f264097a7
|
Removed unused files.
|
2009-10-02 03:30:54 -07:00 |
|
David Anderson
|
c72bfe3685
|
Another forgotten-file for bug 4015. Thanks mqueues.
|
2009-09-26 17:19:47 -04:00 |
|
David Anderson
|
90137f2263
|
Follow-up to bug 4015: apparently hg patch doesn't commit added files.
|
2009-09-26 17:14:50 -04:00 |
|
David Anderson
|
d8474cfafa
|
Added generic command hooking mechanism, to replace Reg*Cmd which is intended for command creation (bug 4015, r=pred).
|
2009-09-26 17:12:23 -04:00 |
|
David Anderson
|
533f17b3b0
|
Block plugins from registering "sm" command (bug 4013, r=pred).
|
2009-09-16 22:37:20 -07:00 |
|
David Anderson
|
caadb7fa27
|
Fixed invalid array access in PluginSys (bug 3933, r=pred).
|
2009-09-07 21:29:18 -07:00 |
|
David Anderson
|
1dd862f83d
|
Build fix, bug 3818 fallout.
|
2009-09-07 17:15:47 -07:00 |
|
David Anderson
|
852eb5c524
|
Fixed BanClient() crashing if called before certain callbacks (bug 3912, r=pred).
|
2009-09-07 16:21:48 -07:00 |
|
David Anderson
|
db97c2a5b1
|
Thanks, Python.
|
2009-08-30 17:27:44 -07:00 |
|
David Anderson
|
70993256b9
|
Added -lpthread to sourcemod.logic binary.
|
2009-08-30 17:26:03 -07:00 |
|