290 Commits (470ed86187d2dc2a15bf62dc15dc0aceead35f20)

Author SHA1 Message Date
Adam Johnson 5cf540b424 Updates to the Python API 12 years ago
Adam Johnson 3b69a4aee3 Track NPC clones 12 years ago
Lyrositor 4c851fa640 Fix console documentation. 12 years ago
Joseph Davies 155e75479b Fix memory leak from copied string pointer in LocalizationDatabase. 12 years ago
Joseph Davies 6cf0898bc1 Make Localization log message more useful. 12 years ago
Joseph Davies a305f61748 Fix crashes caused by poor iterator usage. 12 years ago
Adam Johnson 389d3c1802 Fix deadlock if plCrashHandler is not running 12 years ago
Adam Johnson 151657a9f2 Fix zombie plCrashHandler issues 12 years ago
Adam Johnson ae28963572 Python glue for the new pfGameScore 12 years ago
Adam Johnson 8e79583717 Add some Python Helpers 12 years ago
Adam Johnson bbdc5cd0bb Implement new pfGameScore class and friends 12 years ago
Adam Johnson e0cd86bfc1 Convert PyString_*Ex functions over to plString 12 years ago
Adam Johnson d2a1350e8b Real camera fixes 12 years ago
Adam Johnson cba9f459e8 Revert "Disallow duplicate camera pushes" 12 years ago
Christian Walther 89ec0aa33b Also handle Python long integers in addVarNumber. 12 years ago
Bartek Bok 82e4c81303 Differentiate between float and int types in plNotify 12 years ago
Adam Johnson 5fa14466c8 Eradicate pfStackTrace 12 years ago
Adam Johnson 14279794f7 Implement pfCrashHandler 12 years ago
Christian Walther 3c73b9f694 Fix KI daylight saving time calculation. 12 years ago
Darryl Pogue 3ba721711e Completely kill pnUtAddr and NetAddress. 12 years ago
Darryl Pogue 3ea3473d13 Get rid of pnUtW32Addr and make IP strings char*s. 12 years ago
Adam Johnson 5beda0ab87 Implement client window flashing 12 years ago
Adam Johnson 6039d62bc2 Implement progress failures 12 years ago
Darryl Pogue 4737e791cb Remove almost all uses of NetAddress. 12 years ago
Darryl Pogue 87f050b55e Get rid of one hashtable in pfGameMgr. 13 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