added stb, more binaryout changes"
authorJordan <jordanlavatai@gmail.com>
Sat, 18 Feb 2017 18:56:49 +0000 (10:56 -0800)
committerJordan <jordanlavatai@gmail.com>
Sat, 18 Feb 2017 18:56:49 +0000 (10:56 -0800)
commit52b3767316142be128199f8f3a5eccd51d464d08
treed2076a48cb6bb89224c8e9ea1db63dff9708bf7a
parente4ad1c1a9499babb6804823e60377a14b6a0b583
added stb, more binaryout changes"
"
370 files changed:
src/binaryout.c
src/ir.c
src/ir.h
stb/.github/CONTRIBUTING.md [new file with mode: 0644]
stb/.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
stb/.travis.yml [new file with mode: 0644]
stb/README.md [new file with mode: 0644]
stb/data/atari_8bit_font_revised.png [new file with mode: 0644]
stb/data/easy_font_raw.png [new file with mode: 0644]
stb/data/herringbone/license.txt [new file with mode: 0644]
stb/data/herringbone/template_caves_limit_connectivity.png [new file with mode: 0644]
stb/data/herringbone/template_caves_tiny_corridors.png [new file with mode: 0644]
stb/data/herringbone/template_corner_caves.png [new file with mode: 0644]
stb/data/herringbone/template_horizontal_corridors_v1.png [new file with mode: 0644]
stb/data/herringbone/template_horizontal_corridors_v2.png [new file with mode: 0644]
stb/data/herringbone/template_horizontal_corridors_v3.png [new file with mode: 0644]
stb/data/herringbone/template_limit_connectivity_fat.png [new file with mode: 0644]
stb/data/herringbone/template_limited_connectivity.png [new file with mode: 0644]
stb/data/herringbone/template_maze_2_wide.png [new file with mode: 0644]
stb/data/herringbone/template_maze_plus_2_wide.png [new file with mode: 0644]
stb/data/herringbone/template_open_areas.png [new file with mode: 0644]
stb/data/herringbone/template_ref2_corner_caves.png [new file with mode: 0644]
stb/data/herringbone/template_rooms_and_corridors.png [new file with mode: 0644]
stb/data/herringbone/template_rooms_and_corridors_2_wide_diagonal_bias.png [new file with mode: 0644]
stb/data/herringbone/template_rooms_limit_connectivity.png [new file with mode: 0644]
stb/data/herringbone/template_round_rooms_diagonal_corridors.png [new file with mode: 0644]
stb/data/herringbone/template_sean_dungeon.png [new file with mode: 0644]
stb/data/herringbone/template_simple_caves_2_wide.png [new file with mode: 0644]
stb/data/herringbone/template_square_rooms_with_random_rects.png [new file with mode: 0644]
stb/data/map_01.png [new file with mode: 0644]
stb/data/map_02.png [new file with mode: 0644]
stb/data/map_03.png [new file with mode: 0644]
stb/deprecated/rrsprintf.h [new file with mode: 0644]
stb/deprecated/stb_image.c [new file with mode: 0644]
stb/deprecated/stretchy_buffer.txt [new file with mode: 0644]
stb/docs/other_libs.md [new file with mode: 0644]
stb/docs/stb_howto.txt [new file with mode: 0644]
stb/docs/stb_voxel_render_interview.md [new file with mode: 0644]
stb/docs/why_public_domain.md [new file with mode: 0644]
stb/stb.h [new file with mode: 0644]
stb/stb_c_lexer.h [new file with mode: 0644]
stb/stb_connected_components.h [new file with mode: 0644]
stb/stb_divide.h [new file with mode: 0644]
stb/stb_dxt.h [new file with mode: 0644]
stb/stb_easy_font.h [new file with mode: 0644]
stb/stb_herringbone_wang_tile.h [new file with mode: 0644]
stb/stb_image.h [new file with mode: 0644]
stb/stb_image_resize.h [new file with mode: 0644]
stb/stb_image_write.h [new file with mode: 0644]
stb/stb_leakcheck.h [new file with mode: 0644]
stb/stb_perlin.h [new file with mode: 0644]
stb/stb_rect_pack.h [new file with mode: 0644]
stb/stb_sprintf.h [new file with mode: 0644]
stb/stb_textedit.h [new file with mode: 0644]
stb/stb_tilemap_editor.h [new file with mode: 0644]
stb/stb_truetype.h [new file with mode: 0644]
stb/stb_vorbis.c [new file with mode: 0644]
stb/stb_voxel_render.h [new file with mode: 0644]
stb/stretchy_buffer.h [new file with mode: 0644]
stb/tests/Makefile [new file with mode: 0644]
stb/tests/c_lexer_test.c [new file with mode: 0644]
stb/tests/c_lexer_test.dsp [new file with mode: 0644]
stb/tests/caveview/README.md [new file with mode: 0644]
stb/tests/caveview/cave_main.c [new file with mode: 0644]
stb/tests/caveview/cave_mesher.c [new file with mode: 0644]
stb/tests/caveview/cave_parse.c [new file with mode: 0644]
stb/tests/caveview/cave_parse.h [new file with mode: 0644]
stb/tests/caveview/cave_render.c [new file with mode: 0644]
stb/tests/caveview/caveview.dsp [new file with mode: 0644]
stb/tests/caveview/caveview.dsw [new file with mode: 0644]
stb/tests/caveview/caveview.h [new file with mode: 0644]
stb/tests/caveview/glext.h [new file with mode: 0644]
stb/tests/caveview/glext_list.h [new file with mode: 0644]
stb/tests/caveview/main.c [new file with mode: 0644]
stb/tests/caveview/stb_gl.h [new file with mode: 0644]
stb/tests/caveview/stb_glprog.h [new file with mode: 0644]
stb/tests/caveview/win32/SDL_windows_main.c [new file with mode: 0644]
stb/tests/grid_reachability.c [new file with mode: 0644]
stb/tests/herringbone.dsp [new file with mode: 0644]
stb/tests/herringbone_generator.c [new file with mode: 0644]
stb/tests/herringbone_map.c [new file with mode: 0644]
stb/tests/herringbone_map.dsp [new file with mode: 0644]
stb/tests/image_test.c [new file with mode: 0644]
stb/tests/image_test.dsp [new file with mode: 0644]
stb/tests/oversample/README.md [new file with mode: 0644]
stb/tests/oversample/main.c [new file with mode: 0644]
stb/tests/oversample/oversample.dsp [new file with mode: 0644]
stb/tests/oversample/oversample.dsw [new file with mode: 0644]
stb/tests/oversample/oversample.exe [new file with mode: 0644]
stb/tests/oversample/stb_wingraph.h [new file with mode: 0644]
stb/tests/pngsuite/16bit/basi0g16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/basi2c16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/basi4a16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/basi6a16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/basn0g16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/basn2c16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/basn4a16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/basn6a16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/bgai4a16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/bgan6a16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/bggn4a16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/bgyn6a16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/oi1n0g16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/oi1n2c16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/oi2n0g16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/oi2n2c16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/oi4n0g16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/oi4n2c16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/oi9n0g16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/oi9n2c16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/tbbn2c16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/tbgn2c16.png [new file with mode: 0644]
stb/tests/pngsuite/16bit/tbwn0g16.png [new file with mode: 0644]
stb/tests/pngsuite/PngSuite.LICENSE [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xc1n0g08.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xc9n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xcrn0g04.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xcsn0g01.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xd0n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xd3n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xd9n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xdtn0g01.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xhdn0g08.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xlfn0g04.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xs1n0g01.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xs2n0g01.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xs4n0g01.png [new file with mode: 0644]
stb/tests/pngsuite/corrupt/xs7n0g01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basi0g01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basi0g02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basi0g04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basi0g08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basi2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basi3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basi3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basi3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basi3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basi4a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basi6a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basn0g01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basn0g02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basn0g04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basn0g08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basn2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basn3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basn3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basn3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basn3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basn4a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/basn6a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/bgai4a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/bgan6a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/bgbn4a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/bgwn6a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s01i3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s01n3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s02i3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s02n3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s03i3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s03n3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s04i3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s04n3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s05i3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s05n3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s06i3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s06n3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s07i3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s07n3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s08i3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s08n3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s09i3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s09n3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s32i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s32n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s33i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s33n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s34i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s34n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s35i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s35n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s36i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s36n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s37i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s37n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s38i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s38n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s39i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s39n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s40i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/s40n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/tbbn0g04.png [new file with mode: 0644]
stb/tests/pngsuite/primary/tbbn3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/tbgn3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/tbrn2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/tbwn3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/tbyn3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/tm3n3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary/tp0n0g08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/tp0n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/tp0n3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/tp1n3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/z00n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/z03n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/z06n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary/z09n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basi0g01.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basi0g02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basi0g04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basi0g08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basi2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basi3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basi3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basi3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basi3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basi4a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basi6a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basn0g01.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basn0g02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basn0g04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basn0g08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basn2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basn3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basn3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basn3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basn3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basn4a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/basn6a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/bgai4a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/bgan6a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/bgbn4a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/bgwn6a08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s01i3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s01n3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s02i3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s02n3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s03i3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s03n3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s04i3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s04n3p01.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s05i3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s05n3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s06i3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s06n3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s07i3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s07n3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s08i3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s08n3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s09i3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s09n3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s32i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s32n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s33i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s33n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s34i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s34n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s35i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s35n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s36i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s36n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s37i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s37n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s38i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s38n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s39i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s39n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s40i3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/s40n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/tbbn0g04.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/tbbn3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/tbgn3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/tbrn2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/tbwn3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/tbyn3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/tm3n3p02.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/tp0n0g08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/tp0n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/tp0n3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/tp1n3p08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/z00n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/z03n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/z06n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/primary_check/z09n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ccwn2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ccwn3p08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cdfn2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cdhn2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cdsn2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cdun2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ch1n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ch2n3p08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cm0n0g04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cm7n0g04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cm9n0g04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cs3n2c16.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cs3n3p08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cs5n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cs5n3p08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cs8n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cs8n3p08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ct0n0g04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ct1n0g04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cten0g04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ctfn0g04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ctgn0g04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/cthn0g04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ctjn0g04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ctzn0g04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/f00n0g08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/f00n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/f01n0g08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/f01n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/f02n0g08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/f02n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/f03n0g08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/f03n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/f04n0g08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/f04n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/f99n0g04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g03n0g16.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g03n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g03n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g04n0g16.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g04n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g04n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g05n0g16.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g05n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g05n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g07n0g16.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g07n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g07n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g10n0g16.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g10n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g10n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g25n0g16.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g25n2c08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/g25n3p04.png [new file with mode: 0644]
stb/tests/pngsuite/unused/pp0n2c16.png [new file with mode: 0644]
stb/tests/pngsuite/unused/pp0n6a08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ps1n0g08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ps1n2c16.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ps2n0g08.png [new file with mode: 0644]
stb/tests/pngsuite/unused/ps2n2c16.png [new file with mode: 0644]
stb/tests/resample_test.cpp [new file with mode: 0644]
stb/tests/resample_test_c.c [new file with mode: 0644]
stb/tests/resize.dsp [new file with mode: 0644]
stb/tests/stb.c [new file with mode: 0644]
stb/tests/stb.dsp [new file with mode: 0644]
stb/tests/stb.dsw [new file with mode: 0644]
stb/tests/stb_cpp.cpp [new file with mode: 0644]
stb/tests/stb_cpp.dsp [new file with mode: 0644]
stb/tests/stretch_test.c [new file with mode: 0644]
stb/tests/stretch_test.dsp [new file with mode: 0644]
stb/tests/stretchy_buffer_test.c [new file with mode: 0644]
stb/tests/test_c_compilation.c [new file with mode: 0644]
stb/tests/test_cpp_compilation.cpp [new file with mode: 0644]
stb/tests/test_truetype.c [new file with mode: 0644]
stb/tests/test_vorbis.c [new file with mode: 0644]
stb/tests/textedit_sample.c [new file with mode: 0644]
stb/tests/tilemap_editor_integration_example.c [new file with mode: 0644]
stb/tests/vorbseek/vorbseek.c [new file with mode: 0644]
stb/tests/vorbseek/vorbseek.dsp [new file with mode: 0644]
stb/tools/README.footer.md [new file with mode: 0644]
stb/tools/README.header.md [new file with mode: 0644]
stb/tools/README.list [new file with mode: 0644]
stb/tools/easy_font_maker.c [new file with mode: 0644]
stb/tools/make_readme.c [new file with mode: 0644]
stb/tools/make_readme.dsp [new file with mode: 0644]
stb/tools/mr.bat [new file with mode: 0644]
stb/tools/unicode.c [new file with mode: 0644]
stb/tools/unicode/unicode.dsp [new file with mode: 0644]