Lasse Öörni d26e2c148a Fixed Text3D in face camera mode becoming invisible after being out of the view frustum due to using old camera position. 12 years ago
..
Audio 2a4a089fc1 Detached component is considered as not enabled effectively regardless of its own enabled flag. Tweaked the 'expansion triangle' icon. 12 years ago
Container 6a7ffdcd19 Updated to newest AssImp from git repository. 12 years ago
Core 08075f0915 Reversed if's in Variant code to favor the correct type. 12 years ago
Engine 56fbf5a1e9 Added attributes to Text3D. 12 years ago
Graphics d26e2c148a Fixed Text3D in face camera mode becoming invisible after being out of the view frustum due to using old camera position. 12 years ago
IO b28621a3a4 Documented engine initialization parameters. 12 years ago
Input 1930041147 Optimization: DecalSet & ScriptInstance unsubscribe from scene update when disabled. 12 years ago
Math 34df8b5e82 Fixed headless mode. 12 years ago
Navigation 5bd757850f Added functionality to Text3D. Attributes yet missing. 12 years ago
Network 08075f0915 Reversed if's in Variant code to favor the correct type. 12 years ago
Physics ae9ff0d8df Store colliding bodies first as weak pointers to allow safe deleting of them during collision event handling. 12 years ago
Resource 832ef7ddfd Fixed XPath query result integration with existing XMLElement class (XMLElement constructed from XPath query result should be abled to traverse up/down document tree as if it is a 'normal' XMLElement). Added feature to auto-add variable into XPath variables set based on pre-formatted variable string. Modified 3rd-party PugiXML library to have a proper xpath_node copy-constructor. Fixed UI.h to build under GCC. 12 years ago
Scene e57bc3987b Serialized UI-element's user variable names in its own UI-element file instead of in scene file. Automatically determine the right UI-element level to perform the serialization when it is being requested. Fixed a bug in Scene class to unregister all the scene variable names when the scene is being cleared. 12 years ago
Script a76a3b1ab7 Reordered UIElement's attributes, common attributes got registered first. Enhanced Attribute Inspector to show UIElement's attributes for single selection case. Multiple selection is still WIP. 12 years ago
UI d26e2c148a Fixed Text3D in face camera mode becoming invisible after being out of the view frustum due to using old camera position. 12 years ago