Commit Graph

724 Commits

Author SHA1 Message Date
Scott Ehlert
c795670493 Fixed VDF plugin loading on core-legacy (ep1) on Linux (bug 4410, r=dvander). 2010-06-12 01:24:47 -04:00
David Anderson
735af26d2a Bumped version to 1.8.2. 2010-06-11 21:21:34 -07:00
David Anderson
888b784a0e Updated changelog for 1.8.2. 2010-06-11 21:20:58 -07:00
Scott Ehlert
e2f6b466f8 Added version information to Mac OS X binaries (bug 4391, r=dvander). 2010-05-27 19:10:12 -05:00
Scott Ehlert
89d00dc046 Triggering rebuild to fix problem with loading on L4D2 with glibc 2.3. 2010-05-24 16:42:58 -04:00
Scott Ehlert
57c1313840 Added Mac OS X build support to stub/sample plugin makefiles (bug 4391, r=dvander). 2010-05-22 00:45:44 -05:00
Scott Ehlert
ad3837e0e7 Updated .hgignore to ignore dylib binaries on OS X. 2010-05-19 04:14:49 -05:00
Scott Ehlert
af281f4a23 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
394f728f3a Triggering a build to test buildbot slave changes on OS X. 2010-05-16 23:21:08 -04:00
Scott Ehlert
2f412f5d2d Fixed buildbot upload for OS X with horrible workaround (r=dvander). 2010-05-15 18:31:36 -05:00
Scott Ehlert
517a82594a Changed MSVC compiler flag: /Ot to /Ox. 2010-05-14 02:40:34 -05:00
Scott Ehlert
0017f7177b Added /OPT:REF to MSVC linker flags. 2010-05-14 02:06:27 -05:00
Scott Ehlert
f2eb71c50e Hopefully fixed build. 2010-05-14 01:02:08 -05:00
Scott Ehlert
e0bf926b54 Mac OS X build fixes (bug 4391, r=dvander). 2010-05-14 00:34:56 -05:00
Scott Ehlert
83ea2a9c33 Converted build system to AMBuild (bug 4403, r=dvander).
--HG--
rename : support/pushbuild.txt => pushbuild.txt
2010-05-14 00:34:36 -05:00
Scott Ehlert
ef541afd34 Appended OS names to package archives (bug 4396, r=dvander). 2010-05-13 19:45:20 -05:00
Fyren
c7a83b1036 Triggering build 2010-05-24 13:33:31 -07:00
Fyren
56f0bf73d5 Update ep2v detection (bug 4401, r=dvander) 2010-05-12 22:56:31 -07:00
David Anderson
56fa572dd8 Bumped version to 1.3.2-dev. 2010-05-02 14:33:11 -07:00
David Anderson
0953d84581 Added tag mmsource-1.8.1 for changeset 7d938c72e2dc 2010-05-02 14:29:08 -07:00
David Anderson
bd829e9816 Bumped version and tagged for release. 2010-05-02 13:44:22 -07:00
Scott Ehlert
be3e9082af Updated stub and sample plugin makefiles for latest TF2 update (bug 4372, r=dvander). 2010-04-29 15:52:39 -04:00
David Anderson
91d3678058 Triggering a build the old-fashioned way. 2010-04-28 23:31:41 -07:00
Fyren
c4fd522ffb Updated Makefile for latest OB Valve (bug 4372, r=dvander, a=blocking). 2010-04-28 23:19:40 -07:00
Scott Ehlert
32c3251b15 Updated stub and sample plugins to compile for latest L4D2 update (bug 4360, r=dvander). 2010-04-23 16:41:18 -04:00
Scott Ehlert
d1de61f30c Reverted tiny, but deadly portion of 699cec463bf7 that caused loading plugins from VDF to crash (bug 4358, r=me, a=blocking). 2010-04-23 08:54:01 -04:00
Scott Ehlert
a5e31ecf0f Fixed Linux build. 2010-04-23 06:12:49 -04:00
Scott Ehlert
aed977476d Hopefully fixed loading on Left 4 Dead 2 since DLC (The Passing) update (bug 4358, r=dvander, a=blocking). 2010-04-23 06:04:27 -04:00
David Anderson
20ae009d9b Fixed CallClass<T> source code compatibility bug in core-legacy (bug 4021, r=ds). 2010-01-11 20:00:01 -08:00
David Anderson
cbf2f80d1b Re-added -dev tag and bumped version to 1.8.1. 2009-12-19 17:18:53 -08:00
David Anderson
4349c63d9d Added tag mmsource-1.8.0 for changeset 0133b1bed407 2009-12-19 17:04:03 -08:00
David Anderson
7549974a6a Pinned release version strings. 2009-12-19 16:50:07 -08:00
David Anderson
cdba42866d Removed -dev tag for release build. 2009-12-19 16:48:49 -08:00
David Anderson
d69c18b172 Updated changelog. 2009-12-19 14:01:30 -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
405290aaaf Ugh, fixed Linux build. 2009-11-24 08:06:16 -06:00
Scott Ehlert
5781b42ad4 Fixed line endings in a couple of loader files. 2009-11-24 08:01:06 -06:00
Scott Ehlert
868e770701 Fixed building of loader. 2009-11-24 07:57:17 -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
25a63bbdaa Fixed crash on Linux when loading via gameinfo.txt on Left 4 Dead 2 (bug 4111, r=dvander). 2009-11-15 22:52:54 -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
979e50dcb3 Removed some unnecessary files from msvc_project_templates and updated .hgignore. 2009-11-13 21:54:22 -06:00
Scott Ehlert
424d46b9ad Updated stub_mm, sample_mm, and project templates for changes from 1.8 (bug 4107, r=dvander).
- Added build configurations for Left 4 Dead 2 and Orange Box Valve.
- Now uses MMSOURCE18 as environment variable.
- Removed deprecated callclass usage.
- Now uses GetVSPInfo() API on old engine build.
2009-11-13 18:25:56 -06:00
Scott Ehlert
7f8a2f37f3 Nothing to see here. Move along. 2009-11-02 11:08:56 -06:00
Erik Minekus
2de3830e73 Fixed typo in stub and sample plugin makefiles (bug 3982, r=dvander). 2009-10-30 05:22:08 -05: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