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
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
ee64440fef
Removed TFC_DBGetItemName because I can't figure out the return value syntax (it doesn't sound like a useful function anyway).
...
Disassembled DoD for the new virtual functions.
Fixed cs weapon virtual functions. Oops :o
2007-05-10 17:17:33 +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
5fc89085d6
Added the ability to change parameters on the fly.
...
Added GetHamReturnStatus()
2007-05-09 14:58:55 +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
4e2493759e
Hopefully fixed up HamExecuteB for the last time.
...
Fixed a small memory leak because I wasn't deleting post forwards at map change.
Hopefully fixed an erroneous display of 'stray' keys.
2007-05-07 13:51:40 +00:00
Steve Dudenhoeffer
bd2ad31f5e
Fixed HamExecuteB and made its system a bit more logical.
2007-05-04 15:42:02 +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