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

1258 Commits

Author SHA1 Message Date
Nicholas Hastings
112cbcaa3a Revert "Remove hook on AllowDedicatedServer - no longer necessary."
This reverts commit 4461b5e1b8.
2015-09-21 13:29:01 -04:00
Nicholas Hastings
5ecfdcaa2b Revert "Hook Connect on ISource2Server instead of ISource2ServerConfig."
This reverts commit c07bab9763.
2015-09-21 13:28:52 -04:00
Nicholas Hastings
c222ce746f Merge pull request #18 from alliedmodders/rip-s1dota
Stop building Source 1 Dota 2 build.
2015-09-18 22:35:54 -04:00
Nicholas Hastings
22aadca8ae Stop building Source 1 Dota 2 build. 2015-09-18 15:45:03 -04:00
Nicholas Hastings
030706fdcd Fix recent regression with finding engine ptr on CS:S, DoD:S, HL2:DM.
They are still only have engine v21, not yet v22 (let alone v23).
2015-09-14 09:54:46 -04:00
Nicholas Hastings
f8917d32e6 Merge pull request #17 from alliedmodders/shim-noshim
Shim for TF2-branch games to find latest, non-shimmed engine iface.
2015-09-10 22:56:16 -04:00
Nicholas Hastings
e4cfea7227 Shim for TF2-branch games to find latest, non-shimmed engine iface. 2015-09-10 20:41:27 -04:00
Nicholas Hastings
e29ff511ff Fix failing to load as VSP is GameDLL iface version >= 10. 2015-09-10 18:50:00 -04:00
Nicholas Hastings
c06dc2dfed Fix detection on TF2-branch games after recent updates. 2015-09-10 18:22:11 -04:00
Nicholas Hastings
c07bab9763 Hook Connect on ISource2Server instead of ISource2ServerConfig. 2015-08-31 14:59:29 -04:00
Nicholas Hastings
4461b5e1b8 Remove hook on AllowDedicatedServer - no longer necessary. 2015-08-31 14:05:09 -04:00
Nicholas Hastings
a73b63cb51 Initial version of GameInit, LevelInit, LevelShutdown hookup; removed cmds to manually trigger them. 2015-07-11 13:59:51 -04:00
Nicholas Hastings
1c7fb146ff Fix breakage from iserverplugin.h removal. 2015-07-11 13:58:53 -04:00
Nicholas Hastings
ff2e763b99 Fix server exiting on map change. 2015-07-10 09:30:51 -04:00
Nicholas Hastings
36cb59aada Fix temporary meta_level_init, etc. commands not working. 2015-07-10 09:30:28 -04:00
Scott Ehlert
95f2033341 Support loading Source 2 game DLL from different paths based on OS and arch. 2015-07-09 16:30:13 -05:00
Scott Ehlert
77e74a5eeb Partial 64-bit support for SourceHook on Windows 2015-07-09 15:12:16 -05:00
Scott Ehlert
1f1aca02f3 Fix build of SourceHook tests 2015-07-09 14:24:18 -05:00
Nicholas Hastings
f65b6c9856 Fix core load on s2. 2015-07-09 14:27:18 -04:00
Nicholas Hastings
30b7be46a8 Merge loader, loader2. Rename env var HL2SDKS2 -> HL2SDKSOURCE2. 2015-07-09 14:09:56 -04:00
Nicholas Hastings
4b75bcb431 Renamed s2 -> source2. 2015-07-09 13:15:41 -04:00
Nicholas Hastings
cb8b0fd8d5 Remove some testing crap. 2015-07-09 06:54:44 -04:00
Nicholas Hastings
fcb4849b3c S2 WiP 2015-07-08 21:39:28 -04:00
Ruben Gonzalez
d735476d69 Trigger build. 2015-05-15 20:54:00 -04:00
Ruben Gonzalez
856c72299f Trigger Build. 2015-05-15 18:31:27 -04:00
Ruben Gonzalez
f2884a9c06 Trigger Build 2015-05-15 15:51:21 -04:00
Nicholas Hastings
72055f40be Merge pull request #16 from alliedmodders/more-version-cleanup
Improve "meta version" output and remove version code duplication.
2015-05-13 14:02:51 -04:00
Nicholas Hastings
5d54a0abb7 Improve "meta version" output and remove version code duplication.
Version output improvements:
* Added more consistent indentation. (Matches SM's version output formatting now).
* Added missing newline after compile date.
* Added Build ID.
* Removed duplicated compile time.
* Re-ordered lines to have version numbers before compile/build information. (Again, to be formatted similar to SM's and more readable).

Refactored to have version and credits output logic not duplicated between server command and client command.

In core, moved engine names to near top of file instead of having huge list right in the middle of command output.
2015-05-12 15:29:23 -04:00
Nicholas Hastings
3a2ee89135 Merge branch 'travis' 2015-05-12 06:45:39 -04:00
Nicholas Hastings
98e715463a Limit travis-ci ambuild concurrent jobs to 4. 2015-05-12 06:45:12 -04:00
Nicholas Hastings
40aa98fe64 AMBuildScript fixes for Black Mesa that didn't get committed when making PR. 2015-05-10 18:14:07 -04:00
Nicholas Hastings
eb3ec6b8dd Merge branch 'bms-support' 2015-05-08 04:44:01 -07:00
Nicholas Hastings
92b888b231 Fix linux build. 2015-05-08 04:43:45 -07:00
Nicholas Hastings
93f91774a8 Merge pull request #14 from alliedmodders/bms-support
Update MM:S to support Black Mesa.
2015-05-08 06:43:21 -04:00
Nicholas Hastings
269555d2fb Update MM:S to support Black Mesa.
Uses new bms branch in our hl2sdk repo.
2015-05-06 17:51:54 -04:00
Nicholas Hastings
25411280b9 More probably fix build on Clang. 2015-04-16 10:18:57 -07:00
Nicholas Hastings
4973e233d7 Merge branch 'master' of https://github.com/alliedmodders/metamod-source 2015-04-16 10:12:14 -07:00
Nicholas Hastings
aa11fe53ea Probably fix build on Clang. 2015-04-16 10:11:42 -07:00
Nicholas Hastings
1c64d636c6 Merge pull request #12 from alliedmodders/fix-unused-local-typedefs
Fix unused local typedefs warnings in SourceHook on GCC.
2015-04-16 12:51:56 -04:00
Nicholas Hastings
3c46a09caf Merge pull request #11 from alliedmodders/travis
Add support files for travis-ci.
2015-04-15 15:21:57 -04:00
Nicholas Hastings
2800d66712 Convert compile-time checks to use static_assert.
Fixes unused-local-typedefs warnings when checks pass.
2015-04-15 08:16:16 -07:00
Nicholas Hastings
6d634be24e Enable C++11 on GCC/Clang builds. 2015-04-15 08:14:53 -07:00
Nicholas Hastings
59352d24de Really fix build. 2015-04-15 10:46:33 -04:00
Nicholas Hastings
866cdcd1f8 Fix build. 2015-04-15 10:32:54 -04:00
Nicholas Hastings
9b480ae363 Merge pull request #10 from alliedmodders/fix-vsgen-manualbuilds
Merge new versioning logic from SourceMod, fixes manual builds and --gen=vs.
2015-04-14 14:14:11 -04:00
Nicholas Hastings
13fc9723b0 Add support files for travis-ci. 2015-04-11 10:34:10 -04:00
Nicholas Hastings
8cfab6c637 Merge new versioning logic from SourceMod, fixes manual builds and --gen=vs. 2015-04-11 10:25:06 -04:00
Nicholas Hastings
36d26dd1b4 Fix build. 2015-03-21 14:31:12 -04:00
Nicholas Hastings
2164aad6a2 Force build. 2015-03-21 14:12:36 -04:00
Nicholas Hastings
77a2a273b6 Merge pull request #9 from alliedmodders/nd-detect
Fix game detection on Nuclear Dawn.
2015-03-21 09:21:06 -04:00