Commit Graph
63 Commits
Author SHA1 Message Date
Pavol Marko cdbfcdc4c4 logging functions moved from util.cpp to amxxlog.cpp; renamed to AMXXLOG_*; AMXXLOG_Init added (called from Meta_Attach)
UTIL_GetModulesNum moved to modules.cpp and renamed to countModules
2004-03-27 17:01:18 +00:00
Pavol Marko 5c1287bbfb new abstract machine; adapted a bit 2004-03-27 16:58:13 +00:00
Pavol Marko a3c9489360 plugins using localinfo paths now 2004-03-25 16:52:04 +00:00
Pavol Marko a82b5383d7 added amxx_customdir and amxx_configsdir 2004-03-25 13:35:24 +00:00
Pavol Marko 9b551916f1 making sure amxx_customdir and amxx_configsdir are set 2004-03-25 13:35:02 +00:00
Pavol Marko 4f6450abf0 amxx_pluginsdir and amxx_modulesdir added 2004-03-24 19:00:03 +00:00
Pavol Marko 130f274f86 more localinfos 2004-03-24 18:59:37 +00:00
Pavol Marko 98c63e8efd new localinfos 2004-03-24 18:39:25 +00:00
Pavol Marko 2b7b1a844c get_modulesnum function updated (using UTIL_GetModulesNum now) 2004-03-24 18:35:42 +00:00
Pavol Marko 012507c38a fixed getline function 2004-03-24 18:35:04 +00:00
Pavol Marko a9a46e20b2 fixed size() function, added empty() function 2004-03-24 18:34:47 +00:00
Pavol Marko ab110d3d27 added localinfo paths, fixed amx_version and amxmodx_version cvars (module count) 2004-03-24 18:34:18 +00:00
Pavol Marko cfb45c1302 added UTIL_GetModulesNum function 2004-03-24 18:33:41 +00:00
Pavol Marko 38af364744 fixed filters bug 2004-03-17 18:57:36 +00:00
Pavol Marko 29f31e808f version changed to 0.15 2004-03-14 17:45:09 +00:00
Pavol Marko f4a729e85a cpp std lib depedencies removed 2004-03-14 14:05:44 +00:00
Pavol Marko d3839db6f8 message_begin, message_end, write_* functions added back to core 2004-03-14 13:57:53 +00:00
Pavol Marko 41a56a8fda not using c++ std lib 2004-03-14 13:57:27 +00:00
Pavol Marko 6a8380fb0f another bugfix :) 2004-03-11 14:22:06 +00:00
Pavol Marko d47ed6c48c another bugfix 2004-03-11 13:48:57 +00:00
Pavol Marko 4656bb246e possible fix of the events bug 2004-03-11 12:35:13 +00:00
Pavol Marko fe3977ee61 #include <string> added 2004-03-11 12:15:15 +00:00
Pavol Marko bed1df8237 using __linux__ instead of LINUX 2004-03-10 16:28:38 +00:00
Pavol Marko 7206639ef9 directory paths should be ok now (not using localinfos) 2004-03-10 16:28:17 +00:00
Pavol Marko fbb6b260a6 Removed get_user_wonid 2004-03-10 16:26:18 +00:00
Pavol Marko 5cb9cb1c05 fixed potencial logging crashes in Meta_Attach 2004-03-08 15:12:53 +00:00
Pavol Marko db278c390d log_amx: remove .amx from plugin names 2004-03-08 15:12:16 +00:00
Pavol Marko 8ffcb98ce7 hardcoded directory names 2004-03-08 14:09:44 +00:00
Pavol Marko c2879eafab get_module returns module status too 2004-03-08 14:09:09 +00:00
Pavol Marko 538b7a7a12 Added Makefile 2004-03-07 19:50:55 +00:00
Pavol Marko 24610a2a10 Fixed GiveFnPtrsToDll linux problem 2004-03-07 19:30:04 +00:00
Pavol Marko df8f02fe66 Fixed GiveFnPtrsToDll problems on linux 2004-03-07 19:29:20 +00:00
Pavol Marko 745e41ce3b using __linux__ instead of LINUX 2004-03-07 19:28:30 +00:00
Pavol Marko 5f319a527f Fixed GiveFnPtrsToDll linux problems 2004-03-07 18:54:35 +00:00
Pavol Marko 7e6a38eba5 fixed native function names bug (probably :) ) 2004-03-07 17:37:14 +00:00
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
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 fba6a48be5 added callfunc_push_floatrf 2004-03-05 18:59:16 +00:00
Pavol Marko 4984e4b5a2 removed strtonum and numtostr 2004-03-05 18:55:13 +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 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