Commit Graph

  • 07810ffd9c Apparently these need to be at the top to work in a purely command-line (msbuild) environment Michael Hansen 2014-05-04 22:59:32 -0700
  • f9129ae82a Fix const-ness of some pfPython GUI stuff. Darryl Pogue 2014-05-04 17:03:50 -0700
  • 36f9876705 Merge commit 'a1edba6' Michael Hansen 2014-05-03 15:42:56 -0700
  • 152e2fe0df Merge pull request #409 from Hoikas/coverity Michael Hansen 2014-05-03 13:29:23 -0700
  • f78deb37d3 Fix memory leak in Relto sharing Adam Johnson 2014-04-26 17:47:45 -0400
  • 783f0e9eb1 Fix unlikely plStateDescriptor leak Adam Johnson 2014-04-26 17:41:11 -0400
  • 4e35dbf528 Fix ConsoleTrigger memory leak Adam Johnson 2014-04-26 17:36:18 -0400
  • 133098c18e Fix pyMatrix44 memory leak Adam Johnson 2014-04-26 17:35:35 -0400
  • 31d0346762 Merge pull request #410 from zrax/pch_max_fixes Adam Johnson 2014-04-27 12:42:49 -0400
  • 6867be59f9 Fixes for Max plugin compilation when not using PCH Michael Hansen 2014-04-27 09:28:26 -0700
  • 5672bcb57e Fix Coverity issues with pfPatcher Adam Johnson 2014-04-24 20:40:51 -0400
  • 7e624a08a2 Merge pull request #390 from Hoikas/plMessage-headers Joseph Davies 2014-04-26 14:13:31 -0700
  • 45d26404c5 Merge pull request #392 from Lunanne/textrendering-clean Adam Johnson 2014-04-26 15:50:04 -0400
  • 3fceb7652c Const getters Anne Marije v/d Meer 2014-04-25 12:17:47 +0200
  • e26f479bb5 Make font flags available to Python in PlasmaConstants. Christian Walther 2014-04-12 10:22:07 +0200
  • 04647a1c98 Fix comment Hoikas Anne Marije v/d Meer 2014-04-25 11:57:33 +0200
  • bee6001b78 Fix ptGUIControl.setFontFlags(). Christian Walther 2014-04-10 22:59:37 +0200
  • 664339a4bd Move methods to pyGUIControl to pyGUIControlTextBox. Anne Marije v/d Meer 2014-04-09 11:21:28 +0200
  • 4e613d1899 add python api to set flags Anne Marije v/d Meer 2014-04-01 16:38:12 +0200
  • 0c8fc6d559 Undo the kRenderJustXForceLeft bugfix of 4 commits back. Christian Walther 2014-04-06 17:19:42 +0200
  • 1967178e37 Link shadowed text rendering to the plDynamicTextMap::kFontShadowed flag. Adam Johnson 2013-07-04 20:13:03 -0400
  • 6b4739aec9 Implement shadowed text rendering. Christian Walther 2012-01-25 22:16:19 +0100
  • 8c5286400a Use premultiplied alpha for plDynamicTextMaps on GUI controls. Christian Walther 2011-12-30 15:10:47 +0100
  • b34577103e 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
  • 4cd2b2f7dd Fix #303 Adam Johnson 2013-07-04 18:14:58 -0400
  • 54a1b99f56 Merge pull request #406 from Deledrius/Max7_VS12 Adam Johnson 2014-04-26 13:42:42 -0400
  • 81214699ae Fix scope on preprocessor variables for Max plugin. Joseph Davies 2014-04-25 21:56:23 -0700
  • d1c86267b3 Const getters Anne Marije v/d Meer 2014-04-25 12:17:47 +0200
  • a1edba6267 fix for g++: fix plVault LogMsg calls + remove useless wide char usage fix usage of plAvatarMgr::FindAvatar() and plLinkEffectsTriggerMsg::SetLinkKey() with temporary variables plNetServerSessionInfo.h need std::string fix plProgressMgr.h: NumLoadingFrames() have an useless class context information fix plSocket usage of non-standard NULL Vincent Munsch 2014-04-16 18:13:40 +0200
  • 683945fb7d Merge pull request #404 from dpogue/coverity Adam Johnson 2014-04-22 15:33:03 -0400
  • c3d8e7e161 Add different SetText values to MaxCompat header. Joseph Davies 2014-04-21 08:07:43 -0700
  • 58d79679d3 Use std math functions in Max plugin. Joseph Davies 2014-04-21 05:35:54 -0700
  • 8ed43ca9ab Merge pull request #405 from dpogue/readme Adam Johnson 2014-04-20 23:59:30 -0400
  • 8ea4f1ffc4 Merge pull request #398 from zrax/expat-utf8 Darryl Pogue 2014-04-20 20:56:49 -0700
  • 14950f4c44 Update README and add prepare_env scripts. Darryl Pogue 2014-04-20 19:30:56 -0700
  • d615f47dc4 Improve clarity of stat/_wstat64 return value. Darryl Pogue 2014-04-20 17:12:59 -0700
  • 87e2150948 Remove unneeded register keyword. Darryl Pogue 2014-04-20 17:12:23 -0700
  • b66a2ba9e3 Fix an uninitialized value in hsBounds. Darryl Pogue 2014-04-20 17:12:02 -0700
  • 5e8d75169c Use pointers instead of array syntax. Darryl Pogue 2014-04-20 17:11:34 -0700
  • fdd8279c57 Merge pull request #403 from dpogue/coverity_patches Darryl Pogue 2014-04-18 15:01:52 -0700
  • e28d5c36b5 Merge pull request #401 from zrax/max_cmake Darryl Pogue 2014-04-18 15:00:21 -0700
  • 9724b8e17b Fix uninitalized pointer assumed to be null in Listener.XMode console command Branan Purvine-Riley 2014-03-16 14:39:19 -0700
  • ff13a26e8a Add better error handling to app.event console command Branan Purvine-Riley 2014-03-16 14:38:49 -0700
  • 613b001678 Clean up plDistributor max/pl point interop Branan Purvine-Riley 2014-03-16 14:26:40 -0700
  • 7c0c1635ab Use the UTF-8 version of Expat Michael Hansen 2014-04-05 16:51:06 -0700
  • 6b2dedf547 Make font flags available to Python in PlasmaConstants. Christian Walther 2014-04-12 10:22:07 +0200
  • 192e4a252c Fix comment Hoikas Anne Marije v/d Meer 2014-04-25 11:57:33 +0200
  • 978edc1423 Only try to find the Max SDK if it was requested (and show the option to try to build it always) Michael Hansen 2014-04-11 23:07:24 -0700
  • c0b63e4237 Fix ptGUIControl.setFontFlags(). Christian Walther 2014-04-10 22:59:37 +0200
  • 020f8a1ba0 Move methods to pyGUIControl to pyGUIControlTextBox. Anne Marije v/d Meer 2014-04-09 11:21:28 +0200
  • 9b46e8e739 Merge pull request #397 from zrax/warnings Adam Johnson 2014-04-07 22:28:50 -0400
  • 50d16c3d1f Merge pull request #393 from dpogue/nix-fix Michael Hansen 2014-04-05 23:04:31 -0700
  • a58fe4653f Fix a clang warning in plPythonPack. Darryl Pogue 2013-12-26 23:58:49 -0800
  • c8d77714b9 Remove plFileSystem::GetTempFileName. Darryl Pogue 2014-04-05 20:30:45 -0700
  • f5e99ba9a3 Fixes for semaphores on *nix. Darryl Pogue 2013-12-26 23:49:03 -0800
  • 5594ce186e Added link to Roadmap wiki page. Darryl Pogue 2014-04-05 19:20:33 -0700
  • 39ff487ca8 add python api to set flags Anne Marije v/d Meer 2014-04-01 16:38:12 +0200
  • a0bbef1819 Undo the kRenderJustXForceLeft bugfix of 4 commits back. Christian Walther 2014-04-06 17:19:42 +0200
  • a58e9c643c Clean up some warnings, and make the CRT ones more relevant Michael Hansen 2014-03-16 14:35:15 -0700
  • ccdcd55a6a Merge pull request #394 from dpogue/mingw-fixes Michael Hansen 2014-03-04 18:36:54 -0800
  • a1e3fa6faf Various MinGW compile fixes. Darryl Pogue 2014-02-19 23:24:40 -0800
  • a4af9e4243 Merge pull request #391 from Mystler/fix Michael Hansen 2014-02-02 00:44:38 -0800
  • 7a59dbae41 I did it wrooong Florian Meißner 2014-02-02 09:40:32 +0100
  • 22f1be0542 Merge pull request #387 from Hoikas/animFun Adam Johnson 2014-01-31 19:51:16 -0800
  • cc6e92b20a Merge pull request #385 from Hoikas/patch-phailure Branan Purvine-Riley 2014-01-29 17:41:57 -0800
  • f1f7f3acd3 Fix fallout in 3dsm plugin Adam Johnson 2014-01-23 23:53:14 -0500
  • 86c77006c8 PCH-ize plMessage Adam Johnson 2014-01-23 23:33:58 -0500
  • f77bf620ec Remove unused NetCommMsg Adam Johnson 2014-01-23 22:56:07 -0500
  • 14b3d3f03c Fix unsafe cast Adam Johnson 2014-01-23 22:35:33 -0500
  • 51c594a3b3 First pass over plMessage headers. Adam Johnson 2014-01-23 22:08:24 -0500
  • fc06d95858 Merge pull request #388 from Hoikas/leaks Adam Johnson 2014-01-23 17:14:16 -0800
  • 97cff0e8a9 Merge pull request #389 from Mystler/plAvatar Adam Johnson 2014-01-23 16:59:26 -0800
  • cedc2482e3 Fixes for plAvatar Florian Meißner 2014-01-23 16:27:11 +0100
  • 3d1bcf1988 Whoops-a-birdy Michael Hansen 2014-01-22 20:59:25 -0800
  • 5d919f6d28 Fix leak in GetLinkToCity Adam Johnson 2014-01-22 19:15:29 -0500
  • 9e6200507b Fix potential leak in OfferLinkToPlayer Adam Johnson 2014-01-22 19:06:51 -0500
  • 571bdbab01 Fix leak in GetLinkToMyNeighborhood Adam Johnson 2014-01-22 19:02:23 -0500
  • febc871e52 Fix HGLOBAL leak in plClipboard Adam Johnson 2014-01-22 18:52:14 -0500
  • 05567a2881 Help Coverity figure out how auto string sizes work, and fix 64-bit portability at the same time Michael Hansen 2014-01-21 21:23:48 -0800
  • acb980332f Fix plMouseDevice crash Adam Johnson 2014-01-21 18:46:28 -0500
  • 37948af058 Merge pull request #382 from zrax/ReadSafeString_plString Adam Johnson 2014-01-21 15:29:40 -0800
  • 387e23061a Minor changes to hash and hash_i to avoid making a copy of the string data Michael Hansen 2014-01-16 18:25:10 -0800
  • 9e0330feea Plate resource plString Adam Johnson 2014-01-11 19:53:32 -0500
  • b10795b9cb Convert plClientResMgr to plString Adam Johnson 2014-01-07 23:17:00 -0500
  • 249f26c53f plString Hash for unordered containers Adam Johnson 2013-12-29 22:48:47 -0500
  • d7fdf10455 Convert ReadSafe(W)String* to the plString variants, and remove the now unneeded _TEMP variants. All safe strings read from hsStreams are now plStringified :) Michael Hansen 2014-01-12 18:39:33 -0800
  • dceb911f25 Clean up some crazy in plClientResMgr Michael Hansen 2014-01-12 18:12:43 -0800
  • f1131bbb25 Fix winmain use and a couple of remaining SafeStrings => plString Michael Hansen 2014-01-12 17:59:20 -0800
  • ae1bbdc1d6 Animation SDL variable names => plString Michael Hansen 2014-01-12 17:45:53 -0800
  • ef04cfcf84 Age Link info names => plString Michael Hansen 2014-01-12 15:13:04 -0800
  • f9a72e1a8f Repeatable emote animations... Adam Johnson 2014-01-19 19:35:38 -0500
  • 69e6381736 Implement Co-op animations via Python Florian Meißner 2012-02-02 20:27:44 +0100
  • 14392883a7 Add customizable finish message to avatar seeking Florian Meißner 2012-02-02 20:24:22 +0100
  • b6a371f49f Add animation loop functions to Python Florian Meißner 2011-11-30 15:20:12 +0100
  • 625319f99d NT6-proof PhysX_Setup.exe launch Adam Johnson 2014-01-19 14:48:04 -0500
  • 5021438dd7 SkipLoginDialog -- forgot to implement this one Adam Johnson 2014-01-19 14:45:05 -0500
  • d7aa9ac17c Handle smart pointers... Adam Johnson 2014-01-19 14:39:52 -0500
  • 7c6cb34cd1 Don't eat calls in hsAssert. Adam Johnson 2014-01-19 14:27:41 -0500
  • f35df2053c Merge pull request #384 from Mystler/gvalues Michael Hansen 2014-01-19 10:23:34 -0800
  • b0bffa0b5d Allow setting the G values for the servers in the server.ini Setting these values is optional. If they are not set in the ini file, default values will be used. This way, we don't have to change all our ini files. Florian Meißner 2014-01-19 10:06:33 +0100