[Gtkradiant] CVS: darwin fixes, q3map2 updates

Randy Reddig,,, gtkradiant@zerowing.idsoftware.com
Thu, 09 Jan 2003 19:53:48 -0600


This is a mixed plain/HTML MIME encoded message.

--10421636284387
Content-Type: text/plain

User   : ydnar
Branch : merge-1_2_10-post
Root   : zerowing:/cvs
Date   : 2003/01/09  19:53:23

darwin fixes, q3map2 updates

--

  GtkRadiant/docs/developer/CHANGES
    1.329.2.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.329.2.18
    diff :
      - Clean up texture menu - texwindow.cpp.
      - Fix bug in xml-property-bag class.
    ! 
    ! 05/01/2003
    ! ydnar
    ! - "angles" key now properly ordered, to work with current mathlib
    !   (also changed in Q3Map2)
    ! 
    ! 31/12/2002
    ! ydnar
    ! - PicoModel: Minor fix to MDC loader (naming/define)
    ! - Q3Map2: 2.3.34-pre-1 updates
    ! - MapXML dsp unix->dos newlines
      
      29/12/2002
      SPoG
    --- 20,41 ----
      - reinstate any missing features of model module.
      - Clean up texture menu - texwindow.cpp.
      - Fix bug in xml-property-bag class.
    ! 
    ! 09/01/2003
    ! ydnar
    ! - Updated Construct with Darwin/OS X ld flags for 4MB stack size
    ! - Misc Q3Map2 updates (2.3.35-dev)
    ! 
    ! 05/01/2003
    ! ydnar
    ! - "angles" key now properly ordered, to work with current mathlib
    !   (also changed in Q3Map2)
    ! 
    ! 31/12/2002
    ! ydnar
    ! - PicoModel: Minor fix to MDC loader (naming/define)
    ! - Q3Map2: 2.3.34-pre-1 updates
    ! - MapXML dsp unix->dos newlines
      
      29/12/2002
      SPoG

  GtkRadiant/tools/quake3/q3map2/changelog.q3map2.txt
    1.1.2.2.2.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/changelog.q3map2.txt?rev=1.1.2.2.2.3
    diff :
      
    ! 2.3.34 (2003-01-07)
      
    ! - Building from merged GtkRadiant 1.2 -> 1.3 merged codebase
    ! - IMPORTANT NEW CHANGE: Light entities are now STRIPPED from the BSP file.
    !   They are re-read in by -light from the MAP file. This has two consequences:
    !   + It is no longer necessary to re-BSP & re-vis a map in order to change
    !     lighting. You can just change lights in the map file and run -light.
    !   + Slightly smaller BSP file, due to fewer entities
    !   + Faster loading time, as the game code doesn't have to deal with them
    ! - Using latest PicoModel, with support for RTCW MDC models
    ! - Surfaces per raw lightmap are now sorted by shader name, which should give
        slightly better lightmap efficiency and lower in-game shader counts
      - Adjusted model code to use correct m4x4_t code & angles key
      - Minor bugfix in patch color gradient calculation code
    --- 1,18 ----
      Q3Map2 Version History + Changelog (Reverse Chronological Order)
      
    ! 2.3.34 (2003-01-08)
      
    ! - Building from merged GtkRadiant 1.2 -> 1.3 merged codebase
    ! - IMPORTANT NEW CHANGE: Light entities are now STRIPPED from the BSP file.
    !   They are re-read in by -light from the MAP file. This has two consequences:
    !   + It is no longer necessary to re-BSP & re-vis a map in order to change
    !     lighting. You can just change lights in the map file and run -light.
    !   + Slightly smaller BSP file, due to fewer entities
    !   + Faster loading time, as the game code doesn't have to deal with them
    ! - Added new -ne (normal epsilon) and -de (distance epsilon) for tuning precision
    !   of plane snapping to correct potential AAS/BSP issues
    ! - Using latest PicoModel, with support for RTCW MDC models
    ! - Surfaces per raw lightmap are now sorted by shader name, which should give
        slightly better lightmap efficiency and lower in-game shader counts
      - Adjusted model code to use correct m4x4_t code & angles key
      - Minor bugfix in patch color gradient calculation code

