Updated for 1.01
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 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
diff --git a/HISTORY.txt b/HISTORY.txt
index 71e53ce..077be2d 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -1,9 +1,17 @@
-FTGL 1.0
+FTGL 1.01
+October 26 2001
+ 1.01 (FTGL_1_0_1)
+ - Removed the glEnable( GL_TEXTURE_2D) from FTGLTextureFont
+ - Removed the redundant tempGlyph members in the FTGLXXXXFont classes
+ - Made a change in FTGL.h to include correct headers for MAC OSX
+ - FTGL.h now includes glu.h
+ - Minor fixes to get rid of Project Builder warnings (MAC OSX)
+ - Fixed some of the docs
+
October 24 2001
1.0 (FTGL_1_0_0)
- Version 1.0 release
-
September 29 2001
1.0b7 (FTGL_1_0_BETA_7)
- Tesselation winding rules
@@ -14,7 +22,6 @@ September 29 2001
- Minor changes for windows (VC 6)
- Windows and Linux ports.
-
September 20 2001
1.0b6 (FTGL_1_0_BETA_6)
- Implemented the new FTCharmap class. The performance improvement
@@ -70,7 +77,7 @@ August 8 2001
- Moved pixel store stuff out of BitmapGlyph into BitmapFont.
- Minor changes for IRIX (compiles but isn't tested)
- Pixmap fonts can now be in colour. It uses the current colour when the
- font is CREATED. This isn't ideal but is better then the alternatives.
+ font is CREATED. This isn't ideal but is better than the alternatives.
- Tidied up the error handling.
- Minor code clean ups.
diff --git a/README.txt b/README.txt
index 104b31e..16f3779 100755
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-FTGL 1.0
-October 24 2001
+FTGL 1.01
+October 26 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 c242925..4874719 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,9 +1,11 @@
-FTGL 1.0
-October 24 2001
+FTGL 1.01
+October 26 2001
TODO:
- namespace ftgl or gltt?
- - Distributions MACOS X
+ - Distribution MACOS X
+ - Get rid of the static activeTextureID in FTTextureGlyph. Maybe
+ replace with glGetIntegerv( GL_TEXTURE_2D_BINDING, activeTextureID);
FUTURE:
- select face ie italic, bold etc
@@ -19,10 +21,9 @@ FUTURE:
outline the polyfonts with lines to get better looking glyphs.
- Improve the grid fitting scheme in texture fonts.
- Multiple Masters
- - Helper classes...
- - String Cache
- - Provide an interface to access the point data for outlines and
- polygon meshes.
+ - String Cache or string chunks
+ - Provide an interface to access the point data for outlines and
+ polygon meshes.
BUGS: