Commit Graph

1704 Commits

Author SHA1 Message Date
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
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
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
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
Scott Ehlert
68beb4b1a3 Fixed some minor annoyances with dlsym
- Added missing newline character to "File not found" message
 - Now properly handles relative file paths
2007-03-21 20:24:01 +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
Scott Ehlert
397479cd77 Fixed amb85 - tag mismatch warning on ShowSyncHudMsg 2007-03-13 22:51:12 +00:00
Scott Ehlert
1e8d0e10e6 Fixed unused symbol warning 2007-03-13 20:34:38 +00:00
David Anderson
cc6b9d3d81 added dynamic versioning
committed .sln files to a few wayward projects
2007-03-12 22:27:27 +00:00
David Anderson
71065a65dd attempted merge at 1.77 back into trunk... Oh MY GOD 2007-03-09 03:04:40 +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
David Anderson
ef4d19378d bumped more versions 2007-03-04 03:43:57 +00:00
David Anderson
041fb4e37f updated compiler builds 2007-03-04 01:46:38 +00:00
David Anderson
193e59df90 updated compiler builds 2007-03-04 01:40:40 +00:00
David Anderson
6eb1242600 fixed tags (amb36) 2007-02-24 20:07:21 +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
DevconeS
09d46aa025 Fixed native get_num_ents 2007-02-20 20:57:21 +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
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
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
DevconeS
0f22a7fa06 Added missing natives:
- take_damage
- entity_use
- get_num_ents
2007-01-31 20:20:49 +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
Orangutanz
8341e41f04 Fixed TE_GLOWSPRITE (vittu) & TE_PLAYERSPRITES examples 2007-01-18 00:18:31 +00:00
Orangutanz
a682ec6b7a Fixed TE_DLIGHT example Valve mistake! (P34nut) 2007-01-17 18:16:17 +00:00
David Anderson
2d1c43c937 Merged in changes to report 49977 2007-01-17 06:56:52 +00:00
Christian Hammacher
580305ce92 fixed am49041 (hopefully) 2007-01-02 13:23:23 +00:00
Christian Hammacher
cbfd12e0f1 fixed am49040 2007-01-02 13:17:33 +00:00
Christian Hammacher
c5ccf7d2c8 fixed am48881 2007-01-02 13:04:56 +00:00
David Anderson
68f1ce7a52 fixed an initialization bug 2006-12-23 22:05:51 +00:00
David Anderson
e5b0ed3af1 fixed bug am48866 part 2 2006-12-23 19:01:11 +00:00
David Anderson
49e70063fa fixed bug am48866 2006-12-23 18:59:30 +00:00
David Anderson
42f23a832a bumped version number for plugins 2006-12-19 14:24:01 +00:00
David Anderson
4332d6c271 fixed bug am47617 2006-12-19 14:03:02 +00:00
David Anderson
627b3f0f98 Fixed bug 48522 2006-12-19 12:24:36 +00:00
David Anderson
b110021f4f fixed bug am48308 2006-12-19 11:12:12 +00:00
David Anderson
b237317e50 Fixed bug am48018 2006-12-19 10:36:26 +00:00
David Anderson
b64fb4678d fixed issue 48202 2006-12-19 02:35:16 +00:00
David Anderson
d6ed1a8d8a Fixed bug am48234 2006-12-19 02:24:09 +00:00
David Anderson
b762174c30 fixed bug am48275 2006-12-19 02:02:49 +00:00
David Anderson
86838bead1 Fixed bug am48294 2006-12-19 01:58:46 +00:00
Split
93cb2060dd fixed typo 2006-12-11 04:07:55 +00:00
Split
c5dc780635 correction since commit 3164 was accidental 2006-12-06 08:46:44 +00:00
Split
fe0e461c76 checks if the none option is the majority vote 2006-12-06 07:41:38 +00:00
Split
36e9f29d55 2006-12-03 02:20:32 +00:00
David Anderson
299f1b5f62 Fixed bug am46960 (cannot unpause through menu) 2006-11-22 06:14:10 +00:00
David Anderson
a34c8daf34 again... oops 2006-11-22 04:17:08 +00:00
David Anderson
6cd5a51c8e fixed issue am47452 2006-11-22 04:14:56 +00:00
David Anderson
5cabf748ca fixed issue am47474 2006-11-22 04:13:39 +00:00
David Anderson
1905ea7295 added info about console commands 2006-11-22 02:47:15 +00:00
David Anderson
3e0866e57a fixed bug am47134 2006-11-11 19:05:46 +00:00
David Anderson
8b8cc3dd6b Fixed bug am46630: rename_file did not have a relative location version 2006-10-31 20:18:44 +00:00
David Anderson
b33e76d9c4 Fixed bug am46559 2006-10-31 19:48:47 +00:00
David Anderson
6fb6d7d399 Fixed bug am46699 - dod stats.sma did not show multi-lingual menus correctly 2006-10-31 19:42:34 +00:00
David Anderson
5649a17502 fixed silly translation bug 2006-10-31 19:38:30 +00:00
David Anderson
5cfc2df359 fixed potential in-game bug 2006-10-31 19:36:47 +00:00
David Anderson
102c2b219f Fixed bug am46336 - could not compile TraceLn 2006-10-27 05:53:09 +00:00
David Anderson
4e1d420495 added AMX_ERR_GENERAL to the error list 2006-10-27 05:49:34 +00:00
David Anderson
e93e75fa39 Bumped version numbers 2006-10-27 05:47:38 +00:00
David Anderson
90c213bc6d fixed querying invalid players 2006-10-27 05:41:04 +00:00
David Anderson
6c3e7e7ee0 removed another get_players("ae") 2006-10-27 05:40:09 +00:00
David Anderson
483403aa3a Fixed bug am46335 - text spacing not aligned in adminchat 2006-10-24 22:30:15 +00:00
David Anderson
2a1dbf5247 Fixed bug am46350 2006-10-24 17:13:02 +00:00
David Anderson
7aa687eb69 Attempted a patch for am46340 2006-10-24 17:09:28 +00:00
David Anderson
ed43b8a5ac Changed to use CreateMultiForwardEx() instead 2006-10-22 03:52:02 +00:00
David Anderson
d2ebca38a1 Experimental addition to CreateMultiForward() for bcompat 2006-10-22 03:49:23 +00:00
David Anderson
a63c728471 added two new tests to the menu test suite 2006-10-21 21:13:57 +00:00
David Anderson
553a950b98 added comment :( yes we broke backwards compat 2006-10-21 20:20:44 +00:00
David Anderson
3fa6cd3227 added a timeout test which does not work, thanks MySQL 2006-10-01 19:59:27 +00:00
David Anderson
fe1ebfe7bb fix for 45337 and some other little things 2006-10-01 19:46:56 +00:00
David Anderson
f3057efd7d updated the test suite 2006-10-01 18:36:15 +00:00
Scott Ehlert
39d5ea94fb Added extra param to is_in_viewcone to switch between a 2D and 3D calculation
Neither is still as accurate as I want them to be though :\
2006-10-01 06:08:39 +00:00
Scott Ehlert
90f11b52bc Fixed am45318 - Some wrong constants from TraceResult enum 2006-10-01 02:39:59 +00:00
David Anderson
5ded9eef2a Bumped version numbers to 1.76a 2006-09-25 23:48:07 +00:00
David Anderson
44617778c7 Fixed bug am40911 (round kill stats persisting for spectators) 2006-09-25 23:04:33 +00:00
David Anderson
647d226764 synchronized more hud messages as per am45020 2006-09-25 17:34:33 +00:00
David Anderson
c4453a9593 fixed tense error in English 2006-09-22 14:46:38 +00:00
David Anderson
98e20e0fc7 Fixed translation errors from am45015 2006-09-21 17:43:16 +00:00
David Anderson
63bc8885c9 committed fix for bug am45017 (phrase not translated) 2006-09-21 17:01:21 +00:00
David Anderson
3c923170a9 whoa, forgot a SEMICOLON 2006-09-14 08:06:08 +00:00
David Anderson
09beb4b81e Fixed bug am44776 2006-09-14 08:00:55 +00:00
David Anderson
f48aea7a72 Merged in rebuilds of compiler for latest changes 2006-09-14 07:45:54 +00:00
Scott Ehlert
918e1c3195 Better, but still not perfect. :( 2006-09-13 13:44:37 +00:00
Scott Ehlert
6e56aed778 More tiny bcompat stuff. admincmd is now source compatible at least 2006-09-13 10:58:47 +00:00
Pavol Marko
d925dc6e41 bugfix: correct string length computation in replace_all 2006-09-12 13:26:40 +00:00
David Anderson
651c5d9f01 added more api to help with amxmod compat layer
cleaned up some more bcompat stuff
2006-09-12 07:59:56 +00:00
David Anderson
3c379469d5 added get_cmdaccess() 2006-09-10 22:16:04 +00:00
David Anderson
14aff9b19b added simple access level wrappers (Obbin) 2006-09-10 10:14:58 +00:00
David Anderson
c294b91ca4 fixed up module support 2006-09-10 09:21:09 +00:00
David Anderson
d95f794844 rewrote replace_all()
added replace_all() tests
2006-09-10 08:15:00 +00:00
David Anderson
3754604686 Fixed a serious bug in replace_all() that could make replaces fail or corrupt random data 2006-09-10 07:23:08 +00:00
David Anderson
96c29d5376 merged linux build of latest compiler 2006-09-10 06:35:19 +00:00
David Anderson
1b9ef4d268 2006-09-10 05:16:26 +00:00
David Anderson
02fb807a0b Added request am44517 (jRaven, spectator team) 2006-09-10 05:13:03 +00:00
David Anderson
f6f6bcc356 added a note to hostage natives for CZ 2006-09-10 04:36:44 +00:00
David Anderson
4f95899d2e Added request am44580 (simple query w/ formatting) 2006-09-10 03:46:35 +00:00
David Anderson
adf12bf348 potential fix for am44179 (array is too small) 2006-09-10 03:32:46 +00:00
David Anderson
77e4d85002 fixed up a callfunc issue and added copyback parameter 2006-09-10 02:30:10 +00:00
David Anderson
418efa4088 fixed bug am44544 (log forward broken) 2006-09-10 01:08:29 +00:00
David Anderson
4599b59834 corrected issue am44595 2006-09-10 00:51:35 +00:00
David Anderson
8df33abd70 initial import of the bcompat plugins (userland layer) 2006-09-08 14:49:54 +00:00
David Anderson
621c120b71 finished merging in the glorious bcompat changes 2006-09-08 14:11:29 +00:00
David Anderson
78956f3d89 merged bcompat changed into trunk
removed amxmod compat files for now
2006-09-01 03:29:27 +00:00
David Anderson
35a96176fa Fixed bug am43881: hideslots not working on first map 2006-09-01 01:40:37 +00:00
David Anderson
6a28bc602a Request am43716 - moved IVecFVec and FVecIVec around 2006-09-01 01:34:43 +00:00
David Anderson
9bd22661ff Added SQL_GetInsertId() 2006-08-28 19:17:26 +00:00
David Anderson
388711e969 Synced bcompat tree additions and fixes found so far 2006-08-28 11:08:18 +00:00
David Anderson
b4767cb99e fixed amxxpc builds 2006-08-27 02:34:03 +00:00
David Anderson
af5a7f5434 fixed am43858 (beta report) 2006-08-25 22:06:59 +00:00
David Anderson
3878c7492a fixed these for gcc-4.1 2006-08-25 00:26:51 +00:00
Scott Ehlert
58abc3a655 Request am28110 - Added tfc_get_user_goalitem native to determine if player is carrying a goal item (such as a flag or keycard) 2006-08-22 21:50:27 +00:00
Scott Ehlert
74d3d23f13 Added tfc_get/setweaponammo to set ammo in weapon's clip (not backpack ammo) 2006-08-21 13:50:51 +00:00
David Anderson
5b47da7cee Finalized binlogging update by removing another unnecessary opcode and updating the reader 2006-08-21 04:18:13 +00:00
David Anderson
d21a352167 expanded comment for get_players() 2006-08-21 03:07:25 +00:00
Borja Ferrer
4fc2c9cebb fixed bug am41259 2006-08-21 02:08:01 +00:00
Borja Ferrer
4692335abb bumped version 2006-08-21 02:01:57 +00:00
David Anderson
deefc504e1 Added request am29544 (nvault_touch) 2006-08-20 21:23:38 +00:00
David Anderson
df7ee94b83 Committed sorting natives as per request am23838 2006-08-20 04:46:34 +00:00
Borja Ferrer
afe7df87d2 Added request am40169 2006-08-20 00:20:47 +00:00
Borja Ferrer
adad1384ff now it compiles 2006-08-19 23:18:11 +00:00
Borja Ferrer
fb0d728720 optimized a stock and created message_stocks.inc (am29627) 2006-08-19 23:02:01 +00:00
Borja Ferrer
a1e8701236 added request at40243 2006-08-19 22:33:02 +00:00
David Anderson
df5c6ccb95 added format test 2006-08-19 22:23:45 +00:00
David Anderson
b572cdff2f Updated SQLX test suite for plugin_end() bug 2006-08-19 19:39:57 +00:00
David Anderson
042b9f7f4b Fixed bug am42307 (nvault_open did not return -1 on failure) 2006-08-18 22:46:07 +00:00
David Anderson
a8b4ebbe70 Fixed bug am42097 (FM disabling hooks too early) 2006-08-18 22:17:51 +00:00
David Anderson
9093a178f1 Fixed bug am41900 (command name too long) 2006-08-18 20:31:23 +00:00
David Anderson
4fe8c71d62 Added request am41375 (animation toggling on silenced weapons) 2006-08-18 20:12:20 +00:00
David Anderson
659448ce29 clarified the API 2006-08-18 06:00:26 +00:00
David Anderson
d7d0d72ceb fixed a serious bug with byref values and callfunc_push*() where the heap was used incorrectly, causing passed data to be easily corrupted.
added callfunc_push_array() (am42810)
2006-08-18 05:52:21 +00:00
David Anderson
b7076fc572 Committed implementation of request am42697 2006-08-18 02:19:38 +00:00
David Anderson
a03cd1385d clarified this 2006-08-15 20:21:25 +00:00
Scott Ehlert
4306c4f5b6 Fixed am42013
TFC plmenu - team menu didn't allow changing from blue team
All plmenu - Team change message was always in language of the admin that changed the player
2006-07-26 00:53:45 +00:00
David Anderson
c2d2e8aef5 Fixed issue am41768 (wrong plugin name) 2006-07-21 06:45:37 +00:00
Scott Ehlert
1a6f4e08b2 Added request am41585 (Orangutanz) 2006-07-19 04:23:00 +00:00
Scott Ehlert
49f46a5f4c Fixed wrong team names in TFC plmenu am41563 2006-07-18 20:18:23 +00:00
David Anderson
928091864f Added request am41367 (devcones) 2006-07-18 09:20:57 +00:00
Scott Ehlert
db3beb9b98 Various pev issues fixed am41542 2006-07-17 20:01:11 +00:00
Christian Hammacher
2dc3f2bec9 fixed bug at41483 2006-07-17 12:42:59 +00:00
Borja Ferrer
34d71eb4dc built latest compiler 2006-07-16 02:26:58 +00:00
Scott Ehlert
895039308f Added CZ models to CsInternalModel enum (request at41295) 2006-07-13 03:07:24 +00:00
David Anderson
d3af14c957 experimental emsg natives 2006-06-28 10:01:55 +00:00
Scott Ehlert
bb609123fb Fixed comment next to zoom type enum 2006-06-12 10:08:54 +00:00
David Anderson
fd67b07530 whoa, changes from twisty-san 2006-06-12 06:14:35 +00:00
David Anderson
c0396bf140 updated for another test 2006-06-12 06:12:46 +00:00
Zor
84ec8ef007 - Added new forwards as well as new stocks 2006-06-11 21:47:11 +00:00
David Anderson
07e55f3b71 whoa 2006-06-11 09:01:30 +00:00
David Anderson
1088b209d9 added belsebub's test 2006-06-11 08:57:39 +00:00
David Anderson
63ec26f8c0 committed menu tester 2006-06-11 07:59:07 +00:00
Borja Ferrer
d4bfddc034 added 2 new natives 2006-06-10 20:46:12 +00:00
Scott Ehlert
373d25b0ce Removed some unnecessary code at31046 2006-06-10 14:38:04 +00:00
Borja Ferrer
a19b00fd2f moved some hud messages to avoid more overlapping 2006-06-07 23:22:43 +00:00
Borja Ferrer
8f2c9e9452 moved up imessage a bit 2006-06-07 23:11:45 +00:00
David Anderson
68e1937a5c got rid of debug msg 2006-06-07 06:28:32 +00:00
David Anderson
eba189e2b9 fixed erroneous error message 2006-06-06 00:29:05 +00:00
Scott Ehlert
f6c9263940 Argh, did it again didn't I 2006-06-05 22:33:22 +00:00
Scott Ehlert
ba87258a3d Added admin indentifier (red asterisk) to all menus that contain a user list at30358 2006-06-05 22:32:00 +00:00
David Anderson
2ece53fa38 fixed a bug where plmenu autoloaded cstrike 2006-06-05 19:07:19 +00:00
Scott Ehlert
e7858b4cd7 Oops, guess I forgot this one 2006-06-05 07:52:21 +00:00
Scott Ehlert
17fb06f7bb Moved vector natives from engine to core at29896
Moved precache_generic from engine to core at30469
2006-06-05 07:48:54 +00:00
Borja Ferrer
45b8383eb9 lang sync (added bulgarian and l33t) 2006-06-04 23:49:47 +00:00
David Anderson
56e97a2b60 updated this t00 2006-06-04 19:42:08 +00:00
David Anderson
36268f04d9 latest compiler builds 2006-06-04 08:10:14 +00:00
David Anderson
73858b0fcd removed packing stuff 2006-06-04 06:43:48 +00:00
David Anderson
c508f17bfe added sqlite3 db binary 2006-06-04 01:43:58 +00:00
David Anderson
1cdbfb50ad my test sql file 2006-06-04 01:40:42 +00:00
David Anderson
dafc10d878 added some more sqlx stocks
upgraded admin.sma to sqlx
fixed various amx_Addadmin bugs
2006-06-04 00:58:17 +00:00
David Anderson
b363b16d61 Added test suite, included sqlxtests 2006-06-03 23:51:11 +00:00
Scott Ehlert
3cde89bc74 Don't look please 2006-06-03 19:45:03 +00:00
Scott Ehlert
75b6aa192d Wowzers, fixed :\ 2006-06-03 19:41:36 +00:00
Scott Ehlert
ab40f426c6 Added missing colon at30601 2006-06-02 02:18:15 +00:00
David Anderson
7ecdf75d0d fixed typo 2006-05-26 22:08:52 +00:00
Borja Ferrer
e6064af9fb added request at30290 (VEN)
fixed cs_get_user_buyzone returning true when user was in bombtarget zone or other specific areas
2006-05-26 18:26:59 +00:00
Scott Ehlert
ac1e3a9001 Added ClientPrintf engine function (request at30137) 2006-05-23 03:26:26 +00:00
Borja Ferrer
6af5516005 added request at26380 (KWo) 2006-05-21 22:02:22 +00:00
Scott Ehlert
3d932c8a36 Removed take_damage at29909 2006-05-19 19:00:35 +00:00
Christian Hammacher
2e63e1316c fixed bug at29945 2006-05-19 18:40:17 +00:00
Scott Ehlert
b40f5e6637 request at29928
New callable engine function: AlertMessage
2006-05-19 06:01:55 +00:00
David Anderson
e0bed163ac added affinity stuff 2006-05-19 02:04:09 +00:00
Borja Ferrer
9bbb0df492 fixed bug at29731 2006-05-18 16:18:14 +00:00
Scott Ehlert
eafd402ead fixed *slaps himself* 2006-05-18 15:55:21 +00:00
Scott Ehlert
2d75dfe865 Even more include file changes...
1) Moved message_begin, message_end, and write_ natives to messages.inc
2) Moved MSG constants to message_const.inc
All completely backwards compatible with compiling older plugins of course :)
2006-05-17 20:08:04 +00:00
Scott Ehlert
635b681825 Gah, nothing to say about this one 2006-05-17 19:37:34 +00:00
Scott Ehlert
ef1347cb6c Oh, hello, one more constant 2006-05-17 19:36:42 +00:00
Scott Ehlert
c0334deae1 Added a whole bunch of constants at29843
Some minor changes to some other inc files that aren't even worth mentioning
2006-05-17 19:33:45 +00:00
Borja Ferrer
39a22813cb updated comment 2006-05-17 14:03:59 +00:00
David Anderson
b953f285d0 Tended to request at29593 2006-05-16 21:42:06 +00:00
Scott Ehlert
b6007e8223 Modified get_brush_entity_origin and ViewContents as per at29759 (Orangutanz) 2006-05-15 13:52:38 +00:00
Borja Ferrer
25a2b11198 oh hello PM, here is another optimization 2006-05-14 15:59:28 +00:00
Pavol Marko
a0923e21ed improved using pm's magic (patent pending) 2006-05-14 15:20:25 +00:00
Borja Ferrer
f7805623b0 added request at29591 2006-05-13 14:59:24 +00:00
David Anderson
b2b001c9e4 added M_ in front to match HLSDK and other things 2006-05-11 13:12:41 +00:00
David Anderson
793de6d8d2 added PI define (at29548) 2006-05-11 13:10:29 +00:00
David Anderson
d862f23929 Attempt for fix of bug at28381 2006-05-11 13:04:37 +00:00
David Anderson
19f2be0c96 updated 2006-05-11 10:22:18 +00:00
David Anderson
79f86bfabd updated comment 2006-05-11 10:07:32 +00:00
David Anderson
d0a61ef581 Added request at28865 2006-05-11 08:55:29 +00:00
David Anderson
9b68c0678a merged register_message into core
request at29428
2006-05-11 08:45:06 +00:00
David Anderson
e0fa5227d6 merged register_message into core 2006-05-11 08:36:20 +00:00
Scott Ehlert
b2aff10e46 Added some comments to benefit all mankind :o 2006-05-10 12:35:21 +00:00
Scott Ehlert
302b759fc8 oops :( 2006-05-10 11:31:17 +00:00
Scott Ehlert
c6e8a356ee Added request at29487
1) New hookable Engine func: GetInfoKeyBuffer
2) New GameDLL func that can be called via engfunc: GetInfoKeyBuffer
3) New native: copy_infokey_buffer that copies data out of the specified info key buffer
4) EngFunc_InfoKeyValue, EngFunc_SetKeyValue, and EngFunc_SetClientKeyValue have been reworked
    so that they expect pointers to an info key buffer in order to work properly o_O
