Steve Dudenhoeffer
a726b796db
cellarray test had old ArrayGetCell syntax, oops
2008-03-30 07:25:35 +00:00
Steve Dudenhoeffer
4c79232f17
Fix for amb1199 - incorrect comment for Ham_DOD_RoundRespawnEnt
2008-03-04 19:21:09 +00:00
Steve Dudenhoeffer
16720a2f70
Fix for amb1343 - show_activity() had a messed up vformat() call
2008-03-04 19:18:17 +00:00
Steve Dudenhoeffer
b0286c9c4d
Half-fix for amb1218 - typo in ns.inc
2008-03-04 18:55:54 +00:00
David Anderson
5ed4c27732
fixed amb1089 - amx_banip message printed twice
2007-11-15 18:12:25 +00:00
David Anderson
afd1072583
fixed amb1049 - sloppy TraceResult namings
2007-11-15 18:08:15 +00:00
David Anderson
64ad54aa51
fixed amb1134 - unused cvar
2007-11-15 18:06:16 +00:00
David Anderson
3df060cad6
fixed amb1143 - typo in SetClientKeyValue()
2007-11-15 18:05:16 +00:00
David Anderson
4c464390ac
fixed amb1080 - german translation typo
2007-10-30 01:59:51 +00:00
David Anderson
cc99d6d1fb
finalized build numbers and all that other release crap
2007-10-26 02:23:21 +00:00
David Anderson
993b6e6c74
added 3 more spaces to version output so our version numbers look nice
2007-10-26 01:41:45 +00:00
David Anderson
36241e2905
updated revision numbers
2007-10-26 00:28:17 +00:00
David Anderson
a86b1c5097
added amb281 - multiple result sets for MySQL
2007-10-22 21:31:02 +00:00
David Anderson
b7f8503655
added amb844 - get_pdata_ent
2007-10-22 19:52:06 +00:00
David Anderson
ca3d15c27e
fixed amb816 - stats comments were wrong
2007-10-22 19:40:35 +00:00
David Anderson
468e6fb9dd
added amb909 - LoadFileForMe()
2007-10-22 19:26:45 +00:00
David Anderson
50bbefa3ba
fixed amb1023 - register_library had an outdated comment
2007-10-22 19:00:25 +00:00
Christian Hammacher
c635638fd1
implemented amb773 - now precaches sounds from speech.ini, can be disabled via compiler switch
2007-10-16 20:59:57 +00:00
Steve Dudenhoeffer
21ad8ba71b
Extension of amb29 - forgot to change the retarded pause menu
2007-09-09 03:34:52 +00:00
Steve Dudenhoeffer
bd3b7fc70c
Fix for amb895 - amx_plugins now displays properly over RCON
2007-09-03 16:39:32 +00:00
David Anderson
26f1c8dec7
clarified menu_create and its handler
2007-09-02 18:52:24 +00:00
David Anderson
a749aad1b4
- inserted a nasty backwards compatibility shim specifically for war3ft 3.0-rc. this may be extended globally if i can find a way to generalize it without breaking menu_create().
...
- updated comment about player_menu_info() as it was wrong.
2007-09-02 18:35:53 +00:00
Steve Dudenhoeffer
58c7239b48
Fix for amb817 - dod stats heading was mislabeled
2007-09-01 16:39:01 +00:00
David Anderson
d163ead2ac
it helps, just a bit, to actually commit the file
2007-08-16 19:09:49 +00:00
David Anderson
00838065ae
fixed a format bug in statscfg.sma
2007-08-16 19:08:17 +00:00
David Anderson
8298158f08
newmenu stuff is now in its own nice callback. yay
2007-08-16 19:07:59 +00:00
Steve Dudenhoeffer
824ed30872
Fix for amb790 - users.ini with spaces / tabs before a comment line were being read as an admin entry.
...
admin.sma now trims each line it reads.
2007-08-16 17:58:34 +00:00
David Anderson
2b15c30ad1
committed a bunch of phrases for statscfg, fixed a few languages missing some phrases
2007-08-16 17:47:00 +00:00
Steve Dudenhoeffer
643ddc18be
Removed erroneous default values for pdata string natives.
2007-08-16 17:13:07 +00:00
Steve Dudenhoeffer
0bb430b3eb
Reverted amb149
2007-08-16 15:16:41 +00:00
Steve Dudenhoeffer
186519dc92
Fix for amb774 - is_user_bot() checked on killer twice, when one check should have been victim.
2007-08-10 14:59:05 +00:00
Steve Dudenhoeffer
51ce96ac3c
Fix for amb775 - clcmdmenu used a buffer that was too small to generate the command (from 64 to 512)
2007-08-10 14:55:44 +00:00
Scott Ehlert
e6663991a7
All include files should be semicolon-correct now
2007-08-10 04:52:12 +00:00
Steve Dudenhoeffer
62c41fbd03
Removed semi colon pragma
2007-08-10 03:41:59 +00:00
Steve Dudenhoeffer
76a7cafe50
Changed the new %S format option to %a to hopefully prevent some confusion.
2007-08-08 02:40:40 +00:00
Steve Dudenhoeffer
12ab387be5
Implemented amb743 - plmenu for cstrike now has a to spectator option. (Requires cstrike module)
2007-08-08 02:32:53 +00:00
Steve Dudenhoeffer
544d2dedef
moved mkdir from amxmodx.inc to file.inc
2007-08-07 00:54:22 +00:00
Steve Dudenhoeffer
1721383237
Fix for amb736 - find_entity defined twice
2007-08-05 11:23:02 +00:00
David Anderson
cb62613501
synced language files
2007-08-04 04:10:14 +00:00
Steve Dudenhoeffer
2efc82ea59
Included fakemeta_util for convenience.
2007-08-04 03:59:56 +00:00
Steve Dudenhoeffer
a95658bd2d
Added hamsandwich include files to back include directory
2007-08-04 03:55:42 +00:00
Steve Dudenhoeffer
ffb8fc683b
Implemented amb291 - cs_{set,get}_c4_defusing()
2007-08-03 19:11:47 +00:00
Steve Dudenhoeffer
2bc6d965f6
Fix for amb437
...
dod_set_user_kills & dod_set_user_score no longer have the dead scoreboard class side effect.
dod_set_pl_deaths comment has been updated to reflect the side effect.
2007-08-03 17:35:12 +00:00
Steve Dudenhoeffer
ed3f5dfd4b
Fixed the admins list not flushing when amx_reloadadmins is executed.
2007-08-03 16:29:53 +00:00
Steve Dudenhoeffer
747d326ed5
Implemented amb216 - SQL_MakeStdTuple now has an optional timeout parameter.
2007-08-03 15:52:35 +00:00
Steve Dudenhoeffer
b4ff754e29
Implemented amb340 - amx_ban / amx_banip now display reason in the show_activity blurb.
...
Language files need synced.
2007-08-03 15:46:50 +00:00
Steve Dudenhoeffer
67ac030c56
Expanded on the info message when a admin_ban user tries to ban someone not in the cache.
2007-08-03 15:29:29 +00:00
Steve Dudenhoeffer
15b62648c9
Implemented amb307 - admincmd now caches a few of the last connections.
...
amx_addban changed back to ADMIN_BAN. Users without RCON access will only be able to ban those in the old connection cache. Users with RCON access still have unrestricted access to amx_addban.
The old connection cache can be viewed with amx_last (ADMIN_BAN access required by default).
2007-08-03 15:26:22 +00:00
Steve Dudenhoeffer
b09bf4c532
Work around for amb228 - amxmod_compat caused set_user_hitzones to stop functioning.
...
Any plugins being emulated by amxmod_compat that still use the traceline forward will still cause the issue, but if no plugins use that forward it won't interfere.
(also, plugin_flags() can now specify a plid)
2007-08-03 06:48:08 +00:00
Steve Dudenhoeffer
e045e2fdb6
Fix for amb196 - amx_modules did not handle invalid modules properly.
2007-08-03 05:27:36 +00:00