Commit Graph

26 Commits

Author SHA1 Message Date
c67e19a62f updated credits + look for 1.76 2006-09-10 06:35:54 +00:00
db175082ad Fixed some bugs/warnings that GCC caught 2006-08-17 16:41:41 +00:00
f600a96657 Initial massive import of the new code module auto-loading code
Important difference - pubtags table is used instead of library table!
2006-05-10 02:32:34 +00:00
6c6389ba65 oh, last credits bit. wee <-- gaben? 2006-03-04 08:52:08 +00:00
f336585d4f Fixed GCC compatibility for now.
Removed ps_locked and replaced with ps_error.
Added set_fail_state.
Fixed md5_file.
2005-12-01 13:42:28 +00:00
c8d69c41bc Hello quickfix 64bit negative values to executeForwards -> now upcasting everything 32bit to cell before passing to executeForwards 2005-10-18 21:05:52 +00:00
76760b221d more cleaned-up code 2005-09-10 20:09:14 +00:00
4e8eff3e04 Fixed bug at17021. 2005-08-17 16:41:38 +00:00
4609cb409b Whoa! Merged in Pawn! (Small 3.0)
Removed debug handling (will add back in soon)
Ported all amx_Exec()s to forward systems
Deprecated AMX Mod module support (incompatible with Pawn anyway!)
Deprecated many file natives (unused)
Deprecated some functionality of pause/unpause
Fixed some memory deallocation bugs (thanks fysh)
Bumped module API version to 3 (no new M/SDK yet!)
Bumped AMX Mod X version to 1.5!
Merged in CVector changes
2005-07-25 06:03:43 +00:00
0513dae63e Added better credits ^^ 2004-11-10 05:38:23 +00:00
d3751054da New debugging engine 2004-09-15 21:21:46 +00:00
1082ef31c7 Modules no longer need to have the correct extension (requested by UgLyPuNk) 2004-09-12 03:48:21 +00:00
3ec4ccd9da Added new "amxx plugins" plugin fail message 2004-09-10 15:52:48 +00:00
cd6e51271c Added more build information 2004-09-06 22:27:55 +00:00
32b07e4c0c Fixed JIT on Linux 2004-09-02 08:25:48 +00:00
c003f90713 removed type from "amxx modules" 2004-08-22 11:36:24 +00:00
88cc9156fe added "gpl" to the "amxx" comand list 2004-06-29 15:58:44 +00:00
8c600f90c3 nothing important 2004-05-28 11:28:42 +00:00
be5276dde6 stuff 2004-05-03 19:46:49 +00:00
8c4e8e20a5 stuff 2004-04-22 08:07:22 +00:00
0612e67e2d using new function names and parameters 2004-03-27 17:06:08 +00:00
f711baf3df new file names 2004-03-24 01:35:44 +00:00
7cf7fce86d changed header 2004-03-05 21:03:14 +00:00
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
8c6374567a updated header 2004-02-21 19:36:35 +00:00
9e999a0ba6 Initial revision 2004-01-31 20:56:22 +00:00