[Gtkradiant] CVS: added Wolf-specific project settings UI, and added TODO for Wolf VSF init

Timothee Besset gtkradiant@zerowing.idsoftware.com
Sat, 05 Jan 2002 19:29:06 -0600


This is a mixed plain/HTML MIME encoded message.

--101028054624927
Content-Type: text/plain

User   : timo
Root   : zerowing:/cvs
Date   : 2002/01/05  19:29:00

added Wolf-specific project settings UI, and added TODO for Wolf VSF init

--

  GtkRadiant/docs/developer/CHANGES
    1.189 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.189
    diff :
        - fs_homepath patch on linux
        Gef
        - bug #279, linux setup, patch #102
    +   TTimo
    +   - added Wolf specific project settings dialog:
    +     correct fs_game selection and combo names
    + 	added multiplayer / single player mapping mode selection
    + 
    + 	TODO: write the 'wolf mode' VFS directory init code
    + 	the wolf vfs should grab project settings, read the "gamemode" epair (will be "sp" or "mp")
    + 	the rules are as follow when scanning for pak files:
    + 	in multiplayer mode:
    + 	 all sp_* are ignored
    + 	 the mp_* are scanned first (i.e read all mp_*, do alphabetical sort, and load them up)
    + 	 then load the remaining .pk3 files
    + 	in single player, same thing with mp_ <-> sp_
    + 
    + 	potentially that code should be in a standalone file so that we can use it as-is
    + 	in Radiant AND q3map
      
      4/1/2002
        TTimo

3 files modified :

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

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

  GtkRadiant/setup/win32/setup.pl
    1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.7
    1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.6
    diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h


--101028054624927
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></b></td>
  <td align=right valign=bottom>2002/01/05  &nbsp; 19:29:00</td>
 </tr>
</table>
<hr width="100%" size=2 noshade><br>

<code>
added Wolf-specific project settings UI, and added TODO for Wolf VSF init<br>
</code>
<hr width="100%" size=2 noshade><br>
<code>
<b>GtkRadiant/docs/developer/CHANGES</b>
<pre>    - fs_homepath patch on linux
    Gef
    - bug #279, linux setup, patch #102
+   TTimo
+   - added Wolf specific project settings dialog:
+     correct fs_game selection and combo names
+ 	added multiplayer / single player mapping mode selection
+ 
+ 	TODO: write the 'wolf mode' VFS directory init code
+ 	the wolf vfs should grab project settings, read the "gamemode" epair (will be "sp" or "mp")
+ 	the rules are as follow when scanning for pak files:
+ 	in multiplayer mode:
+ 	 all sp_* are ignored
+ 	 the mp_* are scanned first (i.e read all mp_*, do alphabetical sort, and load them up)
+ 	 then load the remaining .pk3 files
+ 	in single player, same thing with mp_ <-> sp_
+ 
+ 	potentially that code should be in a standalone file so that we can use it as-is
+ 	in Radiant AND q3map
  
  4/1/2002
    TTimo
</pre>
<table border=0 width="100%">

 <tr>
  <td colspan=5>&nbsp;</td>
 </tr>
 <tr bgcolor="#e0e0e0">
  <td colspan=5 align=center><b>3 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.188">1.188</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.188&r2=text&tr2=1.189&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.189">1.189</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>radiant/gtkdlgs.cpp</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkdlgs.cpp?rev=1.16">1.16</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkdlgs.cpp.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkdlgs.cpp?rev=1.17">1.17</a></td>
 </tr>
 <tr>
  <td><b>GtkRadiant</b></td>
  <td><code>setup/win32/setup.pl</code></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.6">1.6</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h">&gt;&gt;&gt;</a></td>
  <td><a href="http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.7">1.7</a></td>
 </tr>

</table>

</body>
</html>

--101028054624927--