File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 50
50
//
51
51
// VERSION HISTORY
52
52
//
53
- // 1.23 (2020-02-02) query SVG data for glyphs; query whole kerning table
53
+ // 1.23 (2020-02-02) query SVG data for glyphs; query whole kerning table (but only kern not GPOS)
54
54
// 1.22 (2019-08-11) minimize missing-glyph duplication; fix kerning if both 'GPOS' and 'kern' are defined
55
55
// 1.21 (2019-02-25) fix warning
56
56
// 1.20 (2019-02-07) PackFontRange skips missing codepoints; GetScaleFontVMetrics()
Original file line number Diff line number Diff line change 1
- // Ogg Vorbis audio decoder - v1.17 - public domain
1
+ // Ogg Vorbis audio decoder - v1.18 - public domain
2
2
// http://nothings.org/stb_vorbis/
3
3
//
4
4
// Original version written by Sean Barrett in 2007.
34
34
// github:audinowho Dougall Johnson
35
35
//
36
36
// Partial history:
37
+ // 1.18 - 2020-02-02 - fix seek bugs; parse header comments; misc warnings etc.
37
38
// 1.17 - 2019-07-08 - fix CVE-2019-13217..CVE-2019-13223 (by ForAllSecure)
38
39
// 1.16 - 2019-03-04 - fix warnings
39
40
// 1.15 - 2019-02-07 - explicit failure if Ogg Skeleton data is found
Original file line number Diff line number Diff line change 1
- // stb_voxel_render.h - v0.88 - Sean Barrett, 2015 - public domain
1
+ // stb_voxel_render.h - v0.89 - Sean Barrett, 2015 - public domain
2
2
//
3
3
// This library helps render large-scale "voxel" worlds for games,
4
4
// in this case, one with blocks that can have textures and that
192
192
//
193
193
// VERSION HISTORY
194
194
//
195
+ // 0.89 (2020-02-02) bugfix in sample code
195
196
// 0.88 (2019-03-04) fix warnings
196
197
// 0.87 (2019-02-25) fix warning
197
198
// 0.86 (2019-02-07) fix typos in comments
Original file line number Diff line number Diff line change 1
- // stretchy_buffer.h - v1.03 - public domain - nothings.org/stb
1
+ // stretchy_buffer.h - v1.04 - public domain - nothings.org/stb
2
2
// a vector<>-like dynamic array for C
3
3
//
4
4
// version history:
5
+ // 1.04 - fix warning
5
6
// 1.03 - compile as C++ maybe
6
7
// 1.02 - tweaks to syntax for no good reason
7
8
// 1.01 - added a "common uses" documentation section
You can’t perform that action at this time.
0 commit comments