2006-05-10 11:28:00 +00:00
David Anderson
25d4b6aea3 added these include files k 2006-05-10 10:42:49 +00:00
David Anderson
cfb36025b5 builds of latest compiler sources, and version bumped 2006-05-10 04:48:19 +00:00
Scott Ehlert
6b794d4a9d Version bump 2006-05-08 04:37:15 +00:00
David Anderson
7669ab02f6 fixed prototype error 2006-05-08 00:26:32 +00:00
David Anderson
7a533c7be5 Added vformat() 2006-05-07 00:25:30 +00:00
Borja Ferrer
4e5ada6ad1 added request at28200 2006-05-06 22:49:38 +00:00
Scott Ehlert
d7e53d7a81 Err, more descriptive param names? 2006-05-05 08:30:16 +00:00
Scott Ehlert
26ee3955b6 Another one of my stupid clarifications that shouldn't break anything (I hope...) 2006-05-05 08:27:58 +00:00
Scott Ehlert
21ffd88bdd More bugs?
1) FM_CreateInstancedBaselines has been renamed to FM_CreateInstBaselines
2) DLLFunc_CreateInstancedBaseline has been renamed to DLLFunc_CreateInstBaselines
(I'd be extremely surprised if someone complained about the above 2 changes)
3) New hookable GameDLL func: FM_CreateBaseline
4) New hookable Engine func: FM_CreateInstBaseline
5) New GameDLL func that can be called via dllfunc: CreateBaseline
6) New GameDLL func that can be called via engfunc: CreateInstancedBaseline
7) Added some comments to each member of various enums that correspond to special structs in the engine and/or game dll
2006-05-05 08:07:31 +00:00
Scott Ehlert
7cd10e4796 Another param change that I seemed to have missed... should be no problem 2006-05-04 22:39:23 +00:00
Scott Ehlert
ecd2d913e4 Err, gah... native one being changed didn't really matter 2006-05-04 22:12:16 +00:00
Scott Ehlert
53e84a13be gah 2006-05-04 22:10:23 +00:00
Scott Ehlert
eb55e1f4aa i prefix changed to ent because it looks nicer indeed 2006-05-04 19:59:05 +00:00
Scott Ehlert
6733ef9a79 Two extra params in cs_set_user_vip for determining whether or not model and scoreboard are updated at28699 2006-05-02 21:48:26 +00:00
Scott Ehlert
7dc4beae63 Removed set_user_deaths from inc file at29080
(Doesn't seem to be any easy general way to implement it)
2006-05-01 05:25:28 +00:00
Scott Ehlert
de33bb6a1d Oh goodness, let the bugs begin...
1) New hookable GameDLL funcs: UpdateClientData, AddToFullPack, CmdStart, CmdEnd (at28754)
2) New GameDLL funcs that can be called via dllfunc: UpdateClientData, AddToFullPack, CmdStart, CmdEnd
3) New natives to read/write special data structures associated with the above GameDLL funcs:
   get/set_cd (ClientData), get/set_es (EntityState), get/set_uc (UserCmd)
