stb_tilemap_editor: fix typo in docuemtnation, update version & credits
This commit is contained in:
parent
a33e40b1d4
commit
820f63be44
6
stb.h
6
stb.h
@ -1,4 +1,4 @@
|
||||
/* stb.h - v2.25 - Sean's Tool Box -- public domain -- http://nothings.org/stb.h
|
||||
/* stb.h - v2.26 - Sean's Tool Box -- public domain -- http://nothings.org/stb.h
|
||||
no warranty is offered or implied; use this code at your own risk
|
||||
|
||||
This is a single header file with a bunch of useful utilities
|
||||
@ -25,6 +25,7 @@
|
||||
|
||||
Version History
|
||||
|
||||
2.26 various warning & buffixes
|
||||
2.25 various warning & bugfixes
|
||||
2.24 various warning & bugfixes
|
||||
2.23 fix 2.22
|
||||
@ -186,6 +187,9 @@ CREDITS
|
||||
Mojofreem@github
|
||||
Ryan Whitworth
|
||||
Vincent Isambart
|
||||
Mike Sartain
|
||||
Eugene Opalev
|
||||
Tim Sjostrand
|
||||
*/
|
||||
|
||||
#ifndef STB__INCLUDE_STB_H
|
||||
|
@ -1,4 +1,4 @@
|
||||
// stb_tilemap_editor.h - v0.36 - Sean Barrett - http://nothings.org/stb
|
||||
// stb_tilemap_editor.h - v0.37 - Sean Barrett - http://nothings.org/stb
|
||||
// placed in the public domain - not copyrighted - first released 2014-09
|
||||
//
|
||||
// Embeddable tilemap editor for C/C++
|
||||
@ -259,7 +259,7 @@
|
||||
// #define STBTE_MAX_CATEGORIES 100
|
||||
// #define STBTE_UNDO_BUFFER_BYTES (1 << 24) // 16 MB
|
||||
// #define STBTE_MAX_COPY 90000 // e.g. 300x300
|
||||
// #define STBTE_MAX_PROPERTIESERTIES 10 // max properties per tile
|
||||
// #define STBTE_MAX_PROPERTIES 10 // max properties per tile
|
||||
//
|
||||
// API
|
||||
//
|
||||
@ -275,6 +275,7 @@
|
||||
// either approach allows cut&pasting between levels.)
|
||||
//
|
||||
// REVISION HISTORY
|
||||
// 0.37 fix warning
|
||||
// 0.36 minor compiler support
|
||||
// 0.35 layername button changes
|
||||
// - layername buttons grow with the layer panel
|
||||
@ -311,6 +312,7 @@
|
||||
// Josh Huelsman
|
||||
// Bugfixes:
|
||||
// Ryan Whitworth
|
||||
// Eugene Opalev
|
||||
//
|
||||
// LICENSE
|
||||
//
|
||||
|
@ -66,7 +66,7 @@ LINK32=link.exe
|
||||
# PROP Ignore_Export_Lib 0
|
||||
# PROP Target_Dir ""
|
||||
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
|
||||
# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "VORBIS_TEST" /FR /FD /GZ /c
|
||||
# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "MAIN_TEST" /FR /FD /GZ /c
|
||||
# SUBTRACT CPP /YX
|
||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||
|
Loading…
Reference in New Issue
Block a user