74 Commits (81465e621b7ef3a9d043eb24255fd7b38eb44efc)

Author SHA1 Message Date
NadnerbD 3e15b5d318 Fixed memory leak, plString is nice 13 years ago
NadnerbD c9b4c0a92d NewKey can take a plString, so no need to convert to const char* 13 years ago
Darryl Pogue 404cd09f1c Move plEncryption to pnEncryption. 13 years ago
Darryl Pogue f4878166d5 Don't use pnUtils for MD5 checksumming. 13 years ago
Joseph Davies 036a1d38fc Clean up python binding for image-loading functions. 13 years ago
Joseph Davies 3b22256085 Add python function glue to allow loading PNG images from disk. 13 years ago
Joseph Davies 08fa25a737 Fix a potential crash in pyVaultImageNode. 13 years ago
Michael Hansen ad66286a17 Fix several errors and warnings from GCC compilation 13 years ago
Michael Hansen be4b0732d5 Fix string usage that was broken from enabling the Max plugin build 13 years ago
Darryl Pogue f3b3b2a354 Fix the Py_ssize_t issues. 13 years ago
Adam Johnson e2b9bba70c ptStatusLog now supports unicode objects and string objects 13 years ago
Darryl Pogue b5ff772f47 Fix pfPython to compile on Linux. 13 years ago
Adam Johnson eeaae57cc3 Be less anal--use PyNumber instead of PyLong 13 years ago
Adam Johnson a64b909f4f Now all the kids can play with ConvertString (and some others) 13 years ago
Michael Hansen e34414889f Convert plUoid's object name to a plString 13 years ago
Adam Johnson 29064590c5 Add PyUnicode support to ptPlayer.__init__ 13 years ago
Michael Hansen 442a733fbb Add more temporary hack macros to help speed up conversion and testing 13 years ago
Michael Hansen a1852ad385 Convert plUUID and its cascade of dependencies to plString 13 years ago
Darryl Pogue f4ff65ccbc Replace MemSet with memset. 13 years ago
Darryl Pogue 5013a978eb Get rid of NEW(), TRACKED_NEW, and ZERO(). 13 years ago
Darryl Pogue 8a3f0cfd5b Get rid of DEL() and FREE() macros. 13 years ago
Adam Johnson be26b145df HeadSpin.h is now the core header. 13 years ago
Adam Johnson 2f53a10fb6 Convert hsConfig defines to cmake -- fixes #93 13 years ago
Adam Johnson e020651e4b Eliminate hsScalar and hsFixed 13 years ago
Adam Johnson 5027b5a4ac Convert custom HeadSpin integer types to standard types from stdint.h 13 years ago
Adam Johnson ec0aecd202 Make pyVault::RegisterOwnedAge a blocking operation 13 years ago
Adam Johnson f45679a54f Make pyVault::AddChronicleEntry a blocking operation to avoid a race 13 years ago
Darryl Pogue 89e42ed361 Move plCreatableUUID somewhere less annoying. 13 years ago
Joseph Davies 29de5fbc07 Remove unused platform code (MacOS9, PS2, XBox). 13 years ago
Darryl Pogue 8a28ba9e89 Move plUUID to pnUUID. 13 years ago
Joseph Davies e462ef04b3 Fix Endian functions names in hsTypes and hsStream. 13 years ago
CyanWorlds eb2767a5f7 Open source re-licensing 13 years ago
Adam Johnson e3c65ac817 Separate KeyEvents and KeyPresses 13 years ago
Darryl Pogue 8a6117358b Various string/printf fixes. 13 years ago
Darryl Pogue 24ab78b3f3 Fix Python key map. 13 years ago
Darryl Pogue d0d12d24c6 Const strings for Python function names. 13 years ago
Michael Hansen 4b7c744119 Fix compatibility with Python 2.3 13 years ago
Darryl Pogue e6a625674f Syntax fixes for FeatureLib. 13 years ago
Joseph Davies b84bb5da99 Add Python function and glue for PNG saving. 13 years ago
Christian Walther 9adb8efd5d Change the fSecs field of plUnifiedTime from UInt32 to time_t. 13 years ago
Adam Johnson 03d1043c81 Fix for when Python gives us strings that aren't null terminated 13 years ago
Adam Johnson 99507d9e95 PtSendRTChat now accepts a unicode object 13 years ago
Adam Johnson a29a7deda0 Use unicode for key events despite the fact that our current Plasma20 fonts only support latin-1 13 years ago
Branan Purvine-Riley c5ceb00cbd Add package import support to our PEP 302 hook 13 years ago
Bartek Bok 8271ba40d9 Bypass overeager optimization 13 years ago
Bartek Bok eab59fca2d Fix for ptMatrix44 getData and setData 13 years ago
Adam Johnson b10b464070 Don't need to INCREF when we're only holding for the duration of the function 14 years ago
Adam Johnson 243613a56a PEP 302 import hooks for python.pak and a Py_MARSHAL_VERSION fix 14 years ago
Branan Purvine-Riley aeff8224b2 modernize python initialization 14 years ago
Adam Johnson 799a3d13b4 Remove UInts from the heap in the callback code 14 years ago