Commit Graph
18 Commits
Author SHA1 Message Date
Pavol Marko 0f497e2dc4 added callfunc natives, central logging system 2004-03-04 18:15:30 +00:00
Pavol Marko ca0fdd7fdc added declarations for natives:
is_plugin_loaded
is_module_loaded
get_modulesnum
get_module
2004-02-27 11:15:13 +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
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