Commit History

Author SHA1 Message Date
  Lasse Öörni af9905a891 Fixed the check to reset Texture's requested levels when loading uncompressed. Fixes uncompressed images always having mipmaps. 12 years ago
  Lasse Öörni 5bc98f68d3 Exposed Texture2D::Load() to Lua. Added Detach() function to SharedPtr which will safely detach the pointer without destroying the object. To only be used in scripting integration. Fixed loading of texture with compressed data first and then uncompressed. 12 years ago
  Lasse Öörni 6d5ddc23e0 Bump the copyright for 2014. 12 years ago
  Lasse Öörni 5da7d24f94 Fixed bug in D3DTexture2D && D3DTextureCube::SetData() when not setting the whole texture. 12 years ago
  Wei Tjong Yao 978bfe0f3d Use the instance variable instead of re-obtaining the graphics subsystem from context. 12 years ago
  Lasse Öörni fc0264e4b9 Set clamp address mode for all cube textures by default. In OpenGL mode seams may appear otherwise. 12 years ago
  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 years ago