16 files modified :

  GtkRadiant/Construct
    1.18.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct?rev=1.18.2.2
    1.18.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct?rev=1.18.2.1
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct.diff?r1=1.18.2.1&r2=1.18.2.2

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

  GtkRadiant/tools/quake3/q3map2/bsp.c
    1.2.4.4.4.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bsp.c?rev=1.2.4.4.4.3
    1.2.4.4.4.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bsp.c?rev=1.2.4.4.4.2
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bsp.c.diff?r1=1.2.4.4.4.2&r2=1.2.4.4.4.3

  GtkRadiant/tools/quake3/q3map2/bspfile_abstract.c
    1.1.2.3.6.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bspfile_abstract.c?rev=1.1.2.3.6.3
    1.1.2.3.6.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bspfile_abstract.c?rev=1.1.2.3.6.2
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bspfile_abstract.c.diff?r1=1.1.2.3.6.2&r2=1.1.2.3.6.3

  GtkRadiant/tools/quake3/q3map2/bspfile_rbsp.c
    1.1.2.1.6.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bspfile_rbsp.c?rev=1.1.2.1.6.2
    1.1.2.1.6.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bspfile_rbsp.c?rev=1.1.2.1.6.1
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bspfile_rbsp.c.diff?r1=1.1.2.1.6.1&r2=1.1.2.1.6.2

  GtkRadiant/tools/quake3/q3map2/changelog.q3map2.txt
    1.1.2.2.2.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/changelog.q3map2.txt?rev=1.1.2.2.2.3
    1.1.2.2.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/changelog.q3map2.txt?rev=1.1.2.2.2.2
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/changelog.q3map2.txt.diff?r1=1.1.2.2.2.2&r2=1.1.2.2.2.3

  GtkRadiant/tools/quake3/q3map2/light.c
    1.1.4.5.2.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/light.c?rev=1.1.4.5.2.3
    1.1.4.5.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/light.c?rev=1.1.4.5.2.2
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/light.c.diff?r1=1.1.4.5.2.2&r2=1.1.4.5.2.3

  GtkRadiant/tools/quake3/q3map2/light_ydnar.c
    1.1.4.5.4.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/light_ydnar.c?rev=1.1.4.5.4.2
    1.1.4.5.4.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/light_ydnar.c?rev=1.1.4.5.4.1
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/light_ydnar.c.diff?r1=1.1.4.5.4.1&r2=1.1.4.5.4.2

  GtkRadiant/tools/quake3/q3map2/lightmaps_ydnar.c
    1.3.4.5.2.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/lightmaps_ydnar.c?rev=1.3.4.5.2.3
    1.3.4.5.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/lightmaps_ydnar.c?rev=1.3.4.5.2.2
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/lightmaps_ydnar.c.diff?r1=1.3.4.5.2.2&r2=1.3.4.5.2.3

  GtkRadiant/tools/quake3/q3map2/map.c
    1.1.4.3.4.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/map.c?rev=1.1.4.3.4.2
    1.1.4.3.4.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/map.c?rev=1.1.4.3.4.1
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/map.c.diff?r1=1.1.4.3.4.1&r2=1.1.4.3.4.2

  GtkRadiant/tools/quake3/q3map2/mesh.c
    1.1.4.3.4.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/mesh.c?rev=1.1.4.3.4.1
    1.1.4.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/mesh.c?rev=1.1.4.3
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/mesh.c.diff?r1=1.1.4.3&r2=1.1.4.3.4.1

  GtkRadiant/tools/quake3/q3map2/model.c
    1.1.2.7.2.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/model.c?rev=1.1.2.7.2.3
    1.1.2.7.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/model.c?rev=1.1.2.7.2.2
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/model.c.diff?r1=1.1.2.7.2.2&r2=1.1.2.7.2.3

  GtkRadiant/tools/quake3/q3map2/patch.c
    1.1.4.1.6.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/patch.c?rev=1.1.4.1.6.2
    1.1.4.1.6.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/patch.c?rev=1.1.4.1.6.1
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/patch.c.diff?r1=1.1.4.1.6.1&r2=1.1.4.1.6.2

  GtkRadiant/tools/quake3/q3map2/q3map2.h
    1.1.2.7.2.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/q3map2.h?rev=1.1.2.7.2.3
    1.1.2.7.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/q3map2.h?rev=1.1.2.7.2.2
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/q3map2.h.diff?r1=1.1.2.7.2.2&r2=1.1.2.7.2.3

  GtkRadiant/tools/quake3/q3map2/surface.c
    1.1.4.6.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/surface.c?rev=1.1.4.6.2.2
    1.1.4.6.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/surface.c?rev=1.1.4.6.2.1
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/surface.c.diff?r1=1.1.4.6.2.1&r2=1.1.4.6.2.2

  GtkRadiant/tools/quake3/q3map2/writebsp.c
    1.1.4.4.4.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/writebsp.c?rev=1.1.4.4.4.2
    1.1.4.4.4.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/writebsp.c?rev=1.1.4.4.4.1
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/writebsp.c.diff?r1=1.1.4.4.4.1&r2=1.1.4.4.4.2


