Lasse Öörni 9d507640f7 Exposed Ray<>Frustum HitDistance() to script, and added solidInside parameter to it which determines whether the inside of the frustum is interpreted as solid (return zero distance for rays originating within.) 12 years ago
..
AreaAllocator.cpp 34a849e00e Speed up TTF loading time. Tidied up code for loading/getting bitmap font. 13 years ago
AreaAllocator.h 5544602c9e Enhance Font class to support saving of font (TTF or bitmap type) as another bitmap font resource in xml format. For bitmap font type, saving yet to another bitmap font is only meaningful when called with the optional parameter turned on to save only used glyphs. Refactored UIBatch class to enable better performance in Text class UI batch generation in relation to multi-pages/textures font. 13 years ago
BoundingBox.cpp 3002776ea4 Fixed incorrect octree insertion of drawables in some cases (eg. large terrain.) 13 years ago
BoundingBox.h 3002776ea4 Fixed incorrect octree insertion of drawables in some cases (eg. large terrain.) 13 years ago
CMakeLists.txt 92eb073cb7 Applied cmake patch from weitjong. 13 years ago
Color.cpp da243eb31b Applied UI & editor related patch from weitjong. 13 years ago
Color.h 9ed0c43919 Exposed math objects construction from an array of float/int and methods to get back the array buffer to the Script API. Enhanced the Attribute Inspector to multi-edit same value at coordinate level for attributes that have multiple coordinates, e.g. Vector3, Color, etc. Different value at coordinate level is non-editable as before. 13 years ago
Frustum.cpp 3002776ea4 Fixed incorrect octree insertion of drawables in some cases (eg. large terrain.) 13 years ago
Frustum.h 3002776ea4 Fixed incorrect octree insertion of drawables in some cases (eg. large terrain.) 13 years ago
MathDefs.h 4efdfc87dc Tidied up AttributeEditor.as, better way to handle attribute that has multiple components. Exposed a few more math constants to script. 13 years ago
Matrix3.cpp a40fead7dc Updated license for the new year. 13 years ago
Matrix3.h f226c4bc4a Added equality operators for Matrix classes. 12 years ago
Matrix3x4.cpp a40fead7dc Updated license for the new year. 13 years ago
Matrix3x4.h f226c4bc4a Added equality operators for Matrix classes. 12 years ago
Matrix4.cpp a40fead7dc Updated license for the new year. 13 years ago
Matrix4.h f226c4bc4a Added equality operators for Matrix classes. 12 years ago
Plane.h a40fead7dc Updated license for the new year. 13 years ago
Polyhedron.cpp a40fead7dc Updated license for the new year. 13 years ago
Polyhedron.h a40fead7dc Updated license for the new year. 13 years ago
Precompiled.cpp a40fead7dc Updated license for the new year. 13 years ago
Precompiled.h a40fead7dc Updated license for the new year. 13 years ago
Quaternion.cpp a40fead7dc Updated license for the new year. 13 years ago
Quaternion.h a40fead7dc Updated license for the new year. 13 years ago
Random.cpp a40fead7dc Updated license for the new year. 13 years ago
Random.h a40fead7dc Updated license for the new year. 13 years ago
Ray.cpp 9d507640f7 Exposed Ray<>Frustum HitDistance() to script, and added solidInside parameter to it which determines whether the inside of the frustum is interpreted as solid (return zero distance for rays originating within.) 12 years ago
Ray.h 9d507640f7 Exposed Ray<>Frustum HitDistance() to script, and added solidInside parameter to it which determines whether the inside of the frustum is interpreted as solid (return zero distance for rays originating within.) 12 years ago
Rect.cpp a40fead7dc Updated license for the new year. 13 years ago
Rect.h 9ed0c43919 Exposed math objects construction from an array of float/int and methods to get back the array buffer to the Script API. Enhanced the Attribute Inspector to multi-edit same value at coordinate level for attributes that have multiple coordinates, e.g. Vector3, Color, etc. Different value at coordinate level is non-editable as before. 13 years ago
Sphere.cpp a40fead7dc Updated license for the new year. 13 years ago
Sphere.h a40fead7dc Updated license for the new year. 13 years ago
StringHash.cpp a40fead7dc Updated license for the new year. 13 years ago
StringHash.h 34df8b5e82 Fixed headless mode. 12 years ago
Vector2.cpp a40fead7dc Updated license for the new year. 13 years ago
Vector2.h 9ed0c43919 Exposed math objects construction from an array of float/int and methods to get back the array buffer to the Script API. Enhanced the Attribute Inspector to multi-edit same value at coordinate level for attributes that have multiple coordinates, e.g. Vector3, Color, etc. Different value at coordinate level is non-editable as before. 13 years ago
Vector3.cpp a40fead7dc Updated license for the new year. 13 years ago
Vector3.h a40fead7dc Updated license for the new year. 13 years ago
Vector4.cpp a40fead7dc Updated license for the new year. 13 years ago
Vector4.h a40fead7dc Updated license for the new year. 13 years ago