Commit Graph
100 Commits
Author SHA1 Message Date
Steve Dudenhoeffer 46bd9127fb Removing files for a r3wr1t3 2007-05-04 12:39:53 +00:00
Steve Dudenhoeffer e3240214a3 Fixed some typos 2007-04-26 14:20:19 +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
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 ea912f794c Stole the magical any: tag from sourcemod 2007-04-24 13:36:36 +00:00
Steve Dudenhoeffer 2c2259ea15 Fixed possible issue that could arise with the new newmenu last page handler :O 2007-04-20 15:47:55 +00:00
Steve Dudenhoeffer be4fdb1776 Fixed the completely börked handling of the last page with newmenus. 2007-04-20 15:27:04 +00:00
Steve Dudenhoeffer 76158b031d Forgot to actually register LookupLangKey :o 2007-04-20 03:02:41 +00:00
Steve Dudenhoeffer 599029b68e Fixed an issue where "exit" wasn't working properly on pages with valid next and more selections. 2007-04-20 02:59:35 +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
Steve Dudenhoeffer 7b4283bf4a Fixed amb207: Last item displayed as "10" instead of "0" on new menus. 2007-04-13 23:59:52 +00:00
Steve Dudenhoeffer 1f423dc39f Fixed amb208: new menu state not being reset when item has no state callback. 2007-04-13 23:57:14 +00:00
Steve Dudenhoeffer ab6fea5767 Added amb202: csstats_rankbots in amxx.cfg
Organized comments a bit in all config files.

Added default value comments to all cvars.
2007-04-13 20:21:51 +00:00
Steve Dudenhoeffer 3328b570d4 Removed accidental server debug output. 2007-04-13 18:44:39 +00:00
Steve Dudenhoeffer 63427b2ad0 Added amb51 - 4 options in amx_vote
Also fixed a potential formatting issue with the vote display.
2007-04-13 18:43:36 +00:00
Steve Dudenhoeffer 61052c41a1 added amb64 - amx_voteban auto detects if it should ip ban. 2007-04-13 18:17:24 +00:00
Steve Dudenhoeffer 5c68df7ac7 Fixed the damn comments 2007-04-02 18:39:38 +00:00
Steve Dudenhoeffer 8872d98dd6 Possible fix for amb86: "USER" key should have been "PLAYER" 2007-03-30 14:33:52 +00:00
Steve Dudenhoeffer 03bae80ed2 Addendum to revision 3434; fixed for other mods, although they're not multilingual, just in-case. 2007-03-30 13:35:08 +00:00
Steve Dudenhoeffer 1161b5ee7e Fix for amb91: miststats buffer was too small for some language translations.
Not sure if this affects other mods, need to look through their stats stuff.
2007-03-30 13:22:12 +00:00
Steve Dudenhoeffer b49bf1b13c Fix for amb78: get_concmdsnum result caching causing discrepencies 2007-03-30 02:13:49 +00:00
Steve Dudenhoeffer 81994ecf58 Fix for access() with ADMIN_ALL
Very minor optimization for is_user_admin

(amb81)
2007-03-30 02:04:30 +00:00
Steve Dudenhoeffer 4682cec1cb Documentation fix for amb120 2007-03-30 01:59:57 +00:00
Steve Dudenhoeffer b9a0ffacc4 Fix for amb118: amx_help would not output ADMIN_ADMIN commands 2007-03-30 01:52:10 +00:00
Steve Dudenhoeffer e326ab1593 Fixed amb94 - Name length in amx_psay
I'm never trusting Brad again.
2007-03-18 12:10:36 +00:00
Steve Dudenhoeffer 7124f8bd2c MSVC didn't like my cdecl placement :( 2007-03-10 18:16:21 +00:00
Steve Dudenhoeffer c9b19c76a5 Added a whole lot more functions that nobody will use 2007-03-10 18:05:30 +00:00
Steve Dudenhoeffer 8939c3076a Continued making adding new entries easier
{hs_}register_function->ham_register(HamHook:function,...)

Added a few more hooks

Fixed a few directory errors

