Commit Graph

32 Commits

Author SHA1 Message Date
dc5506efe3 added experimental callback for modules to get authorization 2006-02-28 09:59:03 +00:00
30f7f6d51f Fixed typo in SDK 2005-11-20 20:00:31 +00:00
a8bb28caa4 Committed new SDK function for player property mappings 2005-11-19 00:33:51 +00:00
d5c75fd6a5 What... 2005-10-30 14:17:32 +00:00
13c65f006b SDK no longer manages memory by default 2005-08-17 16:48:31 +00:00
562633c040 SDK to update MF_AmxExec and add MF_AmxPush 2005-08-01 03:23:56 +00:00
f18354807e Updated module SDK 2005-07-26 23:33:52 +00:00
70396a2fc1 new sdk version (bumped interface!!!!) 2005-07-15 19:13:50 +00:00
35ecd40228 Fixed bug at15479 (karlos)
Fixed bug at11812 (Kamikaze)
Added new build_pathname implementation for reentracy.
build_pathname_r added to module API
2005-07-08 05:05:06 +00:00
943a75d7e1 Added requestfunction 2005-07-06 03:59:02 +00:00
cc899d298d Modules can now intercommunicate through RegisterFunction() - UNTESTED
Registering a function will make it available through ReqFunc,
2005-07-05 22:01:29 +00:00
b9c83aa4a2 Reworked SDK LogError() to include module names
improved debugging output
2004-10-04 05:50:28 +00:00
5a5ff6d8ea Fixed parameter type in FN_PvAllocEntPrivateData (from long to int32) 2004-10-01 08:52:25 +00:00
bbe2626fd1 :gyar: a couple minor improvements :attack:
Global pointer for function tables
Better support for compiling under Cygwin gcc

:avast:
2004-09-30 06:18:23 +00:00
5527afc91e Added MF_Prepare*ArrayA functions
The MF_Prepare*ArrayA functions have a third "bool copyBack" parameter which defaults to false and specifies whether the array should be copied from plugin space to module space after function execution (=whether the original array should be updated)
The MF_Prepare*Array are equivalent to MF_Prepare*ArrayA(ptr, size, false);
2004-09-18 16:54:04 +00:00
1980c524d3 fix 2004-09-16 02:42:40 +00:00
31604d44a8 exported debug engine 2004-09-15 21:34:06 +00:00
91decabfde Added MNF_GetPlayerTeam for mahnsawce 2004-09-14 16:18:52 +00:00
9922b5016f Fixed stdc errors 2004-09-11 21:55:33 +00:00
acf722e855 Hopefully fixed SDK 2004-09-11 16:35:14 +00:00
7334f968a8 added MF_GetPlayerEdict (replacement for INDEXENT on players) and MF_Format. 2004-09-10 21:17:05 +00:00
313e0603e9 LoadAmxScript change 2004-09-08 07:35:51 +00:00
3d0e25a8ef Made memory management optional 2004-09-07 06:11:17 +00:00
37a5a38be5 Changed amx structure for compatibility 2004-09-03 06:53:00 +00:00
02cb4b94f5 Commited new SDK 2004-09-01 21:13:30 +00:00
93cd6dbed5 Fixed problem with pack not popped (=> hlsdk structures should be aligned correctly again) 2004-08-28 21:29:25 +00:00
8b35ce2145 Added amx_FindNative to module API 2004-08-24 04:46:15 +00:00
21b20dedbb AMX Mod X SDK/MDK Version 0.20.5 2004-08-13 11:33:43 +00:00
c3d50a293d Fixed typo: dettach --> detach 2004-05-26 12:14:17 +00:00
104514f988 added SinglePluginForward support 2004-05-05 19:03:38 +00:00
90f777d593 stuff 2004-05-03 20:01:23 +00:00
1b263d13aa Initial release 2004-04-29 17:41:44 +00:00