[Gtkradiant] [SVN] rev 4489 - GtkRadiant/trunk/docs/developer

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Wed, 02 Jun 2004 13:40:47 -0500


This is a mixed plain/HTML MIME encoded message.

--===============1359683624==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

Author       : spog
New Revision : 4489
Date         : Wed Jun  2 13:40:42 2004

Log:
updated CHANGES file with recent changes
--

  GtkRadiant/trunk/docs/developer/CHANGES
    4489 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?rev=4489&root=radiant.svn&view=auto
    diff:
       This is the changelog for developers, != changelog for the end user 
       that we distribute with the binaries. (see changelog)
       
      +02/06/2004
      +SPoG
      +- Fixed performance bug with workzone updates not being lazily evaluated.
      +- Fixed brush edge-graph bug by removing degenerate winding edges.
      +
      +01/06/2004
      +SPoG
      +- Added mode information to status bar.
      +- Added console feedback describing undoable commands executed.
      +- Fixed assertion failures on updating degenerate edge/vertex selections.
      +- Fixed detail brushes turning structural when clipped.
      +
      +31/05/2004
      +SPoG
      +- Added support for more than one edge/vertex selected per brush.
      +
      +29/05/2004
      +SPoG
      +- Refactored groupdialog - decoupled notebook from console/textures/entity pages.
      +- Fixed crash in patch tesselator.
      +- Fixed floating windows startup crash.
      +- Fixed null texture name for patches.
      +
      +28/05/2004
      +SPoG
      +- Hide arrows on translate manipulator when obscured by square part.
      +- Workaround for main window not being brought to front when a floating window is closed.
      +- Fixed rendering of selected components of degenerate brush faces.
      +- Fixed double typedef in picomodel.
      +- Fixed bug in allocator stuff.
      +- Fixed up clipper tool button state.
      +- Added workzone updates when selection bounds change.
      +- Fixed transient setting on floating inspector windows.
      +
      +27/05/2004
      +Tr3b
      +- Fixed gcc build errors.
      +SPoG
      +- Fixed crash bug in game selection dialog.
      +
      +26/05/2004
      +SPoG
      +- Cleaned up project settings.
      +- Changed autosave/snapshots to only save modified maps.
      +- Refactored build menu.
      +
      +23/05/2004
      +SPoG
      +- Fixed minor picomodel ase loader smoothing-groups bug.
      +
      +19/05/2004
      +SPoG
      +- Allocator system improvements, fixed warnings
      +
       18/05/2004
       SPoG
       - PicoModel: added support for per-vertex smoothing-group, used in generation of normals.
       - PicoModel ASE loader: added support for per-face 'MESH_SMOOTHING' id.
       - PicoModel: changed normal generation code to create smooth normals across texcoord/colour discontinuities.
      +- Fixed cosmetic menu bug.
      +- Fixed file handle leak in tga loader.
      +- Added experimental allocator system.
      +
      +15/05/2004
      +Tr3b
      +- Fixed gcc build errors.
      +
      +11/05/2004
      +SPoG
      +- Fixed version.h custom build step on win32
      +- Refactored preferences dialog to eliminate dependencies on other modules.
      +- Redesigned preferences dialog ui layout.
      +
      +06/05/2004
      +SPoG
      +- Refactored texture browser.
      +
      +05/05/2004
      +SPoG
      +- Upgraded win32 gtk2 version to 2.4.1.
      +- Migrated from GtkCombo to GtkComboBox.
      +- Texture browser improvements.
      +- Fixed malloc/free mismatch bug.
      +
      +05/05/2004
      +SPoG
      +- Refactored surface inspector and texture browser.
       
       02/05/2004
       Nurail
      

1 item modified:

  GtkRadiant/trunk/docs/developer/CHANGES
    4489 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?rev=4489&root=radiant.svn&view=auto
    4488 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?rev=4488&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?r1=text&tr1=4488&r2=text&tr2=4489&root=radiant.svn&diff_format=h



--===============1359683624==
Content-Type: text/html; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

<html>
<head><title>SVN report</title></head>
<body bgcolor="#ffffff" text="#000000">
<table border=0 width="100%" cellspacing=0 cellpadding=0>
  <tr>
    <td align=left><b>Commit from <i>spog</i></b>, New Revision : 4489</td>
    <td align=right valign=bottom>Wed Jun  2 13:40:42 2004</td>
  </tr>
</table>
<hr width="100%" size=2 noshade><br>
<code>
updated CHANGES file with recent changes
</code>
<hr width="100%" size=2 noshade><br>
<code>
<b>GtkRadiant/trunk/docs/developer/CHANGES</b>
<pre>
 This is the changelog for developers, != changelog for the end user 
 that we distribute with the binaries. (see changelog)
 
+02/06/2004
+SPoG
+- Fixed performance bug with workzone updates not being lazily evaluated.
+- Fixed brush edge-graph bug by removing degenerate winding edges.
+
+01/06/2004
+SPoG
+- Added mode information to status bar.
+- Added console feedback describing undoable commands executed.
+- Fixed assertion failures on updating degenerate edge/vertex selections.
+- Fixed detail brushes turning structural when clipped.
+
+31/05/2004
+SPoG
+- Added support for more than one edge/vertex selected per brush.
+
+29/05/2004
+SPoG
+- Refactored groupdialog - decoupled notebook from console/textures/entity pages.
+- Fixed crash in patch tesselator.
+- Fixed floating windows startup crash.
+- Fixed null texture name for patches.
+
+28/05/2004
+SPoG
+- Hide arrows on translate manipulator when obscured by square part.
+- Workaround for main window not being brought to front when a floating window is closed.
+- Fixed rendering of selected components of degenerate brush faces.
+- Fixed double typedef in picomodel.
+- Fixed bug in allocator stuff.
+- Fixed up clipper tool button state.
+- Added workzone updates when selection bounds change.
+- Fixed transient setting on floating inspector windows.
+
+27/05/2004
+Tr3b
+- Fixed gcc build errors.
+SPoG
+- Fixed crash bug in game selection dialog.
+
+26/05/2004
+SPoG
+- Cleaned up project settings.
+- Changed autosave/snapshots to only save modified maps.
+- Refactored build menu.
+
+23/05/2004
+SPoG
+- Fixed minor picomodel ase loader smoothing-groups bug.
+
+19/05/2004
+SPoG
+- Allocator system improvements, fixed warnings
+
 18/05/2004
 SPoG
 - PicoModel: added support for per-vertex smoothing-group, used in generation of normals.
 - PicoModel ASE loader: added support for per-face 'MESH_SMOOTHING' id.
 - PicoModel: changed normal generation code to create smooth normals across texcoord/colour discontinuities.
+- Fixed cosmetic menu bug.
+- Fixed file handle leak in tga loader.
+- Added experimental allocator system.
+
+15/05/2004
+Tr3b
+- Fixed gcc build errors.
+
+11/05/2004
+SPoG
+- Fixed version.h custom build step on win32
+- Refactored preferences dialog to eliminate dependencies on other modules.
+- Redesigned preferences dialog ui layout.
+
+06/05/2004
+SPoG
+- Refactored texture browser.
+
+05/05/2004
+SPoG
+- Upgraded win32 gtk2 version to 2.4.1.
+- Migrated from GtkCombo to GtkComboBox.
+- Texture browser improvements.
+- Fixed malloc/free mismatch bug.
+
+05/05/2004
+SPoG
+- Refactored surface inspector and texture browser.
 
 02/05/2004
 Nurail
</pre>
</code>
<table border=0 width="100%">
  <tr>
    <td colspan=5>&nbsp;</td>
  </tr>
  <tr bgcolor="#e0e0e0">
    <td colspan=5 align=center><b>1 item modified</b></td>
  </tr>
  <tr>
    <td><b>Module</b></td>
    <td><b>File name</b></td>
    <td colspan=3><b>Revision</b></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/docs/developer/CHANGES</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?rev=4488&root=radiant.svn&view=auto">4488</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?r1=text&tr1=4488&r2=text&tr2=4489&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?rev=4489&root=radiant.svn&view=auto">4489</a></td>
  </tr>
</table>
</body>
</html>

--===============1359683624==--