Updated config file
2007-03-09 18:15:09 +00:00
Steve Dudenhoeffer bd412d7204 Fixed bug amb70 - include files not semicolon-correct
Also, removed OLOcode from amxmisc.inc
2007-03-05 19:30:40 +00:00
Steve Dudenhoeffer 1f1edef98d Merged in NS 3.2 Final offsets 2007-03-01 22:39:57 +00:00
Steve Dudenhoeffer 77e7ea161b Fixed half of amb29 - Debug plugins could not be paused/stopped
Waiting on language keys to fix the rest
2007-02-21 21:03:48 +00:00
Steve Dudenhoeffer e35a8326d5 Fixed an issue where backwards amx mod compatibility layer wasn't transparent. 2007-02-20 22:25:17 +00:00
Steve Dudenhoeffer 615e097c68 Fixed am49892 - Plugin load fails going to error logs instead of normal logs 2007-02-19 08:46:43 +00:00
Steve Dudenhoeffer ade56b62e9 Fixed am50089 - unary - float operator 2007-02-19 08:11:00 +00:00
Steve Dudenhoeffer b3d7f04b5e Fixed am50530 - amx_psay output format fix 2007-02-19 07:34:38 +00:00
Steve Dudenhoeffer 4f81c50a3e Fixed am50731 - compiler crash when amxmisc is included before amxmodx 2007-02-19 07:03:26 +00:00
Steve Dudenhoeffer d45c3aeb96 Fixed am51050 - "amxx {pause,unpause" had misleading output 2007-02-19 06:57:26 +00:00
Steve Dudenhoeffer fff603635a Fixed am51051 - unpause() returning true on stopped plugins 2007-02-19 06:43:52 +00:00
Steve Dudenhoeffer 06f01ea7dc Wow I deleted the comment too! 2007-02-19 06:38:08 +00:00
Steve Dudenhoeffer 2395abcf7e Fixed retarded typo 2007-02-19 06:37:03 +00:00
Steve Dudenhoeffer d33f9ba2d4 Fixed am51083 - Comments in amxmodx.inc 2007-02-19 06:29:02 +00:00
Steve Dudenhoeffer aec28542ac Fixed am51276 - typod "return" 2007-02-19 06:23:34 +00:00
Steve Dudenhoeffer 73219c45dd Fixed bug am51368 - Unused variable 2007-02-19 06:16:56 +00:00
Steve Dudenhoeffer 39d6cb7840 Fixed #error ignoring #if blocks 2007-02-16 18:49:21 +00:00
Steve Dudenhoeffer aded0f9c1c Added request am49339 - exploding chainsaw gun 2007-02-14 05:17:57 +00:00
Steve Dudenhoeffer 862ed243be Fixed typo (am51042) 2007-02-10 21:10:55 +00:00
Steve Dudenhoeffer 39f1fa6045 Fixed unnecessary call to accessUser() (am51009) 2007-02-09 08:34:33 +00:00
Steve Dudenhoeffer f26939e2cc Fixed bug am50907 - Name and Tag admins were case sensitive 2007-02-09 07:26:37 +00:00
Steve Dudenhoeffer b324e8ed9d Merged revision 3260 from 1.77; Stats would not display on awkward mp_roundtime settings 2007-01-26 06:15:49 +00:00
Steve Dudenhoeffer 8420823713 Merged revision 3251 from 1.77; debug commands not counted as running in amx_plugins 2007-01-26 06:12:25 +00:00
Steve Dudenhoeffer 1d1b50ce0c Merged revision 3250 from 1.77; amx_addban is now ADMIN_RCON access by default 2007-01-26 06:11:00 +00:00
Steve Dudenhoeffer 35fcca8a66 Merged revision 3258 from 1.77; forward_return with non-string values 2007-01-26 06:08:29 +00:00
Steve Dudenhoeffer 7a01503478 Merged revision 3249 from 1.77; fixed typo in tfcconst.in (am50097) 2007-01-26 06:04:11 +00:00
Steve Dudenhoeffer dd8f138892 Back ported revision 3242 - Every include file now is const correct (am49281) 2007-01-26 05:56:10 +00:00
Steve Dudenhoeffer f950d384b6 Fixed crash in FM_MessageBegin 2004-11-07 20:36:49 +00:00
Steve Dudenhoeffer 74a1db4417 Upped buffer in write_file (1024->2048) 2004-11-06 21:56:24 +00:00
Steve Dudenhoeffer 5dfbcf2a23 Minor fixes to stop crashing in Zombie Panic
(Don't send SVC_INTERMISSION if running zp)
2004-11-06 00:24:55 +00:00
Steve Dudenhoeffer 4c43eccbb5 *** empty log message *** 2004-11-01 17:15:53 +00:00
Steve Dudenhoeffer 380db7c884 *** empty log message *** 2004-11-01 17:15:13 +00:00
Steve Dudenhoeffer 3414cd7ce7 fixed pev bug.. 2004-10-24 21:03:12 +00:00
Steve Dudenhoeffer 46390b83ac minor fix.. 2004-10-20 15:55:59 +00:00
Steve Dudenhoeffer 89eda75b1f Touch it and die, bail. 2004-10-20 14:24:54 +00:00
Steve Dudenhoeffer f14808e009 Updated SDK
Fixed client_built forward...
2004-10-20 14:24:03 +00:00
Steve Dudenhoeffer 14c3930b3d Damnit, bail 2004-10-16 14:26:11 +00:00
Steve Dudenhoeffer 4800ab292c Added stupid forwards 2004-10-06 17:57:57 +00:00
Steve Dudenhoeffer bbe2626fd1 :gyar: a couple minor improvements :attack:
Global pointer for function tables
Better support for compiling under Cygwin gcc

:avast:
2004-09-30 06:18:23 +00:00
Steve Dudenhoeffer 687a0f23da Added MSG_ONE_UNRELIABLE 2004-09-28 17:29:22 +00:00
Steve Dudenhoeffer aa0dc4dbaf Fixed a few issues (Damaged Soul) 2004-09-28 07:29:48 +00:00
Steve Dudenhoeffer de399c54c6 Fixed ML_NOTFOUND(LANG) 2004-09-28 07:18:51 +00:00
Steve Dudenhoeffer 58d522e4c3 Fixed typo 2004-09-28 04:59:21 +00:00
Steve Dudenhoeffer 3b90cca5bd Fixed user_slap for NS 2004-09-28 02:44:26 +00:00
Steve Dudenhoeffer b7c9cfeea4 Changed touch paramters on give item 2004-09-27 21:52:41 +00:00
Steve Dudenhoeffer c3151b312a Fixed (and slightly tweaked) make_deathmsg (jtp10181) 2004-09-26 00:43:43 +00:00
Steve Dudenhoeffer 867e7615ae stupid bug go squish 2004-09-24 19:36:24 +00:00
Steve Dudenhoeffer 82ca25b231 wow... =/ 2004-09-23 21:00:43 +00:00
Steve Dudenhoeffer a555f9b3f0 Fixed message blocks (jtp10181) 2004-09-23 20:59:26 +00:00
Steve Dudenhoeffer c1a6ce2565 Fixed typo (ktrain) 2004-09-22 23:27:55 +00:00
Steve Dudenhoeffer f074af039b (>'.')------P(x_@<) 2004-09-19 22:01:23 +00:00
Steve Dudenhoeffer 4008743091 Fixed GetPlayerTeam 2004-09-19 16:43:55 +00:00
Steve Dudenhoeffer 0c2dbdbc47 Minor check in get_tr added 2004-09-15 18:55:30 +00:00
Steve Dudenhoeffer 1485014229 Fixed traceresults and trace hooks.. 2004-09-15 18:40:18 +00:00
Steve Dudenhoeffer 9a21e3e9d3 Removed some debugging output 2004-09-14 15:41:55 +00:00
Steve Dudenhoeffer 4d34270ee9 Ok, then 2004-09-10 18:43:37 +00:00
Steve Dudenhoeffer 2573c9c4d2 Added pev_ideal_yaw 2004-09-10 16:28:27 +00:00
Steve Dudenhoeffer d72b8de045 DLLFunc_ClientUserInfoChanged 2004-09-10 16:09:32 +00:00
Steve Dudenhoeffer 49d24f6829 oops 2004-09-10 16:06:30 +00:00
Steve Dudenhoeffer 6f9ec854dc Added DLLFunc_Clientinfo something or other 2004-09-10 16:05:21 +00:00
Steve Dudenhoeffer 5867e3398f Added client_spawn(id) & client_changeteam(id,newteam,oldteam) forwards 2004-09-10 13:57:10 +00:00
Steve Dudenhoeffer 0a74f09273 blah 2004-09-10 02:58:41 +00:00
Steve Dudenhoeffer 17faf3af1f woops 2004-09-08 22:05:01 +00:00
Steve Dudenhoeffer 4c202dadb0 *** empty log message *** 2004-09-08 09:38:59 +00:00
Steve Dudenhoeffer 78dc3ffd39 Re-added util functions 2004-09-08 09:38:05 +00:00
Steve Dudenhoeffer 7d3d04b13d Tweaked register_impulse 2004-09-05 19:53:40 +00:00
Steve Dudenhoeffer 88e199ff10 fixed registered impulses 2004-09-05 19:12:35 +00:00
Steve Dudenhoeffer ec3ade999a Added hull defines 2004-09-05 18:13:52 +00:00