300 Commits (9070d70e504a65145d270ad601b32583f814c991)

Author SHA1 Message Date
Bartek Bok 27ab9ef129 Display SO name in spawn list 12 years ago
Adam Johnson a709e17069 Obliterate hsBool 12 years ago
Adam Johnson 5f78b33db4 Remove hsRand--we have rand support in the Cstdlib 12 years ago
Adam Johnson f0af98b0a7 Toss lots of custom CString code 12 years ago
Adam Johnson d690df1064 Add pyMatrix and pyGeometry to pfPython PCH 12 years ago
Adam Johnson d43073949b Precompiled Headers for pfPython 12 years ago
Adam Johnson 1a5606e05c Remove obsolete components 12 years ago
Adam Johnson 95e1fe34b8 Remove unused dead weight CSR and SimpleNet code 12 years ago
Adam Johnson 1252df83e1 Ensure that OnServerInitComplete is always executed 12 years ago
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. 12 years ago
Adam Johnson 69970aba43 Fix the George W. Bush bug 12 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