Historique des commits

Auteur SHA1 Message Date
  Lasse Öörni 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. il y a 13 ans
  Lasse Öörni f0b6d55b28 Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries. il y a 13 ans
  Lasse Öörni bdc150a645 More "success" returns. il y a 13 ans
  Lasse Öörni 1603349120 Check for device/context loss instead of window minimization for when not to render. Apply pending GPU resource updates on iOS after app has been restored. il y a 13 ans
  Lasse Öörni 517030a2be Started work on buffering GPU resource updates while device lost. il y a 13 ans
  Lasse Öörni fcbd3b493d Moved the data lost flag to GPUObject. il y a 13 ans
  Lasse Öörni 83fd09002e Fixed used vertex range check. il y a 13 ans
  Lasse Öörni a4a31dd3eb Fixed lost vertex/index buffer data not being correctly reported. il y a 13 ans
  Lasse Öörni 8cc2a83e48 Android OpenGL context loss handling. il y a 13 ans
  Lasse Öörni 35bec043ad Signal GPU object data loss only when recovery is possible. il y a 13 ans
  Lasse Öörni b885dcdc9a Added error message. il y a 13 ans
  Lasse Öörni 153106519e Restored public locking API for vertex & index buffers. On OpenGL locking is always emulated using either shadow or scratch data. il y a 13 ans
  Lasse Öörni 9654d7e5b0 Restore whole morph vertex buffer if data lost. il y a 13 ans
  Lasse Öörni a4c1924e04 Vertex & index buffer refactoring to unify feature set between graphics APIs, cleanup code, and prepare for Android OpenGL context loss handling. il y a 13 ans
  Lasse Öörni 0debc43fed Further Android fixes. il y a 13 ans
  Lasse Öörni 866cd89546 Started work for experimental Android support. il y a 13 ans
  Lasse Öörni cc3ee34f58 Increased occlusion buffer depth bias. il y a 14 ans
  Lasse Öörni 16b8bddde4 Fixed SetDataRange() in OGLVertexBuffer & OGLIndexBuffer. il y a 14 ans
  Lasse Öörni 90596a064a Use a memory pool in OGLGraphics for discard lock buffers. il y a 14 ans
  Lasse Öörni a9c5641371 Return to xGxR encoded normal maps and separate specular maps. il y a 14 ans
  Lasse Öörni 0bf24ed126 Fixed index double buffer resize. il y a 14 ans
  Lasse Öörni 9b1efd6a8f Use double buffering to simulate LOCK_DISCARD behavior on OpenGL to avoid GPU stall. il y a 14 ans
  Lasse Öörni d94b865fce Reverted the change to not support fallback data mode in index & vertex buffers, as it broke AssetImporter. il y a 14 ans
  Lasse Öörni de67af8825 CoreData / Data reorganization. il y a 14 ans
  Lasse Öörni 7eed016fd8 Added more assertions. il y a 14 ans
  Lasse Öörni 71603ae52e Initial kNet-based networking implementation. il y a 14 ans
  Lasse Öörni 93377bf50d Fixed OpenGL build. il y a 14 ans
  Lasse Öörni b90c1386be Removed unnecessary parentheses. il y a 14 ans
  Lasse Öörni e80deeab15 Use _WIN32 conditional for Win32 code. il y a 14 ans
  Lasse Öörni 432f57b4b0 Use SDL 1.3 in OpenGL mode. il y a 14 ans