Steve Dudenhoeffer
36dc8da47c
Removed native/module filters, oops.
2007-08-03 03:01:22 +00:00
Steve Dudenhoeffer
25d95f1115
Fix for amb183 - plmenu's team menu is not compatible with natural selection.
2007-08-03 02:59:46 +00:00
Steve Dudenhoeffer
e254ef6b15
Added ns_get_user_team for a replacement for get_user_team.
2007-08-03 02:57:59 +00:00
Steve Dudenhoeffer
7038305812
Merged ns plugins / include files to trunk.
...
(ns/unstuck doesn't require engine any more)
2007-08-02 16:37:57 +00:00
Steve Dudenhoeffer
48022d3c5c
Implemented amb673 - pre-compiled regular expression support.
...
Also commented in the include file a bit better.
2007-08-01 17:36:10 +00:00
Steve Dudenhoeffer
cf36abf7e6
Implemented amb31 - plmenu default options (for ban menu and slap menu) are configurable in a config file.
...
Need to include this in the mod - dependent plmenus when they are reviewed later.
2007-08-01 06:03:51 +00:00
Steve Dudenhoeffer
83c82387e3
Changed ArrayGetCell() to return the cell value instead of byreferencing the value.
2007-07-26 16:22:29 +00:00
Steve Dudenhoeffer
9ce9b142e7
Implemented amb397 - amx_add{client}menuitem now accepts filenames as well as registered plugin names
...
(is_plugin_loaded() now has an optional second parameter to search for filenames)
2007-07-25 18:54:32 +00:00
Steve Dudenhoeffer
ced56c79b6
what the hell how did this change
2007-07-25 18:13:38 +00:00
Steve Dudenhoeffer
d836aeb716
Added some defines for cmd_target's filter system (for less cryptic code)
...
Changed all immunity obeying commands to allow for self execution - amb633
2007-07-25 18:10:08 +00:00
Steve Dudenhoeffer
7c642fbf6e
final fix for amb29 - ml issues with pause/stop saving in menu.
...
Need to sync ml changes before can test; should be good.
2007-07-25 17:28:26 +00:00
Steve Dudenhoeffer
a28a80e45f
Few additions to fakemeta:
...
Implemented amb632 - lookup_sequence, also added set_controller (since it dealt with models).
Implemented set_pev_string, for setting with an already allocated string handle. Also added pev_serial, to get the entity serial number.
2007-07-24 06:05:43 +00:00
Steve Dudenhoeffer
4b02ffa920
Fix for amb519: geoip_code2 and geoip_code3 will overflow the result buffer on an unsuccessful lookup.
...
Added two replacement natives for those two: geoip_code2_ex and geoip_code3_ex, could not modify the old natives without breaking backwards compatibility.
2007-07-19 18:37:13 +00:00
David Anderson
ee5dccfc0f
- added ability for statscfg to use translations (amb28)
...
- added ML translations for new statscfg lines (amb28, from kwo)
- added miscstats/statsx support for new statscfg lines (amb28, patches from kwo)
2007-06-28 04:25:04 +00:00
Steve Dudenhoeffer
ce526ac432
Fixed amb109 - mapsmenu now checks mapcyclefile cvar before reverting to mapcycle.txt
2007-06-22 18:37:38 +00:00
Steve Dudenhoeffer
ef41393bc3
Fixed amb130 - various menus did not take ADMIN_ALL / ADMIN_ADMIN into account.
2007-06-22 17:47:32 +00:00
Steve Dudenhoeffer
069c293aba
Fixed amb350 - typo in traceline_set_float
2007-06-21 03:44:36 +00:00
Scott Ehlert
add02dc55e
Fixed amb365 - EF_SetSize() stock had incorrect params
2007-06-05 02:38:48 +00:00
Steve Dudenhoeffer
ff3def3d00
Forgot to remove the MAX_MAPS define :o
2007-05-24 18:19:45 +00:00
Steve Dudenhoeffer
39f759368f
Added show_activity changes to mapsmenu
...
Made mapsmenu use cellarray natives instead of MAX_MAPS
2007-05-24 18:15:41 +00:00
Steve Dudenhoeffer
4cdd43b29b
Fixed accidental commit of a language file
2007-05-24 17:16:36 +00:00
Steve Dudenhoeffer
0c82e09df1
Added amb42 - different amx_show_activity values.
2007-05-24 17:11:11 +00:00
Steve Dudenhoeffer
079606c143
Added amb311 - mapcycle file now ignores .bsp extension
2007-05-20 15:03:26 +00:00
Steve Dudenhoeffer
66feed1d2b
Added charsmax() define, as a less typo-prone utility for sizeof(array)-1.
...
Added any: syntax to all variable args that need it, added proper {Float,_}: tags to some that didn't have it but should have.
2007-05-18 15:20:34 +00:00
Steve Dudenhoeffer
65748001f0
Added FCAP_* constants
2007-05-16 16:28:44 +00:00
Steve Dudenhoeffer
7bb562182f
Changed _array_included to _cellarray_included
2007-05-14 22:11:28 +00:00
Steve Dudenhoeffer
77ca104a8d
Renamed array.inc to cellarray.inc so that rukia doesn't start hagging about it.
2007-05-14 22:10:13 +00:00
David Anderson
6170cbc95a
implemented amb92
2007-05-02 23:11:49 +00:00
Scott Ehlert
e34120803d
Implemented request amb242: added cs_get/set_user_hostagekills() natives
2007-05-01 21:38:39 +00:00
Scott Ehlert
897ed0cb10
Implemented request amb237 - added ServerPrint to Fakemeta
2007-04-30 18:29:33 +00:00
David Anderson
525eb65e1c
updated linux compiler builds
2007-04-26 20:04:38 +00:00
David Anderson
580e52bd2c
CZ Bots will now follow restrictions
...
Fixed amb222 (rebuy could get around restrictions)
2007-04-26 19:22:23 +00:00
David Anderson
2f6bfca68e
added CS hook to catch internal bot commands and rebuy commands for players
2007-04-26 19:21:11 +00:00
Scott Ehlert
74c6290dc0
imessage and admin plugins compile again
2007-04-25 17:24:02 +00:00
Steve Dudenhoeffer
68d2b03e48
Added amb37, amb38, amb39 and amb205: various cstrike natives.
...
(Still need to test)
2007-04-25 15:40:15 +00:00
David Anderson
82c3807bd5
implemented SQL_QuoteString and SQL_QuoteStringFmt
...
fixed sqlx test script not working on first load
2007-04-25 13:55:56 +00:00
David Anderson
58ad23186b
updated compiler builds
2007-04-25 13:48:31 +00:00
David Anderson
c957a9db0f
Added SQL_QuoteString to include/tests
2007-04-25 13:45:15 +00:00
David Anderson
359b7e25dd
added sql_rewind
2007-04-25 13:19:42 +00:00
Steve Dudenhoeffer
0d5531a090
IMessage now supports unlimited messages and uses pcvars
2007-04-24 18:18:45 +00:00
Steve Dudenhoeffer
2659c906fb
Changed map list to use dynamic arrays
2007-04-24 17:41:56 +00:00
Steve Dudenhoeffer
d563ecb060
Added pseudo dynamic array natives.
...
Changed some of the "..." tags to "any".
2007-04-24 16:38:36 +00:00
Steve Dudenhoeffer
201d65749e
Added LookupLangKey for the upcoming show_activity changes.
2007-04-20 02:55:59 +00:00
Steve Dudenhoeffer
17d8197e72
Added amb#34 - Plugin cvar/command menus.
...
Still need to add ML support.
2007-04-18 15:52:03 +00:00
Steve Dudenhoeffer
1ed1d0005c
Added menu property to change number color
2007-04-18 04:20:48 +00:00
Steve Dudenhoeffer
51f8d7f84e
Added a more intuitive method for rcon-protecting cvars.
...
Added SQL cvars to the protected list
2007-04-17 19:03:25 +00:00
David Anderson
1ec4d9cc7d
fixed amb18 and various associated menu re-entrancy bugs
2007-04-16 18:00:54 +00:00
David Anderson
de530e2ca3
fixed amb200, added native test suite
2007-04-16 17:08:15 +00:00
David Anderson
5d4669d52e
implemented amb17
...
expanded menu tests
deprecated MEXIT_NORMAL, MPROP_ORDER, MPROP_PADMENU
fixed various bugs in PagekeyToItem
2007-04-16 06:58:28 +00:00
Steve Dudenhoeffer
3328b570d4
Removed accidental server debug output.
2007-04-13 18:44:39 +00:00