1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-19 11:49:09 +00:00

Commit Graph

  • 0f68e5ae13 These got missed... Adam Johnson 2012-02-18 02:49:55 -05:00
  • 46ca15c61c Kill pnCrashExe. Darryl Pogue 2012-02-17 23:44:27 -08:00
  • 1687426987 Kill pnNetLog. Darryl Pogue 2012-02-17 23:41:36 -08:00
  • 7720981324 Fixes #151 Adam Johnson 2012-02-16 19:59:21 -05:00
  • 1efd2b6684 Support utf8 TOS.txt files Adam Johnson 2012-02-16 19:49:26 -05:00
  • 85136f8050 Merge pull request #152 from Hoikas/fix-moula Michael Hansen 2012-02-15 18:19:10 -08:00
  • 23911b0a49 Actually fix it, thanks to Zrax and Paradox Adam Johnson 2012-02-15 01:46:18 -05:00
  • 8bf78c0e35 Fix plStringStream for the case of adding a '\0' char non-destructively Michael Hansen 2012-02-14 22:15:07 -08:00
  • 81465e621b Add case conversion functionality Michael Hansen 2012-02-13 20:18:41 -08:00
  • ccf5f59fda Merge pull request #149 from Hoikas/physx NadnerbD 2012-02-13 18:13:23 -08:00
  • 40933d6612 Merge pull request #144 from Deledrius/vault_png Adam Johnson 2012-02-13 08:52:17 -08:00
  • 3e15b5d318 Fixed memory leak, plString is nice NadnerbD 2012-02-12 21:45:48 -05:00
  • 80213f3edd Fix weird jitters when jumping and kicking Adam Johnson 2012-02-11 22:40:42 -05:00
  • 7dcf2e66a3 Greatly simplify collision detectors Adam Johnson 2012-02-11 22:22:22 -05:00
  • 1b0e139ae5 Only send out one collide msg per frame Adam Johnson 2012-02-11 19:46:32 -05:00
  • 9795b4e7fc Fix unsafe cleanup in ~plCameraRegionDetector Adam Johnson 2012-02-11 17:25:11 -05:00
  • 8ec1a92359 Rewrite kickable force stuff... Adam Johnson 2012-02-11 01:21:06 -05:00
  • 0689901c5e Band-aid for poorly modelled stairs Adam Johnson 2012-02-11 01:18:29 -05:00
  • b907f8978a Fix landing behaviors Adam Johnson 2012-02-11 01:08:47 -05:00
  • a2a7bd7e77 Merge pull request #150 from dpogue/pnEncryption Adam Johnson 2012-02-12 22:06:06 -08:00
  • e985616107 Fix errors. Darryl Pogue 2012-02-12 18:32:07 -08:00
  • ee338c9adf Fix some casting errors. Darryl Pogue 2012-02-12 15:26:47 -08:00
  • 39e8dd1b3c Remove all the Digest stuff from pnUtCrypt. Darryl Pogue 2012-02-12 15:23:31 -08:00
  • 7a5d61f7c8 Move plRandom into pnEncryption. Darryl Pogue 2012-02-12 15:23:02 -08:00
  • 4a1b36b284 Move half of the Challenge Hash stuff. Darryl Pogue 2012-02-12 01:19:22 -08:00
  • c9b4c0a92d NewKey can take a plString, so no need to convert to const char* NadnerbD 2012-02-12 01:58:37 -05:00
  • 1b22f044f0 Fix conflicting ShaDigest types. Darryl Pogue 2012-02-11 23:15:06 -08:00
  • 404cd09f1c Move plEncryption to pnEncryption. Darryl Pogue 2012-02-11 23:14:11 -08:00
  • 0bede93022 Merged with master and plString NadnerbD 2012-02-12 01:57:16 -05:00
  • d2243c459b Added plSHA project, and clean up pnUtCrypt usage. Darryl Pogue 2012-02-11 22:31:29 -08:00
  • f4878166d5 Don't use pnUtils for MD5 checksumming. Darryl Pogue 2012-02-11 21:58:30 -08:00
  • 76a754f55a Added plSHAChecksum and plSHA1Checksum. Darryl Pogue 2012-02-11 21:57:28 -08:00
  • 4b8b5027be Build plMD5. Darryl Pogue 2012-02-11 19:52:36 -08:00
  • b29eb95acc Zrax fails Michael Hansen 2012-02-11 14:33:23 -08:00
  • 053600d952 Merge pull request #146 from zrax/plString NadnerbD 2012-02-11 14:07:49 -08:00
  • 6b259f4699 Merge remote-tracking branch 'origin/master' into plString Michael Hansen 2012-02-11 13:50:29 -08:00
  • 4b70d592c9 Fix some %s errors in plPhysX Michael Hansen 2012-02-11 13:31:43 -08:00
  • 036a1d38fc Clean up python binding for image-loading functions. Joseph Davies 2012-02-10 13:53:04 -08:00
  • deb28a85a5 Merge pull request #145 from Hoikas/physx Branan Purvine-Riley 2012-02-10 10:13:25 -08:00
  • 8f2d4a6712 Revert hacks and do it right. Adam Johnson 2012-02-10 12:47:35 -05:00
  • e733ca824b More panic link fixes Adam Johnson 2012-02-10 12:45:14 -05:00
  • 3b22256085 Add python function glue to allow loading PNG images from disk. Joseph Davies 2012-02-10 00:12:52 -08:00
  • cb697523f9 Add PNG support to the VaultImageNode functions. Joseph Davies 2012-02-09 23:50:55 -08:00
  • 08fa25a737 Fix a potential crash in pyVaultImageNode. Joseph Davies 2012-02-09 23:47:22 -08:00
  • 1511459ffd Fix String concatenation dereference bug Michael Hansen 2012-02-09 22:44:57 -08:00
  • 247749934b Fix pnUUID compilation on Linux Michael Hansen 2012-02-09 21:29:23 -08:00
  • 77cd055a27 Merge remote-tracking branch 'origin/master' into plString Michael Hansen 2012-02-09 20:57:21 -08:00
  • ad66286a17 Fix several errors and warnings from GCC compilation Michael Hansen 2012-02-09 00:56:03 -08:00
  • b2d2a0cc2f Merge pull request #143 from Hoikas/unlock-framerate Branan Purvine-Riley 2012-02-08 22:51:42 -08:00
  • 3788ef10a3 The eap sucks commit! Adam Johnson 2012-02-09 00:25:33 -05:00
  • d4dabfb047 That looks dangerous... Adam Johnson 2012-02-09 00:21:41 -05:00
  • 436729d6d0 Merge pull request #142 from Hoikas/physx Branan Purvine-Riley 2012-02-06 19:02:55 -08:00
  • 54b5e4cf24 Fix Gira basket explosions Adam Johnson 2012-02-06 21:44:13 -05:00
  • 8cbde377ef Fix an obvious memory leak. Adam Johnson 2012-02-06 21:17:08 -05:00
  • 9fea5d1edd Merge pull request #139 from Hoikas/pfpy-strex NadnerbD 2012-02-06 16:10:13 -08:00
  • 33dbdce2f1 Really fix those bizarre panic links Adam Johnson 2012-02-06 18:49:37 -05:00
  • e6ebf7ffaf Merge remote-tracking branch 'origin/master' into plString Michael Hansen 2012-02-05 22:01:09 -08:00
  • be4b0732d5 Fix string usage that was broken from enabling the Max plugin build Michael Hansen 2012-02-05 21:53:54 -08:00
  • b2e8edb725 I blame the QA Kitty for letting this one slip through... Adam Johnson 2012-02-05 19:59:15 -05:00
  • e0567a2ec9 Merge pull request #141 from branan/mingw Adam Johnson 2012-02-05 16:27:16 -08:00
  • 091b90efd2 Fix function conflict with win32 headers branan 2012-02-05 14:51:31 -08:00
  • 6654f41dce Fix a DirectX/VS/MinGW problem. Darryl Pogue 2012-02-05 14:38:18 -08:00
  • bf09905db4 Merge branch 'pnUtils_must_die' into mingw Darryl Pogue 2012-02-04 23:18:54 -08:00
  • 53c8c1aa9b Fix a problem linking plNetCommMsgs. Darryl Pogue 2012-02-04 23:17:50 -08:00
  • c815fd8a14 More minGW fixes. Darryl Pogue 2012-02-04 23:16:53 -08:00
  • a6cadfa403 Merge branch 'pfPython_linux' into mingw Darryl Pogue 2012-02-04 21:06:37 -08:00
  • f3b3b2a354 Fix the Py_ssize_t issues. Darryl Pogue 2012-02-04 21:05:12 -08:00
  • 8e05891be0 FIXME: Hack for MinGW. Darryl Pogue 2012-02-04 20:06:39 -08:00
  • a1b500da49 More MinGW fixes. Darryl Pogue 2012-02-04 20:06:15 -08:00
  • e97e3c7c76 Merge remote-tracking branch 'origin/pfPython_linux' into mingw Darryl Pogue 2012-02-04 19:18:12 -08:00
  • de2b7c3471 Fix plPipeline under minGW. Darryl Pogue 2012-02-04 19:17:24 -08:00
  • d39a8ab298 Fix some minGW bugs. Darryl Pogue 2012-02-04 19:16:50 -08:00
  • 8416c8ed42 Fixes for MinGW's flawed _WIN32_WINNT stuff. Darryl Pogue 2012-02-04 19:15:35 -08:00
  • b27fc17b00 Some fixes for the Win32 branch of pnUtils. Darryl Pogue 2012-02-04 19:13:58 -08:00
  • e2b9bba70c ptStatusLog now supports unicode objects and string objects Adam Johnson 2012-02-04 17:57:22 -05:00
  • 383ef67790 Merge pull request #138 from branan/patcher-cleanup Branan Purvine-Riley 2012-02-04 10:18:03 -08:00
  • e6f3194833 Only shutdown external clients on link fail branan 2012-02-04 09:41:18 -08:00
  • 7519fe403b Merge pull request #136 from Deledrius/defaultres Branan Purvine-Riley 2012-02-04 09:14:07 -08:00
  • 2599bfbd7a Add an error message for NCAgeJoiner failures Adam Johnson 2012-02-03 23:24:49 -05:00
  • 1f78a76737 Handle failed downloads better Adam Johnson 2012-02-03 23:23:57 -05:00
  • db29c9d325 Change default fullscreen resolution to use desktop settings. Joseph Davies 2012-02-03 11:53:20 -08:00
  • 3e811a4a87 More PhysX region tweaks Adam Johnson 2012-02-03 09:44:22 -05:00
  • 732103b4d5 Merge pull request #134 from NadnerbD/master Branan Purvine-Riley 2012-02-01 18:53:33 -08:00
  • 02118488bd prevent pfConsole from crashing when inserting text into a max length line NadnerbD 2012-02-01 20:44:49 -05:00
  • b9734786a8 Merge pull request #133 from NadnerbD/master NadnerbD 2012-02-01 02:41:00 -08:00
  • be9dca97e8 Separated line histories for python and normal console modes NadnerbD 2012-02-01 00:13:58 -05:00
  • b5ff772f47 Fix pfPython to compile on Linux. Darryl Pogue 2012-01-31 00:00:03 -08:00
  • 2493cf8f73 Some fixes for pfConsole. Darryl Pogue 2012-01-30 23:59:20 -08:00
  • b0873cf64e Merge pull request #132 from NadnerbD/master Branan Purvine-Riley 2012-01-30 23:56:37 -08:00
  • 84849b2238 Lined up the input line with the output buffer NadnerbD 2012-01-31 02:35:16 -05:00
  • 6750a033d2 Fixed python multi-line entry by preventing double enter events NadnerbD 2012-01-31 02:34:19 -05:00
  • 5301d05dd4 Merge pull request #131 from Hoikas/physx Branan Purvine-Riley 2012-01-30 19:11:50 -08:00
  • 18b5a02479 Fix the Relto panic link weird stuff Adam Johnson 2012-01-30 21:46:34 -05:00
  • f27eb12eb1 Merge pull request #130 from Hoikas/patcher-cleanup Branan Purvine-Riley 2012-01-29 18:14:35 -08:00
  • 0787aa10e9 Add and Remove PRPs from the ResManager appropriately Adam Johnson 2012-01-29 20:29:46 -05:00
  • 704a49fe73 Fix plVault. Darryl Pogue 2012-01-29 17:21:37 -08:00
  • f58161ace0 Fix pnUtils for clang. Darryl Pogue 2012-01-29 17:21:07 -08:00
  • bb0ed04a52 Fix some things which got missed from debug builds Michael Hansen 2012-01-29 17:00:13 -08:00
  • cdfc15078e Merge pull request #128 from Hoikas/ptplayer-init Branan Purvine-Riley 2012-01-29 16:43:49 -08:00
  • eeaae57cc3 Be less anal--use PyNumber instead of PyLong Adam Johnson 2012-01-29 16:47:02 -05:00