Commit History

Автор SHA1 Съобщение Дата
  carnalis 1f41a8c7c3 Implemented SaveWEBP() with optional compression level. преди 8 години
  Lasse Öörni 95062fcb63 Always have SaveWEBP in public API of Image; add script binding. Will be a no-op if not supported. преди 8 години
  carnalis 3339e5012b Initial commit of WebP image support преди 8 години
  Yao Wei Tjong 姚伟忠 73c97d9f64 Only add defines at the scope they are actually required. преди 9 години
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. преди 9 години
  Eugene Kozlov c59b0d941d Rename Resource::Load and Resource::Save filename overloads to Resource::LoadFile and Resource::SaveFile to prevent Resource::Save shadowing. преди 9 години
  Eugene Kozlov 87a3e7e2fb Replace some expressions with new functions. преди 9 години
  Eugene Kozlov b85efd2462 Fix Image::SaveDDS implementation. преди 9 години
  Eugene Kozlov 8acd69046a Add Image::SaveDDS function. Add Resource::Save|Load(fileName) functions. преди 9 години
  Eugene Kozlov d4039d5bc6 Add functions for mipmap manipulation to Image. преди 9 години
  Lasse Öörni d09f67f249 Clean up Image::SavePNG() to use just Image::Save(). Fix jo & stbi_image_write to use wchar paths on Windows. преди 9 години
  Lasse Öörni 187b343563 Remove cast since it wasn't consistent, and equality comparison doesn't produce a warning between signed/unsigned. преди 9 години
  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 години
  cosmy 385df5f101 Initialize all Image members. преди 9 години
  Lasse Öörni 642f09817e Added contributor credit. Use "unsigned" data type consistently since it's guaranteed to be 32bit on the platforms Urho compiles on. преди 10 години
  damu 1c80774106 Adapted code convention. преди 10 години
  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. преди 10 години
  Lasse Öörni 970ebe85db Merge remote-tracking branch 'dragonCASTjosh/STB_Update' преди 10 години
  Lasse Öörni d9a295a595 Re-enable the unsigned/signed mismatch warning. Code cleanup. преди 10 години
  dragonCASTjosh 4fb746bfd1 Removed code that no longer is needed (as far as i know) преди 10 години
  dragonCASTjosh 103fe32dd1 Now working and Added initial .HDR support преди 10 години
  dragonCASTjosh eea684879b Add define for STB преди 10 години
  urho3d-travis-ci c4f6f315ff Travis CI: bump copyright to 2016. преди 10 години
  Lasse Öörni bd6845d50e Fix off by one error in mipmap data size counting. Image code cleanup. Closes #1072. преди 10 години
  Ivan K ad2eb74d83 LOGERROR -> URHO3D_LOGERROR преди 10 години
  Ivan K db15f0358e PROFILE -> URHO3D_PROFILE преди 10 години
  cosmy 1b9f1f7fd9 Wrong Casting преди 10 години
  Lasse Öörni 3bd55ecc14 Fix DDS size calculation errors and potential unwanted object destruction in Image class. Closes #826. преди 10 години
  JSandusky f0a7f30fa1 Expanded DDS support преди 10 години
  Yao Wei Tjong 姚伟忠 fa77a456f8 Reformat Urho3D source files to get rid of the indents on empty lines. преди 10 години