Commit History

Author SHA1 Message Date
  Lasse Öörni 71d2e019e6 Use a vertex buffer for UI rendering instead of several immediate mode draw operations. The vertex buffer is locked and updated once per frame, instead of several smaller locks. 14 years ago
  Lasse Öörni 861091d375 Fixed performance problems caused by offscreen UI elements being queued for rendering unnecessarily. Fixed missing file extension filtering on Unix. Added String::StartsWith() & String::EndsWith() functions. 14 years ago
  Lasse Öörni b90c1386be Removed unnecessary parentheses. 14 years ago
  Lasse Öörni 483413e472 Fixed the UI not rendering on OpenGL. 14 years ago
  Lasse Öörni 7da01092b6 Renamed ShaderProgram to ShaderVariation. 14 years ago
  Lasse Öörni 3ca3f84df9 Refactored shader loading. A binary format is now used instead of XML data. 14 years ago
  Lasse Öörni 0dee3e592c Migrated the UI library to use PODVector for batches & quads. 14 years ago
  Lasse Öörni 97d698e922 Code cleanup. 14 years ago
  Lasse Öörni 7c45da5588 Import new code. 14 years ago
  Lasse Öörni a48885a729 Make way for import of new code. 14 years ago
  Lasse Öörni ee5a087570 Added hover background color & selection color to Text. 15 years ago
  Lasse Öörni 3dddb2be16 LineEdit scrolling fix and code cleanup. 15 years ago
  Lasse Öörni 523559f1a0 Added setFixedUpdateFps() to ScriptInstance. 15 years ago
  Lasse Öörni 74b348c0a5 Fixed bug with rendering nontextured UI elements. 15 years ago
  Lasse Öörni ec14f7a3a2 Further UI refactoring. A hover color modification is now defined for all UI elements. 15 years ago
  Lasse Öörni e14db52ca0 More AssetImporter functionality. 15 years ago
  Lasse Öörni 902dfd4a13 Re-commit for the new year. Let's aim for less wiki update spam this time! 15 years ago