1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-12-01 13:24:25 +01:00
HLMetaModOfficial/core-legacy
Scott Ehlert 1f1d6e57f9 Rewrote user message caching code to always use IServerGameDLL::GetUserMessageInfo (bug 4117, r=dvander).
Games where the above function can crash are handled by detouring tier0's Error() function and jumping back to our own code. So in theory this should work on all games now.
2009-12-10 00:59:50 -06:00
..
msvc9 Fixed VSP listener on Linux when loaded via gameinfo.txt on Left 4 Dead 2 (bug 4113, r=dvander). 2009-11-22 23:54:55 -06:00
sourcehook Fixed issue with vsnprintf macro being defined under MSVC 9/2008 (bug 3887, r=dvander). 2009-11-14 00:49:35 -06:00
concommands.cpp Rewrote user message caching code to always use IServerGameDLL::GetUserMessageInfo (bug 4117, r=dvander). 2009-12-10 00:59:50 -06:00
concommands.h Renamed core-1.4 to core-legacy. 2008-11-14 05:02:00 -06:00
convar_smm.h Renamed core-1.4 to core-legacy. 2008-11-14 05:02:00 -06:00
CPlugin.cpp Fixed VSP listener on Linux when loaded via gameinfo.txt on Left 4 Dead 2 (bug 4113, r=dvander). 2009-11-22 23:54:55 -06:00
CPlugin.h Backported OnUnlinkConCommandBase event from new API to legacy API (bug 4018, r=ds). 2009-10-29 00:44:31 -07:00
CSmmAPI.cpp Rewrote user message caching code to always use IServerGameDLL::GetUserMessageInfo (bug 4117, r=dvander). 2009-12-10 00:59:50 -06:00
CSmmAPI.h Rewrote user message caching code to always use IServerGameDLL::GetUserMessageInfo (bug 4117, r=dvander). 2009-12-10 00:59:50 -06:00
gamedll_bridge.cpp Updated changelog, added license headers. 2008-11-26 00:19:30 -06:00
IPluginManager.h Renamed core-1.4 to core-legacy. 2008-11-14 05:02:00 -06:00
ISmmAPI.h Backported GetSourceEngineBuild from new API to legacy API (bug 4082, r=ds). 2009-10-29 01:12:10 -07:00
ISmmPlugin.h Backported OnUnlinkConCommandBase event from new API to legacy API (bug 4018, r=ds). 2009-10-29 00:44:31 -07:00
Makefile Fixed VSP listener on Linux when loaded via gameinfo.txt on Left 4 Dead 2 (bug 4113, r=dvander). 2009-11-22 23:54:55 -06:00
oslink.cpp Renamed core-1.4 to core-legacy. 2008-11-14 05:02:00 -06:00
oslink.h Rewrote user message caching code to always use IServerGameDLL::GetUserMessageInfo (bug 4117, r=dvander). 2009-12-10 00:59:50 -06:00
sourcemm.cpp Rewrote user message caching code to always use IServerGameDLL::GetUserMessageInfo (bug 4117, r=dvander). 2009-12-10 00:59:50 -06:00
sourcemm.h Fixed VSP listener on Linux when loaded via gameinfo.txt on Left 4 Dead 2 (bug 4113, r=dvander). 2009-11-22 23:54:55 -06:00
util.cpp Fixed circular dependency between sourcemm.h/util.h (build bustage). 2009-10-29 02:37:52 -04:00
util.h Build fixes. 2009-10-28 23:18:50 -07:00
version.h Ran versionchanger script for consistency. 2009-02-25 22:48:58 -06:00
version.rc Replaced SVN_FULL_VERSION with MMS_FULL_VERSION and SVN_FILE_VERSION with MMS_FILE_VERSION in version headers. 2008-11-24 03:50:12 -06:00
version.tpl Replaced SVN_FULL_VERSION with MMS_FULL_VERSION and SVN_FILE_VERSION with MMS_FILE_VERSION in version headers. 2008-11-24 03:50:12 -06:00
vsp_bridge.cpp Fixed VSP listener on Linux when loaded via gameinfo.txt on Left 4 Dead 2 (bug 4113, r=dvander). 2009-11-22 23:54:55 -06:00