Commit Graph

1130 Commits

Author SHA1 Message Date
Pavol Marko
cc277c1bf9 callfunc_push_* params num checks
callfunc_push_byref & callfunc_push_str: more references to one variable fix
2004-03-07 12:21:52 +00:00
Felix Geyer
0b492c59f3 changed header | updated url 2004-03-05 21:04:17 +00:00
Felix Geyer
7cf7fce86d changed header 2004-03-05 21:03:14 +00:00
David Anderson
f95f15a995 Quick changes... 2004-03-05 20:18:28 +00:00
Pavol Marko
f7132c2447 not using size_t now (gcc compatibility) 2004-03-05 19:42:11 +00:00
Pavol Marko
b217f4d0c7 removed get_user_deaths 2004-03-05 19:08:33 +00:00
Pavol Marko
bc4bb7db90 changed localinfo names from amx_* to amxx_* 2004-03-05 19:00:50 +00:00
Pavol Marko
c334614885 removed numtostr and strtonum from native export tables (will be done using stock functions) 2004-03-05 19:00:23 +00:00
Pavol Marko
71b590eb15 making sure evrything is in cvs :)
+ changed directory structure

base dir:
moddir/addons/amxx
core dll / so:
moddir/addons/amxx/dlls
modules dll / so files:
moddir/addons/amxx/modules
plugins .amx files:
moddir/addons/amxx/plugins
configs:
moddir/addons/amxx/config
  modules.ini - module file names, without path info
  plugins.ini - plugin file names, without path info
  core.ini - renamed from config.ini
2004-03-05 18:32:29 +00:00
Pavol Marko
e52a377370 removed message_begin, message_end, write_xx natives 2004-03-04 18:24:31 +00:00
Pavol Marko
e72a36dd37 added central logging system, callfunc natives 2004-03-04 18:16:51 +00:00
Pavol Marko
62bf5f66c6 added a size() function (for get_modulesnum native) 2004-02-27 11:07:58 +00:00
Pavol Marko
17cbec1f63 small bugfix 2004-02-27 11:06:56 +00:00
Pavol Marko
cef68cf821 is_module_loaded and is_plugin_loaded now return id on success, -1 on failure 2004-02-27 11:01:14 +00:00
Pavol Marko
3c2107bf1d rewritten; have not changed interface
should support messages with more than 32 params now
2004-02-26 19:04:53 +00:00
Pavol Marko
ce318d366d added natives
is_plugin_loaded(const name[]);
is_module_loaded(const name[]);
get_modulesnum();
get_module(id, name[], nameLen, author[], authorLen, version[], versionLen);
2004-02-26 19:04:03 +00:00
Felix Geyer
8c6374567a updated header 2004-02-21 19:36:35 +00:00
Felix Geyer
b6533c704b updated header | updated website 2004-02-21 19:34:34 +00:00
Pavol Marko
ff0fd22a3e new logtag (AMXX) 2004-02-18 19:15:50 +00:00
Pavol Marko
433dd9b3d2 intptr_t for VC6 2004-02-18 14:33:31 +00:00
Pavol Marko
35c9b8a4b1 small write_file fix 2004-02-15 17:55:27 +00:00
Pavol Marko
76915facd3 read_dir for msvc compiler 2004-02-13 18:16:37 +00:00
Pavol Marko
31b83cf76b win32 release 2004-02-08 11:20:06 +00:00
Pavol Marko
6b506b5fa5 new float.c from the Small SDK 2004-02-08 11:08:54 +00:00
Pavol Marko
06a1980a21 test: FAR 2004-02-04 19:21:42 +00:00
Pavol Marko
af4a4c38b1 *** empty log message *** 2004-02-03 15:31:04 +00:00
Pavol Marko
2c4e566098 amxmodx_version cvar support 2004-02-03 15:26:57 +00:00
Pavol Marko
e16480c614 version changed to 0.1 + amxmodx_version cvar support 2004-02-03 15:25:27 +00:00
Pavol Marko
364f436237 New Abstract Machine 2004-02-03 09:24:30 +00:00
Felix Geyer
9e999a0ba6 Initial revision 2004-01-31 20:56:22 +00:00