Lasse Öörni 973b353a08 Safeguard CollisionShape against empty models to prevent Bullet asserts. vor 12 Jahren
..
BorderImage.cpp 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
BorderImage.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Button.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. vor 12 Jahren
Button.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
CMakeLists.txt 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
CheckBox.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. vor 12 Jahren
CheckBox.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Cursor.cpp ffe7a7699f Minor enhancement on getting optional resources and error handling. vor 12 Jahren
Cursor.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
DropDownList.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. vor 12 Jahren
DropDownList.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
FileSelector.cpp 2e8744dc01 Minor cleanup - remove redundant null check for subsystems pointer. vor 12 Jahren
FileSelector.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Font.cpp 973b353a08 Safeguard CollisionShape against empty models to prevent Bullet asserts. vor 12 Jahren
Font.h 694e41c42a If font face uses mutable glyphs, reacquire all glyphs before constructing text batch. vor 12 Jahren
LineEdit.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. vor 12 Jahren
LineEdit.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
ListView.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. vor 12 Jahren
ListView.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Menu.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. vor 12 Jahren
Menu.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
MessageBox.cpp b23069ffa5 Prevent any usage of windowless MessageBox. vor 12 Jahren
MessageBox.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
ScrollBar.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. vor 12 Jahren
ScrollBar.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
ScrollView.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. vor 12 Jahren
ScrollView.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Slider.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. vor 12 Jahren
Slider.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Sprite.cpp 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Sprite.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Text.cpp 8cc5ad7fd2 Improved and unified API for Text & Text3D: get number of Unicode characters, get width of row by index, get position of character by index, get size of character by index. Store positions & sizes in the same vector to reduce amount of dynamic memory allocations. vor 12 Jahren
Text.h 8cc5ad7fd2 Improved and unified API for Text & Text3D: get number of Unicode characters, get width of row by index, get position of character by index, get size of character by index. Store positions & sizes in the same vector to reduce amount of dynamic memory allocations. vor 12 Jahren
Text3D.cpp 0594ff6013 Fixed shader used by Text3D generated materials. vor 12 Jahren
Text3D.h 0594ff6013 Fixed shader used by Text3D generated materials. vor 12 Jahren
ToolTip.cpp 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
ToolTip.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
UI.cpp abc6fcd8b8 Shader precaching mechanism. Call Graphics::BeginDumpShaders() or use the engine command line parameter -ds <file> to create a shader dump file of the variations that are loaded during program run, and Graphics::PrecacheShaders() to load the dump file. vor 12 Jahren
UI.h 07f06563bc Optimized Renderer::GetShader() so that caching shader variation pointers becomes unnecessary for the most part. vor 12 Jahren
UIBatch.cpp 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
UIBatch.h 07f06563bc Optimized Renderer::GetShader() so that caching shader variation pointers becomes unnecessary for the most part. vor 12 Jahren
UIElement.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. vor 12 Jahren
UIElement.h 0c76216202 Simplify and optimize Text code. If text does not change, do not look up glyphs & kerning each frame. Fix display of wordwrapped right-aligned texts. vor 12 Jahren
UIEvents.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
View3D.cpp 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
View3D.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren
Window.cpp 47836474e2 Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant. vor 12 Jahren
Window.h 6d5ddc23e0 Bump the copyright for 2014. vor 12 Jahren