Commit History

Author SHA1 Message Date
  Yao Wei Tjong 姚伟忠 73c97d9f64 Only add defines at the scope they are actually required. 9 years ago
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. 9 years ago
  Eugene Kozlov c59b0d941d Rename Resource::Load and Resource::Save filename overloads to Resource::LoadFile and Resource::SaveFile to prevent Resource::Save shadowing. 9 years ago
  Eugene Kozlov 87a3e7e2fb Replace some expressions with new functions. 9 years ago
  Eugene Kozlov b85efd2462 Fix Image::SaveDDS implementation. 9 years ago
  Eugene Kozlov 8acd69046a Add Image::SaveDDS function. Add Resource::Save|Load(fileName) functions. 9 years ago
  Eugene Kozlov d4039d5bc6 Add functions for mipmap manipulation to Image. 9 years ago
  Lasse Öörni d09f67f249 Clean up Image::SavePNG() to use just Image::Save(). Fix jo & stbi_image_write to use wchar paths on Windows. 9 years ago
  Lasse Öörni 187b343563 Remove cast since it wasn't consistent, and equality comparison doesn't produce a warning between signed/unsigned. 9 years ago
  Lasse Öörni 8ebe1e2050 Write PNG first to memory, then to file to handle UTF8 paths correctly. Unfortunately stbi_image_write lacks the same API for TGA format, and jo_jpeg doesn't support memory write either. 9 years ago
  cosmy 385df5f101 Initialize all Image members. 9 years ago
  Lasse Öörni 642f09817e Added contributor credit. Use "unsigned" data type consistently since it's guaranteed to be 32bit on the platforms Urho compiles on. 9 years ago
  damu 1c80774106 Adapted code convention. 9 years ago
  damu 8328a33de9 Optimized Image::Clear() for the four component case (ARGB). In my case this optimized Clear() only takes ~0.362ms compared to 14.853ms before, see http://i.imgur.com/8O7V77o.jpg http://i.imgur.com/qjhkaWw.jpg. 9 years ago
  Lasse Öörni 970ebe85db Merge remote-tracking branch 'dragonCASTjosh/STB_Update' 9 years ago
  Lasse Öörni d9a295a595 Re-enable the unsigned/signed mismatch warning. Code cleanup. 9 years ago
  dragonCASTjosh 4fb746bfd1 Removed code that no longer is needed (as far as i know) 9 years ago
  dragonCASTjosh 103fe32dd1 Now working and Added initial .HDR support 9 years ago
  dragonCASTjosh eea684879b Add define for STB 9 years ago
  urho3d-travis-ci c4f6f315ff Travis CI: bump copyright to 2016. 10 years ago
  Lasse Öörni bd6845d50e Fix off by one error in mipmap data size counting. Image code cleanup. Closes #1072. 10 years ago
  Ivan K ad2eb74d83 LOGERROR -> URHO3D_LOGERROR 10 years ago
  Ivan K db15f0358e PROFILE -> URHO3D_PROFILE 10 years ago
  cosmy 1b9f1f7fd9 Wrong Casting 10 years ago
  Lasse Öörni 3bd55ecc14 Fix DDS size calculation errors and potential unwanted object destruction in Image class. Closes #826. 10 years ago
  JSandusky f0a7f30fa1 Expanded DDS support 10 years ago
  Yao Wei Tjong 姚伟忠 fa77a456f8 Reformat Urho3D source files to get rid of the indents on empty lines. 10 years ago
  Lasse Öörni f4b5ead164 On D3D11 & OpenGL3, convert luminance & luminance-alpha textures to RGBA on upload. Revert RampGenerator & Spot/SpotWide texture changes to use RGB format. Closes #718. 10 years ago
  Lasse Öörni bb2ebf7568 Bump copyright to 2015. 11 years ago
  Yao Wei Tjong 姚伟忠 f719e3a429 Remove explicit inclusion of precompiled header file. 11 years ago