2006-04-30 07:37:31 +00:00
Scott Ehlert
f10ecbb239 Small bug fix and tiny optimizations in xs_get_maxmessages and xs_is_msg_valid
Added xs_vec_maked2d (at28754)
2006-04-28 21:10:29 +00:00
Scott Ehlert
1f8b9a8cd9 Renamed FM_ClientInfoChanged to FM_ClientUserInfoChanged for consistency with DLLFunc_ClientUserInfoChanged
(Also goes along with fix made in FakeMeta module itself, sort of :|)
2006-04-28 20:10:42 +00:00
David Anderson
62c096d7d3 updated comment as per at28188 2006-04-27 17:41:41 +00:00
David Anderson
f6cb8ab3bb fixed typo (at28930) 2006-04-27 17:31:55 +00:00
David Anderson
8da4987895 implemented request at28875 2006-04-27 17:31:38 +00:00
David Anderson
b65b8a1cf0 request at28581 2006-04-26 05:21:29 +00:00
Christian Hammacher
3f5bae615b added request at28199 2006-04-25 17:19:58 +00:00
Christian Hammacher
96854aefa7 now allows you to teleport yourself (request by jpt10181) 2006-04-25 15:14:54 +00:00
Scott Ehlert
f673e641f3 Fixed issue where hostname could be retrieved too early if it was set in server.cfg;
thereby having an incorrect hostname if %hostname% was used in the message

