540 Commits (e2b5786988a82dfe2485030aed9738bddb4171ac)

Author SHA1 Message Date
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
Darryl Pogue ca87b47ca8 Fix plResManager stricmp. 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 16c3190f14 That looks dangerous... 12 years ago
Michael Hansen 3e92022db2 Fix additional issues from review 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
Michael Hansen 403d2a896d Move plFileUtils and hsFiles to CoreLib 12 years ago
Adam Johnson 8d8532f045 Fix encryption ASSumption 12 years ago
Lyrositor b987f9719c Remove log and init file encryption. 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
Adam Johnson 87b441e890 Fix no cursor on window frame and title bar. 12 years ago
Adam Johnson b57dc28136 Remove some unused CoreLib stuff 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 172b3c6cfb Toss old RAM functions 12 years ago
Adam Johnson 3667fb62e2 Replace COMPILER_ASSERT with C++0B static_assert 12 years ago
Darryl Pogue 1ae3979753 Get rid of pnUtSync and CLock. 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
Michael Hansen d382da0fe7 Fix a typo from way back when 12 years ago
Adam Johnson 2813aaa467 Fix stupid in plAvBrainCritter::GoToGoal 12 years ago
Adam Johnson 5cf540b424 Updates to the Python API 12 years ago
Adam Johnson 3b69a4aee3 Track NPC clones 12 years ago
Adam Johnson d0f64e9209 Fix NCAgeJoiner failure-case crash 12 years ago
Adam Johnson 756bc65c62 Fix an access violation in failed age patches 12 years ago
Joseph Davies 072bf3570c Fix support in plDXPipeline for SSE using temporary macros. 12 years ago
Joseph Davies 9ee5c4d040 Remove remaining pre-hsCpuID SSE special-casing. 12 years ago
Christian Walther 3d0f01ff03 Convert the impact velocity to avatar-local coordinates, because that's what {Running|Ground}Impact::PreCondition() expects. 12 years ago
Adam Johnson c8873a9082 The real Relto plunge fix... 12 years ago
Adam Johnson 322b49ac20 Revert "Fix relto-plunge" 12 years ago
Adam Johnson 062cb15b44 SSE3 hsMatrix44 multiplication 12 years ago
Adam Johnson bb47f83cf3 Simple SSE3 skinning algorithm 12 years ago
Adam Johnson f6d65dd396 Remove old, unused network stats 12 years ago
Darryl Pogue cb209c853f Move these inline to be faster. 12 years ago
Darryl Pogue 5ad311dd97 Use a std::map for faster page lookups. 12 years ago
Darryl Pogue 60aa7e421e Swap the IP address returned by AuthSrv. 12 years ago
Darryl Pogue 863247f0dd Another attempt to fix the std::list in NLM. 12 years ago
Adam Johnson f4665a0caf Use the correct file sizes in plResPatcher 12 years ago
Christian Walther 595d2659ca Fix plUnifiedTime::SetGMTime 12 years ago
Darryl Pogue 3ba721711e Completely kill pnUtAddr and NetAddress. 12 years ago