kc3-lang/ftgl

Branch :


Log

Author Commit Date CI Message
e191bb36 2001-11-15 05:16:21 Added a couple of web links
229a235b 2001-11-15 05:14:14 Added email discussion about sizes
09916d8f 2001-11-14 03:23:44 Enabled lighting for texture font
6f997a31 2001-11-13 20:10:26 Can now switch between font types.
e61440f9 2001-11-13 20:09:58 Minor fixes, unix line endings
42d95631 2001-11-13 05:45:52 Fixed up the xOffset ( +padding)
e968a7e0 2001-11-13 05:45:10 Added an empty virtual depth function
edbe61c5 2001-11-13 01:53:01 Updated fro v1.3b3
d64b0422 2001-11-13 01:35:36 Added some comments
5e37ab3f 2001-11-12 23:38:51 turned into a gif and moved into the docs dir
0348c9b0 2001-11-12 23:36:26 updated for v1.3
153098cc 2001-11-12 23:34:43 Updated for new texture font code and Extruded fonts
d58c7be1 2001-11-12 22:28:36 Refactored texture fonts to ba able to load glyphs on the fly...uses glTexSubImage2D. They are now more in line with the rest of the fonts.
79fcf371 2001-11-12 22:26:00 fix me
6c7815f2 2001-11-12 04:14:39 Made MakeGlyphList() virtual again
d233facc 2001-11-12 02:45:11 Set the bounding box
291db109 2001-11-12 02:44:47 Set the bounding box Tidied up some code
86b5c356 2001-11-12 02:44:18 gluTesselation now feeds data to internal FTMesh class
ddce8fa3 2001-11-12 02:43:20 changed ftPoint to use doubles and inlined a lot of stuff
82035b3b 2001-11-12 02:42:32 Added bounding box function
a97ba0f2 2001-11-12 02:41:29 Added FTBbox
f13a019a 2001-11-12 02:41:01 Changed type of glList
6d84af79 2001-11-12 02:40:15 Set the bounding box and re-order some operations
1ce1050a 2001-11-12 02:39:05 Set the bounding box
7c584066 2001-11-12 02:38:18 Changed blend func
3e70c1dd 2001-11-12 02:34:50 Minor comments
b9c932f6 2001-11-12 02:34:21 Added bounding box functions
b2b7f0b5 2001-11-12 02:33:04 Added bounding box function un-virtualised some functions fixed comments
21c76d68 2001-11-12 00:00:50 Extrusion code merged from 1.3beta2
d1e4ad97 2001-11-11 23:59:25 Initial import of demo
5013c764 2001-11-11 23:58:19 Initial import
3c8b2d70 2001-11-11 23:57:31 Changed to html from txt
962b0151 2001-11-11 23:26:41 unix line endings....
7ca41d56 2001-11-08 21:05:20 Unix line endings
7fc0aa4c 2001-11-08 20:50:13 Updated for 1.21
a00a92ec 2001-11-08 20:36:26 Minor fixes for windows warnings
7d8a9eab 2001-11-05 22:32:05 Refactoring FTVectoriser & FTPolyGlyph to anable access to tessellation data
73b632d1 2001-11-05 22:02:51 Updated for 1.2
b4cd43eb 2001-11-05 21:01:13 Removed the stuff about restricted sets of glyphs. It happens for free now:)
a5e3b58c 2001-11-05 21:00:30 Fixed a bug that was overunning the glyph list
29a9bf0e 2001-11-05 20:59:57 made MakeGlyphList virtual
7e2c7214 2001-11-05 20:59:35 Added a test for null pointers in the d_stor
9834e7ea 2001-11-05 20:58:23 Added note about gluTessNormal
8621b34b 2001-11-05 20:58:07 More words of wisdom
29f37277 2001-11-04 04:55:43 Unix line endings
6ff749f7 2001-11-04 04:53:17 unix line endings
789b1cf3 2001-11-04 04:33:30 Changes to allow glyphs to be loaded on the fly... MakeGlyphList is no longer pure virtual. New function MakeGlyph is pure virtual Open now has a flag for pre-cache GlyphContainer builds a list of null pointers advance and render functions check if glyph has been loaded and loads it if it has'nt
f250720b 2001-11-02 01:18:10 Added note about padding
7594f86e 2001-11-02 01:17:52 Added 1.1 tag
22eebb6d 2001-11-02 01:17:29 Got rid of non standard glext.h and replaced with defines
115dd8e4 2001-11-01 20:07:15 Added brackets to clear Win32 warning
dc7f26f7 2001-11-01 20:05:15 Added padding to size calculations
cc7fa482 2001-10-31 02:00:08 Initial import. Archived to fix filename problem
adc0ce89 2001-10-31 00:05:43 Updated for 1.1
8f60784b 2001-10-30 23:54:02 renamed the source files to .cpp
e077739b 2001-10-30 23:23:29 Renamed functions in prep for extruded glyphs Ingest->Process Output->MakeOutline
ddb4761b 2001-10-30 21:35:32 stuff
897dca9a 2001-10-30 21:30:16 Fixed typos
78bae50c 2001-10-30 05:19:04 Docs fixed so don't need this
4a2c3ca3 2001-10-30 05:18:40 Initial import
e6d42357 2001-10-30 02:51:30 Fixed c_stor to ensure that a valid charmap is created
82ec4afe 2001-10-29 20:09:59 Minor changes to fix some implicit type conversions
2c5a19df 2001-10-28 04:23:23 Initial import
24f0f7f1 2001-10-28 04:06:52 Got rid of the static in FTTextureGlyph and tidied the code up
35d43d78 2001-10-28 04:06:09 Removed a couple of comments
25e3956a 2001-10-28 04:05:48 Got rid of the static and moved the glBegin/glEnd pairs
6b561837 2001-10-28 04:04:38 Added test for GL_TEXTURE_2D_BINDING_EXT and include for glext.h
c1a46a82 2001-10-28 04:04:00 Added note about STL
553040c9 2001-10-26 02:42:31 Initial import
32522c99 2001-10-25 23:11:26 Initial import
4742efb1 2001-10-25 21:39:54 Updated for 1.01
7003bfbf 2001-10-25 20:54:05 Removed the glEnable( GL_TEXTURE_2D) call
43ab685b 2001-10-25 20:53:33 Added a note about replacing activeTextureID
d278b891 2001-10-25 04:33:01 Removed the glu header
c811e012 2001-10-25 04:32:45 Added the glu headers
263722f7 2001-10-25 04:03:06 Re-ordered initialisation lists to keep project builder happy (MAC OSX)
2e64c85c 2001-10-25 04:01:59 Made numGlyphs unsigned
0061e91e 2001-10-25 03:57:17 Made the destructor virtual
f04347d2 2001-10-25 02:14:56 Changed include to allow for bloody Apple's new OpenGL on OSX
1010afa2 2001-10-25 02:01:20 Removed redundant tempGlyph members
85a2255d 2001-10-24 21:21:52 Fixing up the comments
f87dd8ca 2001-10-24 03:31:40 Version 1.0 release
8317fc3b 2001-10-24 03:31:25 Version 1.0 release Added note about glyphs
98e9ad48 2001-10-23 03:05:51 Enable texturing
52f75667 2001-10-14 21:53:04 Updated comments and removed redundant member vars
90dbbac7 2001-10-14 21:52:24 Updated comments
df172ba4 2001-10-10 22:03:16 Minor changes, mainly to includes, for the windows port
5dabfe1f 2001-10-10 22:01:25 Added the conditional compilation stuff for Windows DLL
c01d11d7 2001-10-10 22:00:39 Added FTGL_EXPORT to class declaration for the windows port
9f60f535 2001-10-10 21:59:02 Added FTGL_EXPORT to class declarations for the windows port
485b7537 2001-10-10 21:53:25 Added FTGL_EXPORT for windows
afcc3a17 2001-09-30 23:03:32 Changed these to FTOutlineGlyph. Removed these files
6e2bd9b8 2001-09-30 23:01:56 These used to be FTVectorGlyph. Changed the name.
b3627521 2001-09-30 23:00:40 Removed the redundant enums
afa6cbb7 2001-09-30 23:00:23 Clean up the FTCharmap
902bd172 2001-09-30 22:59:04 Changed FTVectorGlyph to FTOutlineGlyph
5b3bba3f 2001-09-30 22:57:29 Changed std::memset to memset. Added using namespace std. This is for windows
b073a548 2001-09-30 22:56:26 Added CALLBACK to the gluTess callback function definitions. This for windows.
539678d9 2001-09-30 22:53:10 Beta 7 Split ReadMe into README, HISTORY and TODO files
96a04023 2001-09-27 01:41:15 Added tessellation winding rules