205 Commits (5de87cdacadf588cf4efb5f258a1d276446019ba)

Author SHA1 Message Date
Michael Hansen e0e141fd01 Move Python string helper to the correct location 12 years ago
Christian Walther e9835eda57 Add more functionality to the bink stubs to make them behave more like the previous implementation did when built without BINK_SDK_AVAILABLE. 12 years ago
Adam Johnson 5f53ada44d stub out plClient Bink support 12 years ago
Darryl Pogue 64214e1a7b Corrections as proposed by @branan. 12 years ago
Darryl Pogue 4221b57baa Fix a whole bunch of clang warnings. 12 years ago
Michael Hansen 9f276e2c57 Add support for Visual Leak Detector, since valgrind doesn't support MSVC 12 years ago
Michael Hansen 49dfb4e546 Convert SDL (mostly) to plStrings 12 years ago
Adam Johnson 165e79fa64 Throw out more error string concating 12 years ago
Adam Johnson 1bada0dfa2 Fixup tree dumping 12 years ago
Adam Johnson d2b4a64409 Remove some std::wstring concating 12 years ago
Michael Hansen c68724765b Some minor cleanup for readability 12 years ago
Michael Hansen b219c3c3cc Alright, this _TEMP_CONVERT_ stuff was a stupid idea 12 years ago
Michael Hansen 075c535e2c Some cleanup and a vararg plString usage fix 12 years ago
Michael Hansen 9cc3f404af Add Short-String Optimization to plString 12 years ago
Michael Hansen 041b1985e4 Fix paths and move GetSecureEncryptionKey so things compile again 12 years ago
Lyrositor b987f9719c Remove log and init file encryption. 12 years ago
Michael Hansen 6b667fcaec Re-add file needed for precompiled headers to work 12 years ago
Michael Hansen 3c2a8c66e7 Remove more empty source files 12 years ago
Michael Hansen 40d5e2e867 Fix some noteworthy warnings (mostly hsBool->bool incompatibility) and missing headers 12 years ago
Lyrositor 364de3a317 Add functions to fix KI Chat scrolling issue. 12 years ago
Bartek Bok 2531dba66c Make Python.Cheat little bit safer 12 years ago
Bartek Bok 8fc79f280c Remove Python.RunFile 12 years ago
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