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 |
|
David Anderson
|
271b52158e
|
Mac build fixes (bug 4392, r=me).
|
2010-05-11 01:46:55 -07:00 |
|
Fyren
|
26c404adee
|
Mac build fixes (bug 4392, r=dvander).
|
2010-05-11 01:46:54 -07:00 |
|
Scott Ehlert
|
f06af54165
|
Fixed compiler and linker flags for darwin (r=dvander).
The previous commit by 'me' was a fake atrocity created by dvander. :o
|
2010-05-11 02:36:03 -05:00 |
|
Fyren
|
2a77dfbcd2
|
Fixed buildbot scripts for darwin (r=dvander).
|
2010-05-11 00:16:52 -07:00 |
|
David Anderson
|
738fcb6563
|
Added pcre-7.9 build for darwin.
|
2010-05-11 00:10:37 -07:00 |
|
Scott Ehlert
|
3d4754d4ad
|
Fixed master amb script for darwin (r=dvander).
|
2010-05-11 00:10:36 -07:00 |
|
Scott Ehlert
|
b9ea1d1be4
|
Fixed master amb script for darwin (r=dvander).
|
2010-05-11 00:10:36 -07:00 |
|
Nicholas Hastings
|
b1b0484dae
|
Fixed TF2 natives not being marked optional when ext not required (bug 4389, r=fyren)
|
2010-05-10 18:18:15 -04:00 |
|
Nicholas Hastings
|
20b79784bf
|
Updated Empires gamedata (bug 4390, r=fyren)
|
2010-05-08 21:37:21 -04:00 |
|
Nicholas Hastings
|
4baa3358df
|
Updated geshi and npp sp language files for SM 1.3.2
Also fixed typo in geshi generator and added 'default' to list of reserved words.
|
2010-05-08 21:31:32 -04:00 |
|
Scott Ehlert
|
8fe7f8b8d8
|
Fixed SendConVarValue() on TF2, DOD:S, L4D, and L4D2 (bug 4273, r=dvander).
|
2010-05-04 22:53:26 -04:00 |
|
Scott Ehlert
|
6996a0db2b
|
Argh, really fixed HookEntityOutput() crash on TF2 (bug 4375).
|
2010-04-30 11:18:45 -04:00 |
|
Scott Ehlert
|
b89a899c82
|
Fixed HookEntityOutput() crash with recent updates to TF2 and L4D2 (bug 4375, r=pred, a=blocking).
|
2010-04-30 03:51:35 -04:00 |
|
Fyren
|
bbbbb660b3
|
Triggering build
|
2010-04-29 20:48:17 -07:00 |
|
Scott Ehlert
|
6ba29219e5
|
Updated sample extension makefiles to compile against latest changes for L4D2 and TF2 (bug 4374, r=dvander).
|
2010-04-29 16:06:32 -04:00 |
|
Nicholas Hastings
|
dd97bdcc2c
|
Fixed SetUserCvar offset for ep2v (bug 4371, r=fyren)
|
2010-04-29 14:12:08 -04:00 |
|
Nicholas Hastings
|
b63e0f08bf
|
Backed out changeset 907677755029
|
2010-04-29 14:11:03 -04:00 |
|
Nicholas Hastings
|
c5ae9d45ad
|
Fixed SetUserCvar offset for ep2v (bug 4371, r=fyren)
|
2010-04-29 14:05:22 -04: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 |
|
Nicholas Hastings
|
dc116858a9
|
ep2v gamedata (bug 4371, r=fyren)
|
2010-04-29 00:09:35 -07:00 |
|
Fyren
|
1a938f8711
|
ep2v build changes (bug 4371, r=dvander)
|
2010-04-29 00:08:08 -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 |
|
Nicholas Hastings
|
b8d512f5e1
|
Fixed entity output hooks not working in Insurgency (bug 4365, r=fyren)
|
2010-04-24 21:10:23 -04:00 |
|
Nicholas Hastings
|
d4263b59c6
|
Added obsidian to list of games which support tempents with ep2 gamedata (thread 75480, r=me).
|
2010-04-24 21:08:06 -04:00 |
|
Nicholas Hastings
|
e5e1507dff
|
Fixed functions.inc not having double-include prevention (bug 4342, r=fyren)
|
2010-04-24 21:06:10 -04:00 |
|