--10421636284387
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>ydnar</i> on branch <i>merge-1_2_10-post</i></b></td>
  <td align=right valign=bottom>2003/01/09  &nbsp; 19:53:23</td>
 </tr>
</table>
<hr width="100%" size=2 noshade><br>

<code>
darwin fixes, q3map2 updates<br>
</code>
<hr width="100%" size=2 noshade><br>
<code>
<b>GtkRadiant/docs/developer/CHANGES</b>
<pre>  - Clean up texture menu - texwindow.cpp.
  - Fix bug in xml-property-bag class.
! 
! 05/01/2003
! ydnar
! - "angles" key now properly ordered, to work with current mathlib
!   (also changed in Q3Map2)
! 
! 31/12/2002
! ydnar
! - PicoModel: Minor fix to MDC loader (naming/define)
! - Q3Map2: 2.3.34-pre-1 updates
! - MapXML dsp unix->dos newlines
  
  29/12/2002
  SPoG
--- 20,41 ----
  - reinstate any missing features of model module.
  - Clean up texture menu - texwindow.cpp.
  - Fix bug in xml-property-bag class.
! 
! 09/01/2003
! ydnar
! - Updated Construct with Darwin/OS X ld flags for 4MB stack size
! - Misc Q3Map2 updates (2.3.35-dev)
! 
! 05/01/2003
! ydnar
! - "angles" key now properly ordered, to work with current mathlib
!   (also changed in Q3Map2)
! 
! 31/12/2002
! ydnar
! - PicoModel: Minor fix to MDC loader (naming/define)
! - Q3Map2: 2.3.34-pre-1 updates
! - MapXML dsp unix->dos newlines
  
  29/12/2002
  SPoG
</pre>
<b>GtkRadiant/tools/quake3/q3map2/changelog.q3map2.txt</b>
<pre>  
! 2.3.34 (2003-01-07)
  
! - Building from merged GtkRadiant 1.2 -> 1.3 merged codebase
! - IMPORTANT NEW CHANGE: Light entities are now STRIPPED from the BSP file.
!   They are re-read in by -light from the MAP file. This has two consequences:
!   + It is no longer necessary to re-BSP & re-vis a map in order to change
!     lighting. You can just change lights in the map file and run -light.
!   + Slightly smaller BSP file, due to fewer entities
!   + Faster loading time, as the game code doesn't have to deal with them
! - Using latest PicoModel, with support for RTCW MDC models
! - Surfaces per raw lightmap are now sorted by shader name, which should give
    slightly better lightmap efficiency and lower in-game shader counts
  - Adjusted model code to use correct m4x4_t code & angles key
  - Minor bugfix in patch color gradient calculation code
--- 1,18 ----
  Q3Map2 Version History + Changelog (Reverse Chronological Order)
  
! 2.3.34 (2003-01-08)
  
! - Building from merged GtkRadiant 1.2 -> 1.3 merged codebase
! - IMPORTANT NEW CHANGE: Light entities are now STRIPPED from the BSP file.
!   They are re-read in by -light from the MAP file. This has two consequences:
!   + It is no longer necessary to re-BSP & re-vis a map in order to change
!     lighting. You can just change lights in the map file and run -light.
!   + Slightly smaller BSP file, due to fewer entities
!   + Faster loading time, as the game code doesn't have to deal with them
! - Added new -ne (normal epsilon) and -de (distance epsilon) for tuning precision
!   of plane snapping to correct potential AAS/BSP issues
! - Using latest PicoModel, with support for RTCW MDC models
! - Surfaces per raw lightmap are now sorted by shader name, which should give
    slightly better lightmap efficiency and lower in-game shader counts
  - Adjusted model code to use correct m4x4_t code & angles key
  - Minor bugfix in patch color gradient calculation code
