aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-04-26 21:44:51 +0100
committerGravatar gingerBill 2016-04-26 21:44:51 +0100
commitd7491710915400ee48356504246e6565a76eea3e (patch)
tree6f442ce3c43091482493aa6f1edd3d2397f78802
parentHandle Spaces now!!!! (diff)
Update Readme
Diffstat (limited to '')
-rw-r--r--README.md4
-rw-r--r--gb.h3
-rw-r--r--gb_gl.h4
3 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 65c9fbc..fa27f58 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ gb single-file public domain libraries for C & C++
library | latest version | category | languages | description
----------------|----------------|----------|-----------|-------------
-**gb.h** | 0.03 | misc | C, C++ | A C helper library for C & C++
+**gb.h** | 0.04 | misc | C, C++ | A C helper library for C & C++
**gb_math.h** | 0.05 | math | C, C++ | A C/C++ vector math library geared towards game development
-**gb_gl.h** | 0.01 | graphics | C, C++ | A C/C++ OpenGL Helper Library
+**gb_gl.h** | 0.02 | graphics | C, C++ | A C/C++ OpenGL Helper Library
**gb_string.h** | 0.94 | strings | C, C++ | A better string library for C & C++ (this is built into gb.h too with custom allocator support!)
**gb_ini.h** | 0.92 | misc | C, C++ | A simple ini file loader library for C & C++
diff --git a/gb.h b/gb.h
index b5057f6..26cdf9d 100644
--- a/gb.h
+++ b/gb.h
@@ -1,4 +1,4 @@
-/* gb.h - v0.03 - Ginger Bill's C Helper Library - public domain
+/* gb.h - v0.04 - Ginger Bill's C Helper Library - public domain
- no warranty implied; use at your own risk
This is a single header file with a bunch of useful stuff
@@ -26,6 +26,7 @@ Conventions used:
Version History:
+ 0.04 - Better UTF support and search/sort procs
0.03 - Completely change procedure naming convention
0.02a - Bug fixes
0.02 - Change naming convention and gbArray(Type)
diff --git a/gb_gl.h b/gb_gl.h
index 62de418..eac081d 100644
--- a/gb_gl.h
+++ b/gb_gl.h
@@ -1,4 +1,4 @@
-/* gb.h - v0.01 - OpenGL Helper Library - public domain
+/* gb.h - v0.02 - OpenGL Helper Library - public domain
- no warranty implied; use at your own risk
This is a single header file with a bunch of useful stuff
@@ -34,6 +34,7 @@ Conventions used:
Version History:
+ 0.02 - Font Caching and Rendering
0.01 - Initial Version
LICENSE
@@ -552,6 +553,7 @@ GBGL_DEF f32 gbgl_get_string_width (gbglFont *font
#ifndef GBGL_FONT_CHAR_LIST
#define GBGL_FONT_CHAR_LIST \
+ "チーズ"\
"Āā㥹ĆćĈĉĊċČčĎďĐđĒēĔĕĖėĘęĚěĜĝĞğĠġĢģĤĥĨĩĪīĬĭĮįİıIJijĴĵĶķĸĹĺĻļĽľŁłŃńŅņņŇňʼnŊŋ"\
"ŌōōŎŏŐőŒœŕŖŗŘřŚśŜŝŞşŠšŢţŤťŨũŪūŬŭŮůŰűŲųŴŵŶŷŸŹźŻżŽža!ö"\
"\"#$%%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"\