198 Commits (9f276e2c57bda48177747a19951df85b015d74c9)

Author SHA1 Message Date
Darryl Pogue 87f050b55e Get rid of one hashtable in pfGameMgr. 12 years ago
Adam Johnson 69970aba43 Fix the George W. Bush bug 13 years ago
Bartek Bok 1a59bcd1a0 Engine part of chat name completion 13 years ago
Bartek Bok 860bba92fb Tiny fix, marginally related to rest of stuff 13 years ago
Bartek Bok 7295a38386 We now filter WM_CHARs containing control codes, so ignoring them in gui code is useless (even harmful) 13 years ago
Bartek Bok d8dd19e093 Basic clipboard functionality 13 years ago
Bartek Bok 5bd22e1912 Filter WM_CHAR messages with control characters. Fix multiline edit input for keyboard layouts using alt key 13 years ago
Adam Johnson 8c345dac3d Take this opportunity to vector-ize plVirtualCam1 13 years ago
Adam Johnson 8deeb6831a Disallow duplicate camera pushes 13 years ago
Adam Johnson 0f68e5ae13 These got missed... 13 years ago
NadnerbD 3e15b5d318 Fixed memory leak, plString is nice 13 years ago
Darryl Pogue 7a5d61f7c8 Move plRandom into pnEncryption. 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 c815fd8a14 More minGW fixes. 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
NadnerbD 02118488bd prevent pfConsole from crashing when inserting text into a max length line 13 years ago
NadnerbD be9dca97e8 Separated line histories for python and normal console modes 13 years ago
Darryl Pogue b5ff772f47 Fix pfPython to compile on Linux. 13 years ago
Darryl Pogue 2493cf8f73 Some fixes for pfConsole. 13 years ago
NadnerbD 84849b2238 Lined up the input line with the output buffer 13 years ago
NadnerbD 6750a033d2 Fixed python multi-line entry by preventing double enter events 13 years ago
Michael Hansen bb0ed04a52 Fix some things which got missed from debug builds 13 years ago
Adam Johnson eeaae57cc3 Be less anal--use PyNumber instead of PyLong 13 years ago
Darryl Pogue 75a3701f3e Fix pfJournalBook. 13 years ago
Darryl Pogue d8ce2aa302 Fix pfCamera compilation. 13 years ago
Darryl Pogue 85b5842ece Fix all the packed structures. 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
Christian Walther 3a6063bc7a Fix inability to go to a higher page in a book than the next after what has already been displayed. 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 63a9eea771 Kill hsMalloc to the best of our ability. 13 years ago
Darryl Pogue a14a171774 Replace MemMove, MemCopy, and MemCmp. 13 years ago
Darryl Pogue 72fdf8de32 Replace MemZero with memset. 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 6cdcf6a95e Get rid of most _alloca use and remove ALLOCA(). 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