Also, if the hostname cvar changes at any time before a map change occurs, then %hostname% should be replaced with the new value
2006-04-25 07:35:02 +00:00
Scott Ehlert
761e1f6fe1 Reverted a CreateInstancedBaselines change due to a 31 character limit to enum symbols that causes a compiler warning
(Real function that FM uses is called CreateInstancedBaselines and is different from CreateInstancedBaseline...
So something should be done, but I'm not sure what yet)
2006-04-20 08:49:49 +00:00
Borja Ferrer
b34557b839 fixed bug at27878 2006-04-19 02:52:39 +00:00
Scott Ehlert
a265189efa Modified param names for touch native and forward to correct values... makes it more clear to someone looking at it 2006-04-17 22:29:18 +00:00
Scott Ehlert
b57c752b1c Added get_orig_retval for retrieving the original return value of an engine function
Reformatted comments in fakemeta include files so they look a bit neater
2006-04-17 16:59:37 +00:00
Borja Ferrer
db9fcc28d6 fixed bug at27729 (HS and announcements overlapping) 2006-04-11 13:26:50 +00:00
Borja Ferrer
63d4d6591b fixed typo at28092 2006-04-11 12:41:29 +00:00
David Anderson
b8ddd281aa hack fix for at28078 2006-04-11 06:30:59 +00:00
Scott Ehlert
cd7f15f112 Reverted one of my "fixes." Apparently this is intended functionality. Sorry :( 2006-04-10 16:13:02 +00:00
Scott Ehlert
4fb001ce50 Whoa, whoa, whoa. Three "bugs"
1) Fixed tag mismatches with fprintf when not using Float, Sql, or Result (comma was missing :o)
2) Fixed unlink from taking more than one argument o_O
3) Fixed filesize from taking more than one argument o_O
2006-04-10 14:02:37 +00:00
Borja Ferrer
39f4a2bc13 fixed bug at27770 2006-04-06 23:36:22 +00:00
Borja Ferrer
15e137e266 time test 2006-04-02 18:50:35 +00:00
David Anderson
93c8bd0253 fixed potential exploit (thanks twisted) 2006-04-01 05:50:33 +00:00
David Anderson
deccf7816c added rmdir() 2006-03-30 00:48:58 +00:00
David Anderson
fe971497cc synced to dll 2006-03-30 00:31:45 +00:00
David Anderson
ab443e8254 fixed a few buffer overflow errors 2006-03-30 00:13:38 +00:00
David Anderson
16e53eded8 synced to dll 2006-03-29 23:57:54 +00:00
David Anderson
92be7f6791 synced to core 2006-03-29 22:58:11 +00:00
Borja Ferrer
006b4bd49a added syncpoints to all stats scripts 2006-03-20 19:40:58 +00:00
David Anderson
5395fc1280 updated constants 2006-03-20 19:36:57 +00:00
David Anderson
c15a86b454 added new TR/KVD stuffs 2006-03-20 18:08:51 +00:00
Borja Ferrer
51c8724cff added more hud syncpoints 2006-03-20 01:43:44 +00:00
David Anderson
dc9350fcc5 committed changes for new file format 2006-03-19 21:40:24 +00:00
Borja Ferrer
ef5437fec3 a working adminslots 2006-03-19 21:25:18 +00:00
David Anderson
6ef670878d committed binary 2006-03-17 18:26:21 +00:00
David Anderson
89e13334ae uses stringbuilder instead of alloc+concat for speed now 2006-03-16 19:29:46 +00:00
David Anderson
82fe1e10d9 Fleshed out log and database readers, began basics of GUI 2006-03-16 06:40:18 +00:00
Borja Ferrer
7e97156fc4 added arrayset native 2006-03-16 00:13:13 +00:00
Borja Ferrer
7190d933b4 fixed bug at26204 2006-03-15 16:14:32 +00:00
David Anderson
e208ff0664 quick import of file structure 2006-03-15 13:42:25 +00:00
David Anderson
dc8e162e26 added menu_cancel 2006-03-14 17:50:38 +00:00
Borja Ferrer
d7bef2ae4b added get_global() 2006-03-14 17:15:52 +00:00
David Anderson
9c88ce1394 fixed bug at26581 2006-03-14 09:59:28 +00:00
David Anderson
aa3582a2f3 removed patch for autochanneler (bug at26176) 2006-03-13 14:37:23 +00:00
David Anderson
d80b59e639 vers bump 2006-03-13 14:35:46 +00:00
David Anderson
880cb401fb fixed bug at26340 (NiLuJe) 2006-03-13 14:35:26 +00:00
Borja Ferrer
a9684fb81d fixed bug at26189 2006-03-07 12:58:39 +00:00
Christian Hammacher
eb7a49f6d4 fixed awful cvar bug, amx_reservedslots (which wasn't registered by the plugin) was used in the code instead of amx_reservation 2006-03-06 15:27:30 +00:00
Christian Hammacher
982b22ab20 fixed bug in split() 2006-03-06 14:54:12 +00:00
David Anderson
446c5523f8 added back in two more old natives 2006-03-04 11:05:59 +00:00
David Anderson
74cd310504 bumped version 2006-03-04 06:53:06 +00:00
Borja Ferrer
3b4cd21835 NL and SV fixes (Lt Llama) 2006-03-03 22:31:55 +00:00
David Anderson
a9cdb2b48e new binary 2006-03-01 02:50:28 +00:00
David Anderson
60b411757d latest compiler build 2006-03-01 02:48:40 +00:00
David Anderson
48377168b2 Added ClearSyncHud() 2006-03-01 02:17:20 +00:00
David Anderson
d89f216682 added more syncing 2006-03-01 00:10:35 +00:00
David Anderson
84b09301e6 fixed display bug 2006-02-28 23:43:22 +00:00
David Anderson
3c1b564956 wrapped a few more things around HudSyncObjs 2006-02-28 10:46:22 +00:00
David Anderson
51b2cf120e fixed valve_id_lan bug 2006-02-28 10:03:13 +00:00
David Anderson
d4c2bf154f experimental fix for hud sync issue 2006-02-28 09:42:56 +00:00
David Anderson
a504caac62 resync 2006-02-28 05:15:40 +00:00
David Anderson
b2437451e3 implemented __DATE__ 2006-02-28 05:14:20 +00:00
David Anderson
c49bff54b1 fixed bug at25751 (zor) 2006-02-27 20:31:50 +00:00
David Anderson
b9ed05f38b fixed bug at25751 (zor) 2006-02-27 20:30:07 +00:00
David Anderson
85c37c6a39 merged in marticus's changes 2006-02-27 09:22:03 +00:00
David Anderson
1a03391347 omg updated these for sure. 2006-02-26 08:15:12 +00:00
David Anderson
1f2d9c8a92 typos, made language harsher 2006-02-24 10:12:55 +00:00
David Anderson
1d30d0831b i have a hat 2006-02-24 07:49:08 +00:00
Borja Ferrer
0852dfa112 added missing pcvar natives 2006-02-22 20:32:59 +00:00
Borja Ferrer
dc97e18955 fixes for % stuff in statsx and its lang file 2006-02-15 19:44:34 +00:00
David Anderson
7539751fc6 added pcvar funcs 2006-02-15 16:05:20 +00:00
Borja Ferrer
8a8b91998a fixed typo 2006-02-15 10:45:05 +00:00
Borja Ferrer
a8c01e4865 fixed forwards passing floats as cells to the core
fixed pfn_playbackevent missing a parameter
2006-02-13 20:03:39 +00:00
Borja Ferrer
323341f67a added request at22274 2006-02-13 14:23:43 +00:00
David Anderson
71c023f485 added CS_TEAM_UNASSIGNED at vittu's request 2006-02-11 22:57:34 +00:00
David Anderson
750b098e02 sigh... 2006-02-08 22:59:58 +00:00
David Anderson
3dcaa5742d bumped vers 2006-02-07 13:06:19 +00:00
David Anderson
e59d7c2f01 bumped version 2006-02-07 13:04:01 +00:00
David Anderson
208a57eaf8 added menu padding 2006-02-06 15:27:02 +00:00
David Anderson
2879c86d79 added more exit props 2006-02-06 13:24:26 +00:00
David Anderson
35e8a67a48 *** empty log message *** 2006-02-05 04:20:30 +00:00
David Anderson
0df187edcd merged lang stuff 2006-02-05 03:41:30 +00:00
David Anderson
2ad9a320de added unregister_forward() 2006-02-03 03:27:03 +00:00
David Anderson
3027b732a5 added player_menu_info 2006-02-03 03:00:27 +00:00
David Anderson
af939f4e8d new menu API 2006-02-03 02:55:27 +00:00
David Anderson
ea34df433a patched cvar change exploit (target) 2006-02-01 13:07:36 +00:00
Borja Ferrer
0e3727573e added get_user_footsteps 2006-02-01 13:04:24 +00:00
David Anderson
f40ae48849 removed server_changelevel (at24675 - oneyed) 2006-02-01 12:33:31 +00:00
David Anderson
7070273616 patch at24690 (karlos) 2006-02-01 12:23:30 +00:00
David Anderson
923ecaa0e5 added pev_valid 2006-02-01 12:17:40 +00:00
David Anderson
2d0e12363f added include defs for new forward creation 2006-02-01 11:54:57 +00:00
David Anderson
6cec38a329 committed latest compiler 2006-01-24 15:09:27 +00:00
Borja Ferrer
8d9ad2ce06 fixed bug for checking colored menus in TFC and other mods 2006-01-20 23:24:36 +00:00
David Anderson
fd7f4441fb final version I hope 2006-01-07 06:17:16 +00:00
David Anderson
2eac69e9b4 *** empty log message *** 2006-01-07 05:40:57 +00:00
David Anderson
69b6ed5f56 *** empty log message *** 2006-01-07 04:48:02 +00:00
David Anderson
9578e8ac3d *** empty log message *** 2006-01-07 04:44:36 +00:00
Borja Ferrer
e8a4b46cc5 removed 4 cmds from statsx, and implemented currentmap and FF status in nextmap (at22858) 2006-01-07 03:26:50 +00:00
David Anderson
6a59d8cd07 patch of compiler binaries 2006-01-07 02:24:58 +00:00
Borja Ferrer
e27c0b205f (Marticus)
-Added documentation and cleaned up the code
-Created amx_hideslots cvar to replace #define HIDE_RESERVED_SLOTS
-Removed ackSignal *sigh* and the horribly coded setVisibleSlots function
-Removed client disconnect
-Created global variable gPlayerLimit to be used in both functions
-Moved set cvar sv_visiblemaxplayers to plugin_init
2006-01-07 00:54:40 +00:00
David Anderson
85f14422cb re-added file natives 2006-01-06 22:49:42 +00:00
David Anderson
91c082878c wa 2006-01-06 14:44:32 +00:00
Pavol Marko
4b51565e3b hello my name is pm and i just fixed the bug described in 23888 2006-01-04 23:23:52 +00:00
Borja Ferrer
5d5d1e1a7c added request at19456 2005-12-07 00:13:13 +00:00
Borja Ferrer
806895ebd8 fixed bug when voting multiple maps voting would always fail 2005-12-06 19:06:05 +00:00
Borja Ferrer
2ebf822dea added new socket send native 2005-12-05 01:49:16 +00:00
Borja Ferrer
389f470662 format fixes^2 2005-12-03 16:24:27 +00:00
Borja Ferrer
186728053a added autohud
format fixes
2005-12-02 23:34:11 +00:00
David Anderson
83d2e1a510 *** empty log message *** 2005-12-01 13:45:30 +00:00
Borja Ferrer
2f8939967e fixed but at22303 (VEN) 2005-11-28 16:22:12 +00:00
Borja Ferrer
7ed757dc0d added autohud support
format fixes
2005-11-21 22:30:32 +00:00
Borja Ferrer
8196ddd0b3 added replace_all stock (by jtp10181) 2005-11-21 21:47:54 +00:00
Borja Ferrer
1a48ebb345 format fixes 2005-11-21 20:31:18 +00:00
Borja Ferrer
bb292d13ad added remove_filepath stock 2005-11-20 23:45:53 +00:00
Borja Ferrer
3324d65f3f fixed amx_restrict off and related cmds not working as they should (jtp10181) 2005-11-20 20:44:12 +00:00
David Anderson
922a2f6006 bumped version numbers 2005-11-20 19:47:49 +00:00
Borja Ferrer
3938933384 added new time include file
added get_time_length stock (Brad)
2005-11-20 19:27:07 +00:00
David Anderson
0482883a8a Resync of compiler build 2005-11-20 19:18:40 +00:00
David Anderson
847158f400 what 2005-11-20 02:36:52 +00:00
David Anderson
c051c7f5b7 *** empty log message *** 2005-11-19 21:48:27 +00:00
David Anderson
322ad6fd68 New versions of compiler for at21691 2005-11-19 21:43:55 +00:00
David Anderson
fc6a193765 new hudchanneler 2005-11-19 20:31:11 +00:00
David Anderson
429798ae35 *** empty log message *** 2005-11-19 18:57:05 +00:00
David Anderson
4cc1218391 channels should clear again 2005-11-19 18:55:29 +00:00
David Anderson
32cd6be7f5 Fix for issue at19616 2005-11-19 09:26:06 +00:00
David Anderson
4d9f2ded74 Fix for issue at19199 2005-11-19 09:16:27 +00:00
David Anderson
62e7e22a93 Added functionality for the auto-channeler 2005-11-19 01:25:34 +00:00
Borja Ferrer
94308b208a fixed bug at19374 2005-11-17 21:12:50 +00:00
Borja Ferrer
4e497d9737 fix for autobuy cmd being used if the restrictions where set after cl_setautobuy (thanks jtp10181) 2005-11-17 18:23:48 +00:00
Borja Ferrer
34f12e76c4 added request at20855 2005-11-13 22:21:15 +00:00
Borja Ferrer
1e5c9b5ed7 added a new stock by Suicid3 (at20399) 2005-11-12 22:43:55 +00:00
David Anderson
3125630b21 Partial fix for bug at19662 2005-11-12 18:55:37 +00:00
Borja Ferrer
4165548661 fixed bug at21142 2005-11-12 01:22:01 +00:00
Borja Ferrer
2931247559 fixed bug at19476 2005-10-29 18:19:23 +00:00
Borja Ferrer
9657430ef7 fixed bug at20423 2005-10-29 02:13:29 +00:00
Borja Ferrer
d5cfb53cf8 added request at20845 (azrael) 2005-10-28 12:30:11 +00:00
Borja Ferrer
0be7540637 added a space :o 2005-10-25 16:55:16 +00:00
Borja Ferrer
e8a6126473 fixed but at20342 (jtp10181) 2005-10-16 00:28:20 +00:00
Borja Ferrer
ca70678155 fixed bug at19895 2005-10-08 01:35:11 +00:00
David Anderson
25002f559a Fixed bad compiler build (oh my god, linux sucks) 2005-09-22 06:16:45 +00:00
David Anderson
862ee2029a Bumped version 2005-09-22 03:42:43 +00:00
Borja Ferrer
324f4c58a8 cleaned revision for cstrike plugins 2005-09-18 03:19:34 +00:00
David Anderson
164a47bde4 Import of windows version 2005-09-18 01:25:22 +00:00
David Anderson
545769e241 Bumped version number 2005-09-18 01:15:03 +00:00
David Anderson
f64ca6a827 Stupid ugly hack to get around ELF's garbage
Import of newer compiler
2005-09-18 01:13:18 +00:00
David Anderson
4b1769f457 Added feature request at18988 2005-09-15 17:53:02 +00:00
Borja Ferrer
13e654aafe small format changes 2005-09-13 16:05:57 +00:00
Borja Ferrer
2ad557024e more cleanups 2005-09-13 01:00:19 +00:00
Borja Ferrer
ddf3b6df32 new cleaned-up version of the plugins (no more OLOcode :D) 2005-09-12 21:06:24 +00:00
David Anderson
c6e265b414 little changes 2005-09-11 20:35:35 +00:00
David Anderson
a6daebe7d4 Made SQL changes by Lazarus Long 2005-09-11 18:37:55 +00:00
David Anderson
95ccd6078c Fixed bug at18607 (lantz69) 2005-09-11 07:19:06 +00:00
David Anderson
2e5c71f771 Fixed bug at18607 (lantz69) 2005-09-11 07:17:31 +00:00
David Anderson
120c849e4b Added native filter 2005-09-11 04:32:40 +00:00
David Anderson
138b732e75 New plmenu 2005-09-11 04:31:13 +00:00
David Anderson
401ee3c97f Added another function or something 2005-09-11 03:55:48 +00:00
David Anderson
6e52ce7678 New natives 2005-09-11 03:13:45 +00:00
Borja Ferrer
f0c5e44985 fixed plugin location comments on stat plugins
replaced 0.20 with AMXX_VERSION_STR
removed all require_modules
2005-09-10 20:51:49 +00:00
David Anderson
612a86dbef Added new debugging functions 2005-09-10 18:26:13 +00:00
David Anderson
cc37f479aa Added Phase 3 of the debugger (debug tracing from plugins) 2005-09-10 07:24:26 +00:00
David Anderson
deaaf20713 Fixed preproc bugs 2005-09-10 05:30:24 +00:00
David Anderson
de65e65854 added set_error_filter 2005-09-09 23:03:26 +00:00
Pavol Marko
afa1337e62 because gabe doesn't rollover, he just expands 2005-09-08 15:29:31 +00:00
Pavol Marko
cc34f468f0 Added a new math stock function. 2005-09-08 15:24:28 +00:00
Pavol Marko
3f9598fcbb Changed .amx in examples for pause() and callfunc_begin() to .amxx (as requested by XxAvalanchexX on the forums) 2005-09-08 13:05:44 +00:00
Pavol Marko
227c13d12c Added abs(x) stock 2005-09-08 12:58:17 +00:00
David Anderson
0552e5ef58 Deprecated jghg2 include 2005-09-07 15:40:46 +00:00
David Anderson
ce881a7d30 Fixed bug at18558 (Nijule) 2005-09-07 00:11:10 +00:00
David Anderson
5fac746feb compiler fix merge 2005-09-06 22:28:32 +00:00
Pavol Marko
bece1e6d0c Added float_to_str and str_to_float natives 2005-09-06 16:34:17 +00:00
Pavol Marko
d3e2bad4e7 Added query_client_cvar native 2005-09-06 10:14:32 +00:00
David Anderson
ac4014ff5a Fixed bug at18473 (Greenberet). 2005-09-05 21:59:44 +00:00
David Anderson
4be88a5015 version bump 2005-09-02 07:10:56 +00:00
David Anderson
ee02d0b13d this must be off! 2005-09-02 04:07:49 +00:00
David Anderson
2ec084ffa3 Patch for bug at18251 2005-09-02 04:06:47 +00:00
David Anderson
6bcb72952c Applied patch for bug at18341 (jtp10181) 2005-09-02 02:46:42 +00:00
David Anderson
c5cc94ba98 Added new natives 2005-08-31 04:36:25 +00:00
David Anderson
12f628e3d7 Fixed bug at18162 (vittu) 2005-08-30 07:00:49 +00:00
David Anderson
cd8d800eb7 Fixed bug at17920 (Grasshoper) 2005-08-30 06:59:50 +00:00
David Anderson
160ab3572b Fixed typo at18108 (FireStorm) 2005-08-30 06:57:41 +00:00
David Anderson
c9051ad364 Fixed includes 2005-08-25 07:34:47 +00:00
David Anderson
2e22dde409 Removed extra forwards 2005-08-25 07:16:17 +00:00
David Anderson
4dad81af30 Merged in new ts includes 2005-08-25 07:13:48 +00:00
David Anderson
d661196429 Fixed bug at17860 2005-08-25 00:19:39 +00:00
David Anderson
d05c381789 Added cstrike specific switch 2005-08-24 06:39:52 +00:00
David Anderson
245054cf48 Fixed bug at17739 (mysticssjgoku4) 2005-08-24 06:29:12 +00:00
David Anderson
c1db39d086 Added Corona Byte's EvolutionX core 2005-08-24 06:13:55 +00:00
David Anderson
10328f5f81 fixes 2005-08-24 05:08:05 +00:00
David Anderson
f54d112bbb Language sync 2005-08-23 01:24:42 +00:00
Johnny Bergström
70140ffc8f Fixed team menu. Should now work 100% to switch players between teams. However when client uses VGUI menus I haven't been able to close the class selecting window. It is (should be) only a cosmetic flaw though. 2005-08-22 08:01:01 +00:00
Johnny Bergström
53e6bb6b50 No default sql 2005-08-22 01:04:41 +00:00
Johnny Bergström
4cb7986426 admin.sma was "slightly" incompatible for people using sqlite. This version is courtesy of Lazarus Long who fixed this. Thanks. 2005-08-22 00:26:18 +00:00
David Anderson
dd371c4dbe no idea, I changed something though 2005-08-21 22:48:22 +00:00
David Anderson
24d9e3266e wrong include, added pdata 2005-08-21 16:38:45 +00:00
David Anderson
b3b3ce4c2d added more pdata funcs 2005-08-21 16:36:40 +00:00
Johnny Bergström
94e19aae0c Removed newdllfunc() and related NEWDLLFunc_* stuff. :-P (yes I finally read Alfred's post through) 2005-08-18 20:51:41 +00:00
Johnny Bergström
1cdb12c4e4 Added NEW_DLL_FUNCTIONS to FM_* and a newdllfunc() native to call these... Although I'm not sure there is a reason to call those?
Anyway it will be needed later when client cvar query function is implemented.
2005-08-18 09:33:51 +00:00
David Anderson
a4168a2096 version bump 2005-08-18 07:53:14 +00:00
David Anderson
3e85589930 Fix for bug at16876 (TheRising) 2005-08-18 07:05:33 +00:00
David Anderson
b5a57da29c Fixed linux build (I think) 2005-08-18 07:03:43 +00:00
David Anderson
593e013572 fixed typo 2005-08-17 17:53:11 +00:00
David Anderson
572ad38366 Quick fix for bug at16854 (twistedeuphoria) 2005-08-17 16:16:56 +00:00
Johnny Bergström
d0b5886d7d Added cs_get_armoury_type and cs_set_armoury_type 2005-08-07 20:43:29 +00:00
Felix Geyer
4a6a16c627 NADE_CATCHED changed to NADE_CAUGHT 2005-08-03 15:01:54 +00:00
David Anderson
d472d5d309 Slightly buggy but acceptable for linux >:\ 2005-08-02 19:05:38 +00:00
Felix Geyer
f2c3dfa874 added AMXX_VERSION_NUM 2005-08-02 14:06:17 +00:00
David Anderson
94202eec34 tl sync 2005-08-02 11:38:57 +00:00
David Anderson
e5ce86d61a gaben 2005-08-02 11:19:08 +00:00
David Anderson
ef4d04a7e1 *** empty log message *** 2005-08-02 11:12:42 +00:00
David Anderson
0302803f38 rebuild jic 2005-08-02 10:37:23 +00:00
David Anderson
3014e60bdb Added TSFUN include 2005-08-01 22:21:47 +00:00
David Anderson
e38b64ff82 yams 2005-08-01 20:22:01 +00:00
David Anderson
b1718bc334 added cs_user_spawn 2005-08-01 19:25:25 +00:00
David Anderson
424a8c17b3 *** empty log message *** 2005-08-01 18:56:03 +00:00
David Anderson
90c0e32cb3 oops killed changes 2005-08-01 18:31:06 +00:00
David Anderson
65bd10c47b Committed linux build of new compiler 2005-08-01 09:00:01 +00:00
David Anderson
9bdd0ba0a4 Windows build of new compiler 2005-08-01 08:51:26 +00:00
David Anderson
7f55873bfb Fixed name clash 2005-08-01 05:14:55 +00:00
David Anderson
d94016384a from the "check your changes to see if they compile" dept 2005-08-01 05:10:55 +00:00
David Anderson
eb87344a16 Fixed bug at16702, jtp10181 2005-08-01 05:06:40 +00:00
David Anderson
43c06b0e36 what 2005-08-01 05:03:50 +00:00
David Anderson
0a4133b4d0 Added register_native 2005-08-01 02:36:09 +00:00
David Anderson
28998b5c14 initial import 2005-07-30 17:36:40 +00:00
David Anderson
d9d5446e86 updated 2005-07-30 17:34:07 +00:00
David Anderson
5d92972aad one more 2005-07-30 16:46:40 +00:00
David Anderson
ba17c8a75f version bump 2005-07-30 16:42:01 +00:00
David Anderson
389a593f9e ugh 2005-07-30 16:41:34 +00:00
David Anderson
041e73dc7e Updated notices 2005-07-30 01:52:50 +00:00
David Anderson
df982ceb79 Fixed error output on compiler 2005-07-30 00:31:42 +00:00
David Anderson
cb7bfbf642 Added request at16475 2005-07-29 19:37:07 +00:00
David Anderson
b9ee99a3dc New plugin flags 2005-07-29 19:24:28 +00:00
David Anderson
a86302beea Changed function meaning 2005-07-29 19:20:59 +00:00
David Anderson
f6d647f614 Requested change at16639 2005-07-29 19:18:45 +00:00
David Anderson
62cdaf5e10 Initial import of linux compiler builds 2005-07-27 17:27:20 +00:00
David Anderson
94d3b31f40 Language sync for faluco :) 2005-07-27 16:32:39 +00:00
David Anderson
6d7442fb4f Fix for bug at8190 by faluco 2005-07-27 16:32:22 +00:00
David Anderson
4abd7b4706 Now reads debug info correctly (cleaned some code up too) 2005-07-25 18:26:42 +00:00
David Anderson
955aa04b41 Removed packed strings 2005-07-25 05:54:33 +00:00
David Anderson
69a5b5f410 Initial import of Pawn 3.0 compiler (win32) 2005-07-25 05:34:13 +00:00
David Anderson
832de07128 Removed Small compiler 2005-07-25 05:30:28 +00:00
David Anderson
0c36613352 Deprecated file read natives until they can be rewritten 2005-07-24 03:23:35 +00:00
David Anderson
37a80e6ef6 Fixed bugs at8190, at16430 2005-07-24 02:52:15 +00:00
David Anderson
911e2ecefe New menu natives 2005-07-22 21:15:48 +00:00
David Anderson
91da6f1631 Added is_in_viewcone, is_visible 2005-07-15 20:29:59 +00:00
David Anderson
74ec2e75b8 New auto-module system 2005-07-15 19:05:31 +00:00
David Anderson
1b09be51e1 Reverting JGHG's changes (forgot to commit this) 2005-07-15 07:59:26 +00:00
David Anderson
a9d4e4e711 New natives for reading dirs 2005-07-13 23:30:28 +00:00
David Anderson
ef908ff4f5 Added get_distance_f, at15992 2005-07-13 22:16:30 +00:00
David Anderson
4631311905 Reverted pev changes 2005-07-13 18:05:52 +00:00
David Anderson
e91cd0862e Added include files for new ESFMod module 2005-07-10 00:47:56 +00:00
David Anderson
21541fcc7f Decided to discontinue this module 2005-07-09 06:48:04 +00:00
David Anderson
e9e4ab69e6 Addressed report at15008 (twistedeuphoria) 2005-07-08 05:42:10 +00:00
David Anderson
5d90ccf088 Fix for bug at15759, from devicenull 2005-07-08 01:22:57 +00:00
David Anderson
de5eb6924a Added request at13457 from harbu. 2005-07-08 01:15:54 +00:00
David Anderson
0600e3357c Another resync :) 2005-07-08 00:44:09 +00:00
David Anderson
40f28a543e Resync 2005-07-07 20:08:35 +00:00
David Anderson
13b6c0764c Added request at15060 by twistedeuphoria 2005-07-07 19:53:02 +00:00
David Anderson
950d1b4a5f Fixed bug at13314 from XxAvalanchexX 2005-07-07 18:49:14 +00:00
David Anderson
85ed8468f8 Fix ap22177.2 from faluco 2005-07-07 18:46:04 +00:00
David Anderson
756a6a2b65 Fix ap22177.4 from faluco 2005-07-07 18:41:29 +00:00
David Anderson
e63ed1e3e0 Fix ap22177 from faluco 2005-07-07 18:40:59 +00:00
David Anderson
27c2978617 Synced language translation files 2005-07-07 18:38:29 +00:00
David Anderson
b0c9b868cd Fixed bug a13718 report by faluco 2005-07-07 18:37:33 +00:00
David Anderson
101c590f32 Removed mysql backwards compatibility
Removed stray character
2005-07-06 21:20:53 +00:00
David Anderson
64b7c7b600 Malformat bug fixes 2005-07-06 03:19:27 +00:00
Johnny Bergström
48749382fb amx_addadmin added 2005-06-21 22:04:44 +00:00
Lukasz Wlasinksi
8d898ae459 fixed /stats command 2005-06-13 10:52:33 +00:00
Lukasz Wlasinksi
1cc60fc9ad added new functions 2005-05-31 13:56:15 +00:00
Lukasz Wlasinksi
959a5b9225 *** empty log message *** 2005-05-31 12:44:14 +00:00
Lukasz Wlasinksi
9b8658606b fixed EndRound Stats 2005-05-31 12:35:13 +00:00
Johnny Bergström
51ff0a2c49 Added stock file_copy to file.inc.
Also fixed fopen to return 0 on files that can't be opened.
Fixed native fopen to take const filename.
2005-05-29 16:36:35 +00:00
Johnny Bergström
7c6d869cb4 Moved
/* Sets player frags. */
native set_user_frags(index, frags);

