[Gtkradiant] CVS: minor fixes, see CHANGES 26/01/2003

William Joseph gtkradiant@zerowing.idsoftware.com
Sun, 26 Jan 2003 12:27:54 -0600


This is a mixed plain/HTML MIME encoded message.

--10436056747716
Content-Type: text/plain

User   : spog
Branch : spog_branch
Root   : zerowing:/cvs
Date   : 2003/01/26  12:27:17

minor fixes, see CHANGES 26/01/2003

--

  GtkRadiant/docs/developer/CHANGES
    1.315.2.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.315.2.26
    diff :
      that we distribute with the binaries. (see changelog)
      
        24/01/2003
          SPoG
    ! 	- Added missing file: icharstream.h.
    ! 	- Fixed bug with synchronisation of brush-face instance data.
    ! 	- Added .map format import/export interfaces.
    ! 	- Removed last remnants of IBrush.
    ! 	- Removed IPatch.
    ! 	- Moved walkers defined in in mainframe.cpp to appropriate places.
      
        23/01/2003
          SPoG
    ! 	- Changed scenegraph traversals to use a compiled graph.
      
        20/01/2003
          SPoG
    ! 	- Changed selection interface to hide per-instance data.
          - Added streaming tokeniser for .map format.
          - Changed mapq3 module to use streaming tokeniser.
          - Added xml stream interface for input and output.
          - Added xml stream parser based on libxml2 SAX.
    ! 	- Changed mapxml module to use xml stream input.
    ! 	- Changed brush and patch to use xml stream input.
    ! 	- Added xml stream writer.
    ! 	- Changed mapxml module to use stream output.
    ! 	- Changed brush and patch to use xml stream output.
      
      
        16/01/2003
    --- 1,38 ----
      This is the changelog for developers, != changelog for the end user 
      that we distribute with the binaries. (see changelog)
      
    +   26/01/2003
    +     SPoG
    +     - Replaced all tabs with spaces in CHANGES.
    +     - Fixed entity bounds updates for 'light'.
    +     - Fixed code that doesn't conform to c++ standard as enforced by gcc.
    + 
    + 
        24/01/2003
          SPoG
    !     - Added missing file: icharstream.h.
    !     - Fixed bug with synchronisation of brush-face instance data.
    !     - Added .map format import/export interfaces.
    !     - Removed last remnants of IBrush.
    !     - Removed IPatch.
    !     - Moved walkers defined in in mainframe.cpp to appropriate places.
      
        23/01/2003
          SPoG
    !     - Changed scenegraph traversals to use a compiled graph.
      
        20/01/2003
          SPoG
    !     - Changed selection interface to hide per-instance data.
          - Added streaming tokeniser for .map format.
          - Changed mapq3 module to use streaming tokeniser.
          - Added xml stream interface for input and output.
          - Added xml stream parser based on libxml2 SAX.
    !     - Changed mapxml module to use xml stream input.
    !     - Changed brush and patch to use xml stream input.
    !     - Added xml stream writer.
    !     - Changed mapxml module to use stream output.
    !     - Changed brush and patch to use xml stream output.
      
      
        16/01/2003
    ***************
    *** 36,81 ****
      
        14/01/2003
          SPoG
    ! 	- Merged with branch merge-1_2_10-post at tag spog_merge_merge-1_2_10-post
    ! 	- Removed 10k+ lines of unused #if 0 code.
    ! 	- Removed unused declarations in qe3.h.
    ! 	- Removed brush and face types from qertypes.h.
    ! 	- Removed plugin API stuff dependant on brush type.
    ! 	- Added per-instance selection for brush faces.
      
        08/01/2003
          SPoG
    ! 	- Added selection counters for primitive/component modes.
    ! 	- Added face-drag mode (default shortcut key = F).
    ! 	- Added face-centre-point rendering/selection/editing.
      
        07/01/2003
          SPoG
    ! 	- Changed selection to work per-instance.
      
        06/01/2003
          SPoG
    ! 	- Changed selector interface to allow per-entity selection tests.
      
        06/12/2002
          SPoG
    ! 	- Added selection-test and selector objects to clean up selection system.
    ! 	- Unified key modifiers for selection in both primitive and component modes.
    ! 	- Added mapmodel module to load .map and .xmap as misc_model.
      
        02/12/2002
          SPoG
    ! 	- Added debug rendering of a selection test.
    ! 	- Fixed bugs in triangle/line clipper, making selection work properly.
    ! 	- Refactored selection system interface.
    ! 	- Added undo for texture nudge.
    ! 	- Fixed minor render-state bug.
      
        29/11/2002
          SPoG
    ! 	- Optimised wireframe drawing of brushes with back-face culling.
      	- Optimised brush-winding generation.
    ! 	- Changed winding generation to be more robust with large world extents.
      	- Fixed crashes with unbounded-face and degenerate-edge cases.
      
        20/11/2002
    --- 43,88 ----
      
        14/01/2003
          SPoG
    !     - Merged with branch merge-1_2_10-post at tag spog_merge_merge-1_2_10-post
    !     - Removed 10k+ lines of unused #if 0 code.
    !     - Removed unused declarations in qe3.h.
    !     - Removed brush and face types from qertypes.h.
    !     - Removed plugin API stuff dependant on brush type.
    !     - Added per-instance selection for brush faces.
      
        08/01/2003
          SPoG
    !     - Added selection counters for primitive/component modes.
    !     - Added face-drag mode (default shortcut key = F).
    !     - Added face-centre-point rendering/selection/editing.
      
        07/01/2003
          SPoG
    !     - Changed selection to work per-instance.
      
        06/01/2003
          SPoG
    !     - Changed selector interface to allow per-entity selection tests.
      
        06/12/2002
          SPoG
    !     - Added selection-test and selector objects to clean up selection system.
    !     - Unified key modifiers for selection in both primitive and component modes.
    !     - Added mapmodel module to load .map and .xmap as misc_model.
      
        02/12/2002
          SPoG
    !     - Added debug rendering of a selection test.
    !     - Fixed bugs in triangle/line clipper, making selection work properly.
    !     - Refactored selection system interface.
    !     - Added undo for texture nudge.
    !     - Fixed minor render-state bug.
      
        29/11/2002
          SPoG
    !     - Optimised wireframe drawing of brushes with back-face culling.
      	- Optimised brush-winding generation.
    !     - Changed winding generation to be more robust with large world extents.
      	- Fixed crashes with unbounded-face and degenerate-edge cases.
      
        20/11/2002

2 files modified :

  GtkRadiant/docs/developer/CHANGES
    1.315.2.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.315.2.26
    1.315.2.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.315.2.25
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=1.315.2.25&r2=1.315.2.26

  GtkRadiant/plugins/entity/entitymodel.cpp
    1.1.2.1.2.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/entity/entitymodel.cpp?rev=1.1.2.1.2.17
    1.1.2.1.2.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/entity/entitymodel.cpp?rev=1.1.2.1.2.16
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/entity/entitymodel.cpp.diff?r1=1.1.2.1.2.16&r2=1.1.2.1.2.17


--10436056747716
Content-Type: text/html

<html>
<head><title>CVS 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> on branch <i>spog_branch</i></b></td>
  <td align=right valign=bottom>2003/01/26  &nbsp; 12:27:17</td>
 </tr>
</table>
<hr width="100%" size=2 noshade><br>

<code>
minor fixes, see CHANGES 26/01/2003<br>
</code>
<hr width="100%" size=2 noshade><br>
<code>
<b>GtkRadiant/docs/developer/CHANGES</b>
<pre>  that we distribute with the binaries. (see changelog)
  
    24/01/2003
      SPoG
! 	- Added missing file: icharstream.h.
! 	- Fixed bug with synchronisation of brush-face instance data.
! 	- Added .map format import/export interfaces.
! 	- Removed last remnants of IBrush.
! 	- Removed IPatch.
! 	- Moved walkers defined in in mainframe.cpp to appropriate places.
  
    23/01/2003
      SPoG
! 	- Changed scenegraph traversals to use a compiled graph.
  
    20/01/2003
      SPoG
! 	- Changed selection interface to hide per-instance data.
      - Added streaming tokeniser for .map format.
      - Changed mapq3 module to use streaming tokeniser.
      - Added xml stream interface for input and output.
      - Added xml stream parser based on libxml2 SAX.
! 	- Changed mapxml module to use xml stream input.
! 	- Changed brush and patch to use xml stream input.
! 	- Added xml stream writer.
! 	- Changed mapxml module to use stream output.
! 	- Changed brush and patch to use xml stream output.
  
  
    16/01/2003
--- 1,38 ----
  This is the changelog for developers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+   26/01/2003
+     SPoG
+     - Replaced all tabs with spaces in CHANGES.
+     - Fixed entity bounds updates for 'light'.
+     - Fixed code that doesn't conform to c++ standard as enforced by gcc.
+ 
+ 
    24/01/2003
      SPoG
!     - Added missing file: icharstream.h.
!     - Fixed bug with synchronisation of brush-face instance data.
!     - Added .map format import/export interfaces.
!     - Removed last remnants of IBrush.
!     - Removed IPatch.
!     - Moved walkers defined in in mainframe.cpp to appropriate places.
  
    23/01/2003
      SPoG
!     - Changed scenegraph traversals to use a compiled graph.
  
    20/01/2003
      SPoG
!     - Changed selection interface to hide per-instance data.
      - Added streaming tokeniser for .map format.
      - Changed mapq3 module to use streaming tokeniser.
      - Added xml stream interface for input and output.
      - Added xml stream parser based on libxml2 SAX.
!     - Changed mapxml module to use xml stream input.
!     - Changed brush and patch to use xml stream input.
!     - Added xml stream writer.
!     - Changed mapxml module to use stream output.
!     - Changed brush and patch to use xml stream output.
  
  
    16/01/2003
***************
*** 36,81 ****
  
    14/01/2003
      SPoG
! 	- Merged with branch merge-1_2_10-post at tag spog_merge_merge-1_2_10-post
! 	- Removed 10k+ lines of unused #if 0 code.
! 	- Removed unused declarations in qe3.h.
! 	- Removed brush and face types from qertypes.h.
! 	- Removed plugin API stuff dependant on brush type.
! 	- Added per-instance selection for brush faces.
  
    08/01/2003
      SPoG
! 	- Added selection counters for primitive/component modes.
! 	- Added face-drag mode (default shortcut key = F).
! 	- Added face-centre-point rendering/selection/editing.
  
    07/01/2003
      SPoG
! 	- Changed selection to work per-instance.
  
    06/01/2003
      SPoG
! 	- Changed selector interface to allow per-entity selection tests.
  
    06/12/2002
      SPoG
! 	- Added selection-test and selector objects to clean up selection system.
! 	- Unified key modifiers for selection in both primitive and component modes.
! 	- Added mapmodel module to load .map and .xmap as misc_model.
  
    02/12/2002
      SPoG
! 	- Added debug rendering of a selection test.
! 	- Fixed bugs in triangle/line clipper, making selection work properly.
! 	- Refactored selection system interface.
! 	- Added undo for texture nudge.
! 	- Fixed minor render-state bug.
  
    29/11/2002
      SPoG
! 	- Optimised wireframe drawing of brushes with back-face culling.
  	- Optimised brush-winding generation.
! 	- Changed winding generation to be more robust with large world extents.
  	- Fixed crashes with unbounded-face and degenerate-edge cases.
  
    20/11/2002
--- 43,88 ----
  
    14/01/2003
      SPoG
!     - Merged with branch merge-1_2_10-post at tag spog_merge_merge-1_2_10-post
!     - Removed 10k+ lines of unused #if 0 code.
!     - Removed unused declarations in qe3.h.
!     - Removed brush and face types from qertypes.h.
!     - Removed plugin API stuff dependant on brush type.
!     - Added per-instance selection for brush faces.
  
    08/01/2003
      SPoG
!     - Added selection counters for primitive/component modes.
!     - Added face-drag mode (default shortcut key = F).
!     - Added face-centre-point rendering/selection/editing.
  
    07/01/2003
      SPoG
!     - Changed selection to work per-instance.
  
    06/01/2003
      SPoG
!     - Changed selector interface to allow per-entity selection tests.
  
    06/12/2002
      SPoG
!     - Added selection-test and selector objects to clean up selection system.
!     - Unified key modifiers for selection in both primitive and component modes.
!     - Added mapmodel module to load .map and .xmap as misc_model.
  
    02/12/2002
      SPoG
!     - Added debug rendering of a selection test.
!     - Fixed bugs in triangle/line clipper, making selection work properly.
!     - Refactored selection system interface.
!     - Added undo for texture nudge.
!     - Fixed minor render-state bug.
  
    29/11/2002
      SPoG
!     - Optimised wireframe drawing of brushes with back-face culling.
  	- Optimised brush-winding generation.
!     - Changed winding generation to be more robust with large world extents.
  	- Fixed crashes with unbounded-face and degenerate-edge cases.
  
    20/11/2002
</pre>
<table border=0 width="100%">

 <tr>
  <td colspan=5>&nbsp;</td>
 </tr>
 <tr bgcolor="#e0e0e0">
  <td colspan=5 align=center><b>2 files modified</b></td>
 </tr>
 <tr>
  <td><b>Module</b></td>
  <td><b>File name</b></td>
  <td colspan=3><b>Version</b></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>docs/developer/CHANGES</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.315.2.25">1.315.2.25</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.315.2.25&r2=text&tr2=1.315.2.26&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.315.2.26">1.315.2.26</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>plugins/entity/entitymodel.cpp</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/entity/entitymodel.cpp?rev=1.1.2.1.2.16">1.1.2.1.2.16</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/entity/entitymodel.cpp.diff?r1=text&tr1=1.1.2.1.2.16&r2=text&tr2=1.1.2.1.2.17&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/entity/entitymodel.cpp?rev=1.1.2.1.2.17">1.1.2.1.2.17</a></td>
 </tr>

</table>

</body>
</html>

--10436056747716--