9ce839e331
disabled stack recursion detection for now - found a case where it breaks :(
David Anderson2007-07-25 02:48:52 +00:00
1027d151e5
- added MenuAction_DisplayItem callback for plugins - fixed various bugs in MenuAction_Display - added an "access" parameter for IMenuManager. better to do this now than later, even though it's not used yet - hard bumped menu api to change the OnMenuDisplayItem callback. sorry!
David Anderson2007-07-25 01:18:11 +00:00
48d71cae26
finished a(nother) rewrite of how players authenticate. name-based authentication has been added and passwords work fully now.
David Anderson2007-07-24 20:11:47 +00:00
b4ba442d3c
Oh, forgot this - added some missing code for SourceMM 1.5 version of rev 1151
Scott Ehlert2007-07-23 18:56:20 +00:00
b372d50f3c
Fixed amb660 - crash on exit when handles were created for convars that belonged to Metamod:Source plugins (or SM extensions that were loaded as MM:S plugins)
Scott Ehlert2007-07-23 18:30:02 +00:00
921bf64df2
Fixed amb564 - sm_ban was not actually banning due to the client being kicked before the banid command was executed. Thus the userid used with banid was no longer valid. Changed this to ban via authid/steamid instead.
Scott Ehlert2007-07-23 17:38:06 +00:00
54c3e17a14
fixed amb664 - BOM markings were not properly ignored
David Anderson2007-07-23 17:25:18 +00:00
ee6f4cb1fa
fixed amb658 - timer_flag_no_mapchange conflicted with simulated ticking
David Anderson2007-07-22 16:01:01 +00:00
c4a913231a
fixed various memory relocation corruption bugs in the translator
David Anderson2007-07-19 02:08:42 +00:00
3fdc205544
- changed TextMsg to return a bool - fixed a bug where you couldn't send messages from post hooks - added protection in functions which expect StartMessage to succeed
David Anderson2007-07-19 00:34:44 +00:00
0069612c95
fixed a serious corruption bug in fastlink causing menus to corrupt memory after a while
David Anderson2007-07-18 06:20:00 +00:00
5fab1ce2c5
Fixed VENCODE_FLAG_COPYBACK flag (SDKTools)
Scott Ehlert2007-07-17 13:57:03 +00:00
4ce48512b1
- added callbacks for libraries becoming available - fixed MarkNTVOptional requring native to exist - fixed a bug where it looks like plugins could not be paused
David Anderson2007-07-16 02:06:02 +00:00
399fb8a8e8
fixed a bug where __pl_*_SetNTVOptional could not be called
David Anderson2007-07-15 22:34:30 +00:00
a80d38f799
- reloading now refreshes weak native binds - fixed a crash bug when unloading a plugin being pointed to by weak ntvrefs in another plugin
David Anderson2007-07-15 21:29:49 +00:00
430e63d6cd
fixed crash bug when unloading a plugin with a weak ntvref
David Anderson2007-07-15 20:27:11 +00:00
a55ebc0c96
Partly addressed amb197 - added network string table natives to SDKTools (Wow, I don't like this code)
Scott Ehlert2007-07-15 07:44:17 +00:00