Scott Ehlert
f01357aa7a
Fixed HLSDK paths in VS 2010 projects files.
...
Former-commit-id: 32516f18ee3b87c2030ba5fad91f0b3e7a1ec741
2013-02-13 01:22:50 -06:00
Scott Ehlert
40c1fee55a
Added support for Mac OS X and building with clang (bug 5601, r=dvander).
2013-02-13 01:14:37 -06:00
Scott Ehlert
6c22cb171d
Synced hamdata.ini.
2013-02-04 18:40:04 -06:00
Scott Ehlert
77e900585a
Backed out changeset 41ca53ad9bff
2013-02-04 18:37:37 -06:00
Scott Ehlert
86bfeec554
Synced hamdata.ini
2013-02-04 18:36:18 -06:00
Scott Ehlert
45343e6e27
Updated hamsandwich offsets for HL1 and CS 1.6 beta.
2013-02-04 07:31:33 -06:00
Scott Ehlert
944f608f09
Fixed hamsandwich vtable patching on Linux for newer GCC binaries.
2013-02-04 07:31:32 -06:00
Scott Ehlert
9d65198786
Upgraded MSVC project files for VS 2010 and modified build tool to use them.
2011-06-29 00:50:14 -05:00
David Anderson
330fd1c2ae
Fixed Makefile paths for Metamod.
2010-04-04 17:55:37 -07:00
David Anderson
73e3e52057
Updated version files for HG.
2010-04-04 17:22:45 -07:00
David Anderson
cdf3807955
Bumped version numbers.
2008-08-17 00:50:57 +00:00
David Anderson
73ea754640
Fixed not building because sdk stuff was moved around.
2008-08-16 23:24:25 +00:00
David Anderson
6486c56a15
Bumped versions.
2008-08-16 22:47:59 +00:00
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
240c92e20f
Updated all module SDKs to stop the most annoying issue ever: amxxmodule.h required size_t but did not include stddef.h
...
Also stopped dodfun, dodx, tfcx and tsx from loading on games other than the ones they are designed for.
2008-04-29 06:53:55 +00:00
David Anderson
44e078c7c0
added support for building 32-bit on 64-bit machines
2008-04-15 23:26:54 +00:00
David Anderson
cc99d6d1fb
finalized build numbers and all that other release crap
2007-10-26 02:23:21 +00:00
David Anderson
212697b950
whoops, that was one terrible commit. the bug is really fixed now.
2007-10-26 01:09:08 +00:00
David Anderson
6a567f3c77
fixed a memory corruption bug in CVector
2007-10-26 01:03:23 +00:00
David Anderson
36241e2905
updated revision numbers
2007-10-26 00:28:17 +00:00
David Anderson
605bef0482
ham sammich is now versioned properly
2007-08-03 17:01:31 +00:00
David Anderson
2379aa3108
fixed msvc7 project files
2007-08-03 16:36:04 +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
6865b984e0
Fixed accidental reversal of think and touch virtual index under Day of Defeat.
2007-06-22 05:06:49 +00:00
Steve Dudenhoeffer
7690f1a099
Fixed the mirror system not working.
2007-06-12 15:59:10 +00:00
Steve Dudenhoeffer
4504875df9
Fixed Makefile
...
Fixed a few forwards not having FP_DONE at the end (doh!)
2007-05-16 15:24:14 +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
b660df8df6
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 14:01:13 +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
d38d2f56e1
Fixed large return values (Vectors) in MSVC.
2007-05-12 13:16:05 +00:00
Steve Dudenhoeffer
9b0ed67c9c
Fixed vtable for TFC and NS
2007-05-11 16:54:26 +00:00
Steve Dudenhoeffer
1081e84981
Disassembled the rest of the mods, all but cs are untested currently.
2007-05-11 15:02:25 +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
1f1ecfa590
Added module auto load to hamsammich.
...
Started the stupid comment crap.
2007-05-05 12:36:12 +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
0ac5ce46a7
Removed legacy code from my search to find the mystical link errors.
...
Removed some debug output from Trampolines.
2007-05-04 13:07:02 +00:00
Steve Dudenhoeffer
1073a42409
Fixed silly link errors in MSVC
2007-05-04 13:05:09 +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
Steve Dudenhoeffer
46bd9127fb
Removing files for a r3wr1t3
2007-05-04 12:39:53 +00:00
Scott Ehlert
33e01af955
Fixed Windows builds of all modules - they were broken as a result of all the moves of svn_version.h *sigh*
2007-04-24 18:50:16 +00:00
Scott Ehlert
118b002ee8
Synced Module SDK files with most recent fixes
...
- Fixed potential issue with Meta_Query
- Removed debug message from GiveFnptrsToDll that has been present for a long long time
Again I ask why?
2007-03-21 20:22:20 +00:00
Steve Dudenhoeffer
7124f8bd2c
MSVC didn't like my cdecl placement :(
2007-03-10 18:16:21 +00:00
Steve Dudenhoeffer
c9b19c76a5
Added a whole lot more functions that nobody will use
2007-03-10 18:05:30 +00:00
Steve Dudenhoeffer
8939c3076a
Continued making adding new entries easier
...
{hs_}register_function->ham_register(HamHook:function,...)
Added a few more hooks
Fixed a few directory errors
Updated config file
2007-03-09 18:15:09 +00:00