Commit Graph

  • 8b1d835e16 Adding memory and assert defines to stb_image_write Tim Kelsey 2015-04-08 15:24:46 +0100
  • b7570147f7 version number Sean Barrett 2015-04-02 15:37:14 -0700
  • 5cc48593d4 Merge branch 'master' of https://github.com/Sofahamster/stb into working Fix missing types to be 'unsigned char' not 'int' Fix handling of string constants which are const-char-* on modern compilers Sean Barrett 2015-04-02 15:35:41 -0700
  • 5c4ce8fdf7 add missing types to allow compiling as C++, and use less cache Sean Barrett 2015-04-02 15:23:00 -0700
  • 62e732bfab disambiguate Sean Barrett 2015-04-02 12:45:17 -0700
  • fbdaca8d2c Added some missing ints to make the code compile as C++ with GCC. Added a few missing consts to remove GCC warnings about deprecated conversion from string constant to 'char*' Thomas Frase 2015-04-02 20:18:24 +0200
  • c5261f41d7 Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2015-04-02 07:09:23 -0700
  • cd1d05b389 voxel render 0.78; compile as C++, fix bad #else Sean Barrett 2015-04-02 07:08:27 -0700
  • 49865c703a disambiguate Sean Barrett 2015-04-02 06:22:39 -0700
  • edda820d4f whoops fix last fix Sean Barrett 2015-04-02 02:56:36 -0700
  • 5e7c226b34 disambiguate Sean Barrett 2015-04-02 02:50:41 -0700
  • 01540789bb Update stb_voxel_render_interview.md Sean Barrett 2015-04-02 02:48:12 -0700
  • abf217de52 stb_voxel_render version 0.77 Sean Barrett 2015-04-01 16:58:49 -0700
  • fd62364d96 rename static-implementation define to STB_VOXEL_RENDER_STATIC for consistency Sean Barrett 2015-04-01 16:57:46 -0700
  • a1f1010fad Merge branch 'master' into working Sean Barrett 2015-04-01 16:47:02 -0700
  • a1f8eb30c1 Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2015-04-01 16:46:38 -0700
  • 26a342ba2e documentation tweaks Sean Barrett 2015-04-01 16:46:30 -0700
  • 70eaad4a88 improve config macro documentation Sean Barrett 2015-04-01 16:46:00 -0700
  • 90d58e577e Update README.md Sean Barrett 2015-04-01 13:52:03 -0700
  • d768440ce7 Merge pull request #99 from Mischanix/depth Sean Barrett 2015-04-01 13:42:25 -0700
  • feae54a2d9 Request a 24-bit depth buffer Mischanix 2015-04-01 12:41:49 -0500
  • 089b3e4395 version number Sean Barrett 2015-04-01 06:11:13 -0700
  • 081fd6945c comment tweaks Sean Barrett 2015-04-01 06:08:36 -0700
  • 2cbeaa3001 bump to version 0.76; documentation, minor changes to texlerp, other input tweaks Sean Barrett 2015-04-01 05:47:36 -0700
  • 5690ff7c60 Merge pull request #96 from jsfdez/patch-1 Sean Barrett 2015-04-01 03:06:06 -0700
  • ebb3b475d7 Build fix Jesus Fernandez 2015-04-01 11:35:54 +0200
  • e115ae38f2 Merge pull request #95 from debiatan/master Sean Barrett 2015-04-01 01:19:52 -0700
  • 0ef28d6bb5 I like the word 'implementation'. Miguel Lechón 2015-04-01 10:04:38 +0200
  • 0f52f6accc note documentation failure; update README.md Sean Barrett 2015-04-01 00:44:05 -0700
  • 92de5ecbb2 youtube link Sean Barrett 2015-04-01 00:28:17 -0700
  • 3bb829574d mostly documented Sean Barrett 2015-04-01 00:24:46 -0700
  • 9e5e19f5a3 various fixes Sean Barrett 2015-03-31 02:32:17 -0700
  • 28630fb253 various fixes Sean Barrett 2015-03-30 13:19:06 -0700
  • c500a90375 added stbi_vertically_flip_on_load Nicolas Guillemot 2015-03-29 03:03:09 -0700
  • 0f8e471f7b various voxel/caveview improvements Sean Barrett 2015-03-28 17:36:09 -0700
  • 80176ae4a1 Remove unused variables in write_hdr_scanline. Jørgen P. Tjernø 2015-03-24 11:22:20 -0700
  • 8bfd635220 Allow to replace qsort function with custom implementation unknown 2015-03-20 15:01:53 -0700
  • 198ee828ca Allow to replace memmove function with custom implementation unknown 2015-03-20 14:58:38 -0700
  • ffe447630d Couple of places should be using STBTT_memset instead of memset unknown 2015-03-20 14:54:47 -0700
  • 30eb4371c8 Change double literals 0.5 to float type unknown 2015-03-20 14:49:58 -0700
  • 0669a6659a fixes for premultiplied alpha Sean Barrett 2015-03-17 02:21:17 -0700
  • ba49d37e6a premultiplied alpha support Sean Barrett 2015-03-17 02:10:58 -0700
  • f49c90c03d beginnings of mode support; reconstruct full table of bit allocations per mode Sean Barrett 2015-03-15 11:17:14 -0700
  • c588d29e95 switch shader variation from runtime-with-tags to dynamic with #ifdefs; support making all definitions static so you can have multiple copies of file (with different #ifdefs); move all tables to end of file (this will have to be undone later because IIRC it's not compatible with C++ or with some compilers or something, but it'll make my life easier in the interim); Sean Barrett 2015-03-15 10:18:13 -0700
  • 3a2c54d4a0 check off todo-list item for previous check-in Sean Barrett 2015-03-14 19:50:32 -0700
  • 00810b7d11 correct normals for vheight floors Sean Barrett 2015-03-14 15:02:51 -0700
  • c10b3fefae correct normals for upwards slope (and dummy lighting to test it) Sean Barrett 2015-03-13 19:00:34 -0700
  • 177498673e update readme with wood type status Sean Barrett 2015-03-13 12:39:30 -0700
  • 6509e1d1e7 minecraft wood types (only for solid blocks) Sean Barrett 2015-03-13 12:45:49 -0700
  • 5a8064bad2 fix texture coords to not be reflected on north & south walls Sean Barrett 2015-03-13 12:04:45 -0700
  • c2ee843df3 update todo for previous checkin Sean Barrett 2015-03-13 12:00:50 -0700
  • f02b0d700f if vertex buffer is full, mesh builder stops gracefully and remembers where to continue Sean Barrett 2015-03-13 12:00:00 -0700
  • efcd76c9ab support texture rotation; better interaction of mouse centering & VC6 debugger; fix in-place conversion when mca blocks are written in different order Sean Barrett 2015-03-12 19:03:49 -0700
  • 3d4f545fd7 remove unused gl_fragColor support Sean Barrett 2015-03-12 11:38:10 -0700
  • 673cbb1ee4 remove unused code from cave_main Sean Barrett 2015-03-12 00:07:50 -0700
  • 0cd5465f52 re-add README.md that was in a different branch Sean Barrett 2015-03-12 00:00:10 -0700
  • c27a6c6c36 restore old q&a Sean Barrett 2015-03-11 23:54:45 -0700
  • 14b203571a forgot to check in .dsp file after the renames Sean Barrett 2015-02-22 18:27:17 -0800
  • f9c24c20fc various cleanup; vheight works (only one path tested) Sean Barrett 2015-02-22 17:42:46 -0800
  • 1d18b23ea1 replace main.c & game.c with cave_main.c Sean Barrett 2015-02-22 15:52:03 -0800
  • 7add4d09b9 delete game.h Sean Barrett 2015-02-22 15:42:24 -0800
  • 0e2583041d minor cleanup Sean Barrett 2015-02-22 15:25:54 -0800
  • 5a0dcc90d6 initialize cache mutexes in right file Sean Barrett 2015-02-22 15:09:22 -0800
  • cd17050ca4 split render.c into cave_mesher.c and cave_render.c Sean Barrett 2015-02-22 15:03:04 -0800
  • 2770c92148 initial stb_voxel_render version with working minecraft viewer Sean Barrett 2015-02-22 14:34:05 -0800
  • 0b05bde303 quick fixes w/o version updates Sean Barrett 2015-02-22 14:26:21 -0800
  • 7579b8a177 Fix the simple truetype example Cap Petschulat 2015-02-22 10:36:26 -0800
  • a60912f145 Avoid GCC sign-compare warning. Joseph Thomson 2015-02-20 10:12:50 +0000
  • 4b0c6f6634 stb_image: NEON and SSE2 SIMD detection fixes. Fabian Giesen 2015-02-17 01:21:40 -0800
  • abe81006db Fixed bug where NEON code was #ifdef’d out on GCC/clang even where explicitly requested. Laura Dennis-Jordan 2015-02-05 20:49:04 +0100
  • bdef693b7c add FAQ about single-header-file libs Sean Barrett 2015-02-01 02:49:36 -0800
  • 4b518bb2b6 whoops, didn't mean to check in those changes for this file, but did for the other files Sean Barrett 2015-02-01 02:45:11 -0800
  • a3e84e25dd added stb_easy_font.h Sean Barrett 2015-02-01 01:49:17 -0800
  • 3f418bfe6e stbte: fix; prop button now draws 't' in default joshhuelsman 2015-01-30 21:59:01 -0500
  • 6cc48214ac stbte: removed redundant conditional joshhuelsman 2015-01-30 21:17:24 -0500
  • e62a54ee0b stbte: fix number rendering when no layernames set joshhuelsman 2015-01-30 18:58:59 -0500
  • ba38019c95 stbte: fix layername button growing for both sides joshhuelsman 2015-01-30 18:46:57 -0500
  • 87faf06b5d stbte: update documentation/version 0.31 joshhuelsman 2015-01-30 18:06:40 -0500
  • f82fbb2e36 stbte: layername button grows/shrinks joshhuelsman 2015-01-30 17:55:03 -0500
  • 7a0b46075c Fix stbte_create_map declaration joshhuelsman 2015-01-30 17:07:57 -0500
  • 45fec17148 stb_truetype: added STBTT_STATIC to make all implementation static ocornut 2015-01-21 23:38:29 +0100
  • 2c13513a95 stb_truetype: fix for if stb_rect_pack .h wasn't included. ocornut 2015-01-21 23:21:19 +0100
  • 0d840ab330 quick & dirty leak checker Sean Barrett 2015-01-21 07:46:54 -0800
  • ec2158386c update version number Sean Barrett 2015-01-19 05:20:56 -0800
  • 5bad081711 fix incorrectly-named assert, attempt to fix (char) cast warning (tricky since char's signedness is unknown) Sean Barrett 2015-01-19 05:18:37 -0800
  • b3653cc3f1 fix double free (found by cppcheck) Philipp Wiesemann 2015-01-18 21:17:49 +0100
  • 22fa9a467a rewrite HDR rle logic Sean Barrett 2015-01-18 10:43:42 -0800
  • 90c18fd41a stb_truetype: split stbtt_PackFontRanges() into 3 functions for advanced uses, allow stbtt_PackBegin() to take NULL pixels ocornut 2015-01-18 15:24:33 +0000
  • 80d5c4be48 fix bug introduced when doing hdr cleanup Sean Barrett 2015-01-17 09:16:48 -0800
  • c315b164b7 update version numbers Sean Barrett 2015-01-17 08:41:54 -0800
  • 5ad4169ed1 update version number Sean Barrett 2015-01-17 08:39:41 -0800
  • 50edcdb972 Merge branch 'master' of https://github.com/scullion/stb Sean Barrett 2015-01-17 08:37:50 -0800
  • 4ae1bc417b Merge branch 'kg' of https://github.com/krig/stb Sean Barrett 2015-01-17 08:36:22 -0800
  • 5c121a9921 don't use SIMD on gcc if it's going to fail anyway Sean Barrett 2015-01-17 08:32:57 -0800
  • 77f816ce73 version number Sean Barrett 2015-01-17 08:25:30 -0800
  • 6f3bda396d credits, version number Sean Barrett 2015-01-17 08:25:08 -0800
  • 68c8e4851a Merge branch 'master' of https://github.com/enginmanap/stb Sean Barrett 2015-01-17 08:22:28 -0800
  • d673e85e94 update credits Sean Barrett 2015-01-17 08:22:19 -0800
  • 974ca12fb8 Merge branch 'master' of https://github.com/bigmonachus/stb Sean Barrett 2015-01-17 08:19:22 -0800
  • 4c9e8dd359 version numbers Sean Barrett 2015-01-17 08:17:31 -0800