1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-04-01 18:25:25 +02:00

473 Commits

Author SHA1 Message Date
Scott Ehlert
f6075e8893 Added quotes to include directory and link library paths that contain env variables.
(In case the paths contain spaces like for me :o)

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40654
2008-02-18 03:57:26 +00:00
David Anderson
5a83ab782c renamed some crap in the makefile
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40653
2008-02-18 01:34:16 +00:00
David Anderson
d198e107dd bumped version, sourcemm.net -> metamodsource.net
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40652
2008-02-18 00:46:46 +00:00
David Anderson
c841ba5bb9 fixed some minor bugs
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40651
2008-02-18 00:36:10 +00:00
David Anderson
67203d626c removed linker warnings in debug mode
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40650
2008-02-17 23:48:56 +00:00
David Anderson
c4eeaaf2d1 builds on OB again
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40649
2008-02-17 23:40:37 +00:00
David Anderson
a571e46c44 bumped license (C) year
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40648
2008-02-17 23:36:18 +00:00
David Anderson
4721d55313 added quick readme file that links to wiki
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40647
2008-02-17 23:30:07 +00:00
David Anderson
85a0b11667 added new makefile to sample_mm as well
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40646
2008-02-17 23:28:55 +00:00
David Anderson
a1bf439cab links correctly now
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40645
2008-02-17 23:26:49 +00:00
David Anderson
047435873b makefile cleans correct folders now
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40644
2008-02-17 23:24:57 +00:00
David Anderson
c978309375 shiny new makefile that doesn't suck
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40643
2008-02-17 23:22:59 +00:00
David Anderson
c4f345653f updated changelog
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40642
2008-02-17 23:08:42 +00:00
David Anderson
c97f64ea44 added vdf files for sample/stub
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40641
2008-02-17 23:06:57 +00:00
David Anderson
4fa1d9002c new msvc build layout
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40640
2008-02-17 23:05:27 +00:00
David Anderson
c4510d242e updated for new sdk goodness
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40639
2008-02-17 22:56:20 +00:00
David Anderson
7d52702306 removed old makefiles, updated ep2 makefile
--HG--
rename : sourcemm/Makefile.ep2 => sourcemm/Makefile
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40638
2008-02-17 22:03:10 +00:00
Scott Ehlert
441421dab6 Minor fixes so 1.6 builds with new Orange Box SDK
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40637
2008-02-17 09:19:52 +00:00
David Anderson
bc22b4622a updated changelog again
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40632
2008-01-23 21:15:33 +00:00
David Anderson
d745620235 updated some pointless numbers
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40631
2008-01-23 21:14:20 +00:00
Pavol Marko
ea7aefbda6 Fixed memory leak in TestMulti and one of two leaks in TestHookManGen
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40622
2008-01-18 17:31:52 +00:00
Pavol Marko
82ce7c9ada Attempt at fixing a small memory leaks in RemoveHookManager (hook handler delegates were not being deleted)
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40621
2008-01-18 17:10:54 +00:00
Pavol Marko
2ee096f5e7 Fixed small new[] / delete mismatch in HookManGen (CGenContext::BuildProtoInfo)
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40620
2008-01-18 16:56:03 +00:00
David Anderson
502e1191d5 fixed FormatMessage() misuse and improver error handling
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40613
2008-01-10 19:05:59 +00:00
David Anderson
190ad10bb4 fixed linux build
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40612
2008-01-10 18:19:32 +00:00
David Anderson
5581025013 added ISmmFailPlugin for alternate loaders
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40611
2008-01-10 17:22:14 +00:00
David Anderson
de12ba6d2a fixed linux build
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40606
2007-12-24 17:07:56 +00:00
David Anderson
d58e12d25c mirrored VDF/VSP fixes from the 1.4.3 branch
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40605
2007-12-24 17:00:22 +00:00
David Anderson
50ac19a53b fixed amb1284 - silly bug in client meta handler
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40598
2007-12-14 14:55:37 +00:00
David Anderson
a04f24a129 fixed linux build
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40597
2007-12-14 05:01:44 +00:00
David Anderson
09a87049ab fixed amb1244 - client meta not working
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40596
2007-12-14 04:57:52 +00:00
David Anderson
a9c61692e8 added the loading changes from the 1.4.3 branch. they're a bit different here but the theory is the same
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40595
2007-12-14 04:32:47 +00:00
Pavol Marko
59bd50c69d Merged hookman_autogen into trunk
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40581
2007-11-26 14:03:25 +00:00
David Anderson
12cb24aed8 fixed amb1113 - mm_pluginsfile crashed on MM:S 1.6
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40573
2007-11-24 06:11:23 +00:00
Pavol Marko
92ade58dc2 vafmt fixes
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40563
2007-11-17 11:38:18 +00:00
Pavol Marko
4ce4e008cc Fixed potential crashbug in SH_MCALL on GCC
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40554
2007-11-10 11:01:42 +00:00
Pavol Marko
edc9d1b581 Added SH_DECL_MANUALHOOK*_vafmt, SH_DECL_MANUALHOOK*_void_vafmt, SH_DECL_MANUALEXTERN*_vafmt, SH_DECL_MANUALEXTERN*_void_vafmt
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40553
2007-11-09 22:51:31 +00:00
Pavol Marko
1286f30a0c Removed misuse of <:: (gcc compat)
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40544
2007-11-04 13:19:08 +00:00
Pavol Marko
d2e21fd7f5 - Fixed incorrect use of the const qualifier in __SourceHook_FHMSetOverrideResult* functions
- Fixed SH_MCALL using vtblindex/vtbloffset/thisptroffset from SH_DECL_MANUALHOOK instead of using SH_MFHCls(*)::ms_MFI and thus not obeying SH_MANUALHOOK_RECONFIGURE

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40543
2007-11-04 13:14:35 +00:00
Pavol Marko
0026c1f6ac Fixes for GCC compat
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40541
2007-11-02 15:33:51 +00:00
Pavol Marko
06ee3feb74 RETURN_META_MNEWPARAMS(_VALUE), SH_MCALL and SH_MANUALHOOK_RECONFIGURE can now be used if the hook is only declared using SH_DECL_MANUALEXTERN.
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40540
2007-11-02 14:36:47 +00:00
David Anderson
7ef96d9db4 now builds on ep1
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40534
2007-10-30 18:22:12 +00:00
David Anderson
0cc289cf3b fixed bug when using Microsoft's STL
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40529
2007-10-16 23:01:42 +00:00
David Anderson
45223463e5 removed 1.6.0 branch 2007-10-16 20:03:12 +00:00
David Anderson
272a9c0e1a removed 1.6.0 branch
--HG--
branch : sourcemm-1.6.0
2007-10-16 20:03:12 +00:00
David Anderson
a0f9d0898c fixed a subtle invalid memory access bug in CVector
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40524
2007-10-16 20:01:30 +00:00
Christian Hammacher
e620cd5af4 again OrangeBox compatibility, now only shows minutes and seconds in install progress, fixed bug where Done. was displayed twice in the log
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40523
2007-10-16 19:02:33 +00:00
Christian Hammacher
9e96503b30 binaries should work now
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40522
2007-10-16 18:43:23 +00:00
Christian Hammacher
e74e244fdb updated instructions for attach binary
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40521
2007-10-16 17:57:30 +00:00
David Anderson
bd6be9107d nonsense change to push new build through
--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40520
2007-10-16 16:14:30 +00:00