307 Commits (185066ac52e1125d78a3ae566311d79cb525bb1d)

Author SHA1 Message Date
Darryl Pogue d36b7801bc Remove deprecated `register` keyword. 9 years ago
Darryl Pogue 608afb4270 Fix plKeyImp warning about comparison of this and nullptr. 9 years ago
Darryl Pogue 01780b23f1 Fix a missing plUUID function in *nix. 9 years ago
Darryl Pogue c0c9b03cce Remove some unused bits of pnUtils. 9 years ago
Michael Hansen a3ab76cb0d Ensure uuid-dev is present when building on Linux 9 years ago
Darryl Pogue 6ba5822117 Move plCmdParser to CoreLib. 9 years ago
Darryl Pogue e801eadc8d Fix compilation of plCmdParser on Windows. 9 years ago
Darryl Pogue 47f92ef73d Remove unused header. 9 years ago
Darryl Pogue 2e42d76ff2 Added plCmdParser class. 9 years ago
Darryl Pogue a750616530 Remove unused pnUtMisc code. 9 years ago
Darryl Pogue 507dc14c89 Remove now-unused pnUtStr functions. 9 years ago
Darryl Pogue dee72d2925 Remove pnUtCmd. 9 years ago
Michael Hansen b12bce00ff Fix or disable components that don't build on Linux. 10 years ago
Darryl Pogue 598f5f47ec Fix compiler error in pnUtArray. 10 years ago
Darryl Pogue cf28e8d577 Remove unused pnUtStr functions. 10 years ago
Darryl Pogue bd259023f9 Kill off unused pnUtUxStr. 10 years ago
Adam Johnson df19c3be0b Kill pnUtW32Str 10 years ago
Adam Johnson 31076d65f9 Convert score creation to plString 10 years ago
Adam Johnson 374b8b0531 Convert age names over to plString 10 years ago
Adam Johnson b6bbf8419a Scrub the last StrToAnsi from AgeInfo conversions 10 years ago
Adam Johnson 2039d88025 Convert server name stuff to plString 10 years ago
Michael Hansen a110dc0f7c Fix narrowing-conversion werrors from Clang 10 years ago
Michael Hansen 5feefe8ea4 Fix/remove some incorrect uses of the arrsize macro 10 years ago
Michael Hansen 6d1dd4fd5d Fix for SDL blob corruption 10 years ago
Darryl Pogue 992be55e69 Fix segfaults by making this a plString. 10 years ago
Adam Johnson 81ea5ef112 Tweak NetVaultNode::CopyFrom 10 years ago
Adam Johnson 352c9f9427 Don't assume vault strings are null-terminated 10 years ago
Adam Johnson 3b983bca8e Convert vault tree printing to plString 10 years ago
Adam Johnson b9f747f046 Refactor NetVault Node 10 years ago
Adam Johnson c384450236 Remove stale CSrvPackBuffer code 10 years ago
Joseph Davies bb2ea46c69 Store plClient password using platform-specific credential storage. 10 years ago
Adam Johnson e8d317bd92 Replace port constants with a single port variable 10 years ago
Joseph Davies 9732a997c0 Removes remaining usage of Bink in main engine. 10 years ago
Darryl Pogue ccd5687e61 Fix pnUUID linking on OSX. Closes #451. 10 years ago
Michael Hansen 085c00706c Some fixes for Clang 10 years ago
Michael Hansen 094b0fe557 Move <algorithm> header out of HeadSpin.h 10 years ago
Michael Hansen 751d760772 Use standard (f)abs functions 10 years ago
Michael Hansen 1a987173d6 Use std::swap 10 years ago
Michael Hansen 72f18e8ebb Complete the previous commit by also removing the inline min and max 10 years ago
Michael Hansen e36220cca5 Use std::min and std::max 10 years ago
Michael Hansen 9d67b96837 Fix some errors and warnings when compiling with Clang 10 years ago
Michael Hansen 474b54396b Reintroduce (and enforce use of) hsLockFor{Reading,Writing} 10 years ago
Michael Hansen b774548066 Simplify plDispatch mutexes a bit 10 years ago
Michael Hansen 2947acb2c8 Replace hsMutex with std::mutex 10 years ago
Darryl Pogue f5b2bddbb2 Always use hsTimer for profile stats. 10 years ago
Darryl Pogue a0da984cdc Work towards killing TimeGetMs. 10 years ago
Darryl Pogue a3ae4201a2 Template-ize hsTimer return values. 10 years ago
Darryl Pogue 5b0652cb7e std::chrono-ize hsTimer. 10 years ago
Darryl Pogue 6fb7090eed Remove unused pnUtTime functions. 10 years ago
Michael Hansen f93b37e152 Switch plFormat's accumulator to a plStringStream for better performance 10 years ago