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
Scott Ehlert2006-05-10 11:28:00 +00:00
b12025093b
added ability to override natives (someone shoot me)
David Anderson2006-05-10 11:23:08 +00:00
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
Scott Ehlert2006-05-10 11:19:24 +00:00
58209dfb37
Added fix for __DATE__, added __TIME__ Added tag table crap for new autoloading feature Version bump
David Anderson2006-05-10 03:44:35 +00:00
f600a96657
Initial massive import of the new code module auto-loading code Important difference - pubtags table is used instead of library table!
David Anderson2006-05-10 02:32:34 +00:00
ca3e8582e3
Added missing files to MSVC8 project (libraries.h and libraries.cpp) Fixed some MSVC8 errors with new files Bumped version
Scott Ehlert2006-05-08 04:13:37 +00:00
37151d361f
added layout for "plugin cache" dynamic natives that are paused now pause parent plugin with an error added catch for a potentially serious bug?
David Anderson2006-05-07 21:16:00 +00:00
a9f300bca9
Version bumpage for every module except MySQL/MySQLX (as I'm unsure of the status of those at the moment)
Scott Ehlert2006-05-06 04:57:10 +00:00
8fec829c63
Version bump in AMX_VERSION define (since version.rc was bumped)
Scott Ehlert2006-05-06 04:49:36 +00:00
f3fe58809d
changes so forward ids can be mapped back to names
David Anderson2006-05-06 02:03:25 +00:00
26ee3955b6
Another one of my stupid clarifications that shouldn't break anything (I hope...)
Scott Ehlert2006-05-05 08:27:58 +00:00
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
Scott Ehlert2006-05-05 08:07:31 +00:00
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
Scott Ehlert2006-05-05 08:04:19 +00:00
133c7d6815
Fixed possible crash bug in get_tr2 at29250 (Orangutanz)
Scott Ehlert2006-05-05 05:11:17 +00:00
7cd10e4796
Another param change that I seemed to have missed... should be no problem
Scott Ehlert2006-05-04 22:39:23 +00:00
ecd2d913e4
Err, gah... native one being changed didn't really matter
Scott Ehlert2006-05-04 22:12:16 +00:00
eb55e1f4aa
i prefix changed to ent because it looks nicer indeed
Scott Ehlert2006-05-04 19:59:05 +00:00
dc063594de
Not sure why I decided to potentially crash the server with cs_set_user_vip o_O Stayed tuned for another episode of "What Was DS Thinking?"
Scott Ehlert2006-05-04 05:32:45 +00:00
6cc239c66f
Two extra params in cs_set_user_vip for determining whether or not model and scoreboard are updated at28699 Version bumpage
Scott Ehlert2006-05-02 21:49:17 +00:00
6733ef9a79
Two extra params in cs_set_user_vip for determining whether or not model and scoreboard are updated at28699
Scott Ehlert2006-05-02 21:48:26 +00:00
7dc4beae63
Removed set_user_deaths from inc file at29080 (Doesn't seem to be any easy general way to implement it)
Scott Ehlert2006-05-01 05:25:28 +00:00
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)
Scott Ehlert2006-04-30 07:37:31 +00:00
7883710bf6
Added pm_shared to include directories so this can compile on Linux again
Scott Ehlert2006-04-30 07:28:39 +00:00
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
Scott Ehlert2006-04-30 07:27:14 +00:00
f10ecbb239
Small bug fix and tiny optimizations in xs_get_maxmessages and xs_is_msg_valid Added xs_vec_maked2d (at28754)
Scott Ehlert2006-04-28 21:10:29 +00:00
1f8b9a8cd9
Renamed FM_ClientInfoChanged to FM_ClientUserInfoChanged for consistency with DLLFunc_ClientUserInfoChanged (Also goes along with fix made in FakeMeta module itself, sort of :|)
Scott Ehlert2006-04-28 20:10:42 +00:00
6000fe43d1
Fixed ClientUserInfoChanged forward not being reset on mapchange
Scott Ehlert2006-04-28 20:07:53 +00:00
5a2e35c1bf
Fixed is_in_viewcone always returning 0 Fixed is_visible causing a crash when a non-player entity was passed and also made it quite a bit more accurate (at28936)
Scott Ehlert2006-04-28 19:19:24 +00:00
760514a1fe
Makefile now in sync with the others (I think) (This is mostly for cleaning fixes. Please give me a better idea)
Scott Ehlert2006-04-27 00:02:54 +00:00
697f63f2e9
fixed small modified bug fixed another tiny bug (default author+default name weren't equal if you created a new plugin if the settings.ini wasn't found)
Christian Hammacher2006-04-25 14:51:13 +00:00
2c541f338c
Now shows if a document has been modified in the documents tab bar
Christian Hammacher2006-04-25 13:16:43 +00:00
9dccde4567
Fixed bug with ClientUserInfoChanged forward at28782 Also bumped version
Scott Ehlert2006-04-25 09:08:11 +00:00
47408443f7
Fixed bug with ClientUserInfoChanged forward at28782 (Orangutanz) Also bumped version
Scott Ehlert2006-04-25 09:08:11 +00:00
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
Scott Ehlert2006-04-25 07:35:02 +00:00