Pavol Marko
66b95f64a5
Now checks whether there is a non-zero g_engfuncs.pfnQueryClientCvarValue before setting newdll's pfnCvarValue function pointer
2005-09-06 16:31:07 +00:00
Pavol Marko
6bebf37f1a
An optional array parameter (LIKE TEH TASKS ONE) can be now passed to cvar query handlers
2005-09-06 10:12:02 +00:00
Pavol Marko
2d5f9ba181
Using the (*g_engfuncs.pfnQueryClientCvarValue) directlty instead of the macro so that it compiles on both metamod and metamod-p
2005-09-05 20:51:24 +00:00
Pavol Marko
dc57ef1e0c
Simple implementation for cvar queries
2005-08-27 23:00:44 +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
5693d2629e
Attempted fix at DEP
2005-08-21 19:30:27 +00:00
David Anderson
1768ae4b23
Fixed bug at17117 (Twilight Suzuka)
2005-08-17 17:07:41 +00:00
David Anderson
abfca025d5
Committed new register_native system
2005-07-31 20:11:58 +00:00
David Anderson
32a42886dd
Finished new menu system (for now)
...
Fixed bug where client_print did not add newlines properly
2005-07-29 19:13:55 +00:00
David Anderson
166b5ca650
omg new menu system
2005-07-29 06:33:57 +00:00
David Anderson
191acd8e42
New Makefile, linux compatibility
2005-07-27 16:24:14 +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
29e1a5edc8
FAKEMETA IS GONE! SO LONG AND THANKS FOR THE FISH
2005-07-22 19:32:16 +00:00
David Anderson
3cba7811bd
Committed new auto-module registering system
...
require_module is now DEPRECATED
2005-07-15 19:15:58 +00:00
David Anderson
35ed810775
Patch for ifvers 5:11 (new MM API), eliminates fakemeta like mm-pext
2005-07-13 02:37:32 +00:00
David Anderson
35ecd40228
Fixed bug at15479 (karlos)
...
Fixed bug at11812 (Kamikaze)
Added new build_pathname implementation for reentracy.
build_pathname_r added to module API
2005-07-08 05:05:06 +00:00
David Anderson
cc899d298d
Modules can now intercommunicate through RegisterFunction() - UNTESTED
...
Registering a function will make it available through ReqFunc,
2005-07-05 22:01:29 +00:00
Pavol Marko
57eec2b88e
evilspy's support for mm-p ext
2005-02-16 20:36:04 +00:00
Pavol Marko
26e8b0dbb6
client_disconnect forwards now get called for every client which is initialized (ie. client_connect was called for him) instead of clients which are ingame only (ie. client_putinserver was called)
2005-02-07 10:28:22 +00:00
David Anderson
e4beb3828a
Increased version number
2005-01-31 19:33:17 +00:00
Pavol Marko
b4ad89e6ef
Reverted last changes
2004-12-22 18:19:51 +00:00
Pavol Marko
2b4ed9cc27
Test: Hopefully fixed "bot bug"
2004-12-22 16:29:40 +00:00
Pavol Marko
e986848faf
Removed bot member variable from CPlayer; instead, everything now calls the inline IsBot() function.
...
Hopefully that will fix the "bot bug"
2004-12-22 13:01:55 +00:00
David Anderson
0513dae63e
Added better credits ^^
2004-11-10 05:38:23 +00:00
Pavol Marko
6457fc45c7
On dedicated servers, the command "amxx" now prints the AMX Mod X version
2004-11-08 19:51:20 +00:00
David Anderson
d038e926fd
*** empty log message ***
2004-10-29 20:35:44 +00:00
David Anderson
f3cfd31668
Added AlertMessage to fakemeta
2004-10-03 07:04:08 +00:00
Pavol Marko
f828e1c8a0
small changes
2004-09-18 13:34:39 +00:00
David Anderson
b7c0c47c05
New "debug" status for amxx plugins
.
...
Correctly switches between amx_opcodelist and nodebug.
Fixed metamod and amxmodx GPL alignment.
Fixed debug mode not being set for non-JIT.
2004-09-17 00:27:28 +00:00
David Anderson
1aaf540be4
converted core to new debugging engine
2004-09-15 21:27:35 +00:00
David Anderson
d3751054da
New debugging engine
2004-09-15 21:21:46 +00:00
Pavol Marko
c1a138f370
Experimentally changed back to old g_initialized method
2004-09-14 19:01:44 +00:00
David Anderson
3ec4ccd9da
Added new "amxx plugins" plugin fail message
2004-09-10 15:52:48 +00:00
David Anderson
b8721e0123
Fixed module correction output
2004-09-09 06:04:50 +00:00
David Anderson
6c73a7d8d1
New module registering ability
2004-09-09 05:16:53 +00:00
David Anderson
079a3e8bcd
Fixed JIT line op problem
2004-09-08 07:05:16 +00:00
David Anderson
baef3362ed
Fixed a bug that caused crashes on registering a forward after unregistering a forward
2004-09-07 05:43:55 +00:00
Pavol Marko
8df987cf95
minor changes
2004-09-04 18:31:59 +00:00
David Anderson
fbb7c0bb92
Changed addons/amxx to addons/amxmodx
2004-09-02 02:16:38 +00:00
David Anderson
b1dd324354
Fixed client_command forward
2004-08-31 15:10:12 +00:00
Felix Geyer
bec1e418e7
removed "J" from amxmodx_version cvar again
2004-08-30 15:02:07 +00:00
Pavol Marko
da13f4797d
Reenabled NewDLL functions
2004-08-29 13:32:31 +00:00
Felix Geyer
d50ede5492
removed "J" from amxmodx_version cvar
2004-08-19 22:27:47 +00:00
David Anderson
5ecd986d9b
MULTILINGUAL - ALL BUGS FIXED
...
Reversed Makefile
Changed memreport file names
2004-08-16 21:34:50 +00:00
David Anderson
3bbfca6d08
Dear me, many changes
...
Rewrote Lang (still does not work though!)
New String class funcs+name
Added Queue class
Added MD5 class + functions
2004-08-15 10:53:48 +00:00
Felix Geyer
7961bae20b
fixed log messages
2004-08-13 16:23:55 +00:00
David Anderson
060a0a565c
Fixed default language errors
2004-08-13 10:01:41 +00:00
David Anderson
5469f70dba
Fixed FormatAmxString bugs
2004-08-13 09:39:59 +00:00
David Anderson
955fcb8549
Rewrote CString
2004-08-13 08:46:04 +00:00
Pavol Marko
8811b56756
changed to use the new language system
2004-07-28 18:33:20 +00:00