from amxmodx.inc to fun.inc...
2005-04-19 14:49:16 +00:00
Felix Geyer
7ceaa4801d fixed wrong formatting when using non-english languages (thanks n-o-l-o) 2005-04-05 15:10:20 +00:00
David Anderson
15bd719cf5 FireStorm's fix 2005-04-05 14:48:06 +00:00
Johnny Bergström
85f5604d43 *** empty log message *** 2005-03-30 18:43:43 +00:00
Johnny Bergström
fa42dbf011 Added stock admin_print(access, const DESTINATION, const MSG[]); 2005-03-30 11:37:41 +00:00
Johnny Bergström
8675d6a4a8 Pev -> Engine wrapper for backwards compatibility 2005-03-26 15:59:58 +00:00
Johnny Bergström
1d770fd400 Removed pev 2005-03-25 22:05:41 +00:00
Johnny Bergström
d6b704e74c Updated from http://www.amxmodx.org/forums/viewtopic.php?p=99878
To ban LAN:ers by IP and not authid.
2005-03-25 09:40:04 +00:00
Johnny Bergström
560f50eda7 *** empty log message *** 2005-03-24 11:37:00 +00:00
Johnny Bergström
73f1e4d77e *** empty log message *** 2005-03-24 11:03:09 +00:00
Johnny Bergström
87fd5e2b4e Added in-game cmd "amx_addadmin <playername> <flags> [password] - automatically add specified player as an admin to users.ini" 2005-03-24 10:59:46 +00:00
Johnny Bergström
ad732d7286 *** empty log message *** 2005-03-16 21:00:16 +00:00
CheesyPeteza
f9281fe309 Removed last bug "fix" which did nothing except break a perfectly working plugin. Doh! 2005-03-10 10:47:09 +00:00
CheesyPeteza
01bacc3275 As sawce would say. Bug go squish. :D 2005-03-07 23:55:18 +00:00
CheesyPeteza
53b7516449 Made combat countdown work over multiple games on the same map. Sound now stops when a team has won and everything resets. 2005-03-07 23:48:10 +00:00
CheesyPeteza
916325d3db Apparently this votemap crash bug is fixed in a server patch being released tonight/tomorrow. 2005-03-07 14:36:48 +00:00
CheesyPeteza
054f046807 Fix for votemap server/client crash in NS v3.0 final release. 2005-03-07 13:41:08 +00:00
CheesyPeteza
afef83ae66 Updated for addition of Jetpack player class to ScoreInfo Message in NS v3.0 final release. 2005-03-06 21:55:15 +00:00
Johnny Bergström
3074ca0756 Removed some... odd thing. 2005-02-25 18:05:50 +00:00
Johnny Bergström
7b8165fe6f Removing task waiting to call dispInfo if client disconnects before the task is executed. This fixes run time errors. 2005-02-21 00:31:52 +00:00
Johnny Bergström
3774575160 Fixed a bug in dispInfo: if client disconnected fast enough we got a native error in client_print :-D 2005-02-21 00:23:16 +00:00
Johnny Bergström
b2eb9df894 Updated dbi_type() (added "sqlite") and added stock sqlite_table_exists(). 2005-02-15 20:50:15 +00:00
Johnny Bergström
a085cef0d6 Updated to allow compiling with unmodified statsx.sma, and other plugins using the old csx api... hopefully. :-9 2005-02-05 11:06:34 +00:00
David Anderson
2980fb1d82 Merged with ns2amx header 2005-02-03 20:49:44 +00:00
David Anderson
3ed92695be Reverse 2005-02-01 01:12:51 +00:00
David Anderson
9d797f8664 Revert 2005-02-01 00:59:55 +00:00
David Anderson
d7dbf60c8f New versions fixing compaction bug 2005-01-31 23:11:36 +00:00