Commit Graph

  • 60939ec653 fix some more signed shifts Sean Barrett 2015-09-03 11:18:40 -07:00
  • a3d62dfec1 fix a few crash bugs with invalid stb_vorbis files (reported by Philip Bennefall, found using a fuzz tester) Sean Barrett 2015-09-03 11:16:19 -07:00
  • 7670656322 fix some signed shifts that should have been unsigned for C spec reasons Sean Barrett 2015-09-03 10:24:01 -07:00
  • 0e24ec5feb fix some cases that didn't return outofmem error properly and would crash instead Sean Barrett 2015-09-03 07:11:02 -07:00
  • a009673856 update stb_vorbis version Sean Barrett 2015-08-31 12:49:03 -07:00
  • c15190373c add missing changes to project file Sean Barrett 2015-08-30 19:31:36 -07:00
  • ebb54fd7a3 seeking in stb_vorbis (Dougall Johnson) test program for seeking (stb) Sean Barrett 2015-08-30 19:29:35 -07:00
  • f24f92bcc7 Fix -Wextra warning in stb_truetype.h Sergey Popov 2015-08-19 14:36:09 +03:00
  • 09e1972fed fix clang warnings Vincent Isambart 2015-08-08 10:45:26 +09:00
  • 0c0a619ca4 Updated to compile with Visual Studio 2015 rwhitworth 2015-08-05 22:27:53 -04:00
  • 23dfb8c06b GIF loading improvements. urraka 2015-08-03 22:59:16 -03:00
  • c9859afcf9 reverse some of the public-domain-license changes that I didn't actually want Sean Barrett 2015-08-01 23:53:49 -07:00
  • 594502e5fa Added public domain license text Ryan Whitworth 2015-08-01 14:59:39 -04:00
  • 85d0adda25 Added public domain license text Ryan Whitworth 2015-08-01 14:59:03 -04:00
  • f844b2dbd2 Added public domain license text Ryan Whitworth 2015-08-01 14:57:53 -04:00
  • 4727cdd8c0 Added public domain license text Ryan Whitworth 2015-08-01 14:56:45 -04:00
  • 76edb4ec4e Added public domain license text Ryan Whitworth 2015-08-01 14:56:04 -04:00
  • 7effe64e45 Added public domain license text Ryan Whitworth 2015-08-01 14:55:35 -04:00
  • 35e2f7e739 Added public domain license text Ryan Whitworth 2015-08-01 14:54:57 -04:00
  • 5a7d524fd8 Added public domain license text Ryan Whitworth 2015-08-01 14:54:27 -04:00
  • 45b27d8a9c Added public domain license text Ryan Whitworth 2015-08-01 14:54:05 -04:00
  • 1d48782e1d Added public domain license text Ryan Whitworth 2015-08-01 14:53:00 -04:00
  • f0e456b809 Added public domain license text Ryan Whitworth 2015-08-01 14:52:12 -04:00
  • 6695bc4e18 Added public domain license text Ryan Whitworth 2015-08-01 14:50:51 -04:00
  • fa464b33ac Added public domain license text Ryan Whitworth 2015-08-01 14:49:15 -04:00
  • 55ff60818e Added public domain license text Ryan Whitworth 2015-08-01 14:48:37 -04:00
  • 242b1fe37a Added public domain license text Ryan Whitworth 2015-08-01 14:48:08 -04:00
  • 4ab69f3b2c Added public domain license text Ryan Whitworth 2015-08-01 14:46:52 -04:00
  • 9e9ce0ab91 Added public domain license text Ryan Whitworth 2015-08-01 14:46:04 -04:00
  • 59c353962a update readme version numbers Sean Barrett 2015-08-01 04:18:27 -07:00
  • c1cb414bc6 stb_voxel_render.h version 0.82 Sean Barrett 2015-08-01 04:17:38 -07:00
  • ad57cd038b fix assert() to be STBTT_assert() Sean Barrett 2015-08-01 04:16:19 -07:00
  • 4ea7744980 fix incorrect tex_overlay2 handling Sean Barrett 2015-08-01 04:15:55 -07:00
  • 2afb815509 Merge branch 'add_up_down_checks_to_geometry' of https://github.com/friesencr/stb Sean Barrett 2015-08-01 04:08:21 -07:00
  • cb528122e5 Merge branch 'master' of https://github.com/cjxgm/stb into working Sean Barrett 2015-08-01 04:05:43 -07:00
  • 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 Sean Barrett 2015-08-01 04:04:54 -07:00
  • e637834865 Merge branch 'master' of https://github.com/ocornut/stb into working Sean Barrett 2015-08-01 04:03:19 -07:00
  • a200fab163 add some minor comments Sean Barrett 2015-08-01 04:02:21 -07:00
  • d821fd83f3 Merge branch 'master' into working Sean Barrett 2015-08-01 04:02:00 -07:00
  • 5305ffbe49 Include math.h for ceil() Joshua Sheard 2015-07-29 17:00:44 +00:00
  • 6645ea5915 Fixed stupid endianness bug. rmitton 2015-07-24 12:00:09 -07:00
  • 3159971d85 stb_truetype: fix wrong result returned by stbtt_GetFontOffsetForIndex Giumo X. Clanjor (哆啦比猫/兰威举) 2015-07-20 23:18:47 +08:00
  • 52845885c4 Merge remote-tracking branch 'upstream/master' ocornut 2015-07-15 12:08:29 -06:00
  • 34ed8ff096 Merge branch 'nothings/master' ocornut 2015-07-15 12:01:27 -06:00
  • 93fb372028 update stb_truetype version Sean Barrett 2015-07-14 18:23:46 -07:00
  • 20b04f4aa9 stb_truetype version 1.06 Sean Barrett 2015-07-14 18:23:12 -07:00
  • 608cbec1f5 Fixed overflow for high values. rmitton 2015-07-07 15:47:37 -07:00
  • a371b204f5 Added support for 16-bit PSD loading. rmitton 2015-07-07 15:15:38 -07:00
  • 9f23eb30be Adds up and down checks to voxel render input.geometry Chris Friesen 2015-07-06 21:37:05 -05:00
  • fcfa17b847 Fixed double-free in JPEG allocation rmitton 2015-07-06 13:32:40 -07:00
  • 80a0e90d53 TGA RLE flag and regression fix fahickman 2015-07-03 14:27:29 -07:00
  • 65ebe75124 Tweaked to enable compilation under MinGW. Liam Chasteen 2015-07-02 11:50:32 -07:00
  • be8284de7e stb_wingraph.h: missing lib pragmas for completeness ocornut 2015-06-30 20:02:41 -06:00
  • c11532b872 Cleanup unused functions Michaelangel007 2015-06-30 08:54:14 -06:00
  • 2762b410fe Fix unused vars warning in stbi_is_hdr_from_file stbi_is_hdr_from_callbacks Michaelangel007 2015-06-30 08:02:24 -06:00
  • 693772ed02 OSX 64bit fixes blackpawn 2015-06-22 19:45:35 -07:00
  • 8702dce4d6 msvc 64-bit fixes r-lyeh 2015-06-13 13:50:31 +02:00
  • b53c08a148 Merge pull request #127 from mikesart/master Sean Barrett 2015-06-10 12:05:29 -07:00
  • 3787e1c143 Fix relative path check for non-Windows platforms in stb_fullpath. Michael Sartain 2015-06-09 16:52:39 -07:00
  • 51415dea6e Fix 64-bit compile for pointer set Robert Nix 2015-06-09 12:47:50 -05:00
  • 0fbc8bec6f Don't truncate pointers to 4 bytes on 64-bit Robert Nix 2015-06-09 12:46:31 -05:00
  • b639b6a468 Don't use __asm int 3; on 64-bit platforms Robert Nix 2015-06-09 12:44:50 -05:00
  • 126ec22867 add missing consts fahickman 2015-06-04 14:04:02 -07:00
  • aa89970d6b stb_image.h: fix *comp value when loading PSDs stb_voxel_render.h: fix STBVOX_CONFIG_OPTIMIZED_VHEIGHT Sean Barrett 2015-05-28 22:11:45 -07:00
  • 1b157be513 Merge remote-tracking branch 'nothings/master' ocornut 2015-05-28 08:55:13 +01:00
  • e0e4bd4d86 write TGAs with RLE compression fahickman 2015-05-11 21:38:55 -07:00
  • d1d5f4ca96 add STB_IMAGE_WRITE_STATIC macro Guillaume Chereau 2015-04-20 23:18:42 +08:00
  • 347e7838be fix compilation of stb_image_write.h with gcc -O3 Guillaume Chereau 2015-04-20 22:59:24 +08:00
  • 947bdcd027 update version numbers & docs Sean Barrett 2015-04-19 04:19:55 -07:00
  • 8f9c8b682d Merge branch 'master' of https://github.com/nguillemot/stb Sean Barrett 2015-04-19 04:17:21 -07:00
  • b4b196af1c update version numbers Sean Barrett 2015-04-19 04:16:11 -07:00
  • ac5e25ae01 bump stb_image to version 2.05, tweak docs Sean Barrett 2015-04-19 04:15:33 -07:00
  • f224bc2cdb stb_image: Progressive AC decoding - fix ZRL code. Fabian Giesen 2015-04-19 01:49:16 -07:00
  • 1894bede3f fix signed/unsignted compare warning Nicolas Guillemot 2015-04-18 21:23:34 -07:00
  • fda335609f don't redefine __forceinline with mingw Nicolas Guillemot 2015-04-18 20:39:46 -07:00
  • e4be8fae2c fix misplaced STBTT_DEF definition Sean Barrett 2015-04-15 16:06:46 -07:00
  • 294340b25d update version numbers Sean Barrett 2015-04-15 02:59:17 -07:00
  • e927c3a07a rename to STBRP_SORT for STBRP_ASSERT consistency; version number, credits Sean Barrett 2015-04-15 02:58:00 -07:00
  • e536701585 Merge branch 'rectpack-allow-to-replace-qsort' of https://github.com/mmozeiko/stb into work2 Sean Barrett 2015-04-15 02:54:01 -07:00
  • 9487a59c14 STB_TEXTEDIT_memmove Sean Barrett 2015-04-15 02:52:25 -07:00
  • d5251d527b Merge branch 'textedit-allow-to-replace-memmove' of https://github.com/mmozeiko/stb into work2 Sean Barrett 2015-04-15 02:49:58 -07:00
  • 1acf56b8fb tweak credits Sean Barrett 2015-04-15 02:40:15 -07:00
  • b92b225f61 note that README is auto-generated so submitters don't need to change it Sean Barrett 2015-04-15 02:35:55 -07:00
  • d710ada2f9 try to re-enable SSE2 support by default on mingw 64-bit Sean Barrett 2015-04-15 02:31:12 -07:00
  • 457679209b update truetype version # Sean Barrett 2015-04-15 02:22:19 -07:00
  • a51c2d4ab0 update version number etc Sean Barrett 2015-04-15 02:21:59 -07:00
  • 6231981a47 Merge pull request #106 from g-pechorin/patch-1 Sean Barrett 2015-04-15 02:20:42 -07:00
  • 9d4da3f7cc update readme Sean Barrett 2015-04-15 02:18:48 -07:00
  • 85c836f33c Merge branch 'work2' Sean Barrett 2015-04-15 02:18:42 -07:00
  • 6cb8c1b624 make compile as C Sean Barrett 2015-04-15 02:17:44 -07:00
  • 0d076c08b3 Merge branch 'working_stbte' of https://github.com/machinamentum/stb into work2 Sean Barrett 2015-04-15 02:12:13 -07:00
  • 53011a3d96 fix declaration of stbte_create_map Sean Barrett 2015-04-15 02:10:02 -07:00
  • 63550ae9ed Update stb_truetype.h Peter LaValle 2015-04-14 13:03:05 +01:00
  • 0d7f3bb60b update version numbers for minor libraries that have been made C++-compatible Sean Barrett 2015-04-14 03:53:57 -07:00
  • 3f17b24d90 make sure all libs compile as C++ Sean Barrett 2015-04-14 03:53:26 -07:00
  • cbcbaff851 replace public-domain rationale with link to longer public domain rationale document Sean Barrett 2015-04-14 03:38:40 -07:00
  • e105a19be9 add summary statistics Sean Barrett 2015-04-14 03:33:54 -07:00
  • f982f5ae1e restore lines-of-code to original size Sean Barrett 2015-04-14 03:25:12 -07:00
  • dda1519da8 shrink font for LoC to layout table better Sean Barrett 2015-04-14 03:19:54 -07:00
  • 977cce8cc7 expand explanation of why single file Sean Barrett 2015-04-14 03:13:45 -07:00