Commit Graph

123 Commits

Author SHA1 Message Date
Scott Ehlert
ac1e3a9001 Added ClientPrintf engine function (request at30137) 2006-05-23 03:26:26 +00:00
Scott Ehlert
b40f5e6637 request at29928
New callable engine function: AlertMessage
2006-05-19 06:01:55 +00:00
Scott Ehlert
77f0e526bf Whoa. SetClientKeyValue fixed :\ 2006-05-11 03:34:13 +00:00
Scott Ehlert
30ce0d9f1b Another pointless typo fix 2006-05-11 02:29:08 +00:00
Scott Ehlert
8920a05bba mov gah, [newline_fix] 2006-05-10 14:38:11 +00:00
David Anderson
beb975bdbf ohmygod like the modules are synced and updated for sdk v4 2006-05-10 11:53:22 +00:00
Scott Ehlert
de1f1eef8d 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
5) Added some error messages to get_tr
2006-05-10 11:19:24 +00:00
Scott Ehlert
ed19c53552 More bugs?
1) New hookable GameDLL func: CreateBaseline
2) New hookable Engine func: CreateInstancedBaseline
3) New GameDLL func that can be called via dllfunc: CreateBaseline
4) New GameDLL func that can be called via engfunc: CreateInstancedBaseline
2006-05-05 08:04:19 +00:00
Scott Ehlert
133c7d6815 Fixed possible crash bug in get_tr2 at29250 (Orangutanz) 2006-05-05 05:11:17 +00:00
Scott Ehlert
7883710bf6 Added pm_shared to include directories so this can compile on Linux again 2006-04-30 07:28:39 +00:00
Scott Ehlert
0071d73e25 Oh goodness, let the bugs begin...
1) Fixed getting incorrect value of the entity index when using ClientUserInfoChanged via dllfunc
2) New hookable GameDLL funcs: UpdateClientData, AddToFullPack, CmdStart, CmdEnd (at28754)
3) New GameDLL funcs that can be called via dllfunc: UpdateClientData, AddToFullPack, CmdStart, CmdEnd
4) New natives to read/write special data structures associated with the above GameDLL funcs
2006-04-30 07:27:14 +00:00
Borja Ferrer
0555e7aa63 fixed MM warning 2006-04-29 13:51:52 +00:00
David Anderson
d2b57d29fb untested fix for issue where hooks were not released on server deactivate - only on plugin load 2006-04-29 07:23:23 +00:00
Borja Ferrer
e5057d7191 cell upcasting (second revision) 2006-04-28 21:30:17 +00:00
Scott Ehlert
6000fe43d1 Fixed ClientUserInfoChanged forward not being reset on mapchange 2006-04-28 20:07:53 +00:00
Scott Ehlert
9dccde4567 Fixed bug with ClientUserInfoChanged forward at28782
Also bumped version
2006-04-25 09:08:11 +00:00
Scott Ehlert
47408443f7 Fixed bug with ClientUserInfoChanged forward at28782 (Orangutanz)
Also bumped version
2006-04-25 09:08:11 +00:00
Scott Ehlert
4101eea5e8 Oh dear, lots of changes:
1) Added get_orig_retval for retrieving the original return value of an engine function
2) Fixed engfunc being called with EngFunc_CheckVisibility so that it now works as intended
3) Hooks should now also work with FM_WalkMove, FM_TraceToss, FM_TraceMonsterHull, FM_TraceHull,
   FM_TraceModel, FM_TraceTexture, FM_TraceSphere, FM_GetBonePosition, FM_GetAttachment, FM_RunPlayerMove,
   FM_StaticDecal, FM_BuildSoundMsg and FM_CheckVisibility
4) Reformatted comments in some header files so they look a bit neater
2006-04-17 17:02:57 +00:00
Scott Ehlert
ed1b2914be Oops, forgot some directories for clean 2006-04-12 17:05:05 +00:00
Scott Ehlert
41214cc461 Makefile changes to fix the clean option 2006-04-12 16:55:09 +00:00
Borja Ferrer
59098d703e added debug msgs 2006-04-12 02:00:08 +00:00
Scott Ehlert
3966f79324 MSVC8 Project File + SDK Update 2006-04-07 09:41:31 +00:00
David Anderson
8c2be55233 added ClientUserInfoChanged forward 2006-03-30 00:31:33 +00:00
David Anderson
a7acf05bfc added more strings 2006-03-29 23:57:42 +00:00
David Anderson
76afa40270 fixed bug 2006-03-23 15:01:15 +00:00
Borja Ferrer
4b0b3c0c7c bumped version 2006-03-20 22:58:27 +00:00
David Anderson
a293e23fe2 renamed time to gl_time
updated makefile
2006-03-20 18:45:53 +00:00
David Anderson
68e729721d ~(, ,)o <-- wtf another turtle?! 2006-03-20 18:38:29 +00:00
David Anderson
4f5c16c278 added support for new tr and kvd hooking/calling 2006-03-20 18:23:03 +00:00
David Anderson
c15a86b454 added new TR/KVD stuffs 2006-03-20 18:08:51 +00:00
Borja Ferrer
d5152fedc4 added glb.cpp 2006-03-14 17:21:35 +00:00
Borja Ferrer
9283cbe1c2 added request at26450 2006-03-14 16:55:06 +00:00
David Anderson
372a01e6da committed fakemeta optimizations 2006-03-04 06:34:28 +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
David Anderson
48d3b6e952 bad ptr checks for strings 2006-02-11 22:56:55 +00:00
David Anderson
93ad26fb2a oops, forgot there was a sep. def for this 2006-02-05 08:25:45 +00:00
David Anderson
f8d0e4b90d fixed bug at25028 (teame06) 2006-02-05 08:06:50 +00:00
David Anderson
07affb56f2 works with post now 2006-02-03 03:28:43 +00:00
David Anderson
2ad9a320de added unregister_forward() 2006-02-03 03:27:03 +00:00
David Anderson
53d9274b45 added pev_valid() 2006-02-01 12:16:33 +00:00
Christian Hammacher
531cc5f2c1 Added some returns in engfunc() and in dllfunc() 2005-12-31 15:09:14 +00:00
David Anderson
54f3bba89d Bump of versions+SDKs 2005-11-20 19:45:59 +00:00
David Anderson
3ced207dd3 Fixed forward bugs 2005-10-18 21:29:51 +00:00
David Anderson
76b6510a27 686->586 2005-10-02 20:15:52 +00:00
David Anderson
4feaa1449f Fixed bug in Makefile 2005-09-22 06:34:58 +00:00
David Anderson
cd30fb0c1c Bumped version numbers 2005-09-22 02:23:13 +00:00
David Anderson
0232b0abee Bumped versions 2005-08-31 20:36:41 +00:00
David Anderson
d50a6302e0 ugh 2005-08-25 09:09:35 +00:00
David Anderson
fd8a27013b CVS Cleanup 2005-08-24 07:07:34 +00:00
David Anderson
9be88ffa42 Linux compat, cleaned up newdll 2005-08-23 23:54:54 +00:00