Scott Ehlert
0dc6a4a5dd
Whoa, amb1941: All of AMX Mod X is now officially moved over to Visual Studio 2005 (MSVC 8)
...
Also did the following:
* Removed -fPIC from all Linux makefiles
* AMXX build tool now also moved over to VS 2005
* AMXX build tool binary renamed from "AMXXRelease" to "builder"
* MSVC project files now can use environment variables to point to the paths of the Metamod headers and HL SDK: $(METAMOD) and $(HLSDK) respectively
2008-08-16 09:48:39 +00:00
Steve Dudenhoeffer
2cbf7fca08
Forgot to update SVN with TS3.0 and RegisterHamFromEntity changes
2007-07-19 18:43:27 +00:00
Steve Dudenhoeffer
cd023c30d9
Added GPL header to all files.
...
Item_CanDrop -> {CS,DOD}_Item_CanDrop
Added Ham_CS_Item_GetMaxSpeed
Reversed classname and callback parameters for RegisterHam.
Finished commenting ham_const.inc.
2007-05-16 03:57:18 +00:00
Steve Dudenhoeffer
b1a086ee93
Added {get,set}_pdata_cbase{_safe} - compliments Fakemeta's get_pdata functions, but this will set/get an offset that is a CBaseEntity.
...
Split constants from hamsandwich.inc into ham_const.inc.
Finished commenting native calls, need to finish the constant comments.
2007-05-13 13:59:54 +00:00
Steve Dudenhoeffer
504ddb4c2f
Expanded ESF entries (they had the Linux binary in a retarded location).
...
Added vanilla HLDM support.
Fixed a weird crash when compiled in release build for Linux.
Expanded HamFilter error messages a tad.
2007-05-12 17:33:58 +00:00
Steve Dudenhoeffer
0c56e2803e
Added more virtual functions to the table, only have counter-strike disassembled currently.
2007-05-10 16:08:02 +00:00
Steve Dudenhoeffer
f747acdc7c
Added return type modification / retrieval.
...
Added HAM_{IGNORED,HANDLED,OVERRIDE,SUPERCEDE} to include file.
Added the ability to disable and re-enable hooks.
2007-05-08 17:26:51 +00:00
Steve Dudenhoeffer
fb5e7dbfdb
Added unhooking of virtual tables at map change.
...
Removed some more debugging output.
2007-05-04 14:56:57 +00:00
Steve Dudenhoeffer
66d7d39bee
First commit of the rewrite
...
Doesn't build on windows for some retarded reason
2007-05-04 12:51:13 +00:00