Historial de Commits

Autor SHA1 Mensaje Fecha
  Lasse Öörni a40fead7dc Updated license for the new year. hace 13 años
  Lasse Öörni 7d8558a51f Applied massive patch from weitjong. hace 13 años
  Lasse Öörni 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. hace 13 años
  Lasse Öörni f0b6d55b28 Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries. hace 13 años
  Lasse Öörni 5507b006be Shader load/compile refactoring. Removed shader source code from the SourceAssets directory and moved to Bin/CoreData/Shaders. hace 13 años
  Lasse Öörni a4c1924e04 Vertex & index buffer refactoring to unify feature set between graphics APIs, cleanup code, and prepare for Android OpenGL context loss handling. hace 13 años
  Lasse Öörni 3e7882093a Disabled all stencil operations on OpenGL ES for now, as the OES packed depth stencil isn't tested for or used yet. hace 13 años
  Lasse Öörni 9a4e69d5bc Removed fillmode, as it is deprecated on some APIs and not currently used in Urho3D. hace 13 años
  Lasse Öörni 22f1e3a1eb Enable OpenGL ES2 mode properly. hace 13 años
  Lasse Öörni 65378ee15b Fixed Android linking & startup issues. hace 13 años
  Lasse Öörni cc3ee34f58 Increased occlusion buffer depth bias. hace 14 años
  Lasse Öörni 28dedc34c4 Fixed GLSL #version statement to come before defines. hace 14 años
  Lasse Öörni 9ce5d0b836 Added initial PostProcess class. Not yet used and does not render anything yet. hace 14 años
  Lasse Öörni a51afb0631 Initial vertex lighting support. hace 14 años
  Lasse Öörni 7eed016fd8 Added more assertions. hace 14 años
  Lasse Öörni 71603ae52e Initial kNet-based networking implementation. hace 14 años
  Lasse Öörni 93377bf50d Fixed OpenGL build. hace 14 años
  Lasse Öörni b90c1386be Removed unnecessary parentheses. hace 14 años
  Lasse Öörni 432f57b4b0 Use SDL 1.3 in OpenGL mode. hace 14 años
  Lasse Öörni 464dbd47ab Fixed performance issues on ATI graphics cards by creating a packed depth stencil as a renderbuffer, not as a texture. hace 14 años
  Lasse Öörni 0ec486db9e Fixed crash in OpenGL shader program cleanup. hace 14 años
  Lasse Öörni 1c26218eeb Fixed a logic error where a OpenGL ShaderVariation would hold a link to a single ShaderProgram, although it can be linked to many. hace 14 años
  Lasse Öörni 5db24c8d02 Renamed OpenGL/Direct3D9 implemntation and shader directories. hace 14 años