Lasse Öörni 5e443328ac Added recursive -parameter to Node::GetComponents() to get components of specific type also from child nodes. 13 years ago
..
Audio 92eb073cb7 Applied cmake patch from weitjong. 13 years ago
Container b2645460ef Refactored view queuing in Renderer. 13 years ago
Core 51c0b76c6b Code cleanup (pardon the dust). 13 years ago
Engine 5e443328ac Added recursive -parameter to Node::GetComponents() to get components of specific type also from child nodes. 13 years ago
Graphics 8461f151d5 Removed redundant comment. 13 years ago
IO ab4a9d16c9 Removed unnecessary calling of static function via pointer in exposing the Log object to script. 13 years ago
Input da243eb31b Applied UI & editor related patch from weitjong. 13 years ago
Math 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
Network da243eb31b Applied UI & editor related patch from weitjong. 13 years ago
Physics 20619d01b1 Converted Log into a monostate to allow logging without a Context pointer. 13 years ago
Resource da243eb31b Applied UI & editor related patch from weitjong. 13 years ago
Scene 5e443328ac Added recursive -parameter to Node::GetComponents() to get components of specific type also from child nodes. 13 years ago
Script 4d72b5a609 ScriptAPIDumper dumps to console when output file is not provided. Removed caveat from have to compile with ENABLE_LOGGING. Exposed variants to print to stderr to script. Added shell script for calling ConvertDocsToWiki executable. Fixed Editor application to handle exit on error gracefully. Updated documentation and wiki accordingly. 13 years ago
UI a9209956cd DocConverter skips when wiki output path does not exist. Font support multi-textures (pages) for both TTF and Bitmap font type. Combine the task to dump script API and convert doc to wiki into one process in a new batch file/script. Fixed the attribute index out of bound error when scene node is included as one of the multiple editable nodes. 13 years ago