Matt Woodrow
|
f7a3a6c17b
|
Fixed clientprefs deleting cookies twice in rare cases (bug 4412, r=Fyren)
|
2010-06-07 10:30:33 +12:00 |
|
Nicholas Hastings
|
98bec2580e
|
Fixed OnClientConnected forward not firing for bots (bug 4443, r=fyren)
|
2010-06-06 17:53:38 -04:00 |
|
Fyren
|
5ca2d469a8
|
Fix sdktools voice memory corruption (bug 4415, r=dvander)
|
2010-06-05 23:15:29 -07:00 |
|
Scott Ehlert
|
b413405876
|
Added gamedata for CS:S Beta (ep2v) on Mac OS X. (bug 4399, r=dvander).
|
2010-06-04 17:14:52 -05:00 |
|
Nicholas Hastings
|
330ff93e3e
|
Updated Obsidian Conflict gamedata (bug 4439, r=fyren)
|
2010-06-02 07:47:00 -04:00 |
|
Nicholas Hastings
|
fe08104d18
|
Fixed tf2.inc incorrectly attempting to load tf2 ext on all games (bug 4197, r=fyren)
|
2010-05-31 16:31:10 -04:00 |
|
Scott Ehlert
|
e518605d69
|
Fixed various areas where code was being compiled for Linux only, but should actually be used on OS X too (bug 4392, r=dvander).
|
2010-05-29 18:11:47 -04:00 |
|
Scott Ehlert
|
9a35085ac3
|
Merge.
|
2010-05-29 00:38:08 -05:00 |
|
Scott Ehlert
|
b0cf41de08
|
Fixed potential problem when using bintools to call functions that return objects by value on OS X (bug 4392, r=dvander).
Objects are only returned in memory when their sizes are greater than 8 or are not a power of 2.
|
2010-05-29 00:22:21 -05:00 |
|
Nicholas Hastings
|
00c3dc73f3
|
Updated/fixed SourceForts gamedata (bug 4429, r=fyren)
|
2010-05-28 13:28:04 -04:00 |
|
Scott Ehlert
|
a73cc93d21
|
Added version information to Mac OS X binaries (bug 4392, r=dvander).
|
2010-05-27 21:05:32 -05:00 |
|
Scott Ehlert
|
5a10299074
|
Added Mac OS X build support to sample extension makefiles (bug 4392, r=dvander).
|
2010-05-27 21:04:49 -05:00 |
|
Scott Ehlert
|
77d243f87f
|
Merge.
|
2010-05-27 21:04:22 -05:00 |
|
Nicholas Hastings
|
fb4f6406c9
|
Fixed SDKTools sm_dump_datamaps crash on improperly created entities (bug 4424, r=pred)
|
2010-05-26 08:30:13 -04:00 |
|
Scott Ehlert
|
3133b9b010
|
Merge.
|
2010-05-22 01:08:42 -05:00 |
|
Nicholas Hastings
|
12723167fc
|
Added gamedata for Resistance and Liberation (bug 4418, r=fyren)
|
2010-05-21 14:04:19 -04:00 |
|
Nicholas Hastings
|
2cc22778b5
|
Added comment to databases.cfg to denote acceptable "host" types
|
2010-05-21 14:00:33 -04:00 |
|
Nicholas Hastings
|
790d3f12a6
|
Empires gamedata fixes (bug 4417, r=fyren).
|
2010-05-21 13:55:29 -04:00 |
|
Scott Ehlert
|
beb1ab81e0
|
Updated .hgignore to ignore dylib binaries on OS X.
|
2010-05-19 04:31:10 -05:00 |
|
Scott Ehlert
|
e5126b4c65
|
Added support for "mac" in game data files (bug 4393, r=dvander).
|
2010-05-16 02:27:53 -04:00 |
|
Scott Ehlert
|
a2a4df5d06
|
Triggering build.
|
2010-05-15 20:50:24 -04:00 |
|
Scott Ehlert
|
ac0bd9714b
|
Triggering build.
|
2010-05-15 20:00:55 -04: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 |
|
Scott Ehlert
|
0fba0923c8
|
Changed MSVC compiler flag /Ot to /Ox and added /OPT:REF linker flag.
|
2010-05-14 02:42:08 -05:00 |
|
Scott Ehlert
|
e0169f6696
|
Fixed loader on Mac OS X (bug 4392, r=dvander).
|
2010-05-14 01:04:17 -05:00 |
|
David Anderson
|
28217f10cb
|
Added ProcessTargetString simple filter API (bug 4404, r=ds).
|
2010-05-13 12:28:51 -07:00 |
|
Scott Ehlert
|
fb28f4bcd0
|
Fixed package name for Windows (bug 4395).
|
2010-05-13 04:54:31 -05:00 |
|
Scott Ehlert
|
8852256ab6
|
Appended OS names to package archives (bug 4395, r=dvander).
|
2010-05-13 04:23:43 -05:00 |
|
Scott Ehlert
|
95de453677
|
Compile and link fixes for Mac OS X (bug 4392, r=dvander).
|
2010-05-13 04:22:31 -05:00 |
|
Scott Ehlert
|
5ef40e15c4
|
Add support for Mac OS X to ResolveSymbol() and FindPattern() in IMemUtils (bug 4392, r=dvander).
|
2010-05-13 04:20:41 -05:00 |
|
Scott Ehlert
|
31f223bff5
|
Merge.
|
2010-05-13 04:19:39 -05:00 |
|
Scott Ehlert
|
9fce2b1d8e
|
Only build OB-Valve binaries on Mac OS X for now (bug 4392, r=dvander).
|
2010-05-13 04:18:58 -05: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 |
|
Scott Ehlert
|
f4e22cb44c
|
Backed out changeset 29e6cc6f2124 (bug 4392).
|
2010-05-12 04:13:56 -05: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 |
|
Nicholas Hastings
|
fe8e0b0e0a
|
Merge
|
2010-05-11 20:41:19 -04:00 |
|
Nicholas Hastings
|
c2565cf3b7
|
Updated gamedata for ep2v cstrike(_beta) (bug 4399, r=fyren)
|
2010-05-11 20:40:14 -04:00 |
|
David Anderson
|
af82971bf5
|
Fixed Windows build.
|
2010-05-11 02:07:35 -07:00 |
|