Updated for 1.2
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
diff --git a/HISTORY.txt b/HISTORY.txt
index 811b469..96a0083 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,4 +1,17 @@
-FTGL 1.1
+FTGL 1.2
+
+November 6 2001
+ 1.2 (FTGL_1_2_0)
+ - Glyphs can now be loaded on the fly instead of being pre-cached. If
+ FTFont::Open() is called with false, FTGlyphContainer will build a
+ list of null pointers. Then when ever a glyph needs to be access eg
+ by FTFont::advance or FTFont::render, it will be built and slotted
+ into the glyphlist in the correct position.
+ - Removed glext.h from FTGL.h and replaced it with a test for
+ GL_EXT_texture_object.
+ - Added padding to texture size calculations.
+ - Fixed a NASTY bug in FTGLTextureFont. Only came to light after changes
+ to the glyph preprocessing.
October 31 2001
1.1 (FTGL_1_1_0)
diff --git a/README.txt b/README.txt
index a0831b8..e63d68f 100755
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-FTGL 1.1
-October 31 2001
+FTGL 1.2
+November 6 2001
DESCRIPTION:
FTGL library is a cross platform tool to allow OpenGL (www.opengl.org) to
diff --git a/TODO.txt b/TODO.txt
index 13f38c7..edc62a2 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,5 +1,5 @@
-FTGL 1.1
-October 31 2001
+FTGL 1.2
+November 6 2001
TODO:
- namespace ftgl or gltt?
diff --git a/docs/html.tar.gz b/docs/html.tar.gz
index 0731ac2..8a25c0b 100644
Binary files a/docs/html.tar.gz and b/docs/html.tar.gz differ