Historia zmian

Autor SHA1 Wiadomość Data
  Lasse Öörni 35195939c1 Exposed allowed screen orientations (effective on iOS only currently) and the flush GPU setting as engine startup parameters. 11 lat temu
  Lasse Öörni 5a6a11c521 Minor documentation / comment fixes. 12 lat temu
  Lasse Öörni cc9e5e1994 Moved to XML based shader precache files. Refactored shader precaching code to its own class. Closes #199. 12 lat temu
  Lasse Öörni 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. 12 lat temu
  Lasse Öörni c3c177525d Removed the "view texture" abstraction, which is unnecessary now, as all deferred renderpaths write directly to the destination rendertarget. Fixes #166. 12 lat temu
  Lasse Öörni 3e14caf89e Load/save cached binary HLSL shaders. Report SM3 supported on OpenGL to simplify code. 12 lat temu
  Lasse Öörni 6d5ddc23e0 Bump the copyright for 2014. 12 lat temu
  Lasse Öörni cadb503976 Added transform by matrix functions to Plane. Added camera clipping plane support. Added basic reflective+refractive water shader + material. 12 lat temu
  Yao Wei Tjong 姚伟忠 d719baa38b Use on-demand shader evaluation for OpenGL as well. 12 lat temu
  Alex Parlett a63ab49ac5 Added the ability to specify whether a window is borderless or not (decorated with borders); 12 lat temu
  Lasse Öörni 679007d1b5 Normalize whitespace, update documentation. 12 lat temu
  Alex Parlett 2505149255 Added ability to specify window icon (external application window) using an Image resource and SDL cross platform capability 12 lat temu
  Lasse Öörni f299c0d815 Fixed Android GL context destroy / restore. Removed project.properties file, as it's generated by the command "android update project". 12 lat temu
  Yao Wei Tjong 姚伟忠 e34e26d068 Merge branch 'library-build'. 12 lat temu
  Yao Wei Tjong 姚伟忠 d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
  Lasse Öörni 5fb42a277c Re-added "flush GPU command buffer" -feature for controlling timestep variance and input lag. Direct3D only for now. Default off, as can decrease performance. 12 lat temu
  Lasse Öörni 25c7aa53c3 Added GetDesktopResolution() to Graphics. 12 lat temu
  Lasse Öörni 2fbe931cee Added SetWindowPosition() / GetWindowPosition() to Graphics. 12 lat temu
  Lasse Öörni dcb39bf810 Add note of Direct3D9 bool shader constants possibly having no effect. 12 lat temu
  Wei Tjong Yao 51d2a7321a Added support to pass boolean shader parameter value. 12 lat temu
  Lasse Öörni 7a20f0ad03 Optimize repeated GetWorldBoundingBox() in Drawable::UpdateBatches() override functions. 12 lat temu
  Lasse Öörni 8f0182d1e9 In case SDL's window resize event is handled late, use the current window size at the time of handling, not the event parameters. 12 lat temu
  Wei Tjong Yao 02512cecf9 In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'. 12 lat temu