1d776c4 Clean up Image::SavePNG() to use just Image::Save(). Fix jo & stbi_image_write to use wchar paths on Windows.
229e78a Use file symlink instead of directory for STB library. Fix#1330.
8ff087c Adjust CMakeLists.txt as now STB is a header-only implementation. Additionally, remove all the local changes as they are either not required as the bug has already been fixed upstream or there are other ways to do what we want to do without altering the original code.
c2d8339 Travis CI: bump copyright to 2016. [ccache clear]
4da8de6 Bump copyright to 2015.
efac042 Remove existing include path abstraction. Remove engine's sub-CMakeLists.txt.
c9ead07 Update other_libs.md
2c047c7 Update other_libs.md
b9c23b5 Merge pull request #296 from jimon/patch-1
6427092 tigr now supports osx
daecce0 Update other_libs.md
e2505ba Update other_libs.md
25b476a Update other_libs.md
d529e04 Merge pull request #286 from tversteeg/master
72e10c7 Fix the nuklear library in other_libs.md
376774c Add @vurtin his nuklear library to other_libs
aa1041b stbcc 0.94
25b1f56 stbcc 0.94
51393c0 remove dead code after previous optimizations
d1eba33 fix bug w/ large clumps per cluster; reduce time spent on global union-find by skipping clumps that don't touch edges
4846053 memory usage clarification
5ebbfd0 update readme
ad55a9b version 0.93 assign surplus adjacency storage only to clumps that touch edge document timings and memory usage
0b50f1e Merge branch 'working' into test
667f795 forgot to include stb_connected_components test source file
a719308 Merge branch 'working' into test
1d6e55a reduce storage for stb_connected_components.h
e585dad change map image formats to workaround stb_image bug
0214a3c untested simple batching; document algorithm; automatically use sqrt(N) instead of 32 as cluster size
1392344 include stb_connected_components.h in main stb compile tests, add test app
435e0c7 update stbcc
d32dc9f add todo list, try to compile as C++ (untested), tweak data structure
31bc5d1 Merge branch 'master' of https://github.com/nothings/stb
1c5a924 stb_connected_components added
133a565 yocto stuff
4c51910 back out previous change to stb_vorbis (truncation of last frame in corrupt file)
5aef2b5 Merge branch 'master' of https://github.com/nothings/stb
62d773d updat versions
a1a918a fix unused variable warning
fdca443 fix crash in 2.11
136455d clarify
fcdf5c6 Merge branch 'master' of https://github.com/nothings/stb
6e41547 update version numbers, documentation, and contributors
b031330 avoid dropping final frame of audio data due to wrong test
7a694bd re-enable SSE2 code on x64 except with gcc
92bd7a4 emscripten needs explicit alloca as well
56e8fd0 don't leak vertex data if text is scaled to 0
538b96d remove claims of supporting C++ in stretchy_buffer
5990ff8 remove duplicate typedef of stbtt_fontinfo
201af99 return correct # of channels for PNG
65edb64 Merge branch 'master' into working
75c5908 fix includes for linux alloca
591c7f8 remove white matting when loading transparent PSD
a8876b8 fix _WIN32 if STB_THREADS
aeba556 stb_vorbis: Fix memory leak in start_decoder().
b7603b0 dr_flac
8420e20 Merge branch 'for-upstream-fix-stbvorbis-startdecoder-memleak' of https://github.com/manxorist/stb into working
8f36879 Merge branch 'for-upstream-stbvorbis-fix-memleaks' of https://github.com/manxorist/stb
c03f4b3 Merge branch 'patch-1' of https://github.com/kinetiknz/stb
097a70a Merge branch 'master' of https://github.com/tulrich/stb
ba1277e Merge branch 'fix_warnings' of https://github.com/tgoulart/stb into working
a013c03 initialize bmp mr/mg/mb/ma properly
218ecd1 Merge branch 'patch-1' of https://github.com/looki/stb
406d537 Merge branch 'initial_png_16bpc' of https://github.com/socks-the-fox/stb into working
275d120 Merge branch 'working'
4be8fa9 Merge branch 'pull-request-fabs2' of https://github.com/sglass68/stb into working
814bb9b remove STBIR__DEBUG_ASSERT because it requires defining/not-defining assert() in a warning-free way on all platforms independent of #include <assert.h>, which is too hard
d514035 Merge branch 'textedit-drag-while-typing' of https://github.com/ocornut/stb
878e8ca Merge branch 'patch-1' of https://github.com/saolsen/stb into working
cbc1e7c Merge branch 'test' into working
4ff6723 make resample_test work in VC6
c238ceb Merge branch 'master' of https://github.com/BSVino/stb into test
86bff62 greatest; munit; parg
c66b565 cro_mipmap
b79fa5b Merge pull request #255 from corporateshark/master
efdfbb3 Merge branch 'master' into working
50479cb stb_image: allow jpegs that are rgb not YCrCb
0e3506d stb_vorbis: Fix memory leak in start_decoder().
0985e89 stb_vorbis: Fix memory leak in decode_residue() and inverse_mdct() when redefining temp_alloc() and temp_free()
94f2cea Fix typo in stbi__parse_uncompressed_block
46b64eb8 Added PoissonGenerator.h
7e1ee2d Allocate large structure using malloc instead of stack.
291ad22 Replace large stack allocations with dynamic allocations.
5a00ce3 Fix a few warnings when building std_vorbis using Xcode 7.2.1
5e2d0fd Add support for obtaining the entire kerning table from a font all at once, for use in rendering packed textures offline.
ff862a2 Merge https://github.com/nothings/stb
d4f552b Fixed typo
eb84b21 Initial 16 bit per channel PNG support
4ef7d07 ttf: Correct direct use of fabs()
9dc860b stb_textedit: better support for keying while holding mouse drag button
831b2d2 Fix a merge gone wrong, add some more test cases.
c81f0c6 Fix the calculation of the input image shift when using subpixel regions
a1ef3a1 Fix the calculation of the input image shift when using subpixel regions
cf6f69c Fix the calculation of the input image shift when using subpixel regions. Includes some more tests which had incorrect results before and now work fine.
d113bea typo in shader
REVERT: 918ad3d Travis CI: bump copyright to 2016. [ccache clear]
REVERT: a9b6b24 Bump copyright to 2015.
REVERT: bc9b4e8 Remove existing include path abstraction. Remove engine's sub-CMakeLists.txt.
git-subtree-dir: Source/ThirdParty/STB
git-subtree-split: 1d776c439c0c0a983bed2fad08b279bfacb5a32f
[ci package]
Commit: 2ea850ff14
Message: Do not compile HttpRequestDemo sample if URHO3D_NETWORK is not defined. Fix HttpRequest class Lua bindings to not inherit Deserializer to avoid crash, instead expose read functions manually like File does. Fix string concatenation in HttpRequestDemo lua code.
[ci package]
Commit: 6c589286d0
Message: Merge pull request #1381 from cosmy1/json-fix
Add JSON method to deserialize from string and expose it to script interfaces.