24e50cbd5dremove asserts that are now run-time checks; bump version and update credits; minor whitespace changes;
Sean Barrett
2015-04-12 09:04:43 -07:00
7b72651134add stb_voxel_render to standard compilation tests
Sean Barrett
2015-04-12 08:59:49 -07:00
9534eb2e08added input.packed_compact for storing most of the major 2/3-bit values in one byte
Sean Barrett
2015-04-12 01:23:18 -07:00
b2d440cfb5Fixing various crashes when loading jpg, png and tga images.
Martins Mozeiko
2015-04-11 15:49:56 -07:00
75f69ce5edclarify what "largest memory usage" case of vheight is
Sean Barrett
2015-04-11 01:13:46 -07:00
3629a60ec3stb_voxel_render version update
Sean Barrett
2015-04-11 01:06:38 -07:00
6685256560change STBVOX_MAKE_LIGHTING to STBVOX_MAKE_LIGHTING_EXT so header file doesn't have to see the config variables (although this way is actually more bug prone since you can now use the wrong macro)
Sean Barrett
2015-04-11 01:05:55 -07:00
e2b645e4d7Add vheight documentation; Add a missing vheight case; Add STBVOX_CONFIG_VHEIGHT_IN_LIGHTING; Fix broken STBVOX_CONFIG_ROTATION_IN_LIGHTING that was broken when I incompletely refactored the #define
Sean Barrett
2015-04-11 01:01:57 -07:00
8b1d835e16Adding memory and assert defines to stb_image_write
Tim Kelsey
2015-04-08 15:24:46 +01:00
b7570147f7version number
Sean Barrett
2015-04-02 15:37:14 -07:00
5cc48593d4Merge 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 -07:00
5c4ce8fdf7add missing types to allow compiling as C++, and use less cache
Sean Barrett
2015-04-02 15:23:00 -07:00
62e732bfabdisambiguate
Sean Barrett
2015-04-02 12:45:17 -07:00
fbdaca8d2cAdded 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 +02:00
26a342ba2edocumentation tweaks
Sean Barrett
2015-04-01 16:46:30 -07:00
70eaad4a88improve config macro documentation
Sean Barrett
2015-04-01 16:46:00 -07:00
90d58e577eUpdate README.md
Sean Barrett
2015-04-01 13:52:03 -07:00
d768440ce7Merge pull request #99 from Mischanix/depth
Sean Barrett
2015-04-01 13:42:25 -07:00
feae54a2d9Request a 24-bit depth buffer
Mischanix
2015-04-01 12:41:49 -05:00
089b3e4395version number
Sean Barrett
2015-04-01 06:11:13 -07:00
081fd6945ccomment tweaks
Sean Barrett
2015-04-01 06:08:36 -07:00
2cbeaa3001bump to version 0.76; documentation, minor changes to texlerp, other input tweaks
Sean Barrett
2015-04-01 05:47:36 -07:00
5690ff7c60Merge pull request #96 from jsfdez/patch-1
Sean Barrett
2015-04-01 03:06:06 -07:00
ebb3b475d7Build fix
Jesus Fernandez
2015-04-01 11:35:54 +02:00
e115ae38f2Merge pull request #95 from debiatan/master
Sean Barrett
2015-04-01 01:19:52 -07:00
0ef28d6bb5I like the word 'implementation'.
Miguel Lechón
2015-04-01 10:04:38 +02:00
0f52f6acccnote documentation failure; update README.md
Sean Barrett
2015-04-01 00:44:05 -07:00
92de5ecbb2youtube link
Sean Barrett
2015-04-01 00:28:17 -07:00
3bb829574dmostly documented
Sean Barrett
2015-04-01 00:24:46 -07:00
9e5e19f5a3various fixes
Sean Barrett
2015-03-31 02:32:17 -07:00
28630fb253various fixes
Sean Barrett
2015-03-30 13:19:06 -07:00
c500a90375added stbi_vertically_flip_on_load
Nicolas Guillemot
2015-03-29 03:03:09 -07:00
0f8e471f7bvarious voxel/caveview improvements
Sean Barrett
2015-03-28 17:36:09 -07:00
80176ae4a1Remove unused variables in write_hdr_scanline.
Jørgen P. Tjernø
2015-03-24 11:22:20 -07:00
8bfd635220Allow to replace qsort function with custom implementation
unknown
2015-03-20 15:01:53 -07:00
198ee828caAllow to replace memmove function with custom implementation
unknown
2015-03-20 14:58:38 -07:00
ffe447630dCouple of places should be using STBTT_memset instead of memset
unknown
2015-03-20 14:54:47 -07:00
30eb4371c8Change double literals 0.5 to float type
unknown
2015-03-20 14:49:58 -07:00
0669a6659afixes for premultiplied alpha
Sean Barrett
2015-03-17 02:21:17 -07:00
ba49d37e6apremultiplied alpha support
Sean Barrett
2015-03-17 02:10:58 -07:00
f49c90c03dbeginnings of mode support; reconstruct full table of bit allocations per mode
Sean Barrett
2015-03-15 11:17:14 -07:00
c588d29e95switch 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 -07:00
3a2c54d4a0check off todo-list item for previous check-in
Sean Barrett
2015-03-14 19:50:32 -07:00
00810b7d11correct normals for vheight floors
Sean Barrett
2015-03-14 15:02:51 -07:00
c10b3fefaecorrect normals for upwards slope (and dummy lighting to test it)
Sean Barrett
2015-03-13 19:00:34 -07:00
177498673eupdate readme with wood type status
Sean Barrett
2015-03-13 12:39:30 -07:00
6509e1d1e7minecraft wood types (only for solid blocks)
Sean Barrett
2015-03-13 12:45:49 -07:00
5a8064bad2fix texture coords to not be reflected on north & south walls
Sean Barrett
2015-03-13 12:04:45 -07:00
c2ee843df3update todo for previous checkin
Sean Barrett
2015-03-13 12:00:50 -07:00
f02b0d700fif vertex buffer is full, mesh builder stops gracefully and remembers where to continue
Sean Barrett
2015-03-13 12:00:00 -07:00
efcd76c9absupport 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 -07:00
3d4f545fd7remove unused gl_fragColor support
Sean Barrett
2015-03-12 11:38:10 -07:00
673cbb1ee4remove unused code from cave_main
Sean Barrett
2015-03-12 00:07:50 -07:00
0cd5465f52re-add README.md that was in a different branch
Sean Barrett
2015-03-12 00:00:10 -07:00
c27a6c6c36restore old q&a
Sean Barrett
2015-03-11 23:54:45 -07:00
14b203571aforgot to check in .dsp file after the renames
Sean Barrett
2015-02-22 18:27:17 -08:00
f9c24c20fcvarious cleanup; vheight works (only one path tested)
Sean Barrett
2015-02-22 17:42:46 -08:00
1d18b23ea1replace main.c & game.c with cave_main.c
Sean Barrett
2015-02-22 15:52:03 -08:00
7add4d09b9delete game.h
Sean Barrett
2015-02-22 15:42:24 -08:00
0e2583041dminor cleanup
Sean Barrett
2015-02-22 15:25:54 -08:00
5a0dcc90d6initialize cache mutexes in right file
Sean Barrett
2015-02-22 15:09:22 -08:00
cd17050ca4split render.c into cave_mesher.c and cave_render.c
Sean Barrett
2015-02-22 15:03:04 -08:00
2770c92148initial stb_voxel_render version with working minecraft viewer
Sean Barrett
2015-02-22 14:34:05 -08:00
0b05bde303quick fixes w/o version updates
Sean Barrett
2015-02-22 14:26:21 -08:00
7579b8a177Fix the simple truetype example
Cap Petschulat
2015-02-22 10:36:26 -08:00
a60912f145Avoid GCC sign-compare warning.
Joseph Thomson
2015-02-20 10:12:50 +00:00
45fec17148stb_truetype: added STBTT_STATIC to make all implementation static
ocornut
2015-01-21 23:38:29 +01:00
2c13513a95stb_truetype: fix for if stb_rect_pack .h wasn't included.
ocornut
2015-01-21 23:21:19 +01:00
0d840ab330quick & dirty leak checker
Sean Barrett
2015-01-21 07:46:54 -08:00
ec2158386cupdate version number
Sean Barrett
2015-01-19 05:20:56 -08:00
5bad081711fix incorrectly-named assert, attempt to fix (char) cast warning (tricky since char's signedness is unknown)
Sean Barrett
2015-01-19 05:18:37 -08:00
b3653cc3f1fix double free (found by cppcheck)
Philipp Wiesemann
2015-01-18 21:17:49 +01:00
22fa9a467arewrite HDR rle logic
Sean Barrett
2015-01-18 10:43:42 -08:00
90c18fd41astb_truetype: split stbtt_PackFontRanges() into 3 functions for advanced uses, allow stbtt_PackBegin() to take NULL pixels
ocornut
2015-01-18 15:24:33 +00:00
80d5c4be48fix bug introduced when doing hdr cleanup
Sean Barrett
2015-01-17 09:16:48 -08:00
c315b164b7update version numbers
Sean Barrett
2015-01-17 08:41:54 -08:00
5ad4169ed1update version number
Sean Barrett
2015-01-17 08:39:41 -08:00