Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| cd91efbd | 2002-02-05 09:50:53 | a bit more | ||
| 1f3d6dca | 2002-02-02 01:48:22 | Removed redundant data and numGreys fields and changed render function slightly | ||
| 17eb8aeb | 2002-02-02 00:16:36 | Removed FT_DoneGlyph and clean up delete [] | ||
| 8beda299 | 2002-02-02 00:15:12 | Moved FT_Done_Glyph from FT*Glyph | ||
| 81fdd49f | 2002-01-28 06:56:21 | Added note in font manager sample code about the inline static problem. | ||
| 1537b21b | 2002-01-28 06:24:30 | Added comment about font path | ||
| 35bd0a64 | 2002-01-26 21:58:54 | Updated foe 1.3b5 | ||
| 8697abfc | 2002-01-26 21:58:27 | Updated for 1.3b5 | ||
| ba45ad6b | 2002-01-25 22:48:45 | More comments | ||
| 2260c468 | 2002-01-25 22:34:55 | Updated comments | ||
| 7b1edc51 | 2002-01-25 22:34:32 | Removed some redundant members and made then local | ||
| e919b2c4 | 2002-01-24 09:43:45 | Removed the winding code. Reverted back to broken outline.flag. Glyph winding still broken!!! | ||
| 681596b9 | 2002-01-24 09:42:21 | Fixed compiler warnings (size_t) | ||
| fb243b31 | 2002-01-24 09:41:48 | Removed complier warnings | ||
| 021a3165 | 2002-01-24 09:40:39 | Set the correct state for font type | ||
| 687bf439 | 2002-01-12 00:38:13 | More work on docs | ||
| e5b44d17 | 2002-01-10 07:14:55 | Bbox now uses float | ||
| d3d2d317 | 2002-01-09 20:54:40 | Updated Jan 2002 | ||
| 3a0d7bf5 | 2002-01-09 20:54:12 | Added a check for zero dimension bitmaps | ||
| ac5532fe | 2002-01-09 20:35:52 | FTBbox now uses floats rather then ints | ||
| acd6e033 | 2002-01-09 20:34:36 | Fixed up a comment | ||
| fff0f674 | 2002-01-09 20:34:16 | Minor tidy up | ||
| 24a2f62f | 2002-01-09 20:33:04 | More const stuff Replaced the for loop with a resize to fill the vector with null | ||
| f0a6bd67 | 2002-01-09 20:32:12 | More const stuff | ||
| 493a1ac4 | 2001-12-14 02:52:10 | Added math.h header | ||
| c346eca8 | 2001-12-11 23:11:23 | Added compilation note | ||
| b7748851 | 2001-12-11 23:04:25 | fixed glut header for OSX | ||
| 51e0ed4d | 2001-12-11 22:52:30 | 1.3b4 | ||
| 6047a1c3 | 2001-12-11 22:46:41 | initial import | ||
| 6829d29a | 2001-12-11 03:56:17 | rejigged the advance and render functions to make them sleaner...not really | ||
| c8dc02da | 2001-12-11 03:55:08 | Replaced double with FTGL_DOUBLE typedef | ||
| 16a1c843 | 2001-12-11 03:54:06 | 1.3b4 | ||
| 15edcb37 | 2001-12-11 03:53:24 | Tidied up includes | ||
| 6a2e99d2 | 2001-12-11 03:42:37 | Fixed FTExtrdGlyph bug OSX proj | ||
| 521c2d21 | 2001-12-11 03:42:02 | Tidy ups for release 1.3 | ||
| 67e81722 | 2001-12-11 01:31:02 | initial import | ||
| 9468dc96 | 2001-12-11 01:26:43 | Added a note about the linker problem when building freetype | ||
| f723df19 | 2001-12-10 23:35:59 | Added edit mode, labels and a bunch more | ||
| 68b7e8c1 | 2001-12-10 21:53:19 | Tidied up includes | ||
| 96f7c485 | 2001-12-10 21:52:31 | Clarified comment about init() | ||
| 20e28b06 | 2001-12-10 21:35:46 | Added site link about texture caching | ||
| 3715b637 | 2001-12-10 21:30:58 | Added include for mmgr | ||
| ccddd5df | 2001-11-29 05:10:21 | Added Winding fuction to colc area for a full contour rather than part of one | ||
| 72b3ae2e | 2001-11-29 01:13:49 | Added #define and a couple of typedefs for debugging | ||
| df61b3d8 | 2001-11-29 01:12:54 | Added an include for mmgr | ||
| 21c67961 | 2001-11-29 01:12:14 | Added include for mmgr | ||
| 5779235b | 2001-11-28 23:04:24 | Added a work around for a bug in freetype. Calcs the winding direction of the contour | ||
| 0d8861be | 2001-11-28 03:16:03 | Added FTExtrdGlyph bug | ||
| d8e625a3 | 2001-11-27 04:52:15 | Added a comment | ||
| d996cc69 | 2001-11-25 20:40:57 | Fixed the space bug AGAIN. | ||
| b5401ab1 | 2001-11-15 05:19:05 | Added a couple of bugs | ||
| 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 |