Nextra
e4d74f199f
Fix re-entrancy issue when a [generated] message is sent during register_event forward (bug 3664, r=joropito)
...
Former-commit-id: 163098892c0f0315ece9d89667782fd0ad53f3ca
2013-07-27 20:49:19 +02:00
Vincent Herbet
0ddc00727d
Comply to AMXX style for more consistency in 7319646e4d61
...
Former-commit-id: 1722d0cb4f480be6dec4dc7355cdc580efa3ac6f
2013-07-02 23:15:55 +02:00
Vincent Herbet
1026edec6c
Add new register_event flags to filter humans and bots (bug 5768, r=me)
...
Former-commit-id: 15b0fba122d8c2ba7024b74aa07b78a877cc9d8c
2013-07-02 11:22:43 +02:00
Steve Dudenhoeffer
0bb430b3eb
Reverted amb149
2007-08-16 15:16:41 +00:00
Steve Dudenhoeffer
e23f3747ba
Possible fix for amb149 - register_event with "e" triggers false positives for dead players not fully in game.
2007-06-22 16:51:16 +00:00
Pavol Marko
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
Borja Ferrer
ebd4974c75
final cleaned revision (I hope)
2005-09-16 23:48:51 +00:00
Borja Ferrer
76760b221d
more cleaned-up code
2005-09-10 20:09:14 +00:00
Borja Ferrer
52b1d67ca2
latest cleaned files for today (i cant read more :o )
2005-09-10 03:39:23 +00:00
Pavol Marko
462916d00f
Got rid of many annoying warnings MSVC7.1 was reporting
2005-08-27 09:55:32 +00:00
David Anderson
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
David Anderson
1aaf540be4
converted core to new debugging engine
2004-09-15 21:27:35 +00:00
David Anderson
955fcb8549
Rewrote CString
2004-08-13 08:46:04 +00:00
Pavol Marko
642eb769b2
Added a check for memory allocation failure
2004-05-28 11:24:59 +00:00
Pavol Marko
85b0e04ca3
nothing important
2004-04-22 08:18:23 +00:00
Pavol Marko
7d13e8cd01
added getCurrentMsgType member
2004-04-03 19:15:43 +00:00
Pavol Marko
b677e5c164
correct use of const functions
2004-03-31 18:05:07 +00:00
Pavol Marko
0612e67e2d
using new function names and parameters
2004-03-27 17:06:08 +00:00
David Anderson
f711baf3df
new file names
2004-03-24 01:35:44 +00:00
Pavol Marko
38af364744
fixed filters bug
2004-03-17 18:57:36 +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
Felix Geyer
7cf7fce86d
changed header
2004-03-05 21:03:14 +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
e72a36dd37
added central logging system, callfunc natives
2004-03-04 18:16:51 +00:00
Pavol Marko
17cbec1f63
small bugfix
2004-02-27 11:06:56 +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
Felix Geyer
8c6374567a
updated header
2004-02-21 19:36:35 +00:00
Felix Geyer
9e999a0ba6
Initial revision
2004-01-31 20:56:22 +00:00