a922213760Fixed linux build
Scott Ehlert
2007-07-25 21:12:40 +0000
3dc24ac251removed the localhost line
David Anderson
2007-07-25 20:25:02 +0000
78d054e077added amb416 - SlapPlayer()
David Anderson
2007-07-25 20:23:34 +0000
c36a203276Possible fix for amb674 - RemovePlayerItem crash
Scott Ehlert
2007-07-25 08:55:37 +0000
4c0d67f99fforgot this macro
Borja Ferrer
2007-07-25 05:22:19 +0000
0896da915afixed divine bug amb657, having a misaligned stack would crash on SSE instructions
Borja Ferrer
2007-07-25 05:02:58 +0000
d8b18c91a0fixed a small crash bug when unloading
David Anderson
2007-07-25 04:32:54 +0000
9ce839e331disabled stack recursion detection for now - found a case where it breaks :(
David Anderson
2007-07-25 02:48:52 +0000
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 Anderson
2007-07-25 01:18:11 +0000
39f7d51747added amb403 (sm_reloadadmins)
David Anderson
2007-07-24 22:20:58 +0000
48d71cae26finished a(nother) rewrite of how players authenticate. name-based authentication has been added and passwords work fully now.
David Anderson
2007-07-24 20:11:47 +0000
9ef04b07e7added password support
David Anderson
2007-07-24 17:05:46 +0000
9c44d29b23fixed a small bug in GetArrayCell/PushArrayCell that caused cell/char to be swapped
David Anderson
2007-07-24 15:07:38 +0000
855060edbbcommitted the necessary IDBDriver changes for the last commit
David Anderson
2007-07-24 02:29:10 +0000
c3cd2ac4a3added amb670 (exposed IDBThreadOperation to extensions)
David Anderson
2007-07-24 02:24:37 +0000
8fa974961cinitial import of adt array natives for amb576
David Anderson
2007-07-24 01:18:28 +0000
78d6d2b6e2amb608 (MakeVectorFromPoints)
David Anderson
2007-07-23 22:25:32 +0000
0acc0eb453comment change to lightstyle code
David Anderson
2007-07-23 22:03:02 +0000
a6d582f174whoops, bug in lightstyle
David Anderson
2007-07-23 21:57:03 +0000
4527682421added request amb638 (SetLightStyle)
David Anderson
2007-07-23 21:51:22 +0000
a57acce746added amb444 - ForcePlayerSuicide()
David Anderson
2007-07-23 21:01:58 +0000
30b475ef35fixed bug amb659 (unloading parent extensions)
David Anderson
2007-07-23 20:20:45 +0000
8b758a079aNo comment worth mentioning for this one :x
Scott Ehlert
2007-07-23 19:38:02 +0000
416752a0ccFixed another issue with crashing on exit in relation to convars
Scott Ehlert
2007-07-23 19:34:26 +0000
172b3e8ab8new jit api versioning scheme for amb398
David Anderson
2007-07-23 19:12:54 +0000
b4ba442d3cOh, forgot this - added some missing code for SourceMM 1.5 version of rev 1151
Scott Ehlert
2007-07-23 18:56:20 +0000
b372d50f3cFixed 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 Ehlert
2007-07-23 18:30:02 +0000
921bf64df2Fixed 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 Ehlert
2007-07-23 17:38:06 +0000
54c3e17a14fixed amb664 - BOM markings were not properly ignored
David Anderson
2007-07-23 17:25:18 +0000
ee6f4cb1fafixed amb658 - timer_flag_no_mapchange conflicted with simulated ticking
David Anderson
2007-07-22 16:01:01 +0000
1a65cc5934oh no, missing license header
David Anderson
2007-07-22 02:01:18 +0000
d7512156e8Fixed amb667 - Forward called twice when returning Plugin_Stop in ET_Hook
Scott Ehlert
2007-07-21 21:48:26 +0000
5de1cc57ceFixed amb663 - crash when say or say_team command had no arguments
Scott Ehlert
2007-07-20 07:31:09 +0000
14cd175743Fixed amb665
Scott Ehlert
2007-07-20 06:21:43 +0000
76f7f8fbdbmaybe dox won't barf on this now
David Anderson
2007-07-19 23:42:10 +0000
1919b97e92fixed doc comment (:todo: fix non-pagination so these get drawn?)
David Anderson
2007-07-19 16:27:14 +0000
8e5a1d58beSDKTools Fixathon!
Scott Ehlert
2007-07-19 15:24:15 +0000
59f47dfd17fixed another translator cache issue
David Anderson
2007-07-19 03:22:10 +0000
c4a913231afixed various memory relocation corruption bugs in the translator
David Anderson
2007-07-19 02:08:42 +0000
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 Anderson
2007-07-19 00:34:44 +0000
0069612c95fixed a serious corruption bug in fastlink causing menus to corrupt memory after a while
David Anderson
2007-07-18 06:20:00 +0000
5fab1ce2c5Fixed VENCODE_FLAG_COPYBACK flag (SDKTools)
Scott Ehlert
2007-07-17 13:57:03 +0000
7a22603b22updated build script for adminhelp.sp
Borja Ferrer
2007-07-17 00:52:10 +0000
4bf15ee0bdpossible fix of amb537
Borja Ferrer
2007-07-16 21:32:17 +0000
e620951ddcadded amb359, admin help plugin
Borja Ferrer
2007-07-16 17:49:18 +0000
716233ec30Fixed amb640 - GetServerLanguage() native mistakenly had client as a parameter
Scott Ehlert
2007-07-16 04:25:00 +0000
387ac70d1eFixed linux build
Scott Ehlert
2007-07-16 04:22:16 +0000
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 Anderson
2007-07-16 02:06:02 +0000
399fb8a8e8fixed a bug where __pl_*_SetNTVOptional could not be called
David Anderson
2007-07-15 22:34:30 +0000
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 Anderson
2007-07-15 21:29:49 +0000
430e63d6cdfixed crash bug when unloading a plugin with a weak ntvref
David Anderson
2007-07-15 20:27:11 +0000
bf5a50b8c4renamed "user" to "client"
David Anderson
2007-07-15 18:55:13 +0000
d218f638b1added api to walk cmd list
David Anderson
2007-07-15 18:51:25 +0000
67397fbf0cfixed linux build
Borja Ferrer
2007-07-15 13:25:22 +0000
c2c59148b0Removed strange debugging code
Scott Ehlert
2007-07-15 08:00:26 +0000
662e5673f7Oops
Scott Ehlert
2007-07-15 07:48:15 +0000
a55ebc0c96Partly addressed amb197 - added network string table natives to SDKTools (Wow, I don't like this code)
Scott Ehlert
2007-07-15 07:44:17 +0000
1b4b16af47Fixed loonix build
Scott Ehlert
2007-07-15 03:07:58 +0000