</pre>
<table border=0 width="100%">

 <tr>
  <td colspan=5>&nbsp;</td>
 </tr>
 <tr bgcolor="#e0e0e0">
  <td colspan=5 align=center><b>16 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>Construct</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct?rev=1.18.2.1">1.18.2.1</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct.diff?r1=text&tr1=1.18.2.1&r2=text&tr2=1.18.2.2&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct?rev=1.18.2.2">1.18.2.2</a></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.329.2.17">1.329.2.17</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.329.2.17&r2=text&tr2=1.329.2.18&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.329.2.18">1.329.2.18</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/bsp.c</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bsp.c?rev=1.2.4.4.4.2">1.2.4.4.4.2</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bsp.c.diff?r1=text&tr1=1.2.4.4.4.2&r2=text&tr2=1.2.4.4.4.3&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bsp.c?rev=1.2.4.4.4.3">1.2.4.4.4.3</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/bspfile_abstract.c</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bspfile_abstract.c?rev=1.1.2.3.6.2">1.1.2.3.6.2</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bspfile_abstract.c.diff?r1=text&tr1=1.1.2.3.6.2&r2=text&tr2=1.1.2.3.6.3&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bspfile_abstract.c?rev=1.1.2.3.6.3">1.1.2.3.6.3</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/bspfile_rbsp.c</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bspfile_rbsp.c?rev=1.1.2.1.6.1">1.1.2.1.6.1</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bspfile_rbsp.c.diff?r1=text&tr1=1.1.2.1.6.1&r2=text&tr2=1.1.2.1.6.2&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/bspfile_rbsp.c?rev=1.1.2.1.6.2">1.1.2.1.6.2</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/changelog.q3map2.txt</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/changelog.q3map2.txt?rev=1.1.2.2.2.2">1.1.2.2.2.2</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/changelog.q3map2.txt.diff?r1=text&tr1=1.1.2.2.2.2&r2=text&tr2=1.1.2.2.2.3&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/changelog.q3map2.txt?rev=1.1.2.2.2.3">1.1.2.2.2.3</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/light.c</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/light.c?rev=1.1.4.5.2.2">1.1.4.5.2.2</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/light.c.diff?r1=text&tr1=1.1.4.5.2.2&r2=text&tr2=1.1.4.5.2.3&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/light.c?rev=1.1.4.5.2.3">1.1.4.5.2.3</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/light_ydnar.c</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/light_ydnar.c?rev=1.1.4.5.4.1">1.1.4.5.4.1</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/light_ydnar.c.diff?r1=text&tr1=1.1.4.5.4.1&r2=text&tr2=1.1.4.5.4.2&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/light_ydnar.c?rev=1.1.4.5.4.2">1.1.4.5.4.2</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/lightmaps_ydnar.c</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/lightmaps_ydnar.c?rev=1.3.4.5.2.2">1.3.4.5.2.2</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/lightmaps_ydnar.c.diff?r1=text&tr1=1.3.4.5.2.2&r2=text&tr2=1.3.4.5.2.3&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/lightmaps_ydnar.c?rev=1.3.4.5.2.3">1.3.4.5.2.3</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/map.c</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/map.c?rev=1.1.4.3.4.1">1.1.4.3.4.1</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/map.c.diff?r1=text&tr1=1.1.4.3.4.1&r2=text&tr2=1.1.4.3.4.2&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/map.c?rev=1.1.4.3.4.2">1.1.4.3.4.2</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/mesh.c</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/mesh.c?rev=1.1.4.3">1.1.4.3</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/mesh.c.diff?r1=text&tr1=1.1.4.3&r2=text&tr2=1.1.4.3.4.1&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/mesh.c?rev=1.1.4.3.4.1">1.1.4.3.4.1</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/model.c</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/model.c?rev=1.1.2.7.2.2">1.1.2.7.2.2</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/model.c.diff?r1=text&tr1=1.1.2.7.2.2&r2=text&tr2=1.1.2.7.2.3&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/model.c?rev=1.1.2.7.2.3">1.1.2.7.2.3</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/patch.c</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/patch.c?rev=1.1.4.1.6.1">1.1.4.1.6.1</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/patch.c.diff?r1=text&tr1=1.1.4.1.6.1&r2=text&tr2=1.1.4.1.6.2&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/patch.c?rev=1.1.4.1.6.2">1.1.4.1.6.2</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/q3map2.h</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/q3map2.h?rev=1.1.2.7.2.2">1.1.2.7.2.2</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/q3map2.h.diff?r1=text&tr1=1.1.2.7.2.2&r2=text&tr2=1.1.2.7.2.3&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/q3map2.h?rev=1.1.2.7.2.3">1.1.2.7.2.3</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/surface.c</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/surface.c?rev=1.1.4.6.2.1">1.1.4.6.2.1</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/surface.c.diff?r1=text&tr1=1.1.4.6.2.1&r2=text&tr2=1.1.4.6.2.2&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/surface.c?rev=1.1.4.6.2.2">1.1.4.6.2.2</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>tools/quake3/q3map2/writebsp.c</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/writebsp.c?rev=1.1.4.4.4.1">1.1.4.4.4.1</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/writebsp.c.diff?r1=text&tr1=1.1.4.4.4.1&r2=text&tr2=1.1.4.4.4.2&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map2/writebsp.c?rev=1.1.4.4.4.2">1.1.4.4.4.2</a></td>
 </tr>

</table>

</body>
</html>

--10421636284387--