Commit Graph

774 Commits (9bf98d619f0962d00ae3f47811b0764a2603247e)

Author SHA1 Message Date
Sergey Popov f24f92bcc7 Fix -Wextra warning in stb_truetype.h 2015-08-19 14:36:09 +03:00
Vincent Isambart 09e1972fed fix clang warnings 2015-08-08 10:45:26 +09:00
rwhitworth 0c0a619ca4 Updated to compile with Visual Studio 2015 2015-08-05 22:27:53 -04:00
urraka 23dfb8c06b GIF loading improvements.
- Fixed possible memory leak.
- Fix for transparent backgrounds.
- Adapted internal function to allow proper animation loading.
2015-08-03 22:59:16 -03:00
Sean Barrett c9859afcf9 reverse some of the public-domain-license changes that I didn't
actually want
2015-08-01 23:53:49 -07:00
Ryan Whitworth 594502e5fa Added public domain license text 2015-08-01 14:59:39 -04:00
Ryan Whitworth 85d0adda25 Added public domain license text 2015-08-01 14:59:03 -04:00
Ryan Whitworth f844b2dbd2 Added public domain license text 2015-08-01 14:57:53 -04:00
Ryan Whitworth 4727cdd8c0 Added public domain license text 2015-08-01 14:56:45 -04:00
Ryan Whitworth 76edb4ec4e Added public domain license text 2015-08-01 14:56:04 -04:00
Ryan Whitworth 7effe64e45 Added public domain license text 2015-08-01 14:55:35 -04:00
Ryan Whitworth 35e2f7e739 Added public domain license text 2015-08-01 14:54:57 -04:00
Ryan Whitworth 5a7d524fd8 Added public domain license text 2015-08-01 14:54:27 -04:00
Ryan Whitworth 45b27d8a9c Added public domain license text 2015-08-01 14:54:05 -04:00
Ryan Whitworth 1d48782e1d Added public domain license text 2015-08-01 14:53:00 -04:00
Ryan Whitworth f0e456b809 Added public domain license text 2015-08-01 14:52:12 -04:00
Ryan Whitworth 6695bc4e18 Added public domain license text 2015-08-01 14:50:51 -04:00
Ryan Whitworth fa464b33ac Added public domain license text 2015-08-01 14:49:15 -04:00
Ryan Whitworth 55ff60818e Added public domain license text 2015-08-01 14:48:37 -04:00
Ryan Whitworth 242b1fe37a Added public domain license text 2015-08-01 14:48:08 -04:00
Ryan Whitworth 4ab69f3b2c Added public domain license text 2015-08-01 14:46:52 -04:00
Ryan Whitworth 9e9ce0ab91 Added public domain license text 2015-08-01 14:46:04 -04:00
Sean Barrett 59c353962a update readme version numbers 2015-08-01 04:18:27 -07:00
Sean Barrett c1cb414bc6 stb_voxel_render.h version 0.82 2015-08-01 04:17:38 -07:00
Sean Barrett ad57cd038b fix assert() to be STBTT_assert() 2015-08-01 04:16:19 -07:00
Sean Barrett 4ea7744980 fix incorrect tex_overlay2 handling 2015-08-01 04:15:55 -07:00
Sean Barrett 2afb815509 Merge branch 'add_up_down_checks_to_geometry' of https://github.com/friesencr/stb 2015-08-01 04:08:21 -07:00
Sean Barrett cb528122e5 Merge branch 'master' of https://github.com/cjxgm/stb into working 2015-08-01 04:05:43 -07:00
Sean Barrett c6ee732c79 allow finer-grained PackFontRanges with Gather & Render;
allow discontinuous codepoints in PackFontRanges;
fix bug in GetFontOffsetForIndex (non-0 index never worked?);
tweak public domain license
2015-08-01 04:04:54 -07:00
Sean Barrett e637834865 Merge branch 'master' of https://github.com/ocornut/stb into working 2015-08-01 04:03:19 -07:00
Sean Barrett a200fab163 add some minor comments 2015-08-01 04:02:21 -07:00
Sean Barrett d821fd83f3 Merge branch 'master' into working
Conflicts:
	stb_voxel_render.h
2015-08-01 04:02:00 -07:00
Joshua Sheard 5305ffbe49 Include math.h for ceil() 2015-07-29 17:00:44 +00:00
rmitton 6645ea5915 Fixed stupid endianness bug.
Incorrect endianness hilariously doesn't manifest _if_ the original
image was upconverted from 8-bit to 16-bit.
2015-07-24 12:00:09 -07:00
Giumo X. Clanjor (哆啦比猫/兰威举) 3159971d85 stb_truetype: fix wrong result returned by stbtt_GetFontOffsetForIndex
fixed the typo in stbtt_GetFontOffsetForIndex, where the field size should be 4 instead of 14.
2015-07-20 23:18:47 +08:00
ocornut 52845885c4 Merge remote-tracking branch 'upstream/master' 2015-07-15 12:08:29 -06:00
ocornut 34ed8ff096 Merge branch 'nothings/master' 2015-07-15 12:01:27 -06:00
Sean Barrett 93fb372028 update stb_truetype version 2015-07-14 18:23:46 -07:00
Sean Barrett 20b04f4aa9 stb_truetype version 1.06
- switch from qsort() to built-in quicksort (about 2x as fast a sort, ~10% faster overall)
- use pool allocator for active-edge allocations (~10% faster overall)
- use new rasterizer (about 30% faster, ~10% faster overall)
2015-07-14 18:23:12 -07:00
rmitton 608cbec1f5 Fixed overflow for high values.
0xffff would accidentally round to 0x10000.
2015-07-07 15:47:37 -07:00
rmitton a371b204f5 Added support for 16-bit PSD loading.
This extends the current PSD loader to add support for 16-bit images, by
quantizing them down to 8-bit upon load.
2015-07-07 15:15:38 -07:00
Chris Friesen 9f23eb30be Adds up and down checks to voxel render input.geometry 2015-07-06 21:37:05 -05:00
rmitton fcfa17b847 Fixed double-free in JPEG allocation
It was incorrectly setting the wrong field to NULL, causing it to get
freed again later.
2015-07-06 13:32:40 -07:00
Liam Chasteen 65ebe75124 Tweaked to enable compilation under MinGW. 2015-07-02 11:50:32 -07:00
Michaelangel007 c11532b872 Cleanup unused functions 2015-06-30 08:54:14 -06:00
Michaelangel007 2762b410fe Fix unused vars warning in stbi_is_hdr_from_file stbi_is_hdr_from_callbacks 2015-06-30 08:02:24 -06:00
blackpawn 693772ed02 OSX 64bit fixes
Check for __LP64__ preprocessor define for 64bit. Allocator fix for 64bit.
2015-06-22 19:45:35 -07:00
r-lyeh 8702dce4d6 msvc 64-bit fixes 2015-06-13 14:33:42 +02:00
Sean Barrett b53c08a148 Merge pull request #127 from mikesart/master
Fix relative path check for non-Windows platforms in stb_fullpath.
2015-06-10 12:05:29 -07:00
Michael Sartain 3787e1c143 Fix relative path check for non-Windows platforms in stb_fullpath. 2015-06-09 16:52:39 -07:00