[Gtkradiant] CVS: bug #279, gameselect branch on linux

Timothee Besset gtkradiant@zerowing.idsoftware.com
Tue, 01 Jan 2002 17:24:41 -0600


This is a mixed plain/HTML MIME encoded message.

--100992748020141
Content-Type: text/plain

User   : timo
Branch : gameselect
Root   : zerowing:/cvs
Date   : 2002/01/01  17:24:27

bug #279, gameselect branch on linux

--

  GtkRadiant/docs/developer/CHANGES
    1.180.2.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.180.2.7
    diff :
      This is the changelog for developpers, != changelog for the end user 
      that we distribute with the binaries. (see changelog)
      
    + 1/1/2001
    +   Gef - branch gameselect
    +   - linux source fix http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
    +   (we use PATH_MAX as the cross platform define instead of MAX_PATH which only works on win32)
    +   
    +   TTimo - branch gameselect
    +   - cleanup and homogeneisation of the paths for prefs storage
    +     m_global_rc_path:
    +       win32: g_strAppPath
    +       linux: ~/.radiant/<version>/
    +     m_rc_path:
    +       win32: g_strGameToolsPath
    +       linux: ~/.radiant/<version>/<gamename>
    +     so that global.pref goes in ~/.radiant/<version>/global.pref
    +     and radiant.ini ~/.radiant/<version>/<gamename>/radiant.ini  
    + 
      27/12/2001
        TTimo - branch gameselect
        - global prefs file (global.pref), XML based in core directory

6 files modified :

  GtkRadiant/docs/developer/CHANGES
    1.180.2.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.180.2.7
    1.180.2.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.180.2.6
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.180.2.6&r2=text&tr2=1.180.2.7&f=h

  GtkRadiant/radiant/mainframe.cpp
    1.58.4.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.58.4.4
    1.58.4.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.58.4.3
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.58.4.3&r2=text&tr2=1.58.4.4&f=h

  GtkRadiant/radiant/preferences.cpp
    1.23.8.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.23.8.5
    1.23.8.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.23.8.4
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.23.8.4&r2=text&tr2=1.23.8.5&f=h

  GtkRadiant/radiant/preferences.h
    1.17.8.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.17.8.5
    1.17.8.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.17.8.4
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.17.8.4&r2=text&tr2=1.17.8.5&f=h

  GtkRadiant/radiant/qe3.cpp
    1.42.10.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.42.10.2
    1.42.10.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.42.10.1
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp.diff?r1=text&tr1=1.42.10.1&r2=text&tr2=1.42.10.2&f=h

  GtkRadiant/vslick/Radiant.vpw
    1.24.4.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.24.4.1

--100992748020141
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>timo</i> on branch <i>gameselect</i></b></td>
  <td align=right valign=bottom>2002/01/01  &nbsp; 17:24:27</td>
 </tr>
</table>
<hr width="100%" size=2 noshade><br>

<code>
bug #279, gameselect branch on linux<br>
</code>
<hr width="100%" size=2 noshade><br>
<code>
<b>GtkRadiant/docs/developer/CHANGES</b>
<pre>  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 1/1/2001
+   Gef - branch gameselect
+   - linux source fix http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
+   (we use PATH_MAX as the cross platform define instead of MAX_PATH which only works on win32)
+   
+   TTimo - branch gameselect
+   - cleanup and homogeneisation of the paths for prefs storage
+     m_global_rc_path:
+       win32: g_strAppPath
+       linux: ~/.radiant/<version>/
+     m_rc_path:
+       win32: g_strGameToolsPath
+       linux: ~/.radiant/<version>/<gamename>
+     so that global.pref goes in ~/.radiant/<version>/global.pref
+     and radiant.ini ~/.radiant/<version>/<gamename>/radiant.ini  
+ 
  27/12/2001
    TTimo - branch gameselect
    - global prefs file (global.pref), XML based in core directory
</pre>
<table border=0 width="100%">

 <tr>
  <td colspan=5>&nbsp;</td>
 </tr>
 <tr bgcolor="#e0e0e0">
  <td colspan=5 align=center><b>6 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.180.2.6">1.180.2.6</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.180.2.6&r2=text&tr2=1.180.2.7&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.180.2.7">1.180.2.7</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>radiant/mainframe.cpp</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.58.4.3">1.58.4.3</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.58.4.3&r2=text&tr2=1.58.4.4&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.58.4.4">1.58.4.4</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>radiant/preferences.cpp</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.23.8.4">1.23.8.4</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.23.8.4&r2=text&tr2=1.23.8.5&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.23.8.5">1.23.8.5</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>radiant/preferences.h</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.17.8.4">1.17.8.4</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.17.8.4&r2=text&tr2=1.17.8.5&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.17.8.5">1.17.8.5</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>radiant/qe3.cpp</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.42.10.1">1.42.10.1</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp.diff?r1=text&tr1=1.42.10.1&r2=text&tr2=1.42.10.2&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.42.10.2">1.42.10.2</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>vslick/Radiant.vpw</code></td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.24.4.1">1.24.4.1</a></td>
 </tr>

</table>

</body>
</html>

--100992748020141--