705 Commits (573ffc5ec8522cf1b998475066c2c6f2879e5088)

Author SHA1 Message Date
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 19bda88893 Add AVX2 support to hsCpuID, and cleanup some misc related junk 10 years ago
Michael Hansen 474b54396b Reintroduce (and enforce use of) hsLockFor{Reading,Writing} 10 years ago
Michael Hansen f83ec34c67 Move the old IPC-based semaphore to hsGlobalSemaphore, and provide a 10 years ago
Michael Hansen 2947acb2c8 Replace hsMutex with std::mutex 10 years ago
Darryl Pogue a0da984cdc Work towards killing TimeGetMs. 10 years ago
Darryl Pogue a3ae4201a2 Template-ize hsTimer return values. 10 years ago
Christian Walther 689941ba64 Modulate text shadow opacity by the alpha of the text color to make the player lists fade properly. 10 years ago
Adam Johnson 63af63574c Revert "Fix dupe callbacks in VaultAddChildNode" 10 years ago
Adam Johnson f187d98a76 Revert "Fix inappropriate UnRefing in VaultCreateNodeTrans" 10 years ago
Adam Johnson 8f8bad63f0 Fix inappropriate UnRefing in VaultCreateNodeTrans 10 years ago
Michael Hansen d113642a61 Fix typo in non-Win32 logging code 10 years ago
Adam Johnson b393947cd5 Fix dupe callbacks in VaultAddChildNode 10 years ago
Michael Hansen aee2f7f7ca Make hsRefCnt atomic, and merge with hsAtomicRefCnt 10 years ago
Michael Hansen 39867610a2 Fix leak check race condition, and remove an unintentional circular ref 10 years ago
Michael Hansen 403528a24b Use hsRef for storage of the remaining vault nodes 10 years ago
Michael Hansen 8fa9171415 Also use hsRef for the vault functions which "return" lists 10 years ago
Michael Hansen d2a05929f8 Replace most vault *IncRef() API functions with hsRef versions 10 years ago
Michael Hansen aa2a1de5d0 Provide an easier/safer way to manage hsRefCnt subclasses 10 years ago
Adam Johnson 92a0da34a8 Fix invalid format string 10 years ago
Michael Hansen b666637a5d Fix debug crash due to ref miscounting 10 years ago
Michael Hansen 8b43d46ea5 Use moar stringstreams (where appropriate) 10 years ago
Michael Hansen 5c6b6bbc7c Fix the rest of the plString::Format calls 10 years ago
Adam Johnson dc9497cf90 Shutdown code de-duplication 10 years ago
Michael Hansen 3892a84f52 No need to duplicate this... 10 years ago
Michael Hansen 48ca0fde19 More plFormat -- some may make minor changes to certain debug output 10 years ago
Michael Hansen 281f95638d Better padding string generation 10 years ago
Michael Hansen 1debf8180b Convert many of the now-deprecated plString::Format calls to plFormat 10 years ago
Michael Hansen 1a0420127c Provide some plFormat samples with floats/doubles 10 years ago
Michael Hansen 933ae6ec17 Provide some sample conversions to plFormat for testing and copying 10 years ago
Adam Johnson f2dee21063 Nuke std::wstring from plDynamicTextMsg 10 years ago
Michael Hansen 34b2eb1836 More std::atomic and friends 10 years ago
Michael Hansen 23a071860e pnUtRef started at zero refs instead of one, and this is simpler 10 years ago
Michael Hansen d713a13dbe Merge pnUtRef with hsRefCnt, and remove the former 10 years ago
Michael Hansen d4465a2168 Port plFontConverter to Qt5 10 years ago
Michael Hansen e929708a3b Use std::atomic_int for hsSafeRefCnt, and move it to hsRefCnt.h/cpp 10 years ago
Adam Johnson bc76f4d760 Fix floating/exploding dynamic physicals 10 years ago
Adam Johnson d4dbc81522 Fix another book-sharing message leak... 10 years ago
Adam Johnson b3d6afc1c1 Can you say KABOOM? 10 years ago
Michael Hansen 07810ffd9c Apparently these need to be at the top to work in a purely 10 years ago
Adam Johnson f78deb37d3 Fix memory leak in Relto sharing 10 years ago
Adam Johnson 783f0e9eb1 Fix unlikely plStateDescriptor leak 10 years ago
Christian Walther 0c8fc6d559 Undo the kRenderJustXForceLeft bugfix of 4 commits back. 10 years ago
Adam Johnson 1967178e37 Link shadowed text rendering to the plDynamicTextMap::kFontShadowed flag. 10 years ago
Christian Walther 6b4739aec9 Implement shadowed text rendering. 10 years ago
Christian Walther 8c5286400a Use premultiplied alpha for plDynamicTextMaps on GUI controls. 10 years ago
Christian Walther b34577103e Pixel-accurately clip characters to the available space instead of omitting whole characters that stick out. 10 years ago
Adam Johnson 4cd2b2f7dd Fix #303 10 years ago
Vincent Munsch a1edba6267 fix for g++: 10 years ago