David Anderson
3985dd639a
Switch UserMessages off KTrie (bug 5884 part 11, r=ds).
2013-08-25 12:16:07 -07:00
David Anderson
045ee262a8
Move scared guts of core into logic (bug 5680, r=fyren).
...
--HG--
rename : core/ExtensionSys.cpp => core/logic/ExtensionSys.cpp
rename : core/ExtensionSys.h => core/logic/ExtensionSys.h
rename : core/HandleSys.cpp => core/logic/HandleSys.cpp
rename : core/HandleSys.h => core/logic/HandleSys.h
rename : core/NativeInvoker.cpp => core/logic/NativeInvoker.cpp
rename : core/NativeInvoker.h => core/logic/NativeInvoker.h
rename : core/NativeOwner.cpp => core/logic/NativeOwner.cpp
rename : core/NativeOwner.h => core/logic/NativeOwner.h
rename : core/PluginSys.cpp => core/logic/PluginSys.cpp
rename : core/PluginSys.h => core/logic/PluginSys.h
rename : core/ShareSys.cpp => core/logic/ShareSys.cpp
rename : core/ShareSys.h => core/logic/ShareSys.h
rename : core/smn_fakenatives.cpp => core/logic/smn_fakenatives.cpp
rename : core/logic/AutoHandleRooter.h => public/AutoHandleRooter.h
2013-03-29 11:37:29 -07:00
Nicholas Hastings
4806d71ca2
Fixed build.
2013-03-19 11:46:02 -04:00
Nicholas Hastings
e364937353
Updated protobuf and usermessage support for Dota 2 (bug 5656, r=asherkin).
2013-03-19 11:19:38 -04:00
Kyle Sanderson
ef6c454137
Replace usages of deprecated Sourcehook Add/Remove macros (bug 5631, r=dvander).
2013-03-16 22:15:25 -04:00
Nicholas Hastings
8950a693db
More, hopefully final CS:GO/protobuf usermessage fixups (bug 5588).
2013-02-11 15:11:04 -05:00
Nicholas Hastings
ef825d8a94
Fixed non-CS:GO builds.
2013-02-10 23:11:04 -05:00
Nicholas Hastings
6775898712
Serialize and deserialize usermessages from the server on CS:GO to avoid issues on linux (bug 5588).
2013-02-10 23:06:26 -05:00
Nicholas Hastings
c4331c4795
Fixed pb non-intercept hook callbacks being passed handle with NULL pb msg (bug 5579, bug 5590).
2013-01-27 12:29:16 -05:00
Nicholas Hastings
d071ecc17c
Removed accidental resetting of pb msg and memory leak in hooked pb messages (bug 5579, bug 5588).
2013-01-26 21:10:25 -05:00
Nicholas Hastings
7c03276b50
Replaced remaining calls to old MM:S usermessages functions when using protobuf system (bug 5579, bug 5588).
2013-01-26 12:14:40 -05:00
Nicholas Hastings
312e26a5cf
Added initial support for protobuf usermessages on CS:GO (bug 5579, r=asherkin).
2013-01-22 21:43:12 -05:00
Nicholas Hastings
bc1b803093
Backed out changeset: b65f88522631.
2012-12-26 17:57:03 -05:00
Nicholas Hastings
6e54e0f6e4
Backed out changeset: 9d722aa39e4c.
2012-12-26 17:56:43 -05:00
Nicholas Hastings
e0d2287973
Let's try that again...
2012-12-26 13:56:57 -05:00
Nicholas Hastings
7f26803dee
Ifdefing out usermessaging on CS:GO to fix builds.
2012-12-26 13:34:32 -05:00
Scott Ehlert
dd44a0aaea
Added support for Alien Swarm (bug 4530, r=dvander).
2010-07-27 17:32:32 -05:00
Fyren
9e69afbbd6
Inital SM fixes for l4d2 and linux makefile updates
2009-10-30 13:26:13 +13:00
David Anderson
53e98c114a
Fixed Plugin_Handled acting like a Stop in usermsg hooks (bug 3685, r=fyren).
2009-05-24 12:01:18 -04:00
David Anderson
96a3671bb6
Improved user message interception API (bug 3631, r=pred).
2009-03-01 16:39:25 -05:00
Matt Woodrow
fddb69e49e
Fixed MsgSentNotify callbacks not firing on intercept hook (bug3631, r=dvander)
2009-02-18 15:03:17 +13:00
Scott Ehlert
ff7a2c6b73
Added preliminary support for Left 4 Dead; some things may not yet work.
2008-11-14 09:18:30 -06:00
Scott Ehlert
251cced1f8
Spring Cleaning, Part Ichi (1)
...
Various minor things done to project files
Updated sample extension project file and updated makefile to the new unified version (more changes likely on the way)
Updated regex project file and makefile
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401971
2008-03-30 07:00:22 +00:00