225 Commits (9070d70e504a65145d270ad601b32583f814c991)

Author SHA1 Message Date
Darryl Pogue e5aaef09e0 Kill pnCrash. 13 years ago
Darryl Pogue 46ca15c61c Kill pnCrashExe. 13 years ago
Darryl Pogue 1687426987 Kill pnNetLog. 13 years ago
Adam Johnson 23911b0a49 Actually fix it, thanks to Zrax and Paradox 13 years ago
Darryl Pogue e985616107 Fix errors. 13 years ago
Darryl Pogue ee338c9adf Fix some casting errors. 13 years ago
Darryl Pogue 39e8dd1b3c Remove all the Digest stuff from pnUtCrypt. 13 years ago
Darryl Pogue 7a5d61f7c8 Move plRandom into pnEncryption. 13 years ago
Darryl Pogue 4a1b36b284 Move half of the Challenge Hash stuff. 13 years ago
Darryl Pogue 1b22f044f0 Fix conflicting ShaDigest types. 13 years ago
Darryl Pogue 404cd09f1c Move plEncryption to pnEncryption. 13 years ago
Michael Hansen 247749934b Fix pnUUID compilation on Linux 13 years ago
Michael Hansen ad66286a17 Fix several errors and warnings from GCC compilation 13 years ago
Michael Hansen be4b0732d5 Fix string usage that was broken from enabling the Max plugin build 13 years ago
Adam Johnson b2e8edb725 I blame the QA Kitty for letting this one slip through... 13 years ago
branan 091b90efd2 Fix function conflict with win32 headers 13 years ago
Darryl Pogue 8e05891be0 FIXME: Hack for MinGW. 13 years ago
Darryl Pogue a1b500da49 More MinGW fixes. 13 years ago
Darryl Pogue d39a8ab298 Fix some minGW bugs. 13 years ago
Darryl Pogue b27fc17b00 Some fixes for the Win32 branch of pnUtils. 13 years ago
Darryl Pogue f58161ace0 Fix pnUtils for clang. 13 years ago
Michael Hansen bb0ed04a52 Fix some things which got missed from debug builds 13 years ago
Darryl Pogue b1fb2e6dd0 Fix pnIniCore. 13 years ago
Darryl Pogue 908ab6d632 Fix pnUtilsExe. 13 years ago
Darryl Pogue 1f0547279c Fixes for plInputManager and plResponderModifier. 13 years ago
Darryl Pogue 85b5842ece Fix all the packed structures. 13 years ago
Darryl Pogue 945e1ac37b Make pnUtUuid compile on *nix. 13 years ago
Darryl Pogue 65b75f0667 Don't throw errors when including pnUtils stuff. 13 years ago
Darryl Pogue 454e4c8afb Fix some pnUtils header issues. 13 years ago
Darryl Pogue a964066656 Get rid of pnUtils PCH stuff. 13 years ago
Michael Hansen 77a31686da Fix the plString stuff that didn't get caught in the merge 13 years ago
Darryl Pogue 3f22efda98 Make sure all the InputKeys exist for *nix. 13 years ago
Michael Hansen e34414889f Convert plUoid's object name to a plString 13 years ago
Michael Hansen 442a733fbb Add more temporary hack macros to help speed up conversion and testing 13 years ago
Michael Hansen a1852ad385 Convert plUUID and its cascade of dependencies to plString 13 years ago
Adam Johnson 906b16d28e Remove stupid 13 years ago
Adam Johnson 91fc595407 Completely kill off CoreLibExe 13 years ago
Darryl Pogue 63a9eea771 Kill hsMalloc to the best of our ability. 13 years ago
Darryl Pogue a14a171774 Replace MemMove, MemCopy, and MemCmp. 13 years ago
Darryl Pogue eb946f76a4 Get rid of MemAlloc. 13 years ago
Darryl Pogue 72fdf8de32 Replace MemZero with memset. 13 years ago
Darryl Pogue 7d7d7d273f Get rid of ALLOCZERO macro. 13 years ago
Darryl Pogue f4ff65ccbc Replace MemSet with memset. 13 years ago
Darryl Pogue 5013a978eb Get rid of NEW(), TRACKED_NEW, and ZERO(). 13 years ago
Darryl Pogue 30430d3024 Replace ZEROPTR() with memset. 13 years ago
Darryl Pogue 3c5ed83020 Replace calls to ALLOC() macro with malloc. 13 years ago
Darryl Pogue 1fa1197c3e Get rid of ALLOCFLAGS() macro. 13 years ago
Darryl Pogue 4159663415 Get rid of MEMDUP() macro. 13 years ago
Darryl Pogue b3f75a5ae7 Get rid of REALLOC(), REALLOCFLAGS(), and CALLOC() 13 years ago
Darryl Pogue 48b8cd8ad0 Get rid of FREEFLAGS() which ignored the flags >.> 13 years ago