1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00
Commit Graph

134 Commits

Author SHA1 Message Date
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
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
07a7cc20cd Added support for Left 4 Dead 2 (bug 4078, r=dvander). 2009-10-29 10:57:27 -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
303176ab70 Added support for Dark Messiah engine and game. (no bug, r=me).
The development of this feature would not be possible without the support of the following people from the game's community:
Dylan Riggs, Carl Pettengill, Ed Moreland, and Christian.
2009-02-18 01:38:23 -06:00
Scott Ehlert
d438d73454 Merged changes from 1.7 branch. 2008-11-26 08:48:14 -06:00
David Anderson
6608e4bf4d Bumped build changesets. 2008-11-26 01:51:57 -06:00
David Anderson
1e6413ac0d Bumped build IDs again. 2008-11-26 01:49:17 -06:00
Scott Ehlert
d8fa2493c4 Removed tag for 1.7.0 2008-11-26 01:40:41 -06:00
David Anderson
2c969fdaf3 Bumped versions. 2008-11-26 00:30:49 -06:00
David Anderson
ab4dfdc722 Updated changelog, added license headers. 2008-11-26 00:19:30 -06:00
Scott Ehlert
6d2145cee3 Bumped central to 1.8 2008-11-26 00:09:17 -06:00
Scott Ehlert
9dc84ce242 Reverted small portion of changeset 2808a1e9482d. 2008-11-24 14:14:45 -06:00
Scott Ehlert
73ea97f1dc 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
Scott Ehlert
09a410314e Fixed core/version.rc for windows, so the filename field has the correct engine.
Also applied fix for other builds just in case target filename ever changes.
2008-11-24 03:30:52 -06:00
Scott Ehlert
94b61b1fba Added versioning for loader. 2008-11-24 02:33:25 -06:00
Scott Ehlert
656761950b Removed unnecessary logging to metamod-fatal.log when using GameDLL loading. 2008-11-24 02:08:05 -06:00
Scott Ehlert
28e9e22fe1 Fixed timestamp in mm_LogFatal/metamod-fatal.log having the day twice instead of the month. 2008-11-24 01:52:07 -06:00
David Anderson
0a781f66b6 Merge. 2008-11-23 23:22:47 -06:00
David Anderson
18251be939 Fixed a crash bug when using providers that don't export GetGameDllBridge. 2008-11-23 22:36:06 -06:00
David Anderson
b0ad946a87 Fix loader building on windows. 2008-11-23 20:18:17 -08:00
David Anderson
e1a9b482b3 Attempt at fixing windows build errors. 2008-11-23 22:10:16 -06:00
David Anderson
48a799dbd8 Updated loader for windows build. 2008-11-23 22:05:58 -06:00
David Anderson
08f2df2d78 Properly implementing GameDLL unloading. 2008-11-23 21:50:17 -06:00
David Anderson
97b323a583 Fixed win32 compiling error. 2008-11-23 21:25:45 -06:00
David Anderson
ad6f271a71 Initial import of gameinfo loader. 2008-11-23 21:21:49 -06:00
Scott Ehlert
08a462ac61 Added unload logic for core and core-legacy; no crash on exit anymore 2008-11-18 07:20:38 -06:00
Scott Ehlert
9d4dae81e3 Added Windows support for loader, core, and core-legacy
--HG--
rename : core-legacy/msvc9/sourcemm.sln => core-legacy/msvc9/mm_core-legacy.sln
rename : core-legacy/msvc9/sourcemm.vcproj => core-legacy/msvc9/mm_core-legacy.vcproj
rename : core/msvc9/sourcemm.sln => core/msvc9/mm_core.sln
rename : core/msvc9/sourcemm.vcproj => core/msvc9/mm_core.vcproj
2008-11-17 00:57:17 -06:00
David Anderson
ccf4ae53a8 Fixed loader responding to plugin api > 2. 2008-11-16 03:47:58 -06:00
David Anderson
0e05b948fd Added error field to provider loading. 2008-11-15 21:10:13 -06:00
David Anderson
b86f66d459 Initial sketch of new unified loader (vsp only currently). 2008-11-15 18:29:24 -06:00