PrimeWorldEditor/Common
parax0 901ae6a832 Minor TString cleanup (also enable log terminal output in release mode) 2015-11-24 08:40:09 -07:00
..
AnimUtil.cpp Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
AnimUtil.h Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CAABox.cpp Gizmo raycasting implemented 2015-08-17 14:10:42 -04:00
CAABox.h Gizmo raycasting implemented 2015-08-17 14:10:42 -04:00
CColor.cpp Added support for model importing using assimp 2015-08-10 09:47:00 -04:00
CColor.h Added support for model importing using assimp 2015-08-10 09:47:00 -04:00
CFourCC.cpp Switched everything over from std::string to TString (farewell StringUtil!) 2015-11-23 23:08:31 -07:00
CFourCC.h Switched everything over from std::string to TString (farewell StringUtil!) 2015-11-23 23:08:31 -07:00
CHashFNV1A.cpp Switched everything over from std::string to TString (farewell StringUtil!) 2015-11-23 23:08:31 -07:00
CHashFNV1A.h Switched everything over from std::string to TString (farewell StringUtil!) 2015-11-23 23:08:31 -07:00
CMatrix4f.cpp Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CMatrix4f.h Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CPlane.cpp Translation gizmo transform functionality implemented 2015-08-19 21:01:58 -04:00
CPlane.h Translation gizmo transform functionality implemented 2015-08-19 21:01:58 -04:00
CQuaternion.cpp Scale gizmo transform functionality implemented 2015-08-28 18:57:24 -04:00
CQuaternion.h Switched CQuaternion from XYZW to WXYZ, added new conversion functions (Quats->Eulers, Degs<->Rads) 2015-08-20 22:18:13 -04:00
CRay.cpp Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CRay.h Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CRayCollisionTester.cpp Added support for loading DCLN files and displaying them in the World Editor 2015-09-26 16:55:14 -06:00
CRayCollisionTester.h Added support for loading DCLN files and displaying them in the World Editor 2015-09-26 16:55:14 -06:00
CTimer.cpp Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CTimer.h Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CTransform4f.cpp Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CTransform4f.h Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CUniqueID.cpp Switched everything over from std::string to TString (farewell StringUtil!) 2015-11-23 23:08:31 -07:00
CUniqueID.h Switched everything over from std::string to TString (farewell StringUtil!) 2015-11-23 23:08:31 -07:00
CVector2f.cpp Rotate gizmo transform functionality implemented 2015-08-23 21:02:14 -04:00
CVector2f.h Rotate gizmo transform functionality implemented 2015-08-23 21:02:14 -04:00
CVector2i.cpp Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CVector2i.h Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CVector3f.cpp Rotate gizmo transform functionality implemented 2015-08-23 21:02:14 -04:00
CVector3f.h Translation gizmo transform functionality implemented 2015-08-19 21:01:58 -04:00
CVector4f.cpp Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CVector4f.h Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CompressionUtil.cpp Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
CompressionUtil.h Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
EKeyInputs.h Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
EMouseInputs.h Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
ETransformSpace.h Translation gizmo transform functionality implemented 2015-08-19 21:01:58 -04:00
EnumUtil.h Renderer changes; render buckets now use new abstract class IRenderable instead of CSceneNode to allow rendering non-nodes, plus renderer modified to easily allow multiple rendering passes overlaid on each other 2015-08-15 00:04:56 -04:00
Math.cpp Cleanup; fixed tons of warnings, set up the project to treat warnings as errors 2015-11-24 03:22:37 -07:00
Math.h Set up CBasicViewport to draw an XYZ axis overlay in the corner 2015-09-01 19:21:10 -04:00
SRayIntersection.h Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00
TString.cpp Switched everything over from std::string to TString (farewell StringUtil!) 2015-11-23 23:08:31 -07:00
TString.h Minor TString cleanup (also enable log terminal output in release mode) 2015-11-24 08:40:09 -07:00
types.h Initial commit of current work on Prime World Editor 2015-07-26 17:39:49 -04:00