Commit Graph

  • ec0aecd202 Make pyVault::RegisterOwnedAge a blocking operation Adam Johnson 2012-01-15 18:37:20 -0500
  • f45679a54f Make pyVault::AddChronicleEntry a blocking operation to avoid a race condition Adam Johnson 2012-01-15 18:35:05 -0500
  • 2290aab5a8 Fix avatar clothing bounds test. Skoader 2012-01-15 00:15:50 -0500
  • 0e11edf24e Merge pull request #115 from Hoikas/securepreloader Branan Purvine-Riley 2012-01-10 19:59:46 -0800
  • d7fa8cb613 Implement new pfSecurePreloader Adam Johnson 2012-01-07 23:56:39 -0500
  • e28993aab5 Tighten up plStreamSource::GetFile for internal clients Adam Johnson 2012-01-09 01:24:20 -0500
  • 51e89d630e Add wchar version of plFileUtils::StripExt Adam Johnson 2012-01-09 00:19:58 -0500
  • a2c819ac26 Make hsRAMStream's read() NOT throw an exception. We now match hsUNIXStream::Read()'s functionality Adam Johnson 2012-01-08 18:11:00 -0500
  • 83ff761632 Allow plSecureStream to open any arbitrary hsStream in read-only mode Adam Johnson 2012-01-07 23:55:23 -0500
  • 3508df1c16 Allow computing md5 hashes from hsStream derived classes Adam Johnson 2012-01-07 23:54:38 -0500
  • d420ac6da7 Fix for inserting newlines into KI notes Florian Meissner 2012-01-08 16:39:23 -0500
  • 045feb4b13 Merge pull request #112 from Deledrius/resource_error Branan Purvine-Riley 2012-01-08 00:27:51 -0800
  • 4b8c0a8ab6 Merge pull request #108 from branan/seqprefix Adam Johnson 2012-01-07 16:14:59 -0800
  • 5e04f987e0 Merge pull request #111 from dpogue/drawable-linux Adam Johnson 2012-01-07 16:00:44 -0800
  • f4639698e4 Show notification when missing required resource data file. Joseph Davies 2012-01-04 23:20:49 -0800
  • 6f5643debd ifdef some Win32 InputCore stuff for plDrawable. Darryl Pogue 2012-01-04 21:37:52 -0800
  • 30052e1ca4 Merge pull request #109 from Mystler/plFontConverter Branan Purvine-Riley 2012-01-03 14:46:41 -0800
  • afef1efb91 Ignore .aps files that are autogenerated by Visual Studio from .rc files Adam Johnson 2012-01-03 17:36:16 -0500
  • 30faa99367 update comment describing sequence number Branan Purvine-Riley 2012-01-03 01:39:15 -0800
  • b11881d9a3 Increase allowable sequence prefix range Branan Purvine-Riley 2012-01-03 01:18:47 -0800
  • 61da0883d8 Merge pull request #105 from dpogue/netbase Adam Johnson 2011-12-30 23:17:14 -0800
  • e02141055a Use premultiplied alpha for plDynamicTextMaps on GUI controls. Christian Walther 2011-12-30 15:10:47 +0100
  • 1f0277e3e0 Pixel-accurately clip characters to the available space instead of omitting whole characters that stick out. Christian Walther 2014-04-03 22:17:45 +0200
  • db5e451622 Fix #303 Adam Johnson 2013-07-04 18:14:58 -0400
  • 5f5dd2745f Restore include paths and libraries for WinHttp and Ogg/Vorbis, eliminated by the conflict resolution in 8a7d72003333 Christian Walther 2014-01-02 12:36:17 +0100
  • 6ebf8ae3a3 Restore the OU changes to AllClient-ou.sln that were lost in AllClient.sln 8a7d72003333/e7bb0959f189 Christian Walther 2014-01-02 11:24:15 +0100
  • 9ea22b7f65 Copy AllClient.sln to AllClient-ou.sln Christian Walther 2014-01-02 10:48:37 +0100
  • 015acf9c7f Link DX libraries using library search paths rather than by their full paths, as for some reason Cyan appears to have them in DX9.0c/Lib while we have them in DX9.0c/Lib/x86. See also e7bb0959f189. Christian Walther 2014-01-01 23:55:31 +0100
  • 5a10e2095a Link eax.lib and eaxguid.lib using #pragma comment(lib) rather than naming them in the linker options (brought back by e7bb0959f189). This is evil, but in the absence of more appropriate features (vsprops) in VS 2003 allows us to avoid separate projects or configurations for the cases with/without EAX and all the duplication that would bring with it. Christian Walther 2014-01-01 23:36:09 +0100
  • 8096f8b77d Restore parts of pfCCR that are still needed by other projects, undoing part of 791583dea277: - plCCRMgr.h which is still needed by plAvatarMgr.cpp (plCCRError only - if there is more in this file at Cyan, that definition should be split out into a separate header) - Stubs for pyCCRMgr{|Glue|Glue2}.cpp which are still part of the pfPython project as well as pfCCRConsoleCommands.cpp which is still part of the pfConsole project. This is under the assumption that these files still exist with nontrivial contents at Cyan - if not, they could just be removed from the projects. Requires adjustment by Cyan to build with PLASMA_CCR_RELEASE. - Put more missing includes and calls under #ifdef PLASMA_CCR_RELEASE Christian Walther 2014-01-01 21:14:13 +0100
  • 68f59ef839 Restore OpenAL include paths that were eliminated by the conflict resolution in 8a7d72003333. Should have no influence when building with EAX_SDK_AVAILABLE. Christian Walther 2014-01-01 18:17:23 +0100
  • b0b8ed6306 Remove preprocessor definition EAX_SDK_AVAILABLE, undoing most of 52c6f0317f79 Christian Walther 2014-01-01 12:25:56 +0100
  • 189c9b0221 Merge MOULa build 918 from Cyan Christian Walther 2014-01-02 23:43:54 +0100
  • 9743c73a44 Remove Bink stubs in anticipation of cyantific debinkification Christian Walther 2014-01-02 23:34:39 +0100
  • f50eaba306 Remove some apparently needless differences to Cyan's projects (from ef365800375c) Christian Walther 2014-01-02 23:31:38 +0100
  • e0b363f3a2 Merge Cyan's monolithic Build 918 commit and its broken down version. build918chunks Christian Walther 2013-12-31 16:57:05 +0100
  • 7bc602870d Build 918 chunk 17: Define EAX_SDK_AVAILABLE Christian Walther 2013-12-31 16:21:33 +0100
  • e37277050d Build 918 chunk 16: Remove Bink references from projects, enclose uses of video functionality in #ifdef USE_BINK_SDK Christian Walther 2013-12-31 16:10:39 +0100
  • a270bbbe5c Build 918 chunk 15: Miscellaneous odds and ends Christian Walther 2013-12-31 15:55:52 +0100
  • 660f19a72a Build 918 chunk 14: Change dx9.0csdk and dx8.1sdk paths to DX9.0c Christian Walther 2013-12-31 15:48:49 +0100
  • f2dd437321 Build 918 chunk 13: Define NX_PHYSICS_SDK_VERSION Christian Walther 2013-12-31 15:42:46 +0100
  • 47b02dfc68 Build 918 chunk 12: Change CLASS_C_SUBNET_MASK Christian Walther 2013-12-31 15:41:01 +0100
  • 0525163e56 Build 918 chunk 11: Unconditionally enable LogMsgDebug() Christian Walther 2013-12-31 15:35:35 +0100
  • 2cabf18bfa Build 918 chunk 10: Remove pfCCR Christian Walther 2013-12-31 15:32:02 +0100
  • 31fd3e28c7 Build 918 chunk 9: Remove empty folders plGClip, Cypython, PythonLib Christian Walther 2013-12-31 15:27:27 +0100
  • 071410a4d8 Build 918 chunk 8: Add OpenSSL include folder, replace libcrypto.a by libeay32.lib Christian Walther 2013-12-31 15:22:48 +0100
  • a72cbd9248 Build 918 chunk 7: Add project plPluginJPEG and use it in AllDlls.sln Christian Walther 2013-12-31 14:47:01 +0100
  • bb96412ffc Build 918 chunk 6: Use libjpeg instead of IJL Christian Walther 2013-12-31 14:32:37 +0100
  • c30992af4d Build 918 chunk 5: Adjustments to updated zlib+libpng Christian Walther 2013-12-31 12:49:08 +0100
  • ff38a5f9d2 Build 918 chunk 4: Build number, release notes Christian Walther 2013-07-27 18:18:01 +0200
  • 1ba92e5a66 Build 918 chunk 3: Add plClientResMgr where forgotten in CWE-ou Christian Walther 2013-07-27 18:16:57 +0200
  • ece6e6c063 Build 918 chunk 2: update from CWE-ou Christian Walther 2013-07-27 16:57:46 +0200
  • c8611a072b Build 918 chunk 1: Revert MsDevProjects to (almost) the state of build 906 (0a67197a0c11) Christian Walther 2013-07-24 22:22:58 +0200
  • 46a0cf6206 Build 918 CyanWorlds 2013-07-05 15:28:19 -0700
  • 3b89e66d2d Tag begin and end of the submission to Cyan Christian Walther 2013-04-25 12:58:11 +0200
  • f44eea59b9 Merged in cwalther/cwe/window-cursor (pull request #25) Christian Walther 2013-04-12 20:41:04 +0200
  • 499432b4f0 Merged in Lyrositor/cwe-ou/exploit-fix (pull request #24) Christian Walther 2013-04-12 20:39:04 +0200
  • bb044d2932 Merged in Skoader/cwe-ou/avatar-spawn (pull request #22) Christian Walther 2013-04-12 20:16:30 +0200
  • 96ae8a88ed Merged in Skoader/cwe-ou/avatar-physics (pull request #20) Christian Walther 2013-04-12 20:15:35 +0200
  • 2d38c34b3c Merged in cwalther/cwe/bink-stub (pull request #27) Skoader 2013-01-20 22:26:06 +1100
  • f03a837642 Add more functionality to the bink stubs to make them behave more like the previous implementation did when built without BINK_SDK_AVAILABLE. bink-stub Christian Walther 2012-12-18 15:49:41 +0100
  • 30d140b8a0 stub out plClient Bink support Adam Johnson 2012-12-15 23:58:34 -0500
  • 7a47e52ac6 Rework PhysX collision flutter bug workaround avatar-physics Skoader 2012-11-12 03:28:53 +1100
  • 2c06d3b2d3 Only apply height correction to human avatars. Skoader 2012-11-12 01:40:30 +1100
  • 79377e2b95 Clear achieved linear velocity on disabled avatars. Skoader 2012-11-11 23:48:51 +1100
  • 3d14321f26 Clear impact velocity on WalkingStrategy Reset. Skoader 2012-11-11 22:59:04 +1100
  • d638355955 Track mouse ups/downs for releasing purposes window-cursor Adam Johnson 2012-11-03 01:22:56 -0400
  • 03ecfe00b4 Increase height correction to match graphical representation Skoader 2012-10-26 18:13:22 +1100
  • 860b071bb2 Clear linear velocity after each update. Skoader 2012-10-26 18:03:40 +1100
  • d02cde1703 Disabled avatar updates Skoader 2012-10-26 17:36:04 +1100
  • 32ba4e06e2 Fix controlled flight bug Skoader 2012-10-26 10:48:30 +1100
  • a617803fd0 Capture the mouse on clicks Adam Johnson 2012-10-23 23:21:50 -0400
  • ae8d1d39bb Fix intermittent spawn bug avatar-spawn Skoader 2012-10-23 14:22:22 +1100
  • b5296d614f Fix warping an avatar triggers all detectors along the path Skoader 2012-10-23 13:45:21 +1100
  • 87b8dfae09 Fix subworld transition bug Skoader 2012-10-22 12:57:16 +1100
  • 025fb1fb02 Improve simulation timing at low frame rates. Skoader 2012-10-13 21:21:33 +1100
  • 264bc3355a Fix horizontal mouse-look while standing still. Christian Walther 2012-09-28 22:44:23 +0200
  • 23f4d22b9b Make Python.Cheat little bit safer exploit-fix Bartek Bok 2012-07-24 23:40:43 +0200
  • c3589e3fc4 Remove Python.RunFile Bartek Bok 2012-07-24 21:17:51 +0200
  • 431bb5ff90 Merged in Skoader/cwe-ou/window-size (pull request #18) Christian Walther 2012-10-13 00:47:35 +0200
  • 1d309e3ce5 Merged in Skoader/cwe-ou/window-cursor (pull request #21, update for #17) Christian Walther 2012-10-13 00:33:55 +0200
  • 78bfdad9c4 Merged in cwalther/cwe/cursors2 (pull request #10) Christian Walther 2012-10-13 00:28:09 +0200
  • 368d757bf8 Merged in Lyrositor/cwe-ou/jpeg (pull request #15) Christian Walther 2012-10-13 00:14:10 +0200
  • ca58d0e701 Merged in Lyrositor/cwe-ou/clickables-afk (pull request #14) Christian Walther 2012-10-13 00:10:46 +0200
  • a3592d9a0a Merged in Skoader/cwe-ou/msvc10 (pull request #11) Christian Walther 2012-10-13 00:08:52 +0200
  • 3cf35d0bc0 Merged in Lyrositor/cwe-ou (pull request #12) Christian Walther 2012-10-13 00:04:54 +0200
  • 76ee9975b7 Window shouldn't have a resizing border. window-size Skoader 2012-10-02 12:11:30 +1000
  • 7f3d416290 Fix no cursor when not the top level window. Skoader 2012-09-27 22:40:37 +1000
  • ec29c270e4 Fix clicking on the title bar does not activate the window. Skoader 2012-09-27 22:32:41 +1000
  • 357d4aa7d1 Fix no cursor on window frame and title bar. Skoader 2012-09-27 22:25:38 +1000
  • 91a4f8ab3e Update MSVC10 projects. cursors2 Christian Walther 2012-07-01 20:52:45 +0200
  • 48ded426a9 Merge msvc10 into cursors2 Christian Walther 2012-06-24 16:01:01 +0200
  • eba0968808 Avoid truncated window size after going from fullscreen to a window of the same size. Christian Walther 2012-06-17 00:38:07 +0200
  • e92dc59db2 Updated plPXPhysicalControllerCore to match 69377bc74f2e Skoader 2012-06-16 21:48:32 +1000
  • 383346c1aa Refactor avatar movement code Skoader 2012-06-16 13:35:59 +1000
  • 97b9503cb1 Merge MOULa build 912 from Cyan Christian Walther 2012-06-15 10:24:25 +0200
  • 68ba122afe Build 912 CyanWorlds 2012-06-14 17:09:15 -0700
  • 367c3df020 Add MSVC10 plClipboard project. msvc10 Skoader 2012-05-28 16:13:51 +1000
  • 5cdd8f90fd Merge default into msvc10 Skoader 2012-05-28 13:11:16 +1000
  • baa7ea7ca0 Conditionally define the old ref macro to avoid breaking unreleased code that may still use it. For compatibility only. Use REF instead. See e158881def12. Skoader 2012-05-25 17:22:17 +1000