.. |
CMakeLists.txt
|
Derive hsException from std::exception and implement a reasonable what()
|
9 years ago |
HeadSpin.cpp
|
Some fixes for Visual C++
|
9 years ago |
HeadSpin.h
|
Add two new compiler feature tests
|
9 years ago |
Pch.cpp
|
CoreLib Precompiled Header
|
12 years ago |
_CoreLibPch.h
|
CoreLib Precompiled Header
|
12 years ago |
hsAlignedAllocator.hpp
|
Fix missing header on OSX.
|
10 years ago |
hsBiExpander.h
|
Obliterate hsBool
|
12 years ago |
hsBitVector.cpp
|
CoreLib Precompiled Header
|
12 years ago |
hsBitVector.h
|
Obliterate hsBool
|
12 years ago |
hsBounds.cpp
|
Remove a few unused vars
|
9 years ago |
hsBounds.h
|
Move <algorithm> header out of HeadSpin.h
|
10 years ago |
hsColorRGBA.h
|
Remove some additional usless / unused junk
|
10 years ago |
hsCpuID.cpp
|
Add AVX2 support to hsCpuID, and cleanup some misc related junk
|
10 years ago |
hsCpuID.h
|
Fixup example
|
10 years ago |
hsCritSect.cpp
|
CoreLib Precompiled Header
|
12 years ago |
hsCritSect.h
|
Remove global Windows.h include
|
12 years ago |
hsExceptionStack.cpp
|
Derive hsException from std::exception and implement a reasonable what()
|
9 years ago |
hsExceptionStack.h
|
Get rid of NEW(), TRACKED_NEW, and ZERO().
|
13 years ago |
hsExceptions.cpp
|
Derive hsException from std::exception and implement a reasonable what()
|
9 years ago |
hsExceptions.h
|
Derive hsException from std::exception and implement a reasonable what()
|
9 years ago |
hsFastMath.cpp
|
CoreLib Precompiled Header
|
12 years ago |
hsFastMath.h
|
Remove unneeded register keyword.
|
11 years ago |
hsGeometry3.cpp
|
CoreLib Precompiled Header
|
12 years ago |
hsGeometry3.h
|
Obliterate hsBool
|
12 years ago |
hsHashTable.h
|
Obliterate hsBool
|
12 years ago |
hsLOD.h
|
Open source re-licensing
|
13 years ago |
hsMatrix33.cpp
|
CoreLib Precompiled Header
|
12 years ago |
hsMatrix33.h
|
Eliminate hsScalar and hsFixed
|
13 years ago |
hsMatrix44.cpp
|
Merge pull request #497 from zrax/del_plStringFormat
|
9 years ago |
hsMatrix44.h
|
Add AVX2 support to hsCpuID, and cleanup some misc related junk
|
10 years ago |
hsMemory.cpp
|
HSMemory::SoftNew is unused, and can be done with pure standard C++ anyway
|
9 years ago |
hsMemory.h
|
HSMemory::SoftNew is unused, and can be done with pure standard C++ anyway
|
9 years ago |
hsPoint2.h
|
Obliterate hsBool
|
12 years ago |
hsQuat.cpp
|
Use standard (f)abs functions
|
10 years ago |
hsQuat.h
|
More 'const', so that Rotate(vector) can be called on a const hsQuat&.
|
13 years ago |
hsRefCnt.cpp
|
Make hsRefCnt atomic, and merge with hsAtomicRefCnt
|
11 years ago |
hsRefCnt.h
|
Fix some errors and warnings when compiling with Clang
|
10 years ago |
hsSTLStream.cpp
|
Remove some unused CoreLib stuff
|
12 years ago |
hsSTLStream.h
|
Replace hsStream::Open duplicated methods everywhere with a single plFileName interface
|
12 years ago |
hsStream.cpp
|
Remove a few unused vars
|
9 years ago |
hsStream.h
|
Reduce warning spam by un-marking va_list functions as deprecated,
|
9 years ago |
hsStringTokenizer.cpp
|
Obliterate hsBool
|
12 years ago |
hsStringTokenizer.h
|
Obliterate hsBool
|
12 years ago |
hsTemplates.cpp
|
Remove some unused string stuff
|
11 years ago |
hsTemplates.h
|
Some fixes for Clang
|
10 years ago |
hsThread.h
|
This version of hsEvent more accurately matches the previous (Win32)
|
10 years ago |
hsThread_Mac.cpp
|
Move the old IPC-based semaphore to hsGlobalSemaphore, and provide a
|
10 years ago |
hsThread_Unix.cpp
|
Move the old IPC-based semaphore to hsGlobalSemaphore, and provide a
|
10 years ago |
hsThread_Win.cpp
|
Revert "Merge pull request #507 from Hoikas/smexy-init"
|
9 years ago |
hsWide.cpp
|
Obliterate hsBool
|
12 years ago |
hsWide.h
|
CoreLib fixes for Linux.
|
12 years ago |
hsWindows.h
|
Complete the previous commit by also removing the inline min and max
|
10 years ago |
notes.txt
|
Fix line endings and tabs
|
14 years ago |
pcSmallRect.cpp
|
Convert custom HeadSpin integer types to standard types from stdint.h
|
13 years ago |
pcSmallRect.h
|
Obliterate hsBool
|
12 years ago |
plCmdParser.cpp
|
Move plCmdParser to CoreLib.
|
10 years ago |
plCmdParser.h
|
Move plCmdParser to CoreLib.
|
10 years ago |
plFileSystem.cpp
|
Switch plFormat's accumulator to a plStringStream for better performance
|
11 years ago |
plFileSystem.h
|
Fix it for standards-complient compilers (GCC/Clang).
|
11 years ago |
plFormat.cpp
|
Support '+' format for floating-point types as well
|
9 years ago |
plFormat.h
|
Add plFormat handler for hsMatrix44.
|
9 years ago |
plGeneric.cpp
|
Convert ReadSafe(W)String* to the plString variants, and remove the now
|
11 years ago |
plGeneric.h
|
Fully remove hsStlUtils, as it is now completely unused
|
12 years ago |
plLoadMask.cpp
|
CoreLib Precompiled Header
|
12 years ago |
plLoadMask.h
|
Obliterate hsBool
|
12 years ago |
plProduct.cpp
|
Provide some sample conversions to plFormat for testing and copying
|
11 years ago |
plProduct.h
|
Standardize on C++ headers.
|
12 years ago |
plQuality.h
|
Add plQuality entry for Shader Model 3
|
12 years ago |
plRenderLevel.h
|
Convert custom HeadSpin integer types to standard types from stdint.h
|
13 years ago |
plString.cpp
|
Get rid of plString::Format
|
9 years ago |
plString.h
|
Add deprecated warning for all remaining callers of plString::IFormat
|
9 years ago |
plTweak.h
|
Open source re-licensing
|
13 years ago |
plViewTransform.cpp
|
Use std::min and std::max
|
10 years ago |
plViewTransform.h
|
Obliterate hsBool
|
12 years ago |