]> git.xonotic.org Git - xonotic/netradiant.git/commit
DONE:
authorrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Tue, 16 Nov 2010 03:42:28 +0000 (03:42 +0000)
committerrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Tue, 16 Nov 2010 03:42:28 +0000 (03:42 +0000)
commit8b8394c1c5d2d829a5026bd89cda79822524d04a
tree5e24cdb72ba5d0b85c3ddf47dca5ddb57b107634
parent4f88b9d8117c1951132cb49862185845d492bd00
DONE:
- Removed usage of gdk_gl_font_use_pango_font() which is no longer in
  GtkGLExt Git.  Radiant now compiles on Linux From Scratch using current
  versions of software.
- As a side effect to the above, font inconsistency issues (like really
  large intermittent font in GL views) are gone.  Font looks better too.
- Changing algorithm for labeling grid view to be more robust.  Uses new
  functions gtk_glwidget_font_ascent() and gtk_glwidget_font_descent(), and
  uses locally defined "cushion" variables.
- In xywindow.cpp, changing stepx and stepy based on 40 pixels, not 32.
  When coordinate numbers are very large the labels get too cluttered.
- Added calls to gtk_gl_init() and gdk_gl_init() in main().  This is
  recommended according to the GtkGLExt reference manual.
- Tested all changes on Ubuntu 10.10 and Debian 5.0 (Lenny).
TODO:
- In glDrawPixels(), instead of using a 32 bit pixel with
  GL_UNSIGNED_INT_8_8_8_8, see if we can use an 8 bit variant where each
  byte defines opacity and the GL current color is used.  In other words, try
  to use the FT_Bitmap directly without conversion.
- Examine every other use of gtk_glwidget_print_string() and
  gtk_glwidget_print_char() to make sure the positions are determined
  accurately.
NOT TODO:
- Decided not to use glBitmap() with display lists because it would
  disallow pretty antialiased fonts.

git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@335 8a3a26a2-13c4-0310-b231-cf6edde360e5
radiant/camwindow.cpp
radiant/glwidget.cpp
radiant/glwidget.h
radiant/main.cpp
radiant/mainframe.cpp
radiant/xywindow.cpp