Nicholas Hastings
15d5b335c0
Fixed incompatibility introduced by cset a1b97ab6e0b1 (bug 5369).
2012-08-20 14:40:23 -04:00
Nicholas Hastings
a883459f16
Updated project files for CS:S as new engine (bug 5369) (NPOTB).
2012-08-20 14:25:56 -04:00
Nicholas Hastings
b5771f3c96
Split CS:S support off to a separate engine/build (bug 5369, r=asherkin).
2012-08-20 14:25:29 -04:00
Asher Baker
37abddb712
Added META_NO_HL2SDK define to stop MM:S headers using the HL2SDK (bug 5079, r=dvander).
2012-08-20 14:23:58 -04:00
Nicholas Hastings
59b71fbcc6
Added missing vc10 proj configs, updated to only build necessary core ver (NPOTB).
2012-07-20 17:26:56 -04:00
Nicholas Hastings
ed44092793
Overhauled vc10 proj files, fixed .rc errors, added combined sln, added MMSOUTDIR env var support (NPOTB).
2012-07-20 17:06:10 -04:00
Asher Baker
756fbf3bca
Backed out changeset: ba8cd35102b1 (bug 5079)
2012-05-27 02:44:19 +01:00
Asher Baker
46787b81df
Merge.
2012-05-27 02:16:48 +01:00
Asher Baker
03ebf0a76c
Added META_NO_HL2SDK define to stop MM:S headers using the HL2SDK (bug 5079, r=dvander).
2012-05-27 02:16:08 +01:00
Nicholas Hastings
fb73ddece1
Fixed passage of non-literals as error and warning format strings (r=DS).
2012-05-26 17:46:02 -04:00
Nicholas Hastings
3aa20f1405
Added support for CS: Global Offensive (bug 5228, r=DS).
2012-05-26 17:07:26 -04:00
Nicholas Hastings
c857fe1ea1
Remove std string include from core and core-legacy headers (bug 5304, r=DS).
2012-05-26 15:43:00 -04:00
David Anderson
12ff1edd6a
Delay unloading of plugins until it is absolutely safe (bug 5034, r=ds).
2011-12-12 15:53:56 -06:00
David Anderson
3cdeb6d0d2
Fix page protection bug causing a rare startup crash (bug 5133, r=fyren).
2011-10-15 22:16:50 -07:00
Nicholas Hastings
3e67d47414
Added support for E.Y.E. Divine Cybermancy (bug 5034, r=DS).
2011-08-08 08:57:03 -04:00
Nicholas Hastings
8d7e8e26b7
Load activities now finish when filesystem iface cannot be found (bug 4958, r=DS).
2011-06-18 14:14:47 -04:00
Nicholas Hastings
5dd80ddebc
Updated core vcproj (NPOTB).
2011-06-17 23:03:23 -04:00
Fyren
0093bc3135
Update Makefile (NPOTB)
2011-04-27 09:49:25 -07:00
Scott Ehlert
29df2351c9
Added detection for clang compiler and fixed various warnings triggered by it (bug 4877, r=dvander).
2011-04-23 21:35:10 -05:00
Nicholas Hastings
bb3fd3ea2d
Added support for Bloody Good Time (bug 4784, r=DS).
2011-01-10 14:09:50 -05:00
Pavol Marko
31be74561d
Fixed hooking vtables with unaligned thunk entries, and returning references in manual hooks. (bug 4655, r=dvander)
2010-10-16 23:21:58 -07:00
Scott Ehlert
769ce745b0
Added support for Alien Swarm (bug 4529, r=dvander).
2010-07-22 03:22:27 -05:00
Scott Ehlert
05d2af1eef
Fixed problem on OBV where alternately loaded plugins (CreateInterface_MMS) could be incorrectly told they were on the OB engine (bug 4491, r=dvander).
...
This only happened when there was more than one plugin that loaded this way. And the first plugin to load had to fail on OBV first so that OB could be tried. It was being permanently set to OB for future plugin loads and this caused problems.
2010-07-01 02:43:22 -05:00
Scott Ehlert
a8f53b8e14
Allow loading of plugins without "_i486" in the filename when ".so" extension is ommitted on Linux (bug 4410, r=dvander).
2010-05-19 01:28:55 -05:00
Scott Ehlert
31c8cc9681
Mac OS X build fixes (bug 4391, r=dvander).
2010-05-14 00:34:56 -05:00
Scott Ehlert
73e2daec56
Converted build system to AMBuild (bug 4403, r=dvander).
...
--HG--
rename : support/pushbuild.txt => pushbuild.txt
2010-05-14 00:34:36 -05:00
Fyren
80910d9449
Updated Makefile for latest OB Valve (bug 4372, r=dvander, a=blocking).
2010-04-28 23:19:40 -07:00
Scott Ehlert
42688bbb28
Updated stub and sample plugins to compile for latest L4D2 update (bug 4360, r=dvander).
2010-04-23 16:59:32 -04:00
Scott Ehlert
2c5cd02440
Fixed loading on Left 4 Dead 2 DLC (The Passing) (bug 4358, r=dvander).
2010-04-23 16:55:51 -04:00
David Anderson
0a7253a190
Re-added -dev tag, bumped version to 1.9.0.
2009-12-19 17:20:54 -08:00
David Anderson
7549974a6a
Pinned release version strings.
2009-12-19 16:50:07 -08:00
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
Scott Ehlert
d1e8ae40af
Fixed crashes in code generated by SourceHook's HookManGen on Mac OS X (bug 3514, r=dvander).
...
This fixes two problems:
1) On OS X structures/objects with sizes of 1, 2, 4, or 8 are returned from functions in registers, not memory addresses.
2) A function returning anything which was 8 bytes in size was crashing. This problem affected all compilers/operating systems.
2009-11-24 07:33:52 -06:00
David Anderson
2e4b4c9f62
Fixed SourceHook v5 includes in core to be usable on Mac OS X (bug 3514, r=ds).
2009-11-24 07:19:57 -06:00
Scott Ehlert
15e694bce8
Fixed VSP listener on Linux when loaded via gameinfo.txt on Left 4 Dead 2 (bug 4113, r=dvander).
...
This moves the actual VSP listener to the loader and so "plugin_load" is given the path to the loader rather than one of the engine specific binaries.
2009-11-22 23:54:55 -06:00
Scott Ehlert
a2bd947492
Fixed exit crash on Linux on Left 4 Dead 2 (bug 4114, r=dvander).
2009-11-17 04:49:17 -05:00
Scott Ehlert
b90b93e849
Fixed issue with vsnprintf macro being defined under MSVC 9/2008 (bug 3887, r=dvander).
2009-11-14 00:49:35 -06:00
Scott Ehlert
7f8a2f37f3
Nothing to see here. Move along.
2009-11-02 11:08:56 -06:00
David Anderson
f8898db698
Added inline game_dir helper to MetamodVersionInfo (no bug, r=ds).
2009-10-29 21:41:07 -07:00
Scott Ehlert
9408b525ac
Added separate build for Orange Box Valve engine (bug 4084, r=dvander).
...
Also extended MetamodVersionInfo with a game_dir member for getting the game name/directory.
And bumped METAMOD_PLAPI_VERSION to 15 for the above.
2009-10-29 16:23:25 -05:00
Scott Ehlert
562da82efe
Oh. Fixed Linux build by pulling tier0 and vstdlib libraries from SDK directory.
2009-10-29 11:26:05 -05:00
Scott Ehlert
07a7cc20cd
Added support for Left 4 Dead 2 (bug 4078, r=dvander).
2009-10-29 10:57:27 -05:00
Scott Ehlert
a6b2f0c80f
Changed my name in the credits for great justice!
2009-10-29 05:21:54 -05:00
Scott Ehlert
60bfe29189
Fixed line endings on a few files.
2009-10-29 00:07:23 -05:00
Scott Ehlert
4ca2a32878
Ran versionchanger script for consistency.
2009-02-25 22:48:58 -06:00
Scott Ehlert
db5f531c78
Merged changes from 1.7 branch.
2009-02-25 22:40:11 -06:00
Scott Ehlert
ddb11f2e31
Re-added -dev tag for snapshots.
2009-02-25 22:13:30 -06:00
David Anderson
d97f5d9fe7
Bumped all versions.
2009-02-25 20:26:19 -05:00
Scott Ehlert
054120c5b3
Ugh, fixed core Linux makefile for Dark Messiah.
2009-02-20 07:50:02 -06:00
Scott Ehlert
8fbb8ba7b1
Merge.
2009-02-18 01:40:46 -06:00