Commit 73b632d15e98e3ab1630b93c3e042dbe3cc2df59

henry 2001-11-05T22:02:51

Updated for 1.2

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