201 Commits (2c9a9bb1a803c89db305c1d11d0e1b8d6e73e75b)

Author SHA1 Message Date
Michael Hansen bc0d04da48 Deprecate and remove NEWZERO macro 12 years ago
Darryl Pogue a8126757f8 Fixes pointed out by @zrax and @hoikas. 12 years ago
Michael Hansen 6681b1d596 Fix a cast error and check UUID size. 12 years ago
Michael Hansen f455ee25ec Fixes for UUID compilation on Windows. 12 years ago
Darryl Pogue bcf6e97d23 Replace Uuid with plUUID EVERYWHERE. 12 years ago
Darryl Pogue 274812c057 Remove all uses of GuidToString. 12 years ago
Darryl Pogue 517d4f6788 Added boolean operators to plUUID. 12 years ago
Darryl Pogue fd8541e18d Get rid of GuidGenerate calls. 12 years ago
Michael Hansen 8158a43dfe Fully remove hsStlUtils, as it is now completely unused 12 years ago
Michael Hansen 60021923a2 Deprecate and remove xtl::format in favor of plString::Format 12 years ago
Michael Hansen f510b529f8 Remove unused headers from hsStlUtils.h (and push them downstream where needed) 12 years ago
Michael Hansen c10ca98fc1 Remove xtl::istring and xtl::iwstring 12 years ago
Adam Johnson 72000fd0c1 Fixes some oversights. 12 years ago
Adam Johnson 7785c9c85e Remove global Windows.h include 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 a69784bf4c Kill off Windows 9x AsyncCore 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 9cc3f404af Add Short-String Optimization to plString 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 a709e17069 Obliterate hsBool 12 years ago
Adam Johnson f0af98b0a7 Toss lots of custom CString code 12 years ago
Adam Johnson 3667fb62e2 Replace COMPILER_ASSERT with C++0B static_assert 12 years ago
Adam Johnson 94ca3bb097 Merge core-CoreLib headers 12 years ago
CyanWorlds e7fda23cf8 Build 912 12 years ago
Darryl Pogue 205795e037 Kill as much of pnUtPath as possible. 12 years ago
Darryl Pogue f38682882b Kill pnUtilsExe. 12 years ago
Darryl Pogue 1ae3979753 Get rid of pnUtSync and CLock. 12 years ago
Adam Johnson 5f99e20af8 Toss pnAddrInfo (one less project!) 12 years ago
Adam Johnson 95e1fe34b8 Remove unused dead weight CSR and SimpleNet code 12 years ago
Joseph Davies 9ee5c4d040 Remove remaining pre-hsCpuID SSE special-casing. 12 years ago
Adam Johnson bbdc5cd0bb Implement new pfGameScore class and friends 12 years ago
Darryl Pogue b1d65a194a Fix memory corruption with DNS lookups. 12 years ago
Adam Johnson 062cb15b44 SSE3 hsMatrix44 multiplication 12 years ago
Bartek Bok 82e4c81303 Differentiate between float and int types in plNotify 12 years ago
Darryl Pogue cb209c853f Move these inline to be faster. 12 years ago
Darryl Pogue 1fa981d09e plUUID operator< should return a bool. 12 years ago
Darryl Pogue bb200c5b30 Make sure plNetAddress is included correctly. 12 years ago
Darryl Pogue 883ce6fcbf Doxygen plNetAddress to make it less confusing. 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
Darryl Pogue 06a561fc85 Fix bugs with plNetAddress. 12 years ago
Darryl Pogue fbc6e33f7d Rename these to make more sense. 12 years ago
Adam Johnson 5beda0ab87 Implement client window flashing 13 years ago
Darryl Pogue 4737e791cb Remove almost all uses of NetAddress. 13 years ago
Darryl Pogue 4b3d4a0d83 Add an operator== to plNetAddress. 13 years ago
Darryl Pogue e770beb73d Kill pnNetDiag. 13 years ago