[Gtkradiant] [Bug 537] Gtk 2 port

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Sun, 18 May 2003 09:50:11 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=537

ttimo@idsoftware.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From ttimo@idsoftware.com  2003-05-18 09:50 -------
working on merging the gtk2 code to trunk

not planning to merge setup stuff. it's unrelated to gtk2 and doesn't take
recent setup updates into account. create a different bug item if necessary (I
must say I would not be in a hurry to look at it soon either)

I initially did a cvs update -j to HEAD directly, but when I played with the
build I noticed many problems. So I tried again with the version on branch and
got the same issues. 

  have to delay merging back to trunk. 
  have a behaviour problem between debug and release builds.
  while debug is fine, release is screwed.

  getting this:
  Q3 mode, q3dm17, q3dm7 etc.:
    models are not displaying
    q3dm17, many textures misaligned
    q3dm7 pillars made of patches around railgun/quad area have texture screwed

also, general issues with gtk2 branch:
  
- default background is red here (??)
- no progress / no console update when doing long operations (such as map load)
  this is an essential feature for users. otherwise they complain that the
editor hangs or so. I remember in gtk1 we had to do some nasty hacks to achieve
console update.