Commit Graph

1051 Commits

Author SHA1 Message Date
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