Commit Graph

1704 Commits

Author SHA1 Message Date
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
David Anderson
948be015a7 new version number 2005-01-31 19:35:06 +00:00
David Anderson
84caa10733 Updated to 2.7.2 compiler 2005-01-31 08:24:24 +00:00
David Anderson
2401d1833e Updated to 2.7.2 compiler 2005-01-31 07:41:47 +00:00
David Anderson
a189c0bda7 Added amx_mkdir for twistedeuphoria 2005-01-30 05:32:10 +00:00
David Anderson
3d7987e8d8 Fixed is_amd_64 include (Damaged Soul) 2005-01-30 05:03:46 +00:00
David Anderson
1c544f55ca Fixed typo (furax44) 2005-01-30 05:00:25 +00:00
David Anderson
5c231919b6 Fixed typo (FireStorm) 2005-01-30 04:54:04 +00:00
David Anderson
4b48be3e93 Synced language files 2005-01-30 04:53:11 +00:00
David Anderson
ca07e53293 Fixed typo (XxAvalanchexX) 2005-01-30 04:52:10 +00:00
Johnny Bergström
53188ab941 New natives: cs_set_user_armor(), cs_get_user_armor()
cs_set_user_armor() should be used instead of fun's set_user_armor().
2005-01-16 16:30:18 +00:00
Johnny Bergström
5f7dabf9b6 *cough* 2005-01-15 12:24:14 +00:00
Johnny Bergström
e343d224ce amx_menu: A new menu also reachable by non-admin clients. Scripters can add their plugin menus as an item in this menu (Wc3 menu, Superhero info, etc...) so that a client don't have to bind/know a million different menu commands. This could become a one-stop-shop for all of the clients menu needs. Let's hope it catches on. :-)
For this menufront.sma adds: "amx_addclientmenuitem" where server admins can add menu items from plugins that don't support this yet.
amxmisc.inc is also updated to support this.
2005-01-15 09:58:51 +00:00
Johnny Bergström
f18adbf9d6 Updated get_stats and get_stats2 to also retrieve authid 2005-01-14 12:14:34 +00:00
Pavol Marko
01b955d2d4 Finally added callfunc_begin_i and get_func_id into amxmodx.inc 2004-12-25 21:28:50 +00:00
David Anderson
4e7d24f64b Fix for unban by PiTaGoRaS 2004-12-10 07:51:07 +00:00
Felix Geyer
c1f2a499f8 fixed compiling error (by FireStorm) 2004-11-20 21:34:22 +00:00
Johnny Bergström
7aa31c764d Fixed some mistakes and typos. 2004-11-17 07:33:29 +00:00
David Anderson
add716276b Synced language files (added Dutch, thanks Devilion) 2004-11-14 14:23:15 +00:00
David Anderson
e688addd98 Added new natives 2004-11-14 14:21:20 +00:00
Johnny Bergström
fb29cbff16 Added some description for require_module etc 2004-11-13 19:55:11 +00:00
Pavol Marko
ca720c8c83 XS Library 2004-11-13 10:20:12 +00:00
Johnny Bergström
a86cb11fd7 Umm... 2004-11-13 08:47:12 +00:00
David Anderson
86451da9a9 yes 2004-11-11 12:22:23 +00:00
Johnny Bergström
c940a0b621 Umm... 2004-11-11 10:57:50 +00:00
Johnny Bergström
46861ff5b4 Added dllfuncs 2004-11-11 10:39:37 +00:00
David Anderson
ee464539de Fixed authors and version numbers 2004-11-11 09:08:12 +00:00
David Anderson
f69ff642df *** empty log message *** 2004-11-11 09:06:50 +00:00
David Anderson
148b365e43 version/author fix 2004-11-11 07:40:21 +00:00
Johnny Bergström
820fedca22 First version 2004-11-09 20:30:17 +00:00
David Anderson
cb94cccf22 Added Dutch language 2004-11-08 12:35:52 +00:00
Lukasz Wlasinksi
c0ee97b437 changed default formula 2004-11-08 12:17:40 +00:00
David Anderson
426a71e7f2 fixed bug reported by JC_Denton when SQL times out 2004-11-07 17:47:36 +00:00
David Anderson
d49b2453bb little error checking 2004-11-07 17:24:55 +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
David Anderson
1994917044 this may have caused problem 2004-11-01 09:18:46 +00:00
Pavol Marko
bc2386fe47 Fixed typo in RadiusDamage (reported by apophis) 2004-10-30 13:40:23 +00:00
Pavol Marko
ec02883f6e Added stocks:
find_plugin_byfile
find_plugin_bydesc
2004-10-30 13:27:22 +00:00
David Anderson
4e385fec50 Added server_exec() to make plugin_cfg a bit better 2004-10-29 21:05:40 +00:00
Pavol Marko
47d1881c29 Added declarations for:
callfunc_begin_i
get_func_id
2004-10-29 19:54:56 +00:00
David Anderson
8761791473 language file sync 2004-10-29 04:40:21 +00:00
David Anderson
6697b7b1d3 new amxxsc compiles 2004-10-29 04:29:02 +00:00
David Anderson
3c9a47aae3 New compilation of libsc251 2004-10-29 04:22:45 +00:00
David Anderson
d1675c82b5 fixed a language format error 2004-10-29 02:17:58 +00:00
David Anderson
b40643950d added some runtime checks 2004-10-29 02:15:01 +00:00
Lukasz Wlasinksi
c9c26b869c added more checks 2004-10-28 20:48:00 +00:00
David Anderson
c6eaa97391 oops :( 2004-10-25 23:01:28 +00:00
Johnny Bergström
5eb095b514 Added native get_user_msgname(msgid, name[], len); 2004-10-25 23:00:16 +00:00
Lukasz Wlasinksi
0e681d9bd4 replaced get_weaponname with xmod_get_wpnname 2004-10-25 11:16:02 +00:00
David Anderson
75396c753c Fixed sounds playing while connecting 2004-10-24 01:32:59 +00:00
David Anderson
91db6c7398 More pointless fixes from karlos 2004-10-24 01:09:07 +00:00
Steve Dudenhoeffer
46390b83ac minor fix.. 2004-10-20 15:55:59 +00:00
David Anderson
f595be47dc Fixed errors reportde by karlos 2004-10-18 21:00:25 +00:00
Lukasz Wlasinksi
61fc7da654 fixed last hit bug and problems with c4 damage 2004-10-16 17:03:53 +00:00
Johnny Bergström
c29a7d34e5 Renamed cs_get_weapon_type -> cs_get_weapon_id 2004-10-14 06:09:01 +00:00
David Anderson
daa873d8ed Damaged Soul's map cycle file fix 2004-10-12 21:34:57 +00:00
CheesyPeteza
c09de969eb Sawces icons 2004-10-12 21:23:38 +00:00
David Anderson
b0dd18580c fixed native prepend 2004-10-11 17:20:19 +00:00
Lukasz Wlasinksi
32deaa261f fixed weapon name bug in player status 2004-10-09 21:06:11 +00:00
Johnny Bergström
3a8e103faf Added custommenuitems.cfg to standard cfg files.
menufront.sma executes this file on plugin loa, adding the specified menu items to amxmodmenu.
2004-10-09 10:13:16 +00:00
Johnny Bergström
f4b1c9f78a Added server command "amx_addmenuitem <menu text> <menu command> <access flags> <plugin name>":
Server admins can add menu items to amxmodmenu from plugins that do not (yet) do this on their own.
2004-10-09 09:50:33 +00:00
Johnny Bergström
618759f390 Menu items boundary checking... 2004-10-09 09:32:56 +00:00
David Anderson
ced5d6ff57 added lang_phrase 2004-10-08 19:45:38 +00:00
Johnny Bergström
940b0be4b9 Don't ask 2 2004-10-08 08:59:04 +00:00
Johnny Bergström
75f49e78b0 Don't ask 2004-10-08 08:53:27 +00:00
Johnny Bergström
f06359e38f Reworked to add AddMenuItem() 2004-10-08 08:37:27 +00:00
Johnny Bergström
2733adbb49 Added AddMenuItem 2004-10-08 08:36:54 +00:00
Johnny Bergström
fc4d8f183b const parameter in callfunc_push_str 2004-10-08 08:29:53 +00:00
David Anderson
301a69aacb Synced translation files 2004-10-07 08:31:48 +00:00
Steve Dudenhoeffer
4800ab292c Added stupid forwards 2004-10-06 17:57:57 +00:00
Lukasz Wlasinksi
34cfce33a1 fixed /stats menu bug ( Damaged Soul ) and added selfkill check in miscstats 2004-10-06 15:47:04 +00:00
David Anderson
6cef4eab4f *** empty log message *** 2004-10-05 19:02:15 +00:00
Lukasz Wlasinksi
bff8c3cdcf updated to csx 2004-10-05 16:20:03 +00:00
Johnny Bergström
3b670333de Fixed result always refused even if admin accepted vote result. 2004-10-05 11:16:27 +00:00
Johnny Bergström
eb36757ef1 Fixed menu not displaying on/off status for scout, mp5, ak47. 2004-10-05 10:01:04 +00:00
David Anderson
054b1f8868 *** empty log message *** 2004-10-05 09:22:14 +00:00
David Anderson
d9b6fa1f93 Initial import of regex stuff 2004-10-05 08:31:42 +00:00
David Anderson
f94aa52974 Switched includes (bigballer) 2004-10-05 07:41:14 +00:00
David Anderson
4ef8530bba removed 2004-10-04 20:34:43 +00:00
David Anderson
766246648d Fixed runtime error bugs 2004-10-04 20:10:27 +00:00
David Anderson
027ae6dc7e *** empty log message *** 2004-10-04 08:09:52 +00:00
David Anderson
e3fad723b8 New CSX 2004-10-04 08:04:50 +00:00
David Anderson
e3a2a2bc17 Merged CSX versions 2004-10-04 07:30:39 +00:00
Lukasz Wlasinksi
0fc8f0b489 fixed bug in create pwup function 2004-10-03 11:07:49 +00:00
David Anderson
c511d80da7 Added delay to map changes 2004-10-03 07:33:49 +00:00
David Anderson
8304fc143c Increased a format buffer 2004-10-03 07:19:35 +00:00
David Anderson
f3cfd31668 Added AlertMessage to fakemeta 2004-10-03 07:04:08 +00:00
David Anderson
ef90960121 Fixed ADMIN_ALL bug 2004-10-03 06:23:25 +00:00
David Anderson
3700b8b39f Fixed bomb count bug 2004-10-03 06:08:09 +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
Lukasz Wlasinksi
4fcad51d25 updated to use amx_show_activity in hud messages 2004-09-27 17:43:40 +00:00
Johnny Bergström
c16eab09ec Fixed a typo 2004-09-27 09:53:56 +00:00
Johnny Bergström
d07cc0424d Fixed a typo 2004-09-27 06:09:59 +00:00
Johnny Bergström
c669efd609 New stuff in cstrike module:
cs_get_user_driving()
cs_set_user_tked()
cs_get_user_tked

Also cs_?et_user_deaths() offset updated.

Thanks to Damaged Soul for these.
2004-09-26 13:02:22 +00:00
Steve Dudenhoeffer
c3151b312a Fixed (and slightly tweaked) make_deathmsg (jtp10181) 2004-09-26 00:43:43 +00:00
Johnny Bergström
3fc3ece5b0 Added cs_get_weapon_type(index) 2004-09-25 23:24:34 +00:00
Steve Dudenhoeffer
867e7615ae stupid bug go squish 2004-09-24 19:36:24 +00:00
David Anderson
8874666109 removed extraneous functions (jtp10181) 2004-09-21 23:33:29 +00:00
Lukasz Wlasinksi
5233be593f added dod_set_user_kills 2004-09-21 21:25:30 +00:00
Lukasz Wlasinksi
0f38a24555 added dod classes 2004-09-21 20:51:29 +00:00
Lukasz Wlasinksi
0983698d2e fixed motd 2004-09-21 17:48:48 +00:00
David Anderson
4382158b88 *** empty log message *** 2004-09-21 15:45:08 +00:00
David Anderson
ba69d73785 Fixed alphanumeric bug (theprog) 2004-09-21 05:20:18 +00:00
David Anderson
be3d078d5a added is_amd64_server 2004-09-21 02:40:30 +00:00
David Anderson
b8ca4586ad fix from fsfod 2004-09-20 22:17:14 +00:00
CheesyPeteza
25750d2f05 Changes incorporated into base package 2004-09-20 17:58:48 +00:00
David Anderson
95b638dbcd sync 2004-09-20 03:53:01 +00:00
David Anderson
c42fef6d48 *** empty log message *** 2004-09-20 01:26:31 +00:00
CheesyPeteza
d60d19a3d7 Added amx_banip and removed id/ip to banning easier. 2004-09-19 23:58:15 +00:00
CheesyPeteza
3f1c730863 changed amx_ban/amx_banip to only require 3 args 2004-09-19 23:44:48 +00:00
CheesyPeteza
89f5a45e1d added amx_banip and removed id/ip from amx_ban 2004-09-19 23:41:04 +00:00
CheesyPeteza
2b2149b643 Initial import from base package. (no changes) 2004-09-19 23:07:53 +00:00
CheesyPeteza
0e279c5bc9 change [UnStuck] to [AMXX] 2004-09-19 18:05:13 +00:00
David Anderson
83fa1aea27 *** empty log message *** 2004-09-19 17:32:55 +00:00
David Anderson
6a77edfa97 Added full HUD stats option again 2004-09-19 17:30:36 +00:00
CheesyPeteza
b24f44896c New plugin to allow players to un stick themselves. 2004-09-19 17:29:08 +00:00
David Anderson
e23726ac54 added amx_strtok for jtp10181 2004-09-19 17:25:51 +00:00
David Anderson
1ef7f8dd72 new defaults 2004-09-19 16:47:18 +00:00
David Anderson
bff11bc18e Fixed method of illegal buying 2004-09-19 16:32:15 +00:00
David Anderson
9042efd195 Synced 2004-09-19 15:22:50 +00:00
CheesyPeteza
b641192e73 NS commands by sawce 2004-09-19 01:28:38 +00:00
David Anderson
d14c107db1 Fixed some include bugs
Fixed adminslots not showing right slots on connect
Fixed RTEs on wrong team
2004-09-19 00:52:15 +00:00
David Anderson
d819c76024 Fixed formatting bugs 2004-09-19 00:37:58 +00:00
David Anderson
89b5496dfb New alignment (y0shi) 2004-09-19 00:33:50 +00:00
CheesyPeteza
c71fc25a9d New plugin, it kicks those damn idle players. 2004-09-19 00:03:23 +00:00
CheesyPeteza
4c00d8b95d Changes were merged into the base package so this version is no longer required. 2004-09-18 13:35:07 +00:00
David Anderson
54a00466e8 debug mode default 2004-09-17 19:00:11 +00:00
David Anderson
d0c51bd637 Removed compact encoding - fixes compaction errors on OP_FILE 2004-09-17 18:21:49 +00:00
David Anderson
2e028ebe20 new compile script from malex 2004-09-17 06:11:14 +00:00
David Anderson
e0af113cac Fixed bug reported by kexz 2004-09-17 00:51:20 +00:00
David Anderson
2d9ec5295d Synced translations 2004-09-16 22:43:51 +00:00
David Anderson
b3f01faf38 Message if menu is disabled 2004-09-16 22:39:07 +00:00
David Anderson
58578690ad Fixed server_changelevel (fsfod)
Added dod deathmsg stock (Pimp_Daddy)
2004-09-16 22:35:12 +00:00
Johnny Bergström
d43807a248 Added get_string() to engine:
/* Converts a string offset into a real string. Some of the forwards in fakemeta
   uses string offsets. (FM_CreateNamedEntity) */
native get_string(_string, _returnString[], _len);
2004-09-16 11:02:51 +00:00
Steve Dudenhoeffer
1485014229 Fixed traceresults and trace hooks.. 2004-09-15 18:40:18 +00:00
Pavol Marko
0ea68c81dc test dlls 2004-09-15 16:09:58 +00:00
Lukasz Wlasinksi
d7d8ba1398 no message 2004-09-15 07:31:53 +00:00
David Anderson
36c78421ae OP_FILE is now always generated 2004-09-15 05:42:33 +00:00
Lukasz Wlasinksi
e287a2f202 fixed "BACK" : "EXIT" format bug 2004-09-14 17:04:19 +00:00
David Anderson
f171842cf8 added traceresult stuff 2004-09-14 06:16:52 +00:00
David Anderson
5c177aada0 fixed -o bug 2004-09-13 14:40:59 +00:00
David Anderson
5c6289e1f0 Fixed -o bug 2004-09-13 14:18:08 +00:00
David Anderson
22bac3c8f4 strip user flags on reload (mrhunt) 2004-09-13 06:17:47 +00:00
David Anderson
926f995a3a Added 64bit simulator 2004-09-12 20:58:27 +00:00
Johnny Bergström
1a2ef38588 Renamed anglevector to angle_vector because that's its name in module... 2004-09-12 17:00:33 +00:00
Lukasz Wlasinksi
09d0ba039d deleted menufront plugins .. 2004-09-12 11:05:24 +00:00
David Anderson
54e88bf8a8 Fixed path handling for plugins 2004-09-12 07:13:41 +00:00
David Anderson
ee28532c53 *** empty log message *** 2004-09-12 00:52:18 +00:00
David Anderson
e4294da5bd no more stdc++ 2004-09-12 00:48:36 +00:00
David Anderson
7c8e9509ce fixed bug actually 2004-09-10 22:00:07 +00:00
David Anderson
f5a997069d Added new compiler frontend :) 2004-09-10 21:13:20 +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
David Anderson
9a3e713a69 Moved ns plugins 2004-09-10 15:57:24 +00:00
Lukasz Wlasinksi
07ed1baee9 added ts plugins 2004-09-10 11:57:56 +00:00
Lukasz Wlasinksi
1e1d479d76 added tfc plugins 2004-09-10 11:57:26 +00:00
Lukasz Wlasinksi
78c191b4c9 added dod plugins 2004-09-10 11:47:43 +00:00
Lukasz Wlasinksi
cf65ebf647 added DoD include files 2004-09-10 10:08:22 +00:00
David Anderson
90eafe59a6 register_module -> require_module 2004-09-10 05:18:57 +00:00
David Anderson
267db7cc2b Removed include files 2004-09-10 03:16:30 +00:00
David Anderson
5043a40c51 Synced include files 2004-09-10 03:12:38 +00:00
David Anderson
767795b91e Added cstrike plugins 2004-09-10 00:33:41 +00:00
David Anderson
6b9c8ac1ea Added dlsym handler 2004-09-09 21:47:32 +00:00
David Anderson
6ac682cc5b Organized Cstrike stuff 2004-09-09 21:36:47 +00:00
David Anderson
59880371e1 Changes 2004-09-09 05:17:28 +00:00
David Anderson
4232d68c92 New module registering ability 2004-09-09 04:53:37 +00:00
Pavol Marko
b23eba293d fixed 64 bit bugs with float-to-bool conversion and unary - operator 2004-09-08 18:35:22 +00:00
David Anderson
08682ab378 SQL fallback to users.ini 2004-09-08 18:34:48 +00:00
David Anderson
39cb15cc56 nothing 2004-09-08 18:27:39 +00:00
David Anderson
1aee2c6f81 Fixed format tags 2004-09-07 09:26:20 +00:00
Lukasz Wlasinksi
3c67dcd326 added danish translation 2004-09-06 20:30:20 +00:00
Steve Dudenhoeffer
ec3ade999a Added hull defines 2004-09-05 18:13:52 +00:00
Johnny Bergström
6122364a24 catched -> caught 2004-09-05 17:28:48 +00:00
Steve Dudenhoeffer
ff1be08b8a Updated 2004-09-05 15:54:38 +00:00
Steve Dudenhoeffer
276886022e Fixed small display bug with amx_who 2004-09-05 09:17:46 +00:00
Lukasz Wlasinksi
7f70805e63 added [de] ([pc]Raba) and [tr] (Deagle) translations 2004-09-04 16:17:35 +00:00
David Anderson
1822261046 sanaell's frenchie changes 2004-09-03 08:01:28 +00:00
David Anderson
580b20e720 1.02 linux build 2004-09-03 01:23:53 +00:00
David Anderson
0b5c02f678 fixed warning 2004-09-01 20:58:03 +00:00
Felix Geyer
385fa07884 sql.cfg is always executed 2004-09-01 11:47:20 +00:00
Felix Geyer
35fdb8aa6e fixed compiler warning 2004-09-01 11:41:07 +00:00
Johnny Bergström
745c595fc8 Now uses fakemeta for pdata stocks 2004-09-01 08:39:30 +00:00
Lukasz Wlasinksi
90b7dc2b9c updated dod stats file to ML 2004-08-31 22:00:15 +00:00
Lukasz Wlasinksi
66bed5a1ab max cvars changed to 48 , DoD has too many cvars ... 2004-08-31 21:59:09 +00:00
Johnny Bergström
8575c9a637 Added some description. hopefully they are right :-) 2004-08-31 16:43:58 +00:00
Johnny Bergström
e73acf4fe4 Renamed is_jit_enabled from jit_enabled 2004-08-31 15:37:22 +00:00
David Anderson
5f00f09314 Moved stocks 2004-08-31 15:02:51 +00:00
Steve Dudenhoeffer
e15c151167 minor fix from karlos 2004-08-31 12:45:11 +00:00
Steve Dudenhoeffer
a720b62aaa Oh small compiler, how I hate thee
(Fixed issue where SC warned and truncated an enum entry)
2004-08-31 06:26:41 +00:00
David Anderson
71e6ce30a3 Fixed amx_say bug 2004-08-31 05:50:06 +00:00
David Anderson
4ee0573203 Changed to 2.5.1 compiler 2004-08-31 05:30:44 +00:00
David Anderson
68354f8964 Reverted to 2.5.1 2004-08-31 05:30:27 +00:00
Steve Dudenhoeffer
d0b37726d5 Backwards compatibility bug found by karlos 2004-08-31 05:27:31 +00:00
David Anderson
813bc1a212 Removed pvPrivateData manipulation - see fakemeta_amxx 2004-08-31 02:58:28 +00:00
David Anderson
aa3c8fa377 sql cvars register by default 2004-08-31 02:53:06 +00:00
David Anderson
3b6d22d3bf Added amx_client_languages option 2004-08-30 03:31:00 +00:00
David Anderson
36ad12b6b3 fixed bugs 2004-08-30 00:07:55 +00:00
David Anderson
0c022b1543 Fixed some bugs in admin_sql
Changed some things in dbi
2004-08-29 23:42:35 +00:00
Steve Dudenhoeffer
269a0e4305 Sawce, the master of stupid mistakes strikes again!
(Fixed small bug)
2004-08-25 04:26:32 +00:00
Steve Dudenhoeffer
19101470fd Added fakemeta includes (from dlls/fakemeta/)
Updated ns includes
2004-08-24 21:36:39 +00:00
David Anderson
a86c892af2 Fixed pointcontents stock 2004-08-24 09:04:27 +00:00
David Anderson
94219ae71a New compiler (compression changed, dependencies removed) 2004-08-23 21:57:37 +00:00
Lukasz Wlasinksi
f4130105b0 fixed team menu 2004-08-23 21:17:59 +00:00
Steve Dudenhoeffer
e4d11b321d Small fix for backwards compat 2004-08-23 18:25:45 +00:00
David Anderson
4ee81cd1ca New compiler 2004-08-23 17:13:12 +00:00
David Anderson
4a74dce0cd updated for karlos's changes 2004-08-23 13:38:09 +00:00
David Anderson
473699e7c8 updated for mahnsawce's changes 2004-08-23 12:35:21 +00:00
Felix Geyer
a0562ce437 added Portuguese 2004-08-22 15:58:50 +00:00
Felix Geyer
160f52ec39 better detection for available menus 2004-08-22 14:54:07 +00:00
David Anderson
d101d94209 fix error 2004-08-22 14:49:04 +00:00
Felix Geyer
c392f3cbbc fixed description of is_module_loaded() and is_plugin_loaded() 2004-08-22 12:31:37 +00:00
Felix Geyer
9419fdecc9 fixed a tiny bug 2004-08-22 11:49:12 +00:00
David Anderson
1cfd5a587a fixed bad merge? 2004-08-22 09:47:40 +00:00
David Anderson
f1a6938441 dupe bugs 2004-08-22 04:47:03 +00:00
David Anderson
9b12979b05 More duplication bugs 2004-08-22 04:41:03 +00:00
David Anderson
ff8eec09e1 More duplication fixes 2004-08-22 04:36:44 +00:00
David Anderson
a9cb464a33 Fixed duplicate keys 2004-08-22 04:25:55 +00:00
David Anderson
722cd23065 Added NS module incs 2004-08-21 21:55:57 +00:00
Felix Geyer
11952467e1 Initial import 2004-08-21 21:12:15 +00:00
David Anderson
2f3950b548 Added sasm 2004-08-21 21:04:58 +00:00
Felix Geyer
2b87e6d585 many more fixes 2004-08-21 16:55:39 +00:00
David Anderson
cf6e1598d5 Updated for -o.. fix 2004-08-21 06:41:31 +00:00
David Anderson
1d860645c2 Fixed -o.. bug 2004-08-21 06:38:30 +00:00
Felix Geyer
49ee255fa4 fixed amx_reloadadmins output 2004-08-20 21:40:17 +00:00
Felix Geyer
bb9160e21f various improvements 2004-08-20 20:54:47 +00:00
Felix Geyer
b35214cce9 fixed many bugs 2004-08-20 20:53:19 +00:00
Felix Geyer
f2a2b95013 Initial import 2004-08-20 12:27:13 +00:00
Felix Geyer
ee1144338b small fix 2004-08-20 12:26:39 +00:00
Felix Geyer
58422ceb29 better German translations 2004-08-20 12:26:24 +00:00
Felix Geyer
25071dce26 small changes 2004-08-19 22:21:53 +00:00
Felix Geyer
4f371ccb6c fixed missing menu text 2004-08-19 22:21:11 +00:00
Felix Geyer
0899098cd8 fixed compiling errors when using sql 2004-08-18 16:08:16 +00:00
Felix Geyer
2c13271b10 Initial import 2004-08-18 15:50:53 +00:00
Felix Geyer
e6dbc065d1 now really updated to use the multi-lingual system 2004-08-18 15:50:12 +00:00
David Anderson
bf553e6ce0 Linux fix of -o bug (devnull reported) 2004-08-18 14:32:29 +00:00
David Anderson
9fc68b6d94 Fixed -o bug (reported by devnull) 2004-08-18 14:15:46 +00:00
Felix Geyer
7799bde73d added 2 new languages | removed non English chars 2004-08-17 01:08:56 +00:00
David Anderson
c032415d35 Added linux version of compiler 2004-08-15 02:55:21 +00:00
David Anderson
d1f082eb1b Fixed "Done" bug
Removed callfunc/dllfunc natives
2004-08-15 02:28:48 +00:00
David Anderson
5e3acc30c4 buffer increase :] 2004-08-15 01:25:20 +00:00
David Anderson
0db3ec3460 Added hostile intent weapons (EKS) 2004-08-15 00:15:51 +00:00
David Anderson
216136c5ce Added md5 2004-08-15 00:05:22 +00:00
Felix Geyer
27bb44a7fe new values for LANG_* defines 2004-08-13 15:26:48 +00:00
Felix Geyer
b96eaf1650 forgot something :) 2004-08-13 15:02:38 +00:00
Felix Geyer
ae893f79f1 small fix 2004-08-13 15:01:14 +00:00
Felix Geyer
310ad81849 Initial import of 8 languages 2004-08-13 14:58:43 +00:00
David Anderson
9a0d61ac27 Possible fix for output redirection 2004-08-13 14:15:47 +00:00
Felix Geyer
170331b0c3 clean-up 2004-08-13 12:23:28 +00:00
David Anderson
03b2afc7e4 Committed new compiler 2004-08-13 12:06:32 +00:00
Felix Geyer
0bb4e1bfff added TYPE_LANGMENU 2004-08-13 11:58:32 +00:00
Felix Geyer
79a7b7967c added message on join 2004-08-13 11:20:32 +00:00
Felix Geyer
e42aef8714 added #define DISPLAY_MSG 2004-08-13 11:20:12 +00:00
Felix Geyer
f90ab9d732 small fix 2004-08-09 12:56:24 +00:00
Felix Geyer
175c5767f1 customizable table name 2004-08-08 11:05:59 +00:00
Felix Geyer
023f9b43ea small fix 2004-08-07 23:07:03 +00:00
Felix Geyer
c7df3853d5 corrected typing mistake 2004-08-07 17:08:04 +00:00
Felix Geyer
a1e955370b updated to use the multi-lingual system 2004-08-07 10:48:05 +00:00
Felix Geyer
a3f5ffdcda Initial import 2004-08-07 10:47:44 +00:00
Felix Geyer
d4bcbf586a fixed compiling errors 2004-08-07 10:47:08 +00:00
Felix Geyer
574189468b fixed compiling errors 2004-08-07 10:47:08 +00:00
Felix Geyer
d81f4af4c9 small fix 2004-08-07 10:43:39 +00:00
Felix Geyer
94474b57c1 added dictionary common.txt 2004-08-06 18:44:37 +00:00
Felix Geyer
0eb04ba899 updated to use the multi-lingual system 2004-08-06 18:40:59 +00:00
Felix Geyer
a8dab8993e updated to use the multi-lingual system | better code style 2004-08-06 18:40:41 +00:00
Felix Geyer
80a32b6d08 added entries for amxmisc 2004-08-06 18:40:20 +00:00
Felix Geyer
fbfb43b7d2 Initial import 2004-08-06 18:39:19 +00:00
Felix Geyer
ee7a14faa2 forgot to remove g_pluginMatch[] 2004-08-05 11:16:30 +00:00
Felix Geyer
402c51582f Initial import 2004-08-05 11:10:21 +00:00
Felix Geyer
f88ce70892 some optimizations 2004-08-05 11:09:42 +00:00
Felix Geyer
89b4ef92b5 updated to use the multi-lingual system | better code style 2004-08-05 11:09:16 +00:00
Felix Geyer
9276dbb086 small fix 2004-08-05 11:06:49 +00:00
Felix Geyer
b98478a3ee amx_ instead of amxx_ commands 2004-08-05 11:04:51 +00:00
Felix Geyer
525f13662e yet another fix 2004-08-03 23:59:05 +00:00
Felix Geyer
597b6dfd32 added new parameter to show_menu() 2004-08-03 23:14:35 +00:00
Felix Geyer
e7444ddb97 small fix 2004-08-03 21:47:36 +00:00
Felix Geyer
4d1d2b5527 better code style 2004-08-03 20:36:33 +00:00
Felix Geyer
a073c4ae3c changed calculation 2004-08-03 20:33:17 +00:00
Felix Geyer
d88b8a28a7 Initial import 2004-08-03 20:30:53 +00:00
Felix Geyer
321fe54d81 updated to use the multi-lingual system | better code style 2004-08-03 20:30:19 +00:00
Felix Geyer
e4713629d9 fixed compiling errors 2004-08-03 20:27:28 +00:00
Felix Geyer
515659c29e added RES_REF 2004-08-03 20:27:07 +00:00
Felix Geyer
0be7ddcbd9 updated to use the multi-lingual system | better code style 2004-08-03 20:11:16 +00:00
Felix Geyer
b25d3a081f added more entries 2004-08-03 20:09:47 +00:00
Felix Geyer
403f22340f Initial import 2004-08-03 20:09:32 +00:00
Felix Geyer
453d8d8f47 "lang" insted of "_language" 2004-08-01 22:40:57 +00:00
Felix Geyer
296208dcb9 small fix 2004-08-01 22:34:04 +00:00
Felix Geyer
d2576d3801 added LANG_ defines 2004-08-01 16:50:12 +00:00
Felix Geyer
2ca6e3382e added ucfirst() 2004-08-01 16:49:24 +00:00
Felix Geyer
a5ca11f88f removed (will be replaced by compile.exe) 2004-07-31 09:54:59 +00:00
Felix Geyer
91618c5272 use AMXX_VERSION_STR 2004-07-31 09:51:34 +00:00
Felix Geyer
02611efe76 Initial import 2004-07-31 09:48:45 +00:00
Felix Geyer
13effdeab7 Initial import 2004-07-31 01:06:58 +00:00
Felix Geyer
af69e24eaf added register_menu() | fixed a compiler warning in access() 2004-07-31 01:00:20 +00:00
Felix Geyer
4fccdd676b use AMXX_VERSION_STR 2004-07-30 23:39:39 +00:00
Felix Geyer
ac910f9e56 added AMXX_VERSION_STR 2004-07-30 23:38:49 +00:00
Felix Geyer
f566d95b4b small fix 2004-07-30 21:52:13 +00:00
David Anderson
c6c95f2443 initial import of fakemeta_amxx 2004-07-30 14:29:20 +00:00
Felix Geyer
4d843e0792 removed forward server_changelevel() 2004-07-30 14:17:28 +00:00
Felix Geyer
edb6e0896f better code formatting | small optimizations 2004-07-29 14:56:47 +00:00
Felix Geyer
9a88c0e240 using MENU_KEY defines 2004-07-29 10:58:54 +00:00
Felix Geyer
5874a313e4 SQL disabled by default 2004-07-29 10:41:55 +00:00
Felix Geyer
265ef9ab88 removed auto-print to server console 2004-07-29 10:40:46 +00:00
Felix Geyer
166bbc1101 fixed compiler errors 2004-07-27 22:13:48 +00:00
Felix Geyer
123262235e added "cs13" to cstrike_running() 2004-07-27 21:06:36 +00:00
Felix Geyer
04781dd75d uses cstrike_running() now 2004-07-27 16:45:00 +00:00
Felix Geyer
6d74c31597 added cstrike_running 2004-07-27 16:42:59 +00:00
Felix Geyer
5915a18b3c use coloredMenus instead of cstrikeRunning | better code formatting 2004-07-26 15:49:10 +00:00
Felix Geyer
9d0481e7df use coloredMenus instead of cstrikeRunning 2004-07-26 15:48:12 +00:00
Felix Geyer
db726a5ba2 added MENU_KEY defines 2004-07-26 15:43:51 +00:00
Felix Geyer
0cb1aabb90 added colored_menus() 2004-07-26 15:07:25 +00:00
Felix Geyer
5e14f93868 removed amx_clexec on request of some people 2004-07-24 23:45:31 +00:00
Felix Geyer
b409769f2b added amx_clexec and amx_nick 2004-07-24 13:33:39 +00:00
Felix Geyer
17c00abbde flag y (ADMIN_ADMIN) is not set anymore 2004-07-24 11:03:51 +00:00
Felix Geyer
5a93f4a80b fixed is_user_admin()
changed access functions to new ADMIN_ADMIN
2004-07-24 11:02:49 +00:00
Felix Geyer
3a904ed05c added trim() 2004-07-24 01:52:45 +00:00
Felix Geyer
53d860a47e *** empty log message *** 2004-07-24 00:36:38 +00:00
Felix Geyer
30ca720920 changed file extension to .amxx 2004-07-24 00:36:17 +00:00
Felix Geyer
2a57fa02ca removed rescode() 2004-07-23 19:52:55 +00:00
Felix Geyer
221375b730 fixed compiler warnings 2004-07-23 18:11:25 +00:00
Johnny Bergström
8e8633a49a Fixed team native tags 2004-07-22 21:01:39 +00:00
Felix Geyer
064853d9d5 added jit_enabled() 2004-07-20 13:37:15 +00:00
Felix Geyer
7b14a4bb4e added ADMIN_ALL 2004-07-19 19:21:37 +00:00
Felix Geyer
0f8ec91e00 removed NO_STEAM 2004-07-19 15:03:45 +00:00
Felix Geyer
ef11026195 removed WON support
fixed some bugs
2004-07-19 14:33:17 +00:00
David Anderson
bcc8292730 Fixed DBI tags. 2004-07-19 14:28:42 +00:00
David Anderson
09da646086 Added DBI tags. 2004-07-18 10:22:55 +00:00
David Anderson
fd9666d068 Added change_task()
Added server_changelevel forward
Added is_user_admin()
2004-07-18 08:19:20 +00:00
Johnny Bergström
8ea1c7f486 Fixed callfunc_begin(): Wrote "filename" instead of just "name" to make it more clear... 2004-07-16 08:36:08 +00:00
Johnny Bergström
63c2c0a322 Fixed callfunc_begin(): The order of the params was wrong!!! 2004-07-16 08:24:10 +00:00
Johnny Bergström
228d3a13c8 Fixed pdata int stocks 2004-07-12 08:25:48 +00:00
Johnny Bergström
7c9be9c348 Fixed for NO_STEAM builds (removed STEAM autobuy code from build) 2004-07-10 10:02:13 +00:00
David Anderson
1d555a66f8 Removed debugging info 2004-07-06 06:28:42 +00:00
David Anderson
ed7b584b49 Removed possible inappopriate language 2004-06-30 19:04:04 +00:00
Felix Geyer
e0a9c60bf1 added new colors orange, ocean and maroon 2004-06-30 17:08:52 +00:00
Felix Geyer
325afaa612 updated version number 2004-06-30 08:36:31 +00:00
David Anderson
017c94eae1 Re-added -C- compiler. 2004-06-30 08:34:56 +00:00
Felix Geyer
93f6a136fa added double-include prevention 2004-06-30 08:34:52 +00:00
David Anderson
413f02ab2a Re-added -C- compiler 2004-06-30 08:32:51 +00:00
David Anderson
5ea3af0b2b Fixed SQL side bug 2004-06-30 03:19:31 +00:00
David Anderson
42c187fa33 Fixed register_plugin bug found by Zor 2004-06-30 00:19:24 +00:00
David Anderson
09e13f5dd9 Changed antiflood to be more intelligent. 2004-06-29 20:29:40 +00:00
Felix Geyer
3c22ae73a1 added custom map configs 2004-06-29 20:17:25 +00:00
David Anderson
feda453e6d Added backwards compatibility for NS2AMXx
Changed most stocks to natives.
2004-06-29 19:38:03 +00:00
Felix Geyer
5b9a7451c3 added description of plugin_pause and plugin_unpause 2004-06-29 16:39:06 +00:00
Felix Geyer
3b2d711c4f added get_datadir
changed get_customdir (backwards compatibility)
2004-06-29 16:38:27 +00:00
Felix Geyer
667d06b126 added "return" 2004-06-29 16:15:24 +00:00
David Anderson
f520743aa2 Defaults to mapcycle.txt now. 2004-06-29 03:40:32 +00:00
David Anderson
d4aef1a60b Fixed some things 2004-06-26 19:37:31 +00:00
David Anderson
e60d1c815c Added new natives. 2004-06-26 04:48:32 +00:00
David Anderson
932dec9dee New engine natives 2004-06-25 22:50:43 +00:00
David Anderson
60da2d5621 Bug fix with sql.cfg 2004-06-25 19:18:24 +00:00
David Anderson
45a3493256 Added math native definitions. 2004-06-24 22:11:32 +00:00
David Anderson
ca24deb6b9 *** empty log message *** 2004-06-24 19:04:50 +00:00
David Anderson
3d521e5d30 Added backwards MySQL compatibility. 2004-06-24 08:37:34 +00:00
David Anderson
4ab6b083c1 Updated version numbers.
Fixed Condition-Zero support.
Replaced Stats with StatsX.
2004-06-24 08:10:52 +00:00
David Anderson
0d07a13dbe Removed admin_sql, merged with admin 2004-06-24 07:57:55 +00:00
David Anderson
553f1872a5 Fixed some minor errors. 2004-06-24 06:59:16 +00:00
Johnny Bergström
ab03ce077e Added strip_user_weapons (thx to SidLuke) 2004-06-21 09:16:14 +00:00
Johnny Bergström
1af005a047 Added cs_get_no_knives, cs_set_no_knives 2004-06-17 15:42:43 +00:00
David Anderson
8cff99c7f4 New DBI (not tested!) 2004-06-14 06:52:15 +00:00
David Anderson
f7e0baa45e New DBI 2004-06-11 21:03:45 +00:00
Johnny Bergström
5cbc863f33 Added cs_get_user_hasprim() 2004-06-07 15:33:45 +00:00
Johnny Bergström
667b15787d Fixed some typos and stuff. 2004-06-07 11:13:20 +00:00
David Anderson
c6b0c75b72 Added many new DBI functions 2004-05-30 09:58:51 +00:00
David Anderson
e0a9729b47 Added dbi_type() 2004-05-28 10:10:16 +00:00
David Anderson
9627b4803d Added dbi_type() 2004-05-28 09:21:11 +00:00
David Anderson
23c4f0b666 Added user_has_weapon() native 2004-05-26 08:29:17 +00:00
David Anderson
f88bd58919 Added user_has_weapon() native 2004-05-26 08:28:54 +00:00
David Anderson
af29e2fb81 Updated engine includes
Added natural selection includes
2004-05-26 07:59:33 +00:00
Johnny Bergström
7bb4c78a33 Small update. Added 2nd parameter to amx_help for server. Server can type "amx_help 1 150" to view 150 help cmds at once. 2004-05-16 11:31:41 +00:00
Johnny Bergström
8cb40e903e added entity_is_on_ground 2004-04-29 09:42:00 +00:00
Johnny Bergström
32efef099c Implemented old ?et_user_hitzones functionality 2004-04-27 10:08:46 +00:00
Johnny Bergström
0cb086eb6b Updated comment 2004-04-26 15:30:45 +00:00
Johnny Bergström
de3dbd8a1d cs_set_user_vip - changes to VIP model + updates scoreboard when appropriate 2004-04-22 12:38:57 +00:00
Johnny Bergström
72a0a37f74 cs_set_user_team - should now update model+scoreboard right away 2004-04-22 09:38:30 +00:00
Johnny Bergström
f75cf50eac Fixed small bug in make_deathmsg 2004-04-21 09:47:06 +00:00
Felix Geyer
8f96e95d07 *** empty log message *** 2004-04-20 17:47:05 +00:00
Johnny Bergström
4d01d5625c Removed block from Autobuy and rebuy. Blocked items are stripped from autobuy calls. 2004-04-19 11:25:26 +00:00
David Anderson
add9b1126a updated engine stock 2004-04-16 04:57:38 +00:00
Johnny Bergström
24791ac315 Updated cs_set_user_team to include model 2004-04-06 07:40:51 +00:00
David Anderson
8ef66cee8c added natives 2004-04-03 20:05:27 +00:00
David Anderson
64bf40aaa3 velocity stocks 2004-04-03 05:23:12 +00:00
David Anderson
1fa97936ff strbreak() added 2004-04-03 03:00:57 +00:00
David Anderson
1f178b916f Changed to DBI 2004-04-03 00:57:49 +00:00
David Anderson
2a1e246658 DBI changes 2004-04-02 23:45:26 +00:00
Felix Geyer
15123043fe no message 2004-04-02 20:58:38 +00:00
Felix Geyer
3042aef82e Fixed access level bug 2004-04-02 20:58:12 +00:00
Felix Geyer
8e351d74d0 fixed g_aNum 2004-04-02 12:36:46 +00:00
Felix Geyer
204fa550c3 changed amx_mode to 1 by default 2004-04-02 11:48:12 +00:00
Johnny Bergström
b008438e6c test 2004-03-31 07:23:45 +00:00
Johnny Bergström
b9530d538b test 2004-03-31 07:21:01 +00:00
Felix Geyer
56de4677b8 fixed localinfo for users.ini 2004-03-28 16:08:12 +00:00
Felix Geyer
fd9cc48bad better support for czero 2004-03-28 14:26:39 +00:00
Felix Geyer
eaf5384522 fixed if NO_STEAM is defined 2004-03-27 22:13:41 +00:00
Felix Geyer
05cf53e1b9 nothing important 2004-03-25 18:37:02 +00:00
Pavol Marko
a3c9489360 plugins using localinfo paths now 2004-03-25 16:52:04 +00:00
Felix Geyer
64a7afa371 added localinfo stocks 2004-03-25 13:34:27 +00:00
Felix Geyer
c7981eb54b added build_path() 2004-03-25 13:33:58 +00:00
Johnny Bergström
a6473737a2 entity_set_model should take const strings 2004-03-25 11:42:34 +00:00
Johnny Bergström
e40daf1315 another fix 2004-03-24 12:56:21 +00:00
Johnny Bergström
5967f7d951 fixed entity_set_string to take const strings 2004-03-24 08:53:40 +00:00
Felix Geyer
079f824a81 updated version information 2004-03-24 08:30:08 +00:00
Felix Geyer
d850e62a02 updated amxx version 2004-03-24 08:24:35 +00:00
Felix Geyer
10b887147e added [AMXX] before messages 2004-03-24 08:24:19 +00:00
Felix Geyer
df2a96e2d7 removed map descriptions 2004-03-24 08:21:13 +00:00
Felix Geyer
63bc246264 changed ban commands 2004-03-24 08:20:35 +00:00
Felix Geyer
16e3582ef5 nothing important 2004-03-24 08:19:08 +00:00
Johnny Bergström
0a582d4635 Didn't work - fixed a lot of stuff 2004-03-24 08:18:07 +00:00
David Anderson
7937c77eed imported jghg2 support 2004-03-24 05:10:11 +00:00
David Anderson
8110271bdd imported jghg2 support 2004-03-24 05:01:33 +00:00
Felix Geyer
1b0cc63b5b amx.cfg --> amxx.cfg 2004-03-23 10:15:26 +00:00
Johnny Bergström
431bfbb4d9 Updated set_entity_visibility 2004-03-22 11:44:47 +00:00
Johnny Bergström
e47104aa29 Fixed reference to find_ent_by_classname in find_ent
Added set_entity_visibility and get_entity_visibility
2004-03-22 11:29:29 +00:00
Johnny Bergström
180fa52acb Added cs_get_weapon_ammo/cs_set_weapon_ammo 2004-03-22 09:10:11 +00:00
Johnny Bergström
b21bbcbf90 Fixed prototype of set_offset_short
Fixed all offset natives (they checked ent index above maxClients, should've been maxEntities (some also checked if player is online))
Added s/get_offset_char()
Fixed set_pdata_float to set float value from parameter properly
Fixed set_pdata_short to set short value from parameter properly
Reimplemented find_ent_by_owner
2004-03-22 08:27:52 +00:00
Johnny Bergström
66a1f11387 Shortened all natives that had longer names than old compiler limit of 19 characters. 2004-03-22 07:23:47 +00:00
David Anderson
2b366a354c fixed amx_show_activity 2004-03-22 06:33:11 +00:00
David Anderson
cebf782a90 amx_show_activity is now registered 2004-03-22 06:30:37 +00:00
David Anderson
421c62c6a0 Added native support for set_speak and get_speak and SetSpeak 2004-03-21 09:17:55 +00:00
David Anderson
db41e1830a Added CSW_GALI for backwards support 2004-03-21 07:14:40 +00:00
David Anderson
9061e13e11 Fixed access level bug. 2004-03-21 06:32:27 +00:00
David Anderson
a72b749fac Fixed fun include from amxmodx and cs_set_user_nvg 2004-03-20 23:58:26 +00:00
David Anderson
7fef5aad34 Includes were broken - it is fixed. 2004-03-18 01:32:39 +00:00
Johnny Bergström
a7c4f5a147 typo fix courtesy of pimp daddy 2004-03-17 11:38:23 +00:00
Johnny Bergström
96b79cd24f fixed find_entity 2004-03-17 07:30:07 +00:00
Felix Geyer
bbb5adc70f added get_user_wonid() 2004-03-16 19:40:02 +00:00
Felix Geyer
a4eccaa4bb removed get_user_wonid() 2004-03-16 19:39:48 +00:00
David Anderson
6a10397641 Fixed xtrafun include 2004-03-16 05:21:42 +00:00
David Anderson
1425615e20 Fixed headers. 2004-03-15 21:05:08 +00:00
David Anderson
439550c2ac Moved msg functions 2004-03-15 19:55:29 +00:00
Johnny Bergström
812ee46260 commented message_begin() etc 2004-03-14 12:47:16 +00:00
David Anderson
5b56c27e67 Added new ENGINE stocks and natives 2004-03-14 08:23:42 +00:00
Johnny Bergström
faafdf9498 fixed reference to "find_entity_by_class" -> "find_ent_by_class" 2004-03-14 08:20:13 +00:00
Felix Geyer
79b2095932 switched back to old compiler 2004-03-13 10:06:52 +00:00
Johnny Bergström
47a2ecaa81 fixed find_entity should return value warning 2004-03-12 13:41:16 +00:00
Johnny Bergström
d0965d38c8 removed stock get_user_hitzones 2004-03-11 14:56:08 +00:00
Johnny Bergström
3598791060 fixed small comment mistake 2004-03-11 08:10:12 +00:00
Johnny Bergström
b505bdb7e8 updated set_user_hitzones, added get_user_hitzones 2004-03-10 22:32:10 +00:00
Johnny Bergström
1e69aaff18 removed set_hitzones 2004-03-10 21:59:21 +00:00
Johnny Bergström
fa725d1838 added set_user_hitzones, remove set_hitzones 2004-03-10 21:58:47 +00:00
David Anderson
be58c942c0 Linux small compiler. 2004-03-10 18:53:29 +00:00
Felix Geyer
923f3a987f removed get_user_wonid 2004-03-09 20:36:22 +00:00
Felix Geyer
145455ecfb removed one of the two set_user_money stocks 2004-03-09 20:35:50 +00:00
Felix Geyer
21dbe183e3 added get_user_wonid 2004-03-09 17:12:58 +00:00
Felix Geyer
0bdc09d3d9 hardcoded pathes 2004-03-09 15:53:40 +00:00
Johnny Bergström
31f59ea92e changed to find_entity_by_class where stock used find_entity 2004-03-09 14:12:10 +00:00
Johnny Bergström
666bc67f3d updated to use find_entity_by_class 2004-03-09 08:54:12 +00:00
Johnny Bergström
2d327e8d14 backwards comp. intitial version 2004-03-09 08:53:06 +00:00
Johnny Bergström
d1379bb671 renamed find_entity in engine to find_ent_by_class (find_ent_by_classname works too) 2004-03-09 08:32:50 +00:00
Felix Geyer
0f4c470e67 added status to amx_modules 2004-03-08 17:44:49 +00:00
Felix Geyer
af26dc83a5 changed to str_to_num/num_to_str 2004-03-08 17:34:37 +00:00
Felix Geyer
87378017fd fixed conmotd.txt path 2004-03-08 17:33:55 +00:00
Felix Geyer
e25aadd7a3 fixed /rank, /stats and /statsme | changed to str_to_num/num_to_str 2004-03-08 17:33:06 +00:00
Felix Geyer
a26606f799 amx_plugins, amx_modules: switched to console ouput instead of motd window 2004-03-08 17:30:30 +00:00
Felix Geyer
b938e955f5 removed stocks: int_to_str, str_to_int, numtostr and strtonum 2004-03-08 17:28:57 +00:00
Felix Geyer
864c6d6aa4 added status to get_module 2004-03-08 17:27:18 +00:00
Felix Geyer
96ab54a107 added Status for get_module() 2004-03-08 17:26:38 +00:00
Felix Geyer
d37bdc026c added numtostr() and strtonum() 2004-03-08 17:19:41 +00:00
Felix Geyer
10a28dcde9 changed to str_to_num/num_to_str 2004-03-08 17:18:34 +00:00
Felix Geyer
57747fff55 changed to str_to_num/num_to_str | fixed get_modules 2004-03-08 16:06:11 +00:00
David Anderson
1e880869e7 Fixed amxmod.inc 2004-03-08 10:24:10 +00:00
Johnny Bergström
0b129c3a9f Updated explanation of find_entity saying "will return 0 if nothing is found" 2004-03-08 09:28:30 +00:00
Johnny Bergström
913b72451d fixed return create_entity(szClassname[]) 2004-03-08 08:36:23 +00:00
David Anderson
08b3491f52 Removed bad str/num funcs 2004-03-08 06:07:47 +00:00
David Anderson
297e1a4d29 Removed bad str/num funcs 2004-03-08 05:29:51 +00:00
David Anderson
c6dd8eac6b Removed bad str/num funcs 2004-03-08 05:28:18 +00:00
David Anderson
096a9f5f14 Fixed double native error 2004-03-08 04:10:19 +00:00
Felix Geyer
3e5572ed9a removed set_user_deaths and set_user_frags 2004-03-07 20:16:30 +00:00
Felix Geyer
1dd29ad273 added set_user_deaths and set_user_frags 2004-03-07 20:16:17 +00:00
Felix Geyer
527683ca41 readded the functions 2004-03-07 20:06:04 +00:00
Felix Geyer
2a5ca94f7f added set_user_deaths 2004-03-07 19:55:16 +00:00
Felix Geyer
2ff4cdde61 removed cs_get_user_deaths and cs_set_user_deaths 2004-03-07 19:54:41 +00:00
Felix Geyer
d7e4bce545 added get_user_deaths and get_user_frags 2004-03-07 19:54:00 +00:00
Felix Geyer
bea78c7c19 removed get_user_deaths and set_user_deaths 2004-03-07 19:53:27 +00:00
Johnny Bergström
6522feebe9 fixed stocks using Entvars* to use entity* 2004-03-07 17:28:30 +00:00
Felix Geyer
35162334be changed header 2004-03-07 14:38:39 +00:00
Felix Geyer
9f6b206881 compatible to new include files 2004-03-07 14:30:53 +00:00
Felix Geyer
4744f0dc0e added backwards compatibility stocks (forgot some) 2004-03-07 14:29:34 +00:00
Felix Geyer
3ce69e473f moved backwards compatibility stocks to amxmod.inc 2004-03-07 14:28:33 +00:00
Felix Geyer
c8b722efe7 added backwards compatibility stocks 2004-03-07 11:24:36 +00:00
Felix Geyer
75ac8fd494 moved backwards compatibility to amxmod.inc 2004-03-07 11:23:57 +00:00
Felix Geyer
484d482b49 renamed AMX_VERSION to AMXX_VERSION 2004-03-07 11:21:47 +00:00
Felix Geyer
e6ebccd269 added amx_reloadadmins 2004-03-07 10:57:57 +00:00
Felix Geyer
7ff9ac8ab6 read cvar amxmodx_version instead of amx_version 2004-03-07 10:44:49 +00:00
Felix Geyer
96fc4ad39c using html tables | better theme 2004-03-07 10:43:28 +00:00
Felix Geyer
cca7548abc moved cvars to admin plugins | added amx_plugins and amx_modules | added NO_STEAM support 2004-03-07 00:57:03 +00:00
Felix Geyer
869b2397a6 moved cvars to admin plugins 2004-03-07 00:55:51 +00:00
Felix Geyer
2c897e5e87 moved cvars to this plugin | sets ADMIN_ADMIN 2004-03-07 00:55:22 +00:00
Felix Geyer
b0e83a9116 nothing important 2004-03-07 00:49:23 +00:00
Felix Geyer
30573a6c8f added ADMIN_ADMIN 2004-03-07 00:48:19 +00:00
Felix Geyer
7710ead988 change mysql_query so that it uses format strings 2004-03-05 19:46:33 +00:00
Felix Geyer
2a08038d04 changed back 2004-03-05 19:41:20 +00:00
Felix Geyer
2f2dd60754 added callfunc_push_floatrf 2004-03-05 19:40:15 +00:00
Felix Geyer
4b81034f81 updated includes 2004-03-05 19:35:38 +00:00
Felix Geyer
ae2c22ba11 added default modules and amxmisc to include files | added some stocks 2004-03-05 19:32:14 +00:00
Felix Geyer
79e0d80d4d nothing important 2004-03-05 19:30:29 +00:00
Pavol Marko
fba6a48be5 added callfunc_push_floatrf 2004-03-05 18:59:16 +00:00
Pavol Marko
4984e4b5a2 removed strtonum and numtostr 2004-03-05 18:55:13 +00:00
Felix Geyer
dbde71ac3d moved engine_stocks include to bottom 2004-03-04 20:25:27 +00:00
Felix Geyer
9c17327b49 no message 2004-03-04 20:22:13 +00:00
Felix Geyer
d5acfa5a0e moved content to amxmodx.inc 2004-03-04 20:21:50 +00:00
Felix Geyer
c3616b67b1 switched to log_amx() | changed configs dir 2004-03-04 20:16:45 +00:00
Pavol Marko
e52a377370 removed message_begin, message_end, write_xx natives 2004-03-04 18:24:31 +00:00
Pavol Marko
0f497e2dc4 added callfunc natives, central logging system 2004-03-04 18:15:30 +00:00
Johnny Bergström
3dcc2335b2 New naming convention, new natives: cs_set/get/reset_user_model and cs_get/set_hostage_follow 2004-03-04 16:08:31 +00:00
David Anderson
3f2d0c4ce8 New ENGINE 2004-03-04 08:27:51 +00:00
Felix Geyer
11cc1296cf changed CSW_MP5NAV to CSW_MP5NAVY 2004-03-02 18:45:32 +00:00
Johnny Bergström
3a00c4e3b0 Removed money natives, cs set deaths native. 2004-02-27 13:59:00 +00:00
Pavol Marko
ca0fdd7fdc added declarations for natives:
is_plugin_loaded
is_module_loaded
get_modulesnum
get_module
2004-02-27 11:15:13 +00:00
Felix Geyer
a9711c9588 fixed: mp_chattime is increased every mapchange 2004-02-23 20:03:40 +00:00
Felix Geyer
7471a45bf4 obey mp_chattime 2004-02-23 11:23:20 +00:00
Felix Geyer
3ba4ece791 removed AMX_VERSION_STR 2004-02-21 20:58:35 +00:00
Felix Geyer
c1aa8b21d9 updated header 2004-02-21 20:55:47 +00:00
Felix Geyer
87b4d3570f updated header | readded double include prevention 2004-02-21 20:30:04 +00:00
Felix Geyer
07e102d02f updated header | changed name 2004-02-21 19:37:00 +00:00
Felix Geyer
8c6374567a updated header 2004-02-21 19:36:35 +00:00
Johnny Bergström
942ebf6562 set_user_footsteps() 2004-02-18 11:10:54 +00:00
Felix Geyer
66f226230f no message 2004-02-17 17:17:36 +00:00
Felix Geyer
adb39b9ab1 replaces the default motd window 2004-02-17 17:17:10 +00:00
Felix Geyer
4276d63cf7 fixed "say @" and "say @@" bug 2004-02-16 20:58:29 +00:00
Johnny Bergström
f65b93ce49 Added *et_user_noclip 2004-02-16 13:48:00 +00:00
Felix Geyer
52e92302cf removed -"^" 2004-02-15 19:50:51 +00:00
Felix Geyer
cf771443e4 corrected version 2004-02-15 19:50:12 +00:00
Felix Geyer
476c788c51 added header 2004-02-15 02:33:49 +00:00
Felix Geyer
21d870c57a no message 2004-02-15 02:29:51 +00:00
Felix Geyer
6eb236f8b7 moved "@echo off" to the top 2004-02-15 00:34:24 +00:00
Felix Geyer
137e232492 a possible fix for the indirection tables bug 2004-02-15 00:32:26 +00:00
Felix Geyer
fcd90f82d1 corrected version 2004-02-15 00:31:45 +00:00
Felix Geyer
0b742e54bd kicking reason is displayed (Steam) 2004-02-13 21:20:59 +00:00
Felix Geyer
eeaebf4d03 changed "Ban on" to "Ban for" 2004-02-13 21:18:33 +00:00
Felix Geyer
bd2ef13798 updated header | added compiler parameter -"^" 2004-02-11 19:32:59 +00:00
Felix Geyer
0c813c40c7 updated header | added amxmod include 2004-02-11 19:32:28 +00:00
Felix Geyer
c3da720704 updated header | fixed compiler errors 2004-02-11 19:32:01 +00:00
Felix Geyer
9dabd0cdc4 fixed SayChat and SayAdmin under NS 2004-02-11 14:24:29 +00:00
Felix Geyer
12e4723a42 updated to v2.4.0 2004-02-08 12:58:21 +00:00
Felix Geyer
a90535ad98 updated header | added new natives from new small sdk 2004-02-08 11:32:35 +00:00
Felix Geyer
4478bb378f updated header 2004-02-08 11:31:54 +00:00
Felix Geyer
b773a2784c only admins can view amx_who 2004-02-07 10:19:00 +00:00
Felix Geyer
1213af7acd if default access is empty flag "z" is set 2004-02-07 10:15:51 +00:00
Felix Geyer
7e74c81e23 changed amx_ban, amx_banid and amx_banip command | reason and duration is displayed on the banned player 2004-02-07 09:55:53 +00:00
Felix Geyer
72ee3954e4 kick: reason is displayed on the kicked player 2004-02-02 20:53:36 +00:00
Felix Geyer
95972cb250 added flag z to default access 2004-02-02 20:52:24 +00:00
Felix Geyer
fe966fa63e added fun include 2004-02-01 20:53:31 +00:00
Felix Geyer
54e1cdc91e removed fun include 2004-02-01 19:18:15 +00:00
David Anderson
c5825ab394 Removed ppause.sma 2004-02-01 18:54:01 +00:00
Felix Geyer
51fe5a4822 changed header and version info 2004-02-01 18:45:44 +00:00
Felix Geyer
9214a349a4 changed header and version info
added 1.6 weapons (XAD)
2004-02-01 18:43:55 +00:00
Felix Geyer
a771b2f2d5 changed header and version info
DIRECT_ONOFF by defaul on
2004-02-01 18:42:26 +00:00
Felix Geyer
059abd83bb changed header and version info
removed amxmod include
2004-02-01 18:40:11 +00:00
Felix Geyer
3ceb86753d changed header and version info
mysql table is automatic created
2004-02-01 18:35:26 +00:00
Felix Geyer
9e999a0ba6 Initial revision 2004-01-31 20:56:22 +00:00