344 Commits (075c535e2c96898cd35e3c49c1adc807cd61a9a4)

Author SHA1 Message Date
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
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 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
Darryl Pogue 3ea3473d13 Get rid of pnUtW32Addr and make IP strings char*s. 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 72d92bc66e Start killing off NetAddress. 13 years ago
Darryl Pogue 9479aadb3a Move pnUtBigNum to pnEncryption/plBigNum. 13 years ago
Darryl Pogue 364ac73050 Replace NetLinkingMgr LIST with std::list. 13 years ago
Adam Johnson 4977eaedbe Allow clickables to function while sitting or AFK. 13 years ago
Bartek Bok f158f97776 Fix WinApi call misuse 13 years ago
Adam Johnson 638259e749 Improve server time sync 13 years ago
Darryl Pogue d1da655fb2 Kill off pnAcFile entirely. 13 years ago
Darryl Pogue 98c869fc6c Use a semaphore in plStatusLog. 13 years ago
Darryl Pogue 9302df2453 Allow plStrings to be passed to plLoggable. 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