From gtkradiant@zerowing.idsoftware.com Tue Jan 1 23:24:41 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 01 Jan 2002 17:24:41 -0600 Subject: [Gtkradiant] CVS: bug #279, gameselect branch on linux Message-ID: 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// + m_rc_path: + win32: g_strGameToolsPath + linux: ~/.radiant// + so that global.pref goes in ~/.radiant//global.pref + and radiant.ini ~/.radiant///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 CVS report
Commit from timo on branch gameselect 2002/01/01   17:24:27


bug #279, gameselect branch on linux


GtkRadiant/docs/developer/CHANGES
  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//
+     m_rc_path:
+       win32: g_strGameToolsPath
+       linux: ~/.radiant//
+     so that global.pref goes in ~/.radiant//global.pref
+     and radiant.ini ~/.radiant///radiant.ini  
+ 
  27/12/2001
    TTimo - branch gameselect
    - global prefs file (global.pref), XML based in core directory
 
6 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.180.2.6 >>> 1.180.2.7
GtkRadiant radiant/mainframe.cpp 1.58.4.3 >>> 1.58.4.4
GtkRadiant radiant/preferences.cpp 1.23.8.4 >>> 1.23.8.5
GtkRadiant radiant/preferences.h 1.17.8.4 >>> 1.17.8.5
GtkRadiant radiant/qe3.cpp 1.42.10.1 >>> 1.42.10.2
GtkRadiant vslick/Radiant.vpw     1.24.4.1
--100992748020141-- From gtkradiant@zerowing.idsoftware.com Tue Jan 1 23:34:04 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 01 Jan 2002 17:34:04 -0600 Subject: [Gtkradiant] [Bug 279] Fix compiling on Linux Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-01 17:34 ------- 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 the script to generate q3.game and wolf.game is a good start, but the current approach is that those .game file will need to be generated from shell script during setup. Which would mean using sh and not perl. Current TODO for gameselect linux: - update the setup to start the game pack approach, a lot of the setup code needs to be merged from Alpha branch, that's where the latest component stuff is. - find a scheme for installation: /usr/local/games/radiant for the core, /usr/local/games/quake3 for the q3 game pack etc. - put the basic files needed, see what kind of information is needed specifically on linux for the .game file so we can have startup. (some of this may have to wait till the Wolf stuff can go public) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 07:35:57 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 01:35:57 -0600 Subject: [Gtkradiant] [Bug 207] JPG file display in texture window Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=207 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |eviltypeguy@qeradiant.com Status|ASSIGNED |NEW ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-02 01:35 ------- I'm taking this one... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 07:38:47 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 01:38:47 -0600 Subject: [Gtkradiant] [Bug 207] JPG file display in texture window Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=207 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-02 01:38 ------- Ok, I've fixed this, I just need to talk to TTimo later today (or tomorrow depending on how you look at it) about the fix, have him look over it and then merge it into the tree. The problem is the mipmapping code, basically we're using a low quality gluBuild2dMipMaps function to scale and mipmap all the images. This routine's quality level sucks bad. It's not a .jpg vs. .tga issue either, I've already tried creating .tga equivalents of .jpg's that appeared to have this blurry issue and it didn't help. I've copmletely axed the usage of the old glubuild2dmipmaps function and ported LordHavoc's texture resampling and lerping code to GtkRadiant (with his permission) and adapted it to our needs. This makes the textures in the texture window look 10X better in my opinion. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 07:40:34 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 01:40:34 -0600 Subject: [Gtkradiant] [Bug 207] JPG file display in texture window Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=207 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-02 01:40 ------- A side note, .tga's *ARE* affected. For example, gothic_wall/xiantourneywall_c1.jpg converted to a .tga yields the same results for me. That is all, code fix comes after TTimo approves it... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 07:29:32 2002 From: gtkradiant@zerowing.idsoftware.com (EvilTypeGuy) Date: Wed, 2 Jan 2002 01:29:32 -0600 Subject: [Gtkradiant] Bugzilla Entry #207 -- blurry textures Message-ID: <20020102072932.GC25302@virtucon.warpcore.org> I updated the bugzilla bug with all the pertinent information http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=207 Basically, it's fixed, TTimo I'll need to check my fix out with you tomorrow so you can merge it in... -EvilTypeGuy From gtkradiant@zerowing.idsoftware.com Wed Jan 2 09:03:18 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Wed, 2 Jan 2002 10:03:18 +0100 Subject: [Gtkradiant] Re: Bugzilla Entry #207 -- blurry textures In-Reply-To: <20020102072932.GC25302@virtucon.warpcore.org> References: <20020102072932.GC25302@virtucon.warpcore.org> Message-ID: <20020102100318.7341d877.ttimo@idsoftware.com> Ok that's good news. I am still a bit surprised that we have to build the mipmapping ourselves from the loaded image. I thought this was something from the old days of software rendering. The usage of an internal gluBuild2DMipmaps in GtkRadiant comes from the initial port to linux, we got rid of dependency to libGLU because it's more or less a bunch of software routines (no HW acceleration I know of in this), and most often it's not correctly up to date in everyone's OpenGL setup. Now, if we are going to use new code, it's fine but we need to settle on the licensing. As you know we have 3 licensing that cohexist in GtkRadiant source, LGPL, BSD, and Id proprietary license. LGPL is not possible on that code since it is statically linked into the editor core, ID license would be overkill, so we're left with BSD-style license. This is Loki's BSD-style license, used for their contributions: http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/BSD?rev=1.2&content-type=text/vnd.viewcvs-markup Such as in: http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkdlgs.cpp?rev=1.15&content-type=text/vnd.viewcvs-markup (and all other Loki contributions that are not based on existing Id code). We would just drop in a new file with LordHavoc's code, licensed under BSD. TTimo On Wed, 2 Jan 2002 01:29:32 -0600 EvilTypeGuy wrote: > I updated the bugzilla bug with all the pertinent information > > http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=207 > > Basically, it's fixed, TTimo I'll need to check my fix out with you tomorrow so > you can merge it in... > > -EvilTypeGuy > > From gtkradiant@zerowing.idsoftware.com Wed Jan 2 09:43:27 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 03:43:27 -0600 Subject: [Gtkradiant] [Bug 279] Fix compiling on Linux Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-02 03:43 ------- Created an attachment (id=101) Gotta love long file names... Replaces replace.pl with internal function and .game generation in postinstall.sh ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 09:53:27 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Wed, 02 Jan 2002 03:53:27 -0600 Subject: [Gtkradiant] CVS: setup binaries Message-ID: This is a mixed plain/HTML MIME encoded message. --100996520730921 Content-Type: text/plain User : timo Branch : gameselect Root : zerowing:/cvs Date : 2002/01/02 03:49:58 setup binaries -- GtkRadiant/docs/developer/CHANGES 1.180.2.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.180.2.8 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 2/1/2001 + TTimo - branch gameselect + - copying over the linux setup binaries (setup, uninstall, setup.gtk) + from Alpha branch. Those have the ability to prompt destination path + per component. + 1/1/2001 Gef - branch gameselect - linux source fix http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 3 files added : GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup 1.1.8.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup?rev=1.1.8.1 GtkRadiant/setup/linux/setup.data/bin/Linux/x86/uninstall 1.1.8.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/uninstall?rev=1.1.8.1 GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.1.8.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.1.8.1 3 files modified : GtkRadiant/docs/developer/CHANGES 1.180.2.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.180.2.8 1.180.2.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.180.2.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.180.2.7&r2=text&tr2=1.180.2.8&f=h GtkRadiant/setup/linux/bspc 1.2.20.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/bspc?rev=1.2.20.2 1.2.20.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/bspc?rev=1.2.20.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/bspc.diff?r1=text&tr1=1.2.20.1&r2=text&tr2=1.2.20.2&f=h GtkRadiant/setup/linux/makesdk.sh 1.3.10.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.sh?rev=1.3.10.1 --100996520730921 Content-Type: text/html CVS report
Commit from timo on branch gameselect 2002/01/02   03:49:58


setup binaries


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 2/1/2001
+   TTimo - branch gameselect
+   - copying over the linux setup binaries (setup, uninstall, setup.gtk)
+   from Alpha branch. Those have the ability to prompt destination path
+   per component.
+ 
  1/1/2001
    Gef - branch gameselect
    - linux source fix http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
 
3 files added
Module File name Version
GtkRadiant setup/linux/setup.data/bin/Linux/x86/setup 1.1.8.1
GtkRadiant setup/linux/setup.data/bin/Linux/x86/uninstall 1.1.8.1
GtkRadiant setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.1.8.1
 
3 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.180.2.7 >>> 1.180.2.8
GtkRadiant setup/linux/bspc 1.2.20.1 >>> 1.2.20.2
GtkRadiant setup/linux/makesdk.sh     1.3.10.1
--100996520730921-- From gtkradiant@zerowing.idsoftware.com Wed Jan 2 10:20:22 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Wed, 02 Jan 2002 04:20:22 -0600 Subject: [Gtkradiant] CVS: Gef patch for bug #279 Message-ID: This is a mixed plain/HTML MIME encoded message. --1009966821440 Content-Type: text/plain User : timo Branch : gameselect Root : zerowing:/cvs Date : 2002/01/02 04:20:14 Gef patch for bug #279 -- GtkRadiant/docs/developer/CHANGES 1.180.2.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.180.2.9 diff : - copying over the linux setup binaries (setup, uninstall, setup.gtk) from Alpha branch. Those have the ability to prompt destination path per component. + Gef - branch gameselect + - patch 101 for bug 279 + .game files generation by the setup, makesdk.sh and postinstall.sh fixups 1/1/2001 Gef - branch gameselect 3 files modified : GtkRadiant/docs/developer/CHANGES 1.180.2.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.180.2.9 1.180.2.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.180.2.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.180.2.8&r2=text&tr2=1.180.2.9&f=h GtkRadiant/setup/linux/makesdk.sh 1.3.10.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.sh?rev=1.3.10.2 1.3.10.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.sh?rev=1.3.10.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.sh.diff?r1=text&tr1=1.3.10.1&r2=text&tr2=1.3.10.2&f=h GtkRadiant/setup/linux/setup.data/postinstall.sh 1.3.10.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/postinstall.sh?rev=1.3.10.1 --1009966821440 Content-Type: text/html CVS report
Commit from timo on branch gameselect 2002/01/02   04:20:14


Gef patch for bug #279


GtkRadiant/docs/developer/CHANGES
    - copying over the linux setup binaries (setup, uninstall, setup.gtk)
    from Alpha branch. Those have the ability to prompt destination path
    per component.
+   Gef - branch gameselect
+   - patch 101 for bug 279
+   .game files generation by the setup, makesdk.sh and postinstall.sh fixups
  
  1/1/2001
    Gef - branch gameselect
 
3 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.180.2.8 >>> 1.180.2.9
GtkRadiant setup/linux/makesdk.sh 1.3.10.1 >>> 1.3.10.2
GtkRadiant setup/linux/setup.data/postinstall.sh     1.3.10.1
--1009966821440-- From gtkradiant@zerowing.idsoftware.com Wed Jan 2 10:32:48 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 04:32:48 -0600 Subject: [Gtkradiant] [Bug 279] Fix compiling on Linux Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-02 04:32 ------- checked in the patches, trying to list more issues and the current situation: - setup/win32/TODO and HOWTO have useful info about the setup strategy - I need to get the Wolf media into the hands of more people, writing setup code for multiple games support with only one game to support right now is a bit abstract (unless someone hacks up Q2 and Q1 support real quick?) - currently we have a beginning of working full setup, lots of tweaking to be done, see below: TODO: - makesdk.sh prolly needs to be rewritten in major parts. I would go for perl and work closely with existing setup/win32/setup.pl (sharing code, and also using the same approach). - When running setup/linux/setup.pl, you give a bunch of params (on command line, in a file? hardcoded in the setup.pl for now..), that say "build data for a setup in , put (don't put) the core stuff, put the Q3 game pack, this other game etc., and also say "this is nightly setup, this is full setup" to include/not include documentation and media). That's more or less what we are doing on win32 already. - installation paths on linux. As stated in the conversation below, game specific modules should go in /usr/local/games/radiant/quake3/modules/*.so, game specific tools in /usr/local/games/radiant/quake3/(q3map, bspc) Those locations are configured in the .game files - the setup binaries needs a better component path prompt (this is listed in setup/TODO already). A new glade dialog, that displays a box with default path and a browse button (a-la InstallShield indeed). But that's polishing, not very urgent -- ok it looks clearer that the makesdk.sh is gonna need a big rewrite probably perl-based approach it is probably less work to put the game-specific binaries below the main radiant install which is a different behaviour than what we are doing on win32 I don't like too much when there are different install strategies by platform, but the linux setup code isn't customizable enough game specific binaries? yes .. do you have a win32 install somewhere? or maybe wine you should run the win32 gameselect setup I released earlier on and see where it puts stuff the module .so are going in a game-specific directory ahh on win32 it's C:\quake3\GtkRadiant\modules\*.dll for instance on linux that would mean /usr/local/games/quake3/radiant/modules/*.so but we are prompting for /usr/local/games/quake3 that would suppose adding new setup code to prompt for the subdir (like we do in win32) instead we can just do a /usr/local/games/radiant/quake3/modules/*.so /usr/local/games/radiant/quake3/modules/ be a better option? ... yeah what you just said yeah .. even on win32 we could put the game dirs directly below the main path .. but it breaks old SetQDirFromPath shit and mappers are really really used to have their tools below the game directory which is less criticial issue on linux ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 12:35:10 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Wed, 2 Jan 2002 13:35:10 +0100 Subject: [Gtkradiant] Re: vertex manuplation problem In-Reply-To: <000001c193d7$fd75ebe0$dc00a8c0@HAKANYUKSEL> References: <000001c193d7$fd75ebe0$dc00a8c0@HAKANYUKSEL> Message-ID: <20020102133510.48e56ebd.timo@qeradiant.com> Use the snap to grid option, and turn off the 'vertex edit splits faces' option. When vertex editing splits faces, it is very likely that the produced brush can't be saved correctly with integer plane coordinates. So when you copy paste it, it will go back to a 'saveable' state. There is no workaround for that until we start changing the format used for brushes. regards TTimo On Wed, 2 Jan 2002 13:54:00 -0800 Hakan Yüksel wrote: > Hi, > I am using the GtkRadiant-1.1.2-nightly. I've got a serious problem. The > explanation is below: > > I modify brushes by vertex manuplation to create rocky areas or terrain. > After that, i change brush's texture or copy-paste it. When i do these, > brush's shape also changes. ( Some of the vertex's position changes ) > How can i prevent this side effect? > > Thanks a lot.... > > From gtkradiant@zerowing.idsoftware.com Wed Jan 2 21:14:27 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 15:14:27 -0600 Subject: [Gtkradiant] [Bug 272] cloned brushes lose their texture assignment to "notexture" Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=272 wjoseph@europe.ea.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From wjoseph@europe.ea.com 2002-01-02 15:14 ------- fixed in map-module branch.. waiting for merge ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 21:15:48 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 15:15:48 -0600 Subject: [Gtkradiant] [Bug 273] Brush and Patch lose texture when cloned Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=273 wjoseph@europe.ea.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |DUPLICATE ------- Additional Comments From wjoseph@europe.ea.com 2002-01-02 15:15 ------- *** This bug has been marked as a duplicate of 272 *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 21:15:50 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 15:15:50 -0600 Subject: [Gtkradiant] [Bug 272] cloned brushes lose their texture assignment to "notexture" Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=272 wjoseph@europe.ea.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pjaquays@hotmail.com ------- Additional Comments From wjoseph@europe.ea.com 2002-01-02 15:15 ------- *** Bug 273 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 21:17:56 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 15:17:56 -0600 Subject: [Gtkradiant] [Bug 276] User not taken to model directory when creating a misc_model Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=276 wjoseph@europe.ea.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From wjoseph@europe.ea.com 2002-01-02 15:17 ------- fixed in map-module branch... awaiting merge =) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 21:25:51 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 15:25:51 -0600 Subject: [Gtkradiant] [Bug 268] update q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=268 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Priority|P2 |P1 Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-02 15:25 ------- ydnar also has a modified version of q3map with a bunch of optimisations TTimo: http://shaderlab.com/mapcenter/q3map/ there's a build 21 src zip in there I hit bsp.c, brush.c, surface.c, light.c, light_trace.c, light_bounce.c, tjunction.c, and a couple others need to proceed to a merge ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 22:15:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 16:15:54 -0600 Subject: [Gtkradiant] [Bug 205] Toggling cubic clipping breaks textures Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=205 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-02 16:15 ------- Ok, on cvs "HEAD", I am unable to reproduce this bug, can anyone else reproduce this on head? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 23:13:33 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 17:13:33 -0600 Subject: [Gtkradiant] [Bug 274] Preference Setting: Caulk and Clipper tool Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-02 17:13 ------- in radiant/brush.cpp if you change texdef.SetName("common/caulk") to texdef.SetName("textures/common/caulk") it works fine again... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 23:20:29 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 17:20:29 -0600 Subject: [Gtkradiant] [Bug 270] Cleanup project settings dialog Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=270 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-02 17:20 ------- that has been checked in ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 23:20:56 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 17:20:56 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Fix compiling on Linux |linux 1.2.* setups ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 23:22:24 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 17:22:24 -0600 Subject: [Gtkradiant] [Bug 271] Miscolored gridlines in 2D view Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=271 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-02 17:22 ------- This looks to be a bug in DRI, I can't reproduce this with my NVidia card under Linux or Windows. You might try disabling anti-aliased lines in preferences... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 23:28:07 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 17:28:07 -0600 Subject: [Gtkradiant] [Bug 73] numpad negative (minus) entry for data Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=73 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-02 17:28 ------- This appears to have already been done on the HEAD cvs tree under Linux anyway. Can any Win32 users or others confirm/deny my claim? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 2 23:42:02 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 02 Jan 2002 17:42:02 -0600 Subject: [Gtkradiant] [Bug 73] numpad negative (minus) entry for data Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=73 ------- Additional Comments From ttimo@idsoftware.com 2002-01-02 17:42 ------- that is specifically a win32 issue I believe the 'setting milestone to 1.2' actually meant: 'rebuild GtkRadiant using official Gtk distribution (i.e. new upstream sources), and see what happens .. report the bugs to them and get them fixed at their level' ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 10:36:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 04:36:54 -0600 Subject: [Gtkradiant] [Bug 274] Preference Setting: Caulk and Clipper tool Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-03 04:36 ------- Hardcoding a shader name is BAD... and a "caulk" shader is game-specific. All cases of hardcoded shader names should be changed to variables. The only exception is #DEFINE SHADER_NOT_FOUND "textures/radiant/notex". ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 11:48:42 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 05:48:42 -0600 Subject: [Gtkradiant] [Bug 274] Preference Setting: Caulk and Clipper tool Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-03 05:48 ------- searched for "common/caulk" and replaced with SHADER_CAULK, set to "textures/common/caulk" that stuff is involved in Q3 specific preferences anyway, which will be turned off for non-Q3 games. (NOTE: fix is not in 03012002 nightly, will have to wait new build tomorrow) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 11:49:25 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Thu, 03 Jan 2002 05:49:25 -0600 Subject: [Gtkradiant] CVS: bug #274 fix Message-ID: This is a mixed plain/HTML MIME encoded message. --101005856524425 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/03 05:49:18 bug #274 fix -- GtkRadiant/docs/developer/CHANGES 1.182 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.182 diff : developement environment needs to be updated to copy binaries to the right places for debug it is recommended to run a 1.2.1 setup on win32 prior to compile and install debug bins - updated the setup to be more templated for inclusion/non inclusion of game packs on demand + + EvilTypeGuy + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274 + broken auto caulking fix 2/1/2001 TTimo - branch gameselect 6 files modified : GtkRadiant/docs/developer/CHANGES 1.182 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.182 1.181 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.181 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.181&r2=text&tr2=1.182&f=h GtkRadiant/include/ishaders.h 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/ishaders.h?rev=1.17 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/ishaders.h?rev=1.16 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/ishaders.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&f=h GtkRadiant/plugins/map/brush.cpp 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/brush.cpp?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/brush.cpp?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/brush.cpp.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/plugins/map/entity.cpp 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/entity.cpp?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/entity.cpp?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/entity.cpp.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/radiant/brush.cpp 1.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp?rev=1.26 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp?rev=1.25 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp.diff?r1=text&tr1=1.25&r2=text&tr2=1.26&f=h GtkRadiant/radiant/entity.cpp 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity.cpp?rev=1.18 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity.cpp?rev=1.17 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity.cpp.diff?r1=text&tr1=1.17&r2=text&tr2=1.18&f=h --101005856524425 Content-Type: text/html CVS report
Commit from timo 2002/01/03   05:49:18


bug #274 fix


GtkRadiant/docs/developer/CHANGES
    developement environment needs to be updated to copy binaries to the right places for debug
    it is recommended to run a 1.2.1 setup on win32 prior to compile and install debug bins
    - updated the setup to be more templated for inclusion/non inclusion of game packs on demand
+ 
+   EvilTypeGuy
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274
+   broken auto caulking fix
    
  2/1/2001
    TTimo - branch gameselect
 
6 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.181 >>> 1.182
GtkRadiant include/ishaders.h 1.16 >>> 1.17
GtkRadiant plugins/map/brush.cpp 1.7 >>> 1.8
GtkRadiant plugins/map/entity.cpp 1.6 >>> 1.7
GtkRadiant radiant/brush.cpp 1.25 >>> 1.26
GtkRadiant radiant/entity.cpp 1.17 >>> 1.18
--101005856524425-- From gtkradiant@zerowing.idsoftware.com Thu Jan 3 11:27:34 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Thu, 03 Jan 2002 05:27:34 -0600 Subject: [Gtkradiant] CVS: merged gameselect back into trunk, built new setup Message-ID: This is a mixed plain/HTML MIME encoded message. --101005725322727 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/03 05:26:38 merged gameselect back into trunk, built new setup -- GtkRadiant/docs/developer/CHANGES 1.181 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.181 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 3/1/2001 + TTimo + - merge gameselect branch back into trunk + the IS setup scripts have been updated for the new paths layout + developement environment needs to be updated to copy binaries to the right places for debug + it is recommended to run a 1.2.1 setup on win32 prior to compile and install debug bins + - updated the setup to be more templated for inclusion/non inclusion of game packs on demand + + 2/1/2001 + TTimo - branch gameselect + - copying over the linux setup binaries (setup, uninstall, setup.gtk) + from Alpha branch. Those have the ability to prompt destination path + per component. + Gef - branch gameselect + - patch 101 for bug 279 + .game files generation by the setup, makesdk.sh and postinstall.sh fixups + + 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// + m_rc_path: + win32: g_strGameToolsPath + linux: ~/.radiant// + so that global.pref goes in ~/.radiant//global.pref + and radiant.ini ~/.radiant///radiant.ini + + 27/12/2001 + TTimo - branch gameselect + - global prefs file (global.pref), XML based in core directory + stores game selection setting + stores autoload setting + - dropping 'gameid' from .game file, gonna use a 'gamefile' in global prefs instead + (and the .game file name .. thks Gef) + - TODO: radiant.log stuff in global prefs? + + 21/12/2001 + TTimo - branch gameselect + - more Wolf setup tweaking for an experimental build release: + quakev2.qe4 project template file + using a 'gameid' attribute in the game file to select hardcoded features in the editor binary + 'basegame' node for lookup of the default project file + 'engine' node for engine path + - added experimental Wolf game pack to IS + - added setup/win32/HOWTO with extensive information about the procedure to + add new game packs + - reading the 'name' attribute in the game node for game selection dialog + - TODO: pid files to make safe startup? + The .pid stuff should be happening after game selection, since it covers game-specific + preference settings. + - TODO: console logging pref should be a global pref, goes with game autoload? + + 17/12/2001 + TTimo - branch gameselect + - updating the setup script for experimental 1.2.0 setup: + + merged some of the docs back into trunk (Radiant manual, some TA docs) + will need to perform a complete diffing between Alpha and trunk about docs/manual at some point + merged bitmaps from Alpha too + + added the Q3 modules (image, map, md3model, shaders, vfspk3) to Q3 game pack in setup + + generating per-game config file q3.game in OnMoved (IS setup) + will need equivalent with linux setup of course + + various other generic fixes to the setup code + + - multiple games support, list of changes, and TODO: + NOTE: this is on a 'gameselect' branch for now + Doxygen documentation should be at http://zerowing.idsoftware.com/doxygen + for this branch too. + + The installation procedure has changed. The win32 installer is partly ready, linux installer + will need to be modified too. The editor binary and the Gtk DLLs are installed in a common + location, i.e. 'C:\Program Files\GtkRadiant' typically. The game specific binaries and modules + go in the same location as usual, for instance 'C:\Program Files\Quake III Arena\GtkRadiant\' + (and also 'C:\Program Files\Quake III Arena\GtkRadiant\modules' 'C:\<..>\plugins') + + The environment variables used by the build system (VC6 project files) have been adapted: + $(QUAKE3RADIANTDIR) is still used + $(CORERADIANTDIR) is used for the main editor location + + When editor starts, it looks for games/*.game under g_strAppPath and prompts the user for a game + Once game is selected, parameters are used for regular startup. + You need to write your own q3.game for now, it will be generated by the setup procedure + my C:\Program Files\GtkRadiant\games\q3.game looks like that: + + + + + + given that, the editor does a complete startup, and the basics are here for multiple games + + - precise changes: + + g_strToolsPath renamed to g_strGameToolsPath + most of former g_strAppPath uses g_strGameToolsPath + the name change was also meant for homogeneity with DIR_GAMETOOLS_* variables we use in the setups + g_strAppPath still used, points to the main installation path + + added the game selection code in CPrefsDlg::Init + using several classes and a dialog box, parsing XML files + + - TODO: + + the console 'Radiant.log' doesn't catch the game selection stuff as it is now + initialize it to the main install, without the game setting + (console logging is a debugging tool anyway, no reason it should go to the proper game folder + each time) + + the 'preferences reset/cleanup' code is probably broken, specially when used with the .pid checking + since we check for .pid even before we know where the GameTools path is + + on linux, we need to sanitize the ~/.q3a dir usage. Switch to ~/.radiant, use the version tag + to maintain things independant, and use the game name to isolate per-game settings? + ~/.radiant/1.2.0-nightly/quake3/radiant.ini (.pid, .log) + ~/.radiant/1.2.0-nightly/wolf/.. + + also, when looking for those files (.ini mostly), win32 stores them in a main installation, and + linux has them in ~/.radiant/.. (which is the read/write area). This should be homogenized? + Maybe by adding a 'Main' to the readonly path and a new variable with 'RW', pointing to 'Main' on + win32 and to ~/.radiant on linux + 11/12/2001 TTimo - replaced setup/win32/setup.sh by setup/win32/setup.pl 4 files added : GtkRadiant/include/gtkr_vector.h 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/gtkr_vector.h?rev=1.2 GtkRadiant/setup/win32/HOWTO 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/HOWTO?rev=1.2 Exectuable/Wolf 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.2 Media/Wolf 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf?rev=1.2 41 files modified : GtkRadiant/contrib/prtview/PrtView.dsp 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/PrtView.dsp?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/PrtView.dsp?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/PrtView.dsp.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/docs/developer/CHANGES 1.181 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.181 1.180 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.180 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.180&r2=text&tr2=1.181&f=h GtkRadiant/include/version.default 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/libs/str.h 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/str.h?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/str.h?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/str.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h GtkRadiant/plugins/image/image.dsp 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/image.dsp?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/image.dsp?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/image.dsp.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h GtkRadiant/plugins/map/map.dsp 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/map.dsp?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/map.dsp?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/map.dsp.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/plugins/md3model/md3model.dsp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/md3model.dsp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/md3model.dsp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/md3model.dsp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/plugins/shaders/shaders.dsp 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.dsp?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.dsp?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.dsp.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h GtkRadiant/plugins/textool/TexTool.dsp 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/TexTool.dsp?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/TexTool.dsp?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/TexTool.dsp.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h GtkRadiant/plugins/vfspk3/vfspk3.dsp 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.dsp?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.dsp?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.dsp.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/radiant/brush.cpp 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp?rev=1.25 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp?rev=1.24 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&f=h GtkRadiant/radiant/brushscript.cpp 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brushscript.cpp?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brushscript.cpp?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brushscript.cpp.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/radiant/dialog.h 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/dialog.h?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/dialog.h?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/dialog.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/radiant/entity.cpp 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity.cpp?rev=1.17 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity.cpp?rev=1.16 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity.cpp.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&f=h GtkRadiant/radiant/gtkdlgs.cpp 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkdlgs.cpp?rev=1.16 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkdlgs.cpp?rev=1.15 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkdlgs.cpp.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&f=h GtkRadiant/radiant/gtkmisc.cpp 1.23 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp?rev=1.23 1.22 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp?rev=1.22 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp.diff?r1=text&tr1=1.22&r2=text&tr2=1.23&f=h GtkRadiant/radiant/main.cpp 1.34 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.34 1.33 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.33 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp.diff?r1=text&tr1=1.33&r2=text&tr2=1.34&f=h GtkRadiant/radiant/mainframe.cpp 1.59 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.59 1.58 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.58 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.58&r2=text&tr2=1.59&f=h GtkRadiant/radiant/map.cpp 1.20 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.20 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.19 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp.diff?r1=text&tr1=1.19&r2=text&tr2=1.20&f=h GtkRadiant/radiant/pluginmanager.cpp 1.53 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.53 1.52 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.52 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp.diff?r1=text&tr1=1.52&r2=text&tr2=1.53&f=h GtkRadiant/radiant/preferences.cpp 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.24 1.23 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.23 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.23&r2=text&tr2=1.24&f=h GtkRadiant/radiant/preferences.h 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.18 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.17 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.18&f=h GtkRadiant/radiant/q3radiant.dsp 1.36 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/q3radiant.dsp?rev=1.36 1.35 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/q3radiant.dsp?rev=1.35 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/q3radiant.dsp.diff?r1=text&tr1=1.35&r2=text&tr2=1.36&f=h GtkRadiant/radiant/qe3.cpp 1.43 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.43 1.42 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.42 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp.diff?r1=text&tr1=1.42&r2=text&tr2=1.43&f=h GtkRadiant/radiant/qe3.h 1.44 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.44 1.43 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.43 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h.diff?r1=text&tr1=1.43&r2=text&tr2=1.44&f=h GtkRadiant/radiant/bitmaps/splash.bmp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/bitmaps/splash.bmp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/bitmaps/splash.bmp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/bitmaps/splash.bmp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/linux/bspc 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/bspc?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/bspc?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/bspc.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/linux/makesdk.sh 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.sh?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.sh?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.sh.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/linux/setup.data/postinstall.sh 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/postinstall.sh?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/postinstall.sh?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/postinstall.sh.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/win32/TODO 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/TODO?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/TODO?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/TODO.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/win32/setup.pl 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/win32/template/Component/Default.cdf 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/win32/template/Component/Default.fgl 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.fgl?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.fgl?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.fgl.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/win32/template/File/Default.fdf 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h Executable/Q3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Q3?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Q3?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Q3.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/setup/win32/template/Script/Setup.rul 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Script/Setup.rul?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Script/Setup.rul?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Script/Setup.rul.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/win32/template/Shell/Default.shl 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Shell/Default.shl?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Shell/Default.shl?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Shell/Default.shl.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/setup/win32/template/Text/Setup.tsb 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Text/Setup.tsb?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Text/Setup.tsb?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Text/Setup.tsb.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/tools/quake3/q3data/q3data.dsp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/q3map/q3map.dsp 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp?rev=1.13 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp?rev=1.12 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&f=h GtkRadiant/vslick/Radiant.vpw 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.25 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.24 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&f=h --101005725322727 Content-Type: text/html CVS report
Commit from timo 2002/01/03   05:26:38


merged gameselect back into trunk, built new setup


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 3/1/2001
+   TTimo
+   - merge gameselect branch back into trunk
+   the IS setup scripts have been updated for the new paths layout
+   developement environment needs to be updated to copy binaries to the right places for debug
+   it is recommended to run a 1.2.1 setup on win32 prior to compile and install debug bins
+   - updated the setup to be more templated for inclusion/non inclusion of game packs on demand
+   
+ 2/1/2001
+   TTimo - branch gameselect
+   - copying over the linux setup binaries (setup, uninstall, setup.gtk)
+   from Alpha branch. Those have the ability to prompt destination path
+   per component.
+   Gef - branch gameselect
+   - patch 101 for bug 279
+   .game files generation by the setup, makesdk.sh and postinstall.sh fixups
+ 
+ 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//
+     m_rc_path:
+       win32: g_strGameToolsPath
+       linux: ~/.radiant//
+     so that global.pref goes in ~/.radiant//global.pref
+     and radiant.ini ~/.radiant///radiant.ini  
+ 
+ 27/12/2001
+   TTimo - branch gameselect
+   - global prefs file (global.pref), XML based in core directory
+     stores game selection setting
+ 	stores autoload setting
+   - dropping 'gameid' from .game file, gonna use a 'gamefile' in global prefs instead
+     (and the .game file name .. thks Gef)
+   - TODO: radiant.log stuff in global prefs?
+ 
+ 21/12/2001
+   TTimo - branch gameselect
+   - more Wolf setup tweaking for an experimental build release:
+     quakev2.qe4 project template file
+ 	using a 'gameid' attribute in the game file to select hardcoded features in the editor binary
+ 	'basegame' node for lookup of the default project file
+ 	'engine' node for engine path
+   - added experimental Wolf game pack to IS
+   - added setup/win32/HOWTO with extensive information about the procedure to
+     add new game packs
+   - reading the 'name' attribute in the game node for game selection dialog
+   - TODO: pid files to make safe startup?
+   The .pid stuff should be happening after game selection, since it covers game-specific 
+   preference settings. 
+   - TODO: console logging pref should be a global pref, goes with game autoload?
+ 
+ 17/12/2001
+   TTimo - branch gameselect
+   - updating the setup script for experimental 1.2.0 setup:
+   
+   merged some of the docs back into trunk (Radiant manual, some TA docs)
+   will need to perform a complete diffing between Alpha and trunk about docs/manual at some point
+   merged bitmaps from Alpha too
+   
+   added the Q3 modules (image, map, md3model, shaders, vfspk3) to Q3 game pack in setup
+   
+   generating per-game config file q3.game in OnMoved (IS setup)
+   will need equivalent with linux setup of course
+   
+   various other generic fixes to the setup code
+   
+   - multiple games support, list of changes, and TODO:
+   NOTE: this is on a 'gameselect' branch for now
+   Doxygen documentation should be at http://zerowing.idsoftware.com/doxygen
+     for this branch too.
+ 
+   The installation procedure has changed. The win32 installer is partly ready, linux installer
+   will need to be modified too. The editor binary and the Gtk DLLs are installed in a common
+   location, i.e. 'C:\Program Files\GtkRadiant' typically. The game specific binaries and modules
+   go in the same location as usual, for instance 'C:\Program Files\Quake III Arena\GtkRadiant\'
+   (and also 'C:\Program Files\Quake III Arena\GtkRadiant\modules' 'C:\<..>\plugins')
+ 
+   The environment variables used by the build system (VC6 project files) have been adapted:
+   $(QUAKE3RADIANTDIR) is still used
+   $(CORERADIANTDIR) is used for the main editor location
+ 
+   When editor starts, it looks for games/*.game under g_strAppPath and prompts the user for a game
+   Once game is selected, parameters are used for regular startup.
+   You need to write your own q3.game for now, it will be generated by the setup procedure
+   my C:\Program Files\GtkRadiant\games\q3.game looks like that:
+   
+   
+   
+   
+ 
+   given that, the editor does a complete startup, and the basics are here for multiple games
+ 
+   - precise changes:
+ 
+   g_strToolsPath renamed to g_strGameToolsPath
+   most of former g_strAppPath uses g_strGameToolsPath
+   the name change was also meant for homogeneity with DIR_GAMETOOLS_* variables we use in the setups
+   g_strAppPath still used, points to the main installation path
+ 
+   added the game selection code in CPrefsDlg::Init
+   using several classes and a dialog box, parsing XML files
+ 
+   - TODO:
+   
+   the console 'Radiant.log' doesn't catch the game selection stuff as it is now
+   initialize it to the main install, without the game setting
+   (console logging is a debugging tool anyway, no reason it should go to the proper game folder
+   each time)
+ 
+   the 'preferences reset/cleanup' code is probably broken, specially when used with the .pid checking
+   since we check for .pid even before we know where the GameTools path is
+ 
+   on linux, we need to sanitize the ~/.q3a dir usage. Switch to ~/.radiant, use the version tag
+   to maintain things independant, and use the game name to isolate per-game settings?
+   ~/.radiant/1.2.0-nightly/quake3/radiant.ini (.pid, .log)
+   ~/.radiant/1.2.0-nightly/wolf/..
+ 
+   also, when looking for those files (.ini mostly), win32 stores them in a main installation, and
+   linux has them in ~/.radiant/.. (which is the read/write area). This should be homogenized?
+   Maybe by adding a 'Main' to the readonly path and a new variable with 'RW', pointing to 'Main' on
+   win32 and to ~/.radiant on linux
+ 
  11/12/2001
    TTimo
    - replaced setup/win32/setup.sh by setup/win32/setup.pl
 
4 files added
Module File name Version
GtkRadiant include/gtkr_vector.h 1.2
GtkRadiant setup/win32/HOWTO 1.2
Exectuable Wolf 1.2
Media Wolf 1.2
 
41 files modified
Module File name Version
GtkRadiant contrib/prtview/PrtView.dsp 1.7 >>> 1.8
GtkRadiant docs/developer/CHANGES 1.180 >>> 1.181
GtkRadiant include/version.default 1.7 >>> 1.8
GtkRadiant libs/str.h 1.10 >>> 1.11
GtkRadiant plugins/image/image.dsp 1.11 >>> 1.12
GtkRadiant plugins/map/map.dsp 1.7 >>> 1.8
GtkRadiant plugins/md3model/md3model.dsp 1.2 >>> 1.3
GtkRadiant plugins/shaders/shaders.dsp 1.10 >>> 1.11
GtkRadiant plugins/textool/TexTool.dsp 1.10 >>> 1.11
GtkRadiant plugins/vfspk3/vfspk3.dsp 1.6 >>> 1.7
GtkRadiant radiant/brush.cpp 1.24 >>> 1.25
GtkRadiant radiant/brushscript.cpp 1.5 >>> 1.6
GtkRadiant radiant/dialog.h 1.7 >>> 1.8
GtkRadiant radiant/entity.cpp 1.16 >>> 1.17
GtkRadiant radiant/gtkdlgs.cpp 1.15 >>> 1.16
GtkRadiant radiant/gtkmisc.cpp 1.22 >>> 1.23
GtkRadiant radiant/main.cpp 1.33 >>> 1.34
GtkRadiant radiant/mainframe.cpp 1.58 >>> 1.59
GtkRadiant radiant/map.cpp 1.19 >>> 1.20
GtkRadiant radiant/pluginmanager.cpp 1.52 >>> 1.53
GtkRadiant radiant/preferences.cpp 1.23 >>> 1.24
GtkRadiant radiant/preferences.h 1.17 >>> 1.18
GtkRadiant radiant/q3radiant.dsp 1.35 >>> 1.36
GtkRadiant radiant/qe3.cpp 1.42 >>> 1.43
GtkRadiant radiant/qe3.h 1.43 >>> 1.44
GtkRadiant radiant/bitmaps/splash.bmp 1.2 >>> 1.3
GtkRadiant setup/linux/bspc 1.2 >>> 1.3
GtkRadiant setup/linux/makesdk.sh 1.3 >>> 1.4
GtkRadiant setup/linux/setup.data/postinstall.sh 1.3 >>> 1.4
GtkRadiant setup/win32/TODO 1.2 >>> 1.3
GtkRadiant setup/win32/setup.pl 1.2 >>> 1.3
GtkRadiant setup/win32/template/Component/Default.cdf 1.2 >>> 1.3
GtkRadiant setup/win32/template/Component/Default.fgl 1.2 >>> 1.3
GtkRadiant setup/win32/template/File/Default.fdf 1.2 >>> 1.3
Executable Q3 1.1 >>> 1.2
GtkRadiant setup/win32/template/Script/Setup.rul 1.2 >>> 1.3
GtkRadiant setup/win32/template/Shell/Default.shl 1.1 >>> 1.2
GtkRadiant setup/win32/template/Text/Setup.tsb 1.2 >>> 1.3
GtkRadiant tools/quake3/q3data/q3data.dsp 1.4 >>> 1.5
GtkRadiant tools/quake3/q3map/q3map.dsp 1.12 >>> 1.13
GtkRadiant vslick/Radiant.vpw 1.24 >>> 1.25
--101005725322727-- From gtkradiant@zerowing.idsoftware.com Thu Jan 3 11:52:44 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Thu, 03 Jan 2002 12:52:44 +0100 Subject: [Gtkradiant] GtkRadiantSetup-1.2.1-nightly available (was Re: [Gtkradiant] CVS: merged gameselect back into trunk, built new setup) In-Reply-To: Message-ID: <5.0.2.1.2.20020103124716.024e7b68@192.168.1.1> From now on we use the new layout for Radiant files, and the new installer scripts. I have uploaded a nightly setup of 1.2.1, at http://zerowing.idsoftware.com/nightly/GtkRadiantSetup-1.2.1-nightly-01032002.exe To build the current trunk source, it is recommended you install this setup first, and then reconfigure your environment variables to point to the right places for debugging. This setup is not for public release yet, the public nightlies will re-open after we have some new and interesting things to provide with 1.2: new q3map from ydnar, and possibly the Wolf package. TTimo At 05:27 03/01/2002 -0600, you wrote: >Commit from timo 2002/01/03 05:26:38 > > >merged gameselect back into trunk, built new setup > > >GtkRadiant/docs/developer/CHANGES > This is the changelog for developpers, != changelog for the end user > that we distribute with the binaries. (see changelog) > >+ 3/1/2001 >+ TTimo >+ - merge gameselect branch back into trunk >+ the IS setup scripts have been updated for the new paths layout >+ developement environment needs to be updated to copy binaries to the >right places for debug >+ it is recommended to run a 1.2.1 setup on win32 prior to compile and >install debug bins >+ - updated the setup to be more templated for inclusion/non inclusion >of game packs on demand >+ >+ 2/1/2001 >+ TTimo - branch gameselect >+ - copying over the linux setup binaries (setup, uninstall, setup.gtk) >+ from Alpha branch. Those have the ability to prompt destination path >+ per component. >+ Gef - branch gameselect >+ - patch 101 for bug 279 >+ .game files generation by the setup, makesdk.sh and postinstall.sh fixups >+ >+ 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// >+ m_rc_path: >+ win32: g_strGameToolsPath >+ linux: ~/.radiant// >+ so that global.pref goes in ~/.radiant//global.pref >+ and radiant.ini ~/.radiant///radiant.ini >+ >+ 27/12/2001 >+ TTimo - branch gameselect >+ - global prefs file (global.pref), XML based in core directory >+ stores game selection setting >+ stores autoload setting >+ - dropping 'gameid' from .game file, gonna use a 'gamefile' in global >prefs instead >+ (and the .game file name .. thks Gef) >+ - TODO: radiant.log stuff in global prefs? >+ >+ 21/12/2001 >+ TTimo - branch gameselect >+ - more Wolf setup tweaking for an experimental build release: >+ quakev2.qe4 project template file >+ using a 'gameid' attribute in the game file to select hardcoded >features in the editor binary >+ 'basegame' node for lookup of the default project file >+ 'engine' node for engine path >+ - added experimental Wolf game pack to IS >+ - added setup/win32/HOWTO with extensive information about the >procedure to >+ add new game packs >+ - reading the 'name' attribute in the game node for game selection dialog >+ - TODO: pid files to make safe startup? >+ The .pid stuff should be happening after game selection, since it >covers game-specific >+ preference settings. >+ - TODO: console logging pref should be a global pref, goes with game >autoload? >+ >+ 17/12/2001 >+ TTimo - branch gameselect >+ - updating the setup script for experimental 1.2.0 setup: >+ >+ merged some of the docs back into trunk (Radiant manual, some TA docs) >+ will need to perform a complete diffing between Alpha and trunk about >docs/manual at some point >+ merged bitmaps from Alpha too >+ >+ added the Q3 modules (image, map, md3model, shaders, vfspk3) to Q3 >game pack in setup >+ >+ generating per-game config file q3.game in OnMoved (IS setup) >+ will need equivalent with linux setup of course >+ >+ various other generic fixes to the setup code >+ >+ - multiple games support, list of changes, and TODO: >+ NOTE: this is on a 'gameselect' branch for now >+ Doxygen documentation should be at http://zerowing.idsoftware.com/doxygen >+ for this branch too. >+ >+ The installation procedure has changed. The win32 installer is partly >ready, linux installer >+ will need to be modified too. The editor binary and the Gtk DLLs are >installed in a common >+ location, i.e. 'C:\Program Files\GtkRadiant' typically. The game >specific binaries and modules >+ go in the same location as usual, for instance 'C:\Program Files\Quake >III Arena\GtkRadiant\' >+ (and also 'C:\Program Files\Quake III Arena\GtkRadiant\modules' >'C:\<..>\plugins') >+ >+ The environment variables used by the build system (VC6 project files) >have been adapted: >+ $(QUAKE3RADIANTDIR) is still used >+ $(CORERADIANTDIR) is used for the main editor location >+ >+ When editor starts, it looks for games/*.game under g_strAppPath and >prompts the user for a game >+ Once game is selected, parameters are used for regular startup. >+ You need to write your own q3.game for now, it will be generated by >the setup procedure >+ my C:\Program Files\GtkRadiant\games\q3.game looks like that: >+ >+ >+ >+ >+ >+ given that, the editor does a complete startup, and the basics are >here for multiple games >+ >+ - precise changes: >+ >+ g_strToolsPath renamed to g_strGameToolsPath >+ most of former g_strAppPath uses g_strGameToolsPath >+ the name change was also meant for homogeneity with DIR_GAMETOOLS_* >variables we use in the setups >+ g_strAppPath still used, points to the main installation path >+ >+ added the game selection code in CPrefsDlg::Init >+ using several classes and a dialog box, parsing XML files >+ >+ - TODO: >+ >+ the console 'Radiant.log' doesn't catch the game selection stuff as it >is now >+ initialize it to the main install, without the game setting >+ (console logging is a debugging tool anyway, no reason it should go to >the proper game folder >+ each time) >+ >+ the 'preferences reset/cleanup' code is probably broken, specially >when used with the .pid checking >+ since we check for .pid even before we know where the GameTools path is >+ >+ on linux, we need to sanitize the ~/.q3a dir usage. Switch to >~/.radiant, use the version tag >+ to maintain things independant, and use the game name to isolate >per-game settings? >+ ~/.radiant/1.2.0-nightly/quake3/radiant.ini (.pid, .log) >+ ~/.radiant/1.2.0-nightly/wolf/.. >+ >+ also, when looking for those files (.ini mostly), win32 stores them in >a main installation, and >+ linux has them in ~/.radiant/.. (which is the read/write area). This >should be homogenized? >+ Maybe by adding a 'Main' to the readonly path and a new variable with >'RW', pointing to 'Main' on >+ win32 and to ~/.radiant on linux >+ > 11/12/2001 > TTimo > - replaced setup/win32/setup.sh by setup/win32/setup.pl > >4 files added >Module File name Version >GtkRadiant include/gtkr_vector.h >1.2 > >GtkRadiant setup/win32/HOWTO >1.2 > >Exectuable Wolf >1.2 > >Media Wolf >1.2 > >41 files modified >Module File name Version >GtkRadiant contrib/prtview/PrtView.dsp >1.7 >>>> >1.8 > >GtkRadiant docs/developer/CHANGES >1.180 >>>> >1.181 > >GtkRadiant include/version.default >1.7 >>>> >1.8 > >GtkRadiant libs/str.h >1.10 >>>> >1.11 > >GtkRadiant plugins/image/image.dsp >1.11 >>>> >1.12 > >GtkRadiant plugins/map/map.dsp >1.7 >>>> >1.8 > >GtkRadiant plugins/md3model/md3model.dsp >1.2 >>>> >1.3 > >GtkRadiant plugins/shaders/shaders.dsp >1.10 >>>> >1.11 > >GtkRadiant plugins/textool/TexTool.dsp >1.10 >>>> >1.11 > >GtkRadiant plugins/vfspk3/vfspk3.dsp >1.6 >>>> >1.7 > >GtkRadiant radiant/brush.cpp >1.24 >>>> >1.25 > >GtkRadiant radiant/brushscript.cpp >1.5 >>>> >1.6 > >GtkRadiant radiant/dialog.h >1.7 >>>> >1.8 > >GtkRadiant radiant/entity.cpp >1.16 >>>> >1.17 > >GtkRadiant radiant/gtkdlgs.cpp >1.15 >>>> >1.16 > >GtkRadiant radiant/gtkmisc.cpp >1.22 >>>> >1.23 > >GtkRadiant radiant/main.cpp >1.33 >>>> >1.34 > >GtkRadiant radiant/mainframe.cpp >1.58 >>>> >1.59 > >GtkRadiant radiant/map.cpp >1.19 >>>> >1.20 > >GtkRadiant radiant/pluginmanager.cpp >1.52 >>>> >1.53 > >GtkRadiant radiant/preferences.cpp >1.23 >>>> >1.24 > >GtkRadiant radiant/preferences.h >1.17 >>>> >1.18 > >GtkRadiant radiant/q3radiant.dsp >1.35 >>>> >1.36 > >GtkRadiant radiant/qe3.cpp >1.42 >>>> >1.43 > >GtkRadiant radiant/qe3.h >1.43 >>>> >1.44 > >GtkRadiant radiant/bitmaps/splash.bmp >1.2 >>>> >1.3 > >GtkRadiant setup/linux/bspc >1.2 >>>> >1.3 > >GtkRadiant setup/linux/makesdk.sh >1.3 >>>> >1.4 > >GtkRadiant setup/linux/setup.data/postinstall.sh >1.3 >>>> >1.4 > >GtkRadiant setup/win32/TODO >1.2 >>>> >1.3 > >GtkRadiant setup/win32/setup.pl >1.2 >>>> >1.3 > >GtkRadiant setup/win32/template/Component/Default.cdf >1.2 >>>> >1.3 > >GtkRadiant setup/win32/template/Component/Default.fgl >1.2 >>>> >1.3 > >GtkRadiant setup/win32/template/File/Default.fdf >1.2 >>>> >1.3 > >Executable Q3 >1.1 >>>> >1.2 >GtkRadiant setup/win32/template/Script/Setup.rul >1.2 >>>> >1.3 > >GtkRadiant setup/win32/template/Shell/Default.shl >1.1 >>>> >1.2 > >GtkRadiant setup/win32/template/Text/Setup.tsb >1.2 >>>> >1.3 > >GtkRadiant tools/quake3/q3data/q3data.dsp >1.4 >>>> >1.5 > >GtkRadiant tools/quake3/q3map/q3map.dsp >1.12 >>>> >1.13 > >GtkRadiant vslick/Radiant.vpw >1.24 >>>> >1.25 > From gtkradiant@zerowing.idsoftware.com Thu Jan 3 12:00:50 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 06:00:50 -0600 Subject: [Gtkradiant] [Bug 277] blackish.jpg JPG load crash Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=277 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WONTFIX ------- Additional Comments From ttimo@idsoftware.com 2002-01-03 06:00 ------- not on our plan to release another 1.1.* version, next release will be on 1.2.*, which doesn't have the problem. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 12:10:15 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Thu, 03 Jan 2002 06:10:15 -0600 Subject: [Gtkradiant] CVS: bug #207 fix Message-ID: This is a mixed plain/HTML MIME encoded message. --101005981526311 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/03 06:10:10 bug #207 fix -- GtkRadiant/docs/developer/CHANGES 1.183 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.183 diff : EvilTypeGuy - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274 broken auto caulking fix + + EvilTypeGyu & LordHavoc + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=207 + (two new files, project settings updated) 2/1/2001 TTimo - branch gameselect 2 files added : GtkRadiant/radiant/texmanip.cpp 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texmanip.cpp?rev=1.1 GtkRadiant/radiant/texmanip.h 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texmanip.h?rev=1.1 4 files modified : GtkRadiant/docs/developer/CHANGES 1.183 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.183 1.182 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.182 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.182&r2=text&tr2=1.183&f=h GtkRadiant/radiant/Conscript 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/Conscript?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/Conscript?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/Conscript.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/radiant/q3radiant.dsp 1.37 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/q3radiant.dsp?rev=1.37 1.36 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/q3radiant.dsp?rev=1.36 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/q3radiant.dsp.diff?r1=text&tr1=1.36&r2=text&tr2=1.37&f=h GtkRadiant/radiant/texwindow.cpp 1.36 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp?rev=1.36 1.35 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp?rev=1.35 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp.diff?r1=text&tr1=1.35&r2=text&tr2=1.36&f=h --101005981526311 Content-Type: text/html CVS report
Commit from timo 2002/01/03   06:10:10


bug #207 fix


GtkRadiant/docs/developer/CHANGES
    EvilTypeGuy
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274
    broken auto caulking fix
+ 
+   EvilTypeGyu & LordHavoc
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=207
+   (two new files, project settings updated)
    
  2/1/2001
    TTimo - branch gameselect
 
2 files added
Module File name Version
GtkRadiant radiant/texmanip.cpp 1.1
GtkRadiant radiant/texmanip.h 1.1
 
4 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.182 >>> 1.183
GtkRadiant radiant/Conscript 1.5 >>> 1.6
GtkRadiant radiant/q3radiant.dsp 1.36 >>> 1.37
GtkRadiant radiant/texwindow.cpp 1.35 >>> 1.36
--101005981526311-- From gtkradiant@zerowing.idsoftware.com Thu Jan 3 12:10:44 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 06:10:44 -0600 Subject: [Gtkradiant] [Bug 207] JPG file display in texture window Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=207 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-03 06:10 ------- checked in .. the new mipmapping looks great! ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 13:13:31 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 07:13:31 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-03 07:13 ------- Created an attachment (id=102) Initial move to perl... Adds setup/common/setup.pm and setup/linux/makesdk.pl. Still needs most of the same fixes that makesdk.sh needed ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 14:17:31 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 08:17:31 -0600 Subject: [Gtkradiant] [Bug 274] Preference Setting: Caulk and Clipper tool Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-03 08:17 ------- actually, some things reference it "radiant/notex" as well, instead of as "textures/radiant/notex" :) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 14:20:55 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 08:20:55 -0600 Subject: [Gtkradiant] [Bug 274] cleanup "textures/notex" Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | Summary|Preference Setting: Caulk |cleanup "textures/notex" |and Clipper tool | ------- Additional Comments From ttimo@idsoftware.com 2002-01-03 08:20 ------- that probably means it needs to be cleaned up too.. reopening the bug item use a #define and stuff.. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 14:36:20 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 08:36:20 -0600 Subject: [Gtkradiant] [Bug 280] New: 1.2.1 release checklist Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=280 Summary: 1.2.1 release checklist Product: GtkRadiant Version: 1.1.2-nightly OS/Version: All Status: NEW Severity: blocker Priority: P2 Component: setup AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com checklist of stuff to be done prior to 1.2.1 release: check that the docs and editing package is the same as it was on 1.1.1 (i.e. we merged correctly and didn't forget anything). Install both in parallel trees and diff ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 15:29:01 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 09:29:01 -0600 Subject: [Gtkradiant] [Bug 281] New: q3map needs glib and libxml2 shared libs in the dir Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=281 Summary: q3map needs glib and libxml2 shared libs in the dir Product: GtkRadiant Version: 1.1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com with the new layout, we will have to maintain several copies of the same files it seems .. glib.dll and libxml.dll are required next to q3map.. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 15:29:16 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 09:29:16 -0600 Subject: [Gtkradiant] [Bug 281] q3map needs glib and libxml2 shared libs in the dir Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=281 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All Target Milestone|1.1.2 |1.2 Version|1.1.2-nightly |1.2-nightly ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 15:38:22 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Thu, 03 Jan 2002 09:38:22 -0600 Subject: [Gtkradiant] CVS: merge from Alpha, ydnar's new q3map Message-ID: This is a mixed plain/HTML MIME encoded message. --101007230131102 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/03 09:37:57 merge from Alpha, ydnar's new q3map -- GtkRadiant/docs/developer/CHANGES 1.184 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.184 diff : it is recommended to run a 1.2.1 setup on win32 prior to compile and install debug bins - updated the setup to be more templated for inclusion/non inclusion of game packs on demand + - propagating recent fixes to Alpha into the trunk + based on diffing between Merge-1_1_1 and Merge-1_1_2: + ===================================================================== + 13/11/2001 + djbob + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=244 + reverted again the shader manual and tcMod docs + + TTimo + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=214 + patched aselib.c, was calling strstr badly (relative path extraction) + + 12/11/2001 + djbob + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=241 + applied patch, will release in next nightly + + Spog + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=254 + patch for safe_malloc + + TTimo + - fixing STLPort config checks and XML config (CHAR -> xmlChar) + - added safe_malloc_info and safe_malloc in the common/ dir + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=179 + added XML stream version checking between Radiant and q3map + ======================================================================== + also, manual merge of docs/manual and setup media + this merge work is related to bug #280 too: + http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=280 + + ydnar + - new q3map, radiosity and bug fixes, code merged in with the trunk version + (TODO: add more detailed changes log) + EvilTypeGuy - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274 broken auto caulking fix 4 files added : GtkRadiant/docs/manual/Q3Rad_Manual/gtkrad/pg1_1.htm 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/gtkrad/pg1_1.htm?rev=1.2 GtkRadiant/docs/manual/quake3/New_Teams_For_Q3TA/index.html 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/quake3/New_Teams_For_Q3TA/index.html?rev=1.2 GtkRadiant/docs/manual/quake3/Q3AShader_Manual/appendix/appA.html 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/quake3/Q3AShader_Manual/appendix/appA.html?rev=1.2 GtkRadiant/tools/quake3/q3map/light_bounce.c 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_bounce.c?rev=1.1 2 files removed : GtkRadiant/tools/quake3/q3map/q3map.proj was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/Attic/q3map.proj?rev=1.2 GtkRadiant/tools/quake3/q3map/q3map_vc5.dsp was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/Attic/q3map_vc5.dsp?rev=1.2 38 files modified : GtkRadiant/docs/developer/CHANGES 1.184 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.184 1.183 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.183 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.183&r2=text&tr2=1.184&f=h GtkRadiant/docs/developer/HEAP 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/HEAP?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/HEAP?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/HEAP.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/radiant/watchbsp.cpp 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.16 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.15 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&f=h GtkRadiant/tools/quake3/common/aselib.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/aselib.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/aselib.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/aselib.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/common/bspfile.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/bspfile.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/bspfile.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/bspfile.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/common/cmdlib.c 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/cmdlib.c?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/cmdlib.c?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/cmdlib.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h GtkRadiant/tools/quake3/common/cmdlib.h 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/cmdlib.h?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/cmdlib.h?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/cmdlib.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/tools/quake3/common/imagelib.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/imagelib.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/imagelib.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/imagelib.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/common/inout.c 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/inout.c?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/inout.c?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/inout.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/tools/quake3/common/l3dslib.c 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/l3dslib.c?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/l3dslib.c?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/l3dslib.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/tools/quake3/common/mutex.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/mutex.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/mutex.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/mutex.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/common/polylib.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/polylib.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/polylib.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/polylib.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/common/threads.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/threads.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/threads.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/threads.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/common/unzip.c 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/unzip.c?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/unzip.c?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/unzip.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/tools/quake3/common/vfs.c 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/vfs.c?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/vfs.c?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/vfs.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/tools/quake3/q3data/q3data.c 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.c?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.c?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/tools/quake3/q3data/q3data.dsp 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/q3map/brush.c 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/brush.c?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/brush.c?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/brush.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/tools/quake3/q3map/bsp.c 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.14 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.13 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&f=h GtkRadiant/tools/quake3/q3map/facebsp.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/facebsp.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/facebsp.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/facebsp.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/q3map/fog.c 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/fog.c?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/fog.c?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/fog.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/tools/quake3/q3map/light.c 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h GtkRadiant/tools/quake3/q3map/light.h 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.h?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.h?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/q3map/light_trace.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_trace.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_trace.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_trace.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/q3map/lightv.c 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h GtkRadiant/tools/quake3/q3map/mesh.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/mesh.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/mesh.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/mesh.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/q3map/misc_model.c 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/misc_model.c?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/misc_model.c?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/misc_model.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/tools/quake3/q3map/patch.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/patch.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/patch.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/patch.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/q3map/portals.c 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/portals.c?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/portals.c?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/portals.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/tools/quake3/q3map/q3map.dsp 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp?rev=1.14 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp?rev=1.13 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&f=h GtkRadiant/tools/quake3/q3map/qbsp.h 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h?rev=1.10 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h?rev=1.9 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&f=h GtkRadiant/tools/quake3/q3map/shaders.c 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h GtkRadiant/tools/quake3/q3map/shaders.h 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.h?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.h?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/q3map/surface.c 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/tools/quake3/q3map/terrain.c 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/terrain.c?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/terrain.c?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/terrain.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/tools/quake3/q3map/tjunction.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/tjunction.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/tjunction.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/tjunction.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/q3map/vis.c 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/vis.c?rev=1.10 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/vis.c?rev=1.9 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/vis.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&f=h GtkRadiant/tools/quake3/q3map/visflow.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/visflow.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/visflow.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/visflow.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h --101007230131102 Content-Type: text/html CVS report
Commit from timo 2002/01/03   09:37:57


merge from Alpha, ydnar's new q3map


GtkRadiant/docs/developer/CHANGES
    it is recommended to run a 1.2.1 setup on win32 prior to compile and install debug bins
    - updated the setup to be more templated for inclusion/non inclusion of game packs on demand
  
+   - propagating recent fixes to Alpha into the trunk
+   based on diffing between Merge-1_1_1 and Merge-1_1_2:
+   =====================================================================
+   13/11/2001
+     djbob
+     - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=244
+     reverted again the shader manual and tcMod docs
+ 
+     TTimo
+     - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=214
+     patched aselib.c, was calling strstr badly (relative path extraction)
+ 
+   12/11/2001
+     djbob
+     - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=241
+     applied patch, will release in next nightly
+ 
+     Spog
+     - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=254
+     patch for safe_malloc
+ 
+     TTimo
+     - fixing STLPort config checks and XML config (CHAR -> xmlChar)
+     - added safe_malloc_info and safe_malloc in the common/ dir
+     - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=179
+     added XML stream version checking between Radiant and q3map
+   ========================================================================  
+   also, manual merge of docs/manual and setup media
+   this merge work is related to bug #280 too:
+   http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=280
+   
+   ydnar
+   - new q3map, radiosity and bug fixes, code merged in with the trunk version
+   (TODO: add more detailed changes log)
+ 
    EvilTypeGuy
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274
    broken auto caulking fix
 
4 files added
Module File name Version
GtkRadiant docs/manual/Q3Rad_Manual/gtkrad/pg1_1.htm 1.2
GtkRadiant docs/manual/quake3/New_Teams_For_Q3TA/index.html 1.2
GtkRadiant docs/manual/quake3/Q3AShader_Manual/appendix/appA.html 1.2
GtkRadiant tools/quake3/q3map/light_bounce.c 1.1
 
2 files removed
Module File name Last version
GtkRadiant tools/quake3/q3map/q3map.proj 1.2
GtkRadiant tools/quake3/q3map/q3map_vc5.dsp 1.2
 
38 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.183 >>> 1.184
GtkRadiant docs/developer/HEAP 1.3 >>> 1.4
GtkRadiant radiant/watchbsp.cpp 1.15 >>> 1.16
GtkRadiant tools/quake3/common/aselib.c 1.4 >>> 1.5
GtkRadiant tools/quake3/common/bspfile.c 1.4 >>> 1.5
GtkRadiant tools/quake3/common/cmdlib.c 1.8 >>> 1.9
GtkRadiant tools/quake3/common/cmdlib.h 1.7 >>> 1.8
GtkRadiant tools/quake3/common/imagelib.c 1.4 >>> 1.5
GtkRadiant tools/quake3/common/inout.c 1.3 >>> 1.4
GtkRadiant tools/quake3/common/l3dslib.c 1.3 >>> 1.4
GtkRadiant tools/quake3/common/mutex.c 1.4 >>> 1.5
GtkRadiant tools/quake3/common/polylib.c 1.4 >>> 1.5
GtkRadiant tools/quake3/common/threads.c 1.5 >>> 1.6
GtkRadiant tools/quake3/common/unzip.c 1.2 >>> 1.3
GtkRadiant tools/quake3/common/vfs.c 1.2 >>> 1.3
GtkRadiant tools/quake3/q3data/q3data.c 1.3 >>> 1.4
GtkRadiant tools/quake3/q3data/q3data.dsp 1.5 >>> 1.6
GtkRadiant tools/quake3/q3map/brush.c 1.7 >>> 1.8
GtkRadiant tools/quake3/q3map/bsp.c 1.13 >>> 1.14
GtkRadiant tools/quake3/q3map/facebsp.c 1.5 >>> 1.6
GtkRadiant tools/quake3/q3map/fog.c 1.6 >>> 1.7
GtkRadiant tools/quake3/q3map/light.c 1.10 >>> 1.11
GtkRadiant tools/quake3/q3map/light.h 1.5 >>> 1.6
GtkRadiant tools/quake3/q3map/light_trace.c 1.4 >>> 1.5
GtkRadiant tools/quake3/q3map/lightv.c 1.11 >>> 1.12
GtkRadiant tools/quake3/q3map/mesh.c 1.4 >>> 1.5
GtkRadiant tools/quake3/q3map/misc_model.c 1.6 >>> 1.7
GtkRadiant tools/quake3/q3map/patch.c 1.4 >>> 1.5
GtkRadiant tools/quake3/q3map/portals.c 1.7 >>> 1.8
GtkRadiant tools/quake3/q3map/q3map.dsp 1.13 >>> 1.14
GtkRadiant tools/quake3/q3map/qbsp.h 1.9 >>> 1.10
GtkRadiant tools/quake3/q3map/shaders.c 1.11 >>> 1.12
GtkRadiant tools/quake3/q3map/shaders.h 1.5 >>> 1.6
GtkRadiant tools/quake3/q3map/surface.c 1.7 >>> 1.8
GtkRadiant tools/quake3/q3map/terrain.c 1.3 >>> 1.4
GtkRadiant tools/quake3/q3map/tjunction.c 1.5 >>> 1.6
GtkRadiant tools/quake3/q3map/vis.c 1.9 >>> 1.10
GtkRadiant tools/quake3/q3map/visflow.c 1.4 >>> 1.5
--101007230131102-- From gtkradiant@zerowing.idsoftware.com Thu Jan 3 15:45:12 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 09:45:12 -0600 Subject: [Gtkradiant] [Bug 268] update q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=268 ------- Additional Comments From ttimo@idsoftware.com 2002-01-03 09:45 ------- ydnar's code is merged in the trunk, and totally untested. need to see what's new in Id's SOS version (supposedly some improved vising stuff) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 16:28:59 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Thu, 03 Jan 2002 10:28:59 -0600 Subject: [Gtkradiant] CVS: forgot this one Message-ID: This is a mixed plain/HTML MIME encoded message. --1010075339880 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/03 10:28:57 forgot this one -- 1 file added : GtkRadiant/include/stream_version.h 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/stream_version.h?rev=1.2 --1010075339880 Content-Type: text/html CVS report
Commit from timo 2002/01/03   10:28:57


forgot this one


 
1 file added
Module File name Version
GtkRadiant include/stream_version.h 1.2
--1010075339880-- From gtkradiant@zerowing.idsoftware.com Thu Jan 3 16:41:52 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Thu, 03 Jan 2002 10:41:52 -0600 Subject: [Gtkradiant] CVS: Message-ID: This is a mixed plain/HTML MIME encoded message. --10100761122541 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/03 10:41:50 -- 1 file removed : GtkRadiant/radiant/radiant.bkp was 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/Attic/radiant.bkp?rev=1.4 1 files modified : GtkRadiant/tools/quake3/Conscript 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/Conscript?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/Conscript?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/Conscript.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h --10100761122541 Content-Type: text/html CVS report
Commit from timo 2002/01/03   10:41:50




 
1 file removed
Module File name Last version
GtkRadiant radiant/radiant.bkp 1.4
 
1 file modified
Module File name Version
GtkRadiant tools/quake3/Conscript 1.4 >>> 1.5
--10100761122541-- From gtkradiant@zerowing.idsoftware.com Thu Jan 3 17:55:19 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 11:55:19 -0600 Subject: [Gtkradiant] [Bug 282] New: Hydra - EClass Loader API and .DEF plugin Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=282 Summary: Hydra - EClass Loader API and .DEF plugin Product: GtkRadiant Version: 1.2-nightly Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: hydra@hydras-world.com Dominic Clifton - Hydra - hydra@hydras-world.com This diff provides an API for plugins to perform the loading of entity definition files of varying formats, it also provides the basic module that loads .def files, and adds a new feature to .def files. (see plugins/eclassdef/eclassdef.txt for more details) I used Visual Studio .net Beta 2 for my coding (as I'm also writing .net stuff as well as GtkRadiant) so I had to hand-make a project file (.dsp) which .net beta 2 imports ok. I've not tested it in Visual Studio 6 so I didn't include it in the diff, but I did include it in the .zip file. Patch has been tested sucessfully - 14:22 CET 3/JAN/2002 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 17:56:14 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 11:56:14 -0600 Subject: [Gtkradiant] [Bug 282] Hydra - EClass Loader API and .DEF plugin Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=282 ------- Additional Comments From hydra@hydras-world.com 2002-01-03 11:56 ------- Created an attachment (id=103) A zip that contains the patch and some docs.. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 3 17:56:53 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 11:56:53 -0600 Subject: [Gtkradiant] [Bug 282] Hydra - EClass Loader API and .DEF plugin Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=282 hydra@hydras-world.com changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.1.2 |1.2 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 4 01:01:34 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Fri, 4 Jan 2002 01:01:34 -0000 Subject: [Gtkradiant] New Setup Questions... References: Message-ID: <001701c194bb$5e549040$0100a8c0@hydra01> What happens if a user installs GTKRadiant with the Quake3 pack, and then wants to develop maps for another game (i.e. wolf). do they have to download GTKRadiant + game pack and install over the top ? What if the user then decides that they don't want to do q3 mapping anymore ? if they uninstall gtkradiant + q3 pack does it still remove the core if they have another game pack installed ? if you can see a problem there, like I can, then how about releasing the core by itself and gtkradiant game packs in their own IS setup packages ? Just throwing this in there.... Hydra - Dom From gtkradiant@zerowing.idsoftware.com Fri Jan 4 00:22:09 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 03 Jan 2002 18:22:09 -0600 Subject: [Gtkradiant] [Bug 283] New: missing textures on MD3 models... Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=283 Summary: missing textures on MD3 models... Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: hydra@hydras-world.com Load up GtkRadiant-1.2.1-nightly.exe or my own compiled version of it and add an item_armor_combat and it's covered in radiant/notex. The console says: texture not found for shader: models/powerups/armor/energy_yel1 so I check 1.1.1 and that does the same thing, but doesn't cover the model in radiant/notex, it just appears white. so i look at models.shader and it says: models/powerups/armor/energy_yel1 { { map models/powerups/armor/energy_yel3.tga blendFunc GL_ONE GL_ONE tcMod scroll 7.4 1.3 } } so I check pak0.pk3 and I find: 2618 2413 8% 21/11/1999 22:11 models/powerups/armor/energy_yel3.jpg so what's going on ? jpeg texture loading problem ? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 4 01:02:21 2002 From: gtkradiant@zerowing.idsoftware.com (ydnar) Date: Thu, 3 Jan 2002 17:02:21 -0800 Subject: [Gtkradiant] EFRadiant References: Message-ID: <080201c194bb$78725ac0$3300a8c0@playstation> Has anyone looked at or done anything with Raven's EFRadiant or q3map? I've heard from a couple people who wanted to use my q3map with EF, and was wondering if anyone knew anything about their stuff and whether it'd just work with the "normal" q3map. y From gtkradiant@zerowing.idsoftware.com Fri Jan 4 08:40:10 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Fri, 4 Jan 2002 09:40:10 +0100 Subject: [Gtkradiant] EFRadiant In-Reply-To: <080201c194bb$78725ac0$3300a8c0@playstation> References: <080201c194bb$78725ac0$3300a8c0@playstation> Message-ID: <20020104094010.0555f07e.ttimo@idsoftware.com> I don't know about EFRadiant. I don't think I have the source code for it, or even information about the specifics of their map compiler. We got source for FAKKRadiant from Ritual though, it had interesting lighting preview code. We have had lighting preview on GtkRad's todo list for a very long time, but other things always got in the way. Fishman did look at FAKKRadiant's lighting preview but never produced a working implementation for GtkRadiant. TTimo On Thu, 3 Jan 2002 17:02:21 -0800 "ydnar" wrote: > Has anyone looked at or done anything with Raven's EFRadiant or q3map? > > I've heard from a couple people who wanted to use my q3map with EF, and was wondering if anyone knew anything about > their stuff and whether it'd just work with the "normal" q3map. > > y > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Fri Jan 4 08:46:05 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Fri, 4 Jan 2002 09:46:05 +0100 Subject: [Gtkradiant] New Setup Questions... In-Reply-To: <001701c194bb$5e549040$0100a8c0@hydra01> References: <001701c194bb$5e549040$0100a8c0@hydra01> Message-ID: <20020104094605.7fe53047.ttimo@idsoftware.com> The current setup script (see setup/win32/setup.pl) outputs customized setup directories, in which you can say 'I want this, this and this in the setup'. So right now it is possible to release 1.2.1 with only Q3 game pack, or with only Wolf game pack, or with both. With some tweak and testing, it would be possible to release the game pack even without the editor core (though I'd rather wait to have some better API version checking before going that path). The perfectly clean solution would be that the core and the game packs would be independant and fit in by successive installations (instead of having to install 'over the top' like it is being done now). In a perfect world you would download the core install, then click on a bunch of game packs, find a mirror and auto-download them, and you'd be done. This is not possible with IS 6 and I didn't want to spend any more time on installer issue than what was necessary. I hear that kind of stuff is possible with IS 7 though, so if someone feels up to it.. TTimo On Fri, 4 Jan 2002 01:01:34 -0000 "Hydra" wrote: > What happens if a user installs GTKRadiant with the Quake3 pack, and then > wants to develop maps for another game (i.e. wolf). do they have to > download GTKRadiant + game pack and install over the top ? > > What if the user then decides that they don't want to do q3 mapping anymore > ? if they uninstall > gtkradiant + q3 pack does it still remove the core if they have another game > pack installed ? > > if you can see a problem there, like I can, then how about releasing the > core by itself and gtkradiant game packs in their own IS setup packages ? > > Just throwing this in there.... > > Hydra - Dom > > > > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Fri Jan 4 10:41:17 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 04 Jan 2002 04:41:17 -0600 Subject: [Gtkradiant] [Bug 282] Hydra - EClass Loader API and .DEF plugin Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=282 ------- Additional Comments From hydra@hydras-world.com 2002-01-04 04:41 ------- Created an attachment (id=104) Updated zip file, use this one instead! ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 4 10:50:22 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 04 Jan 2002 04:50:22 -0600 Subject: [Gtkradiant] [Bug 283] missing textures on MD3 models... Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=283 wjoseph@europe.ea.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From wjoseph@europe.ea.com 2002-01-04 04:50 ------- Radiant's shader loading code doesn't parse shaders very much. The only things it gets from a shader are qer_trans and qer_editorimage. The 1.2 md3-module code uses the shader module to get textures for models, so qer_editorimage will work. Versions of radiant pre-md3-module don't even use the shader loading code for model textures.. there was a separate texture-loading function for model textures, so they will always try to load the texture with the same name as the shader, in this case that would be "models/powerups/armor/energy_yel1" which isn't in pak*.pk3. models/powerups/armor/energy_yel1.tga does exist, but it was only used internally during quake3 development.. it wasn't needed in the retail build of the game. Mapmedia.pk3 is a compilation of a lot of textures that weren't in pak*.pk3 but are needed to display models properly in versions of radiant which don't support shaders on models. Ideally, we would have a shader module that parses the shaders and renders them the same way quake3 does... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 4 11:05:04 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 04 Jan 2002 05:05:04 -0600 Subject: [Gtkradiant] [Bug 268] update q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=268 ------- Additional Comments From ttimo@idsoftware.com 2002-01-04 05:05 ------- oh btw, the -bounce switch only works for -light and not for -vlight? also, it would be good to distribute documentation about the new q3map features. Possibly an update to existing q3map doc we have in current setup, or a brand new document. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 4 14:32:48 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Fri, 04 Jan 2002 08:32:48 -0600 Subject: [Gtkradiant] CVS: more win32 setup, -game switch in new q3map Message-ID: This is a mixed plain/HTML MIME encoded message. --101015476720794 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/04 08:32:36 more win32 setup, -game switch in new q3map -- GtkRadiant/docs/developer/CHANGES 1.185 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.185 diff : that we distribute with the binaries. (see changelog) ! 3/1/2001 TTimo - merge gameselect branch back into trunk the IS setup scripts have been updated for the new paths layout --- 1,15 ---- This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) ! 4/1/2002 ! TTimo ! - adding -game wolf switch to q3map (-game quake3 works too, but it's the default anyway) ! using different bsp version and different fs_basegame on wolf ! - updated the setup/win32/setup.pl script to generate from a config file instead of hardcoded ! (added corresponding q3.cf wolf.cf and all.cf config files) ! - added a default Start Menu shortcut name (RR2DO2 special) ! ! 3/1/2002 TTimo - merge gameselect branch back into trunk the IS setup scripts have been updated for the new paths layout 3 files added : GtkRadiant/setup/win32/all.cf 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/all.cf?rev=1.1 GtkRadiant/setup/win32/q3.cf 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/q3.cf?rev=1.1 GtkRadiant/setup/win32/wolf.cf 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/wolf.cf?rev=1.1 1 file removed : GtkRadiant/tools/quake3/code/qcommon/qfiles.h was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/code/qcommon/Attic/qfiles.h?rev=1.2 13 files modified : GtkRadiant/docs/developer/CHANGES 1.185 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.185 1.184 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.184 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.184&r2=text&tr2=1.185&f=h GtkRadiant/setup/win32/setup.pl 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/win32/template/File/Default.fdf 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h Executable/Q3 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Q3?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Q3?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Q3.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h Exectuable/Wolf 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/win32/template/Script/Setup.rul 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Script/Setup.rul?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Script/Setup.rul?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Script/Setup.rul.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/tools/quake3/common/bspfile.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/bspfile.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/bspfile.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/bspfile.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/common/bspfile.h 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/bspfile.h?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/bspfile.h?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/bspfile.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/common/qfiles.h 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/qfiles.h?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/qfiles.h?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/qfiles.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/tools/quake3/q3map/bsp.c 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.15 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.14 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&f=h GtkRadiant/tools/quake3/q3map/light.c 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h GtkRadiant/tools/quake3/q3map/lightv.c 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c?rev=1.13 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c?rev=1.12 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&f=h GtkRadiant/tools/quake3/q3map/vis.c 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/vis.c?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/vis.c?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/vis.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h --101015476720794 Content-Type: text/html CVS report
Commit from timo 2002/01/04   08:32:36


more win32 setup, -game switch in new q3map


GtkRadiant/docs/developer/CHANGES
  that we distribute with the binaries. (see changelog)
  
! 3/1/2001
    TTimo
    - merge gameselect branch back into trunk
    the IS setup scripts have been updated for the new paths layout
--- 1,15 ----
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
! 4/1/2002
!   TTimo
!   - adding -game wolf switch to q3map (-game quake3 works too, but it's the default anyway)
!     using different bsp version and different fs_basegame on wolf
!   - updated the setup/win32/setup.pl script to generate from a config file instead of hardcoded
!     (added corresponding q3.cf wolf.cf and all.cf config files)
!   - added a default Start Menu shortcut name (RR2DO2 special)
! 
! 3/1/2002
    TTimo
    - merge gameselect branch back into trunk
    the IS setup scripts have been updated for the new paths layout
 
3 files added
Module File name Version
GtkRadiant setup/win32/all.cf 1.1
GtkRadiant setup/win32/q3.cf 1.1
GtkRadiant setup/win32/wolf.cf 1.1
 
1 file removed
Module File name Last version
GtkRadiant tools/quake3/code/qcommon/qfiles.h 1.2
 
13 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.184 >>> 1.185
GtkRadiant setup/win32/setup.pl 1.3 >>> 1.4
GtkRadiant setup/win32/template/File/Default.fdf 1.3 >>> 1.4
Executable Q3 1.2 >>> 1.3
Exectuable Wolf 1.2 >>> 1.3
GtkRadiant setup/win32/template/Script/Setup.rul 1.3 >>> 1.4
GtkRadiant tools/quake3/common/bspfile.c 1.5 >>> 1.6
GtkRadiant tools/quake3/common/bspfile.h 1.4 >>> 1.5
GtkRadiant tools/quake3/common/qfiles.h 1.3 >>> 1.4
GtkRadiant tools/quake3/q3map/bsp.c 1.14 >>> 1.15
GtkRadiant tools/quake3/q3map/light.c 1.11 >>> 1.12
GtkRadiant tools/quake3/q3map/lightv.c 1.12 >>> 1.13
GtkRadiant tools/quake3/q3map/vis.c 1.10 >>> 1.11
--101015476720794-- From gtkradiant@zerowing.idsoftware.com Fri Jan 4 15:24:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 04 Jan 2002 09:24:03 -0600 Subject: [Gtkradiant] [Bug 268] update q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=268 ------- Additional Comments From ttimo@idsoftware.com 2002-01-04 09:24 ------- Attaching a file from MrElusive about his compile times on light vs vlight ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 4 15:24:38 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 04 Jan 2002 09:24:38 -0600 Subject: [Gtkradiant] [Bug 268] update q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=268 ------- Additional Comments From ttimo@idsoftware.com 2002-01-04 09:24 ------- Created an attachment (id=105) vlight-compile-times.txt ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 4 16:43:15 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 04 Jan 2002 10:43:15 -0600 Subject: [Gtkradiant] [Bug 268] update q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=268 ------- Additional Comments From ttimo@idsoftware.com 2002-01-04 10:43 ------- http://www.idsoftware.com/home/jan/maps/vlight/vlight.html ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 4 16:53:39 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Fri, 04 Jan 2002 10:53:39 -0600 Subject: [Gtkradiant] CVS: updated q3map from Id's SOS Message-ID: This is a mixed plain/HTML MIME encoded message. --101016321924338 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/04 10:53:30 updated q3map from Id's SOS -- GtkRadiant/docs/developer/CHANGES 1.186 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.186 diff : - updated the setup/win32/setup.pl script to generate from a config file instead of hardcoded (added corresponding q3.cf wolf.cf and all.cf config files) - added a default Start Menu shortcut name (RR2DO2 special) + - diffing against Id's internal SOS source and merging in new stuff: + - bumped MAX_SURFACE_INFO to 4096 in shaders.c + - new terrain code (Jim Dose) + ParseTerrain() addition in terrain.c + Creates a mapDrawSurface_t from the terrain text + - VL_SurfaceRadiosity and VL_SurfaceRadiosity + MrElusive's vlight radiosity code + - speedups to vis.c and visflow.c (MrElusive) 3/1/2002 TTimo 10 files modified : GtkRadiant/docs/developer/CHANGES 1.186 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.186 1.185 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.185 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.185&r2=text&tr2=1.186&f=h GtkRadiant/setup/win32/q3.cf 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/q3.cf?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/q3.cf?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/q3.cf.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/setup/win32/setup.pl 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/q3map/lightv.c 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c?rev=1.14 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c?rev=1.13 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&f=h GtkRadiant/tools/quake3/q3map/map.c 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/map.c?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/map.c?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/map.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/tools/quake3/q3map/qbsp.h 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h GtkRadiant/tools/quake3/q3map/shaders.c 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c?rev=1.13 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c?rev=1.12 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&f=h GtkRadiant/tools/quake3/q3map/terrain.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/terrain.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/terrain.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/terrain.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/q3map/vis.c 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/vis.c?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/vis.c?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/vis.c.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h GtkRadiant/tools/quake3/q3map/visflow.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/visflow.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/visflow.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/visflow.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h --101016321924338 Content-Type: text/html CVS report
Commit from timo 2002/01/04   10:53:30


updated q3map from Id's SOS


GtkRadiant/docs/developer/CHANGES
    - updated the setup/win32/setup.pl script to generate from a config file instead of hardcoded
      (added corresponding q3.cf wolf.cf and all.cf config files)
    - added a default Start Menu shortcut name (RR2DO2 special)
+   - diffing against Id's internal SOS source and merging in new stuff:
+     - bumped MAX_SURFACE_INFO to 4096 in shaders.c
+ 	- new terrain code (Jim Dose)
+ 	  ParseTerrain() addition in terrain.c
+ 	  Creates a mapDrawSurface_t from the terrain text
+ 	- VL_SurfaceRadiosity and VL_SurfaceRadiosity
+ 	  MrElusive's vlight radiosity code
+ 	- speedups to vis.c and visflow.c (MrElusive)
  
  3/1/2002
    TTimo
 
10 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.185 >>> 1.186
GtkRadiant setup/win32/q3.cf 1.1 >>> 1.2
GtkRadiant setup/win32/setup.pl 1.4 >>> 1.5
GtkRadiant tools/quake3/q3map/lightv.c 1.13 >>> 1.14
GtkRadiant tools/quake3/q3map/map.c 1.7 >>> 1.8
GtkRadiant tools/quake3/q3map/qbsp.h 1.10 >>> 1.11
GtkRadiant tools/quake3/q3map/shaders.c 1.12 >>> 1.13
GtkRadiant tools/quake3/q3map/terrain.c 1.4 >>> 1.5
GtkRadiant tools/quake3/q3map/vis.c 1.11 >>> 1.12
GtkRadiant tools/quake3/q3map/visflow.c 1.5 >>> 1.6
--101016321924338-- From gtkradiant@zerowing.idsoftware.com Fri Jan 4 17:24:53 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Fri, 04 Jan 2002 18:24:53 +0100 Subject: [Gtkradiant] new 1.2.1-nightly setup with new q3map Message-ID: <5.0.2.1.2.20020104181825.00aabb30@wheresmymailserver.com> Ok, I updated the setup: This one has GtkRadiant core 1.2.1 and Q3 game pack This q3map is a release build of ydnar's patches + source update from Id + -game switch in preparation for Wolf http://zerowing.idsoftware.com/nightly/GtkRadiantSetup-1.2.1-nightly-01042002.exe The q3map definitely needs to be tested. TTimo From gtkradiant@zerowing.idsoftware.com Fri Jan 4 18:16:41 2002 From: gtkradiant@zerowing.idsoftware.com (EvilTypeGuy) Date: Fri, 4 Jan 2002 12:16:41 -0600 Subject: [Gtkradiant] new 1.2.1-nightly setup with new q3map In-Reply-To: <5.0.2.1.2.20020104181825.00aabb30@wheresmymailserver.com> References: <5.0.2.1.2.20020104181825.00aabb30@wheresmymailserver.com> Message-ID: <20020104181641.GA15135@virtucon.warpcore.org> --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Attached is a small patch that implements the fs_homepath you wanted for the linux build of q3map... I have no way to test it here, but it compiles fine, and it does exactly what we do for fs_basegame, so it should work... -EvilTypeGuy On Fri, Jan 04, 2002 at 06:24:53PM +0100, Timothee Besset wrote: > Ok, I updated the setup: > This one has GtkRadiant core 1.2.1 and Q3 game pack > > This q3map is a release build of ydnar's patches + source update from Id + > -game switch in preparation for Wolf > > http://zerowing.idsoftware.com/nightly/GtkRadiantSetup-1.2.1-nightly-01042002.exe > > The q3map definitely needs to be tested. > > TTimo > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="fs_homepath.patch" Index: bsp.c =================================================================== RCS file: /cvs/GtkRadiant/tools/quake3/q3map/bsp.c,v retrieving revision 1.15 diff -u -3 -p -r1.15 bsp.c --- bsp.c 4 Jan 2002 14:32:46 -0000 1.15 +++ bsp.c 4 Jan 2002 18:19:06 -0000 @@ -507,7 +507,7 @@ quake3 is the default setting char *game = NULL; char *fs_basegame = NULL; #if defined(__linux__) -#error do an fs_homepath for .q3a etc. +char *fs_homepath = NULL; #endif int main (int argc, char **argv) @@ -571,6 +571,11 @@ int main (int argc, char **argv) strcpy(game, "quake3"); fs_basegame = (char *)safe_malloc(10); strcpy(fs_basegame, "baseq3"); + +#if defined (__linux__) || defined (__APPLE__) + fs_homepath = (char *)safe_malloc(10); + strcpy(fs_homepath, ".q3a"); +#endif } if (!strcmp(game, "wolf")) @@ -579,6 +584,11 @@ int main (int argc, char **argv) bsp_version = WOLF_BSP_VERSION; fs_basegame = (char *)safe_malloc(10); strcpy(fs_basegame, "main"); + +#if defined (__linux__) || defined (__APPLE__) + fs_homepath = (char *)safe_malloc(10); + strcpy(fs_homepath, ".wolf"); +#endif } // nothing to be done on Q3 config, just check for unknown game name else if (strcmp(game, "quake3")) @@ -645,7 +655,7 @@ int main (int argc, char **argv) if (moddir != NULL) { - sprintf (path, "%s/.q3a/%s/", homedir, moddir); + sprintf (path, "%s/%s/%s/", homedir, fs_homepath, moddir); vfsInitDirectory (path); } @@ -655,7 +665,7 @@ int main (int argc, char **argv) vfsInitDirectory (path); } - sprintf (path, "%s/.q3a/baseq3/", homedir); + sprintf (path, "%s/%s/baseq3/", homedir, fs_homepath); vfsInitDirectory (path); sprintf (path, "%sbaseq3/", gamedirparam); --wac7ysb48OaltWcw-- From gtkradiant@zerowing.idsoftware.com Fri Jan 4 23:44:10 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Fri, 4 Jan 2002 23:44:10 -0000 Subject: [Gtkradiant] Halflife/CS support.... References: Message-ID: <001701c19579$ef247590$0100a8c0@hydra01> Just to let you all know I started work on VFSWAD (the half-life wad file FS) today and it works great so far, just a bit of tidying up to do round the edges. Also started working on hlimage.dll (the half life wad file image loader) and have already loaded up textures from WAD files into radiant and applied them to brushes! w00t! Still quite a bit to do, texture window, texture menu, proper shader stuff, but's it's getting there and much quicker than I thought too! Also, in doing this work it's come to my attention that the default shader (textures/radiant/notex) needs to be configurable on a per-game basis! Hydra / Dom From gtkradiant@zerowing.idsoftware.com Sat Jan 5 00:25:13 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 04 Jan 2002 18:25:13 -0600 Subject: [Gtkradiant] [Bug 197] Implement halflife and halflife mod support (counter-strike) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197 ------- Additional Comments From hydra@hydras-world.com 2002-01-04 18:25 ------- Created an attachment (id=106) A screenie showing radiant with textures loaded from a .wad file! ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 5 00:26:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 04 Jan 2002 18:26:03 -0600 Subject: [Gtkradiant] [Bug 197] Implement halflife and halflife mod support (counter-strike) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197 hydra@hydras-world.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |hydra@hydras-world.com ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 5 05:33:00 2002 From: gtkradiant@zerowing.idsoftware.com (ydnar) Date: Fri, 4 Jan 2002 21:33:00 -0800 Subject: [Gtkradiant] q3map 1.2.1-y1 References: Message-ID: <091601c195aa$7096bb30$3300a8c0@playstation> Built off the latest trunk sources, including MrE and Dose's stuff. Ashamed to say I added what might be the lamest terrain map hack ever: A new content flag, CONTENTS_LIGHTGRID, which when found in the map, sets the bounds of the lightgrid. This is pretty useful for large space maps, where you can limit the lightgrid brush to just the area the players spend their time in. It cut the lightgrid time for q3dm17 down by 75% (93 -> 28 seconds). The ugly hackish part is that I set the mins/maxs of the worldspawn entity. Q3A doesn't seem to care in my tests, so... :) Other stuff includes a possible radiosity crash fix and lightgrid calcs now obey the -patchshadows switch. This includes alphashadows and lightfilter, too. For shots of the new bits, see here: http://www.quake3world.com/ubb/Forum6/HTML/019512-6.html?#200 Will submit patches as soon as my army of testers shake out any bugs. y From gtkradiant@zerowing.idsoftware.com Sat Jan 5 11:06:34 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 5 Jan 2002 12:06:34 +0100 Subject: [Gtkradiant] Halflife/CS support.... In-Reply-To: <001701c19579$ef247590$0100a8c0@hydra01> References: <001701c19579$ef247590$0100a8c0@hydra01> Message-ID: <20020105120634.200c3864.ttimo@idsoftware.com> Cool deal. I think that apart the VFSWAD system, the other important point on multiple games support for now is a more modular BSP compilation and engine spawning system. Wolf has some specifics, since it has SP and MP mode, we don't spawn the same binary. We are also missing the ability to run bspc, and to build more complex command systems. Definitely an interesting thing to do. TTimo On Fri, 4 Jan 2002 23:44:10 -0000 "Hydra" wrote: > Just to let you all know I started work on VFSWAD (the half-life wad file > FS) today and it works great so far, just a bit of tidying up to do round > the edges. > > Also started working on hlimage.dll (the half life wad file image loader) > and have already loaded up textures from WAD files into radiant and applied > them to brushes! > > w00t! > > Still quite a bit to do, texture window, texture menu, proper shader stuff, > but's it's getting there and much quicker than I thought too! > > Also, in doing this work it's come to my attention that the default shader > (textures/radiant/notex) needs to be configurable on a per-game basis! > > Hydra / Dom > > > > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Sat Jan 5 17:26:53 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 11:26:53 -0600 Subject: [Gtkradiant] [Bug 284] New: Copying and pasting brushes results in "radiant./notex" on all faces.. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=284 Summary: Copying and pasting brushes results in "radiant./notex" on all faces.. Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: blocker Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: hydra@hydras-world.com In the lastest build copying a pasting brush(es) results in "radiant/notex" being applied to all faces of the new brush(es). Also, if you File/Open a map (rather than file/load) the brushes that are loaded all appear with radiant/notex. I've been trying to track this down with no luck, can someone else take a look ? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 5 17:51:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 11:51:00 -0600 Subject: [Gtkradiant] [Bug 284] Copying and pasting brushes results in "radiant./notex" on all faces.. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=284 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-05 11:51 ------- sounds like a duplicate of bug 274 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 5 17:55:10 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 11:55:10 -0600 Subject: [Gtkradiant] [Bug 284] Copying and pasting brushes results in "radiant./notex" on all faces.. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=284 ------- Additional Comments From hydra@hydras-world.com 2002-01-05 11:55 ------- oops, i mean: "Also, if you File/Load a map (rather than file/open) the brushes that are loaded all appear with radiant/notex." ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 5 17:58:14 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 11:58:14 -0600 Subject: [Gtkradiant] [Bug 274] cleanup "textures/notex" Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274 ------- Additional Comments From hydra@hydras-world.com 2002-01-05 11:58 ------- nope, we can't use a #define for game specific stuff that appears in the core, we need to be able to configure them on a per game basis. e.g. this is bad: // Hydra: HalfLife defines // note the lack of paths... #define SHADER_NOT_FOUND "notex" #define SHADERTEX_NOT_FOUND "shadernotex" #define SHADER_CAULK "skip" // Quake 3 defines. //#define SHADER_NOT_FOUND "textures/radiant/notex" ///< a Q3 specific define - Hydra //#define SHADERTEX_NOT_FOUND "textures/radiant/shadernotex" ///< a Q3 specific define - Hydra //#define SHADER_CAULK "textures/common/caulk" ///< a Q3 specific define there should be new prefs items, or this info should be in q3.game or hl.game.. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 5 18:01:30 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 12:01:30 -0600 Subject: [Gtkradiant] [Bug 284] Copying and pasting brushes results in "radiant./notex" on all faces.. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=284 ------- Additional Comments From hydra@hydras-world.com 2002-01-05 12:01 ------- also, if you just startup radiant and do a file/load of q3dm1sample.map it crashes, not sure if this is related though. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 5 18:50:55 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 05 Jan 2002 12:50:55 -0600 Subject: [Gtkradiant] CVS: fixes Message-ID: This is a mixed plain/HTML MIME encoded message. --101025665516416 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/05 12:50:44 fixes -- GtkRadiant/docs/developer/CHANGES 1.187 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.187 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 5/1/2002 + RR2DO2 + - q3map terrain blending fix for >5 layers + EvilTypeGuy + - fs_homepath patch on linux + 4/1/2002 TTimo - adding -game wolf switch to q3map (-game quake3 works too, but it's the default anyway) 4 files modified : GtkRadiant/docs/developer/CHANGES 1.187 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.187 1.186 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.186 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.186&r2=text&tr2=1.187&f=h GtkRadiant/tools/quake3/q3map/bsp.c 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.16 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.15 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&f=h GtkRadiant/tools/quake3/q3map/terrain.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/terrain.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/terrain.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/terrain.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/vslick/Radiant.vpw 1.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.26 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.25 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.25&r2=text&tr2=1.26&f=h --101025665516416 Content-Type: text/html CVS report
Commit from timo 2002/01/05   12:50:44


fixes


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 5/1/2002
+   RR2DO2
+   - q3map terrain blending fix for >5 layers
+   EvilTypeGuy
+   - fs_homepath patch on linux
+ 
  4/1/2002
    TTimo
    - adding -game wolf switch to q3map (-game quake3 works too, but it's the default anyway)
 
4 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.186 >>> 1.187
GtkRadiant tools/quake3/q3map/bsp.c 1.15 >>> 1.16
GtkRadiant tools/quake3/q3map/terrain.c 1.5 >>> 1.6
GtkRadiant vslick/Radiant.vpw 1.25 >>> 1.26
--101025665516416-- From gtkradiant@zerowing.idsoftware.com Sat Jan 5 22:05:56 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 05 Jan 2002 16:05:56 -0600 Subject: [Gtkradiant] CVS: updates, Gef's linux stuff Message-ID: This is a mixed plain/HTML MIME encoded message. --101026835620561 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/05 16:05:47 updates, Gef's linux stuff -- GtkRadiant/docs/developer/CHANGES 1.188 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.188 diff : - q3map terrain blending fix for >5 layers EvilTypeGuy - fs_homepath patch on linux + Gef + - bug #279, linux setup, patch #102 4/1/2002 TTimo 2 files added : GtkRadiant/setup/common/setup.pm 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/common/setup.pm?rev=1.1 GtkRadiant/setup/linux/makesdk.pl 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.1 2 files modified : GtkRadiant/docs/developer/CHANGES 1.188 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.188 1.187 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.187 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.187&r2=text&tr2=1.188&f=h GtkRadiant/setup/win32/setup.pl 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h --101026835620561 Content-Type: text/html CVS report
Commit from timo 2002/01/05   16:05:47


updates, Gef's linux stuff


GtkRadiant/docs/developer/CHANGES
    - q3map terrain blending fix for >5 layers
    EvilTypeGuy
    - fs_homepath patch on linux
+   Gef
+   - bug #279, linux setup, patch #102
  
  4/1/2002
    TTimo
 
2 files added
Module File name Version
GtkRadiant setup/common/setup.pm 1.1
GtkRadiant setup/linux/makesdk.pl 1.1
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.187 >>> 1.188
GtkRadiant setup/win32/setup.pl 1.5 >>> 1.6
--101026835620561-- From gtkradiant@zerowing.idsoftware.com Sat Jan 5 22:22:32 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 16:22:32 -0600 Subject: [Gtkradiant] [Bug 197] Implement halflife and halflife mod support (counter-strike) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197 ------- Additional Comments From hydra@hydras-world.com 2002-01-05 16:22 ------- Created an attachment (id=107) Another picture showing the now function texture window! ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 00:22:49 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 18:22:49 -0600 Subject: [Gtkradiant] [Bug 230] Shifting textures on multiple faces creates mutiple brushes Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=230 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 18:22 ------- I can't reproduce this in the current CVS trunk version of GtkRadiant ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:14:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 19:14:00 -0600 Subject: [Gtkradiant] [Bug 219] Patch split / merge causes radiant crash Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 19:13 ------- I can't reproduce this on CVS trunk anymore, can someone else verify this? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:18:04 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 19:18:04 -0600 Subject: [Gtkradiant] [Bug 284] Copying and pasting brushes results in "radiant./notex" on all faces.. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=284 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 19:18 ------- In addition, you create a new map, 1) create any size brush, 2) select the brush 3) then copy and then paste it 4) then copy the one you just pasted, and then paste it 3 times you'll get an error from GtkRadiant stating that ParseEntity: { not found (line 5) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:25:39 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 19:25:39 -0600 Subject: [Gtkradiant] [Bug 239] unintended duplication of brushes. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=239 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 19:25 ------- This still happens in CVS trunk of GtkRadiant, anyone know when the attached patch might get merged in? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:28:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 19:28:03 -0600 Subject: [Gtkradiant] [Bug 164] debug build heap corruption on exit Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=164 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 19:28 ------- I am unable to reproduce this on CVS trunk, can anyone else reproduce this on CVS trunk? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:29:06 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 05 Jan 2002 19:29:06 -0600 Subject: [Gtkradiant] CVS: added Wolf-specific project settings UI, and added TODO for Wolf VSF init Message-ID: 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 CVS report
Commit from timo 2002/01/05   19:29:00


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


GtkRadiant/docs/developer/CHANGES
    - 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
Module File name Version
GtkRadiant docs/developer/CHANGES 1.188 >>> 1.189
GtkRadiant radiant/gtkdlgs.cpp 1.16 >>> 1.17
GtkRadiant setup/win32/setup.pl 1.6 >>> 1.7
--101028054624927-- From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:32:26 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 19:32:26 -0600 Subject: [Gtkradiant] [Bug 239] unintended duplication of brushes. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=239 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-05 19:32 ------- applied ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:33:01 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 05 Jan 2002 19:33:01 -0600 Subject: [Gtkradiant] CVS: Gef - bug #239 Message-ID: This is a mixed plain/HTML MIME encoded message. --101028078026349 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/05 19:32:55 Gef - bug #239 -- GtkRadiant/docs/developer/CHANGES 1.190 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.190 diff : - fs_homepath patch on linux Gef - bug #279, linux setup, patch #102 + - bug #239, unintended duplication of brushes, patch #96 TTimo - added Wolf specific project settings dialog: correct fs_game selection and combo names 2 files modified : GtkRadiant/docs/developer/CHANGES 1.190 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.190 1.189 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.189 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.189&r2=text&tr2=1.190&f=h GtkRadiant/radiant/drag.cpp 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/drag.cpp?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/drag.cpp?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/drag.cpp.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h --101028078026349 Content-Type: text/html CVS report
Commit from timo 2002/01/05   19:32:55


Gef - bug #239


GtkRadiant/docs/developer/CHANGES
    - fs_homepath patch on linux
    Gef
    - bug #279, linux setup, patch #102
+   - bug #239, unintended duplication of brushes, patch #96
    TTimo
    - added Wolf specific project settings dialog:
      correct fs_game selection and combo names
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.189 >>> 1.190
GtkRadiant radiant/drag.cpp 1.5 >>> 1.6
--101028078026349-- From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:34:46 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 19:34:46 -0600 Subject: [Gtkradiant] [Bug 164] debug build heap corruption on exit Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=164 ------- Additional Comments From ttimo@idsoftware.com 2002-01-05 19:34 ------- definitely, happens to me everytime debug build, just start it (no map load, don't bring up entity menu), and exit. It will do that (at least on my windows 2000 box). ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:28:31 2002 From: gtkradiant@zerowing.idsoftware.com (ray@crytek) Date: Sun, 6 Jan 2002 02:28:31 +0100 Subject: [Gtkradiant] [Bug 219] Patch split / merge causes radiant crash References: Message-ID: <017a01c19651$733b5470$7a00a8c0@CRYTEK.DE> This is a real crash (on 1.1.2-nightly) but its a 'hit and miss' one that is very hard to reproduce. Open a map an existing map with a heap of brushes already in it 1, Try making a 4-sided brush with caulk texture that does not have 90 degree corners. 2, Split it into 2 3-sided brushes 3, Apply a texture to one face of each brush (may not be needed here) 4, Move a few vertex points using (by pressing 'V') 5, Move the a brush around 6, Apply a different texture (may crash here) 7. Move an edge (by pressing 'E') (may crash) 8, Apply a new texture (using middle mouse button) (may crash here) repeat steps 3 to 8 above... if you are lucky (or unlucky) GtkRadiant will crash. Like I said its hard to reproduce but does happen. I will have this crash 3 or 4 times day. (on win2k, 512 meg ram, 1gig CPU, winAmp running, outlook open, no other apps running) -Tig ----- Original Message ----- From: To: Sent: Sunday, January 06, 2002 2:14 AM Subject: [Gtkradiant] [Bug 219] Patch split / merge causes radiant crash > http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 > > eviltypeguy@qeradiant.com changed: > > What |Removed |Added > -------------------------------------------------------------------------- -- > Platform| |All > > > > ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 19:13 ------- > I can't reproduce this on CVS trunk anymore, can someone else verify this? > > From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:38:53 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 19:38:53 -0600 Subject: [Gtkradiant] [Bug 284] Copying and pasting brushes results in "radiant./notex" on all faces.. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=284 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From ttimo@idsoftware.com 2002-01-05 19:38 ------- PLEASE REPORT EACH ISSUE IN A SEPERATE ITEM otherwise that bug tracker becomes completely useless since the mess is there already, I will consider that only the first entry was valid, and since it is actually a dupe of 274, I will close other issues in here, please post as seperate items if needed *** This bug has been marked as a duplicate of 274 *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:38:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 19:38:54 -0600 Subject: [Gtkradiant] [Bug 274] cleanup "textures/notex" Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hydra@hydras-world.com ------- Additional Comments From ttimo@idsoftware.com 2002-01-05 19:38 ------- *** Bug 284 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:29:51 2002 From: gtkradiant@zerowing.idsoftware.com (Aaron Newcomb) Date: Sat, 5 Jan 2002 20:29:51 -0500 Subject: [Gtkradiant] gtkradiant on HPUX Message-ID: <200201060129.g061Tpv06020@linux1.newcombnet.com> I have been messing around with compiling GtkRadiant on HPUX 11.0. So far I have ... Downloaded the source files Installed the latest Gtk+ and Glib Installed the latest libxml2 Unpacked STLport but I am not sure where to go from there. I found a small Makefile in the radiant directory of the source, but no configure file. Can anyone point me in the right direction? -- Thanks, Aaron Newcomb http://www.newcombnet.com aaron@newcombnet.com From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:49:22 2002 From: gtkradiant@zerowing.idsoftware.com (Gef) Date: Sun, 6 Jan 2002 12:49:22 +1100 Subject: [Gtkradiant] gtkradiant on HPUX In-Reply-To: <200201060129.g061Tpv06020@linux1.newcombnet.com> References: <200201060129.g061Tpv06020@linux1.newcombnet.com> Message-ID: <20020106124922.2db8e3b5.gefdavis@dingoblue.net.au> GtkRadiant uses a perl based construction called cons download from: http://www.dsmit.com/cons/ Gef :] "Aaron Newcomb" wrote: <- snip -> > but I am not sure where to go from there. I found a small Makefile in the > radiant directory of the source, but no configure file. Can anyone point > me in the right direction? From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:55:31 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 06 Jan 2002 02:55:31 +0100 Subject: [Gtkradiant] gtkradiant on HPUX In-Reply-To: <200201060129.g061Tpv06020@linux1.newcombnet.com> Message-ID: <5.0.2.1.2.20020106025218.0238faa0@192.168.1.1> Would be fun to see that run on HP-UX .. I have a history of learning unix on HP-UX several years ago .. the build system is not based on gnu make, it's using 'cons' .. which will require perl and cons itself (google search on cons will lead to it). The build process is documented in the FAQ: http://www.qeradiant.com/faq/fom-serve/cache/116.html let us know how it turns out.. TTimo At 20:29 05/01/2002 -0500, you wrote: >I have been messing around with compiling GtkRadiant on HPUX 11.0. So >far I have ... > >Downloaded the source files >Installed the latest Gtk+ and Glib >Installed the latest libxml2 >Unpacked STLport > >but I am not sure where to go from there. I found a small Makefile in the >radiant directory of the source, but no configure file. Can anyone point >me in the right direction? > > >-- >Thanks, > >Aaron Newcomb >http://www.newcombnet.com >aaron@newcombnet.com > > >_______________________________________________ >Gtkradiant mailing list >Gtkradiant@zerowing.idsoftware.com >http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant From gtkradiant@zerowing.idsoftware.com Sun Jan 6 01:57:52 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 06 Jan 2002 02:57:52 +0100 Subject: bobtoolz status in trunk? (was: Re: [Gtkradiant] [Bug 219] Patch split / merge causes radiant)crash In-Reply-To: <017a01c19651$733b5470$7a00a8c0@CRYTEK.DE> References: Message-ID: <5.0.2.1.2.20020106025535.023e8288@192.168.1.1> ok, that crash is for 1.1.* branch of GtkRadiant, on which we are not planning to do any more full releases. I'd like to see the bug fixed on the 1.2.* branch though (since it's the version due for release next), but current bobtoolz code doesn't even compile on 1.2.* .. djbob, will you have time to look at it and tell us what to do? TTimo At 02:28 06/01/2002 +0100, you wrote: >This is a real crash (on 1.1.2-nightly) but its a 'hit and miss' one that is >very hard to reproduce. > >Open a map an existing map with a heap of brushes already in it > >1, Try making a 4-sided brush with caulk texture that does not have 90 >degree corners. >2, Split it into 2 3-sided brushes >3, Apply a texture to one face of each brush (may not be needed here) >4, Move a few vertex points using (by pressing 'V') >5, Move the a brush around >6, Apply a different texture (may crash here) >7. Move an edge (by pressing 'E') (may crash) >8, Apply a new texture (using middle mouse button) (may crash here) > >repeat steps 3 to 8 above... if you are lucky (or unlucky) GtkRadiant will >crash. > >Like I said its hard to reproduce but does happen. I will have this crash 3 >or 4 times day. (on win2k, 512 meg ram, 1gig CPU, winAmp running, outlook >open, no other apps running) > >-Tig > > >----- Original Message ----- >From: >To: >Sent: Sunday, January 06, 2002 2:14 AM >Subject: [Gtkradiant] [Bug 219] Patch split / merge causes radiant crash > > > > http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 > > > > eviltypeguy@qeradiant.com changed: > > > > What |Removed |Added > > -------------------------------------------------------------------------- >-- > > Platform| |All > > > > > > > > ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 >19:13 ------- > > I can't reproduce this on CVS trunk anymore, can someone else verify this? > > > > > > > >_______________________________________________ >Gtkradiant mailing list >Gtkradiant@zerowing.idsoftware.com >http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant From gtkradiant@zerowing.idsoftware.com Sun Jan 6 03:20:15 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 21:20:15 -0600 Subject: [Gtkradiant] [Bug 197] Implement halflife and halflife mod support (counter-strike) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197 ------- Additional Comments From hydra@hydras-world.com 2002-01-05 21:20 ------- Created an attachment (id=108) First diff for halflife support! <-- feedback wanted! ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 03:23:43 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 21:23:43 -0600 Subject: [Gtkradiant] [Bug 197] Implement halflife and halflife mod support (counter-strike) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197 ------- Additional Comments From hydra@hydras-world.com 2002-01-05 21:23 ------- Created an attachment (id=109) gah... try this file instead. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 03:26:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 21:26:05 -0600 Subject: [Gtkradiant] [Bug 197] Implement halflife and halflife mod support (counter-strike) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197 ------- Additional Comments From hydra@hydras-world.com 2002-01-05 21:26 ------- just rename that file to halflife-20020106.zip and extract it. for some reason bugzilla is not giving the us the correct filename when you attempt to download the attachment. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 03:38:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 21:38:05 -0600 Subject: [Gtkradiant] [Bug 229] Flush and reload shaders will tend to change all textures on selected brushes Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=229 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 21:38 ------- Line #424 of shaders.cpp is causing this, during QERAPP_ReloadShaders g_ShadersTable.m_pfnTexture_SetTexture ((g_ShadersTable.m_pfnQeglobalsTexturewin ()->texdef), &(g_ShadersTable.m_pfnQeglobalsTexturewin ()->brushprimit_texdef)); is called, this causes any currently selected textures to be set to the currently selected one in the texture window, if I comment out this line in shaders.cpp all seems to work fine and a flush & reload doesn't cause the texture to be set, however, this may be the wrong fix(TM).... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 03:41:40 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 21:41:40 -0600 Subject: [Gtkradiant] [Bug 259] Prefab saving minus filter Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=259 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 21:41 ------- Doesn't look as if this patch has been merged into CVS trunk yet, do we want to attempt to create a preference setting for this as to what extension to use when saving prefabs? I'm thinking .pfb by default is probably safe since that's what we've always used...any comments? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 03:47:44 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 21:47:44 -0600 Subject: [Gtkradiant] [Bug 237] issues with inverted bevel / endcap commands Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=237 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 21:47 ------- Actually, I think this is just misinterpretation on the user's part of how face normals work, if my interpretation is correct, patch meshes and other things faces are only visible from one side, you have to flip the normals of the face to be able to view it from the other side...anyone have comments? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 03:55:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 21:55:00 -0600 Subject: [Gtkradiant] [Bug 248] entites are moving by themselves; erratic behavior Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=248 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 21:54 ------- I'm not seeing this in CVS trunk, anyone care to verify? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 04:41:40 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 22:41:40 -0600 Subject: [Gtkradiant] [Bug 260] Dense and Very Dense Cylinders have wrong number of rows Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=260 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 22:41 ------- I'll take this one... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 04:53:41 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 22:53:41 -0600 Subject: [Gtkradiant] [Bug 260] Dense and Very Dense Cylinders have wrong number of rows Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=260 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 22:53 ------- Created an attachment (id=110) Patch attached, we should probably make this a preference (?) eventually, but for now this returns the desired behavior :) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 04:57:15 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 22:57:15 -0600 Subject: [Gtkradiant] [Bug 223] display region (*.reg) maps in open dialog doesn't work. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=223 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 22:57 ------- Hrm...this hasn't been merged into CVS trunk yet, perhaps soon? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 05:09:22 2002 From: gtkradiant@zerowing.idsoftware.com (Aaron Newcomb) Date: Sun, 6 Jan 2002 00:09:22 -0500 Subject: [Gtkradiant] gtkradiant on HPUX In-Reply-To: <> References: <> Message-ID: <200201060509.g0659Mg06543@linux1.newcombnet.com> Gef, Thanks for the reply. I should have mentioned that I tried cons, but I got the following error message ... Ignoring missing script "Construct" at ./cons line 720. and then it just stopped. I am running cons from inside the GtkRadiant- Alpha-01162001 directory. Should I be running it somewhere else or with some arguements perhaps? Thanks, Aaron ------------- Original message follows ------------- GtkRadiant uses a perl based construction called cons download from: http://www.dsmit.com/cons/ Gef :] "Aaron Newcomb" wrote: <- snip -> > but I am not sure where to go from there. I found a small Makefile in the > radiant directory of the source, but no configure file. Can anyone point > me in the right direction? -- Thanks, Aaron Newcomb http://www.newcombnet.com aaron@newcombnet.com From gtkradiant@zerowing.idsoftware.com Sun Jan 6 05:30:48 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 23:30:48 -0600 Subject: [Gtkradiant] [Bug 220] Patch mesh selection crash bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=220 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 23:30 ------- Created an attachment (id=111) Same bug as before, just for CVS trunk ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 05:31:26 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 05 Jan 2002 23:31:26 -0600 Subject: [Gtkradiant] [Bug 220] Patch mesh selection crash bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=220 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 23:31 ------- the last thing I attached was just the same fix as the last guy gave (which works and fixes the crash) just made for the CVS trunk (it applies cleanly) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 07:07:13 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 01:07:13 -0600 Subject: [Gtkradiant] [Bug 255] load texture directory starts "program files/microsoft office/office" directory Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-06 01:07 ------- I'll take this one ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 07:08:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 01:08:00 -0600 Subject: [Gtkradiant] [Bug 255] load texture directory starts "program files/microsoft office/office" directory Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |eviltypeguy@qeradiant.com Status|ASSIGNED |NEW ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-06 01:08 ------- doh, meant to reassign ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 07:08:34 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 01:08:34 -0600 Subject: [Gtkradiant] [Bug 255] load texture directory starts "program files/microsoft office/office" directory Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-06 01:08 ------- Created an attachment (id=112) Path default fix attached, should be Win32/Linux friendly... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 07:11:04 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 01:11:04 -0600 Subject: [Gtkradiant] [Bug 73] numpad negative (minus) entry for data Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=73 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-06 01:11 ------- Yep, works perfectly on Linux, it's probably a GTK win32 issue then... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 07:09:37 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 01:09:37 -0600 Subject: [Gtkradiant] [Bug 260] Dense and Very Dense Cylinders have wrong number of rows Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=260 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |eviltypeguy@qeradiant.com Status|ASSIGNED |NEW ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-06 01:09 ------- meant to reassign this one earlier (sigh...) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 07:10:11 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 01:10:11 -0600 Subject: [Gtkradiant] [Bug 260] Dense and Very Dense Cylinders have wrong number of rows Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=260 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-06 01:10 ------- BTW, patch is against CVS trunk ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 07:10:26 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 01:10:26 -0600 Subject: [Gtkradiant] [Bug 255] load texture directory starts "program files/microsoft office/office" directory Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-06 01:10 ------- BTW, patch is against CVS trunk ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 07:35:13 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 01:35:13 -0600 Subject: [Gtkradiant] [Bug 24] Suggestion: Different colour for sub-integer grid Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=24 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-06 01:35 ------- Created an attachment (id=113) new version of patch that will apply cleanly against CVS trunk ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 07:55:17 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 01:55:17 -0600 Subject: [Gtkradiant] [Bug 164] debug build heap corruption on exit Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=164 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-06 01:55 ------- Hmm..I'm on Windows XP here, it doesn't happen at all with any of my debug builds. If I just open up radiant and then exit... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 08:14:11 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 02:14:11 -0600 Subject: [Gtkradiant] [Bug 224] Would be nice to display snapshots, maybe rename them for file open dialog Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=224 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |eviltypeguy@qeradiant.com Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-06 02:14 ------- i'll take this ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 08:15:14 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 02:15:14 -0600 Subject: [Gtkradiant] [Bug 224] Would be nice to display snapshots, maybe rename them for file open dialog Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=224 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-06 02:15 ------- Created an attachment (id=114) changes both the win32 and gtk file open dialogs to automatically include snapshots when listing 'map' files ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 08:49:49 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 6 Jan 2002 09:49:49 +0100 Subject: [Gtkradiant] gtkradiant on HPUX In-Reply-To: <200201060509.g0659Mg06543@linux1.newcombnet.com> References: <200201060509.g0659Mg06543@linux1.newcombnet.com> Message-ID: <20020106094949.5f4b22a5.ttimo@idsoftware.com> cons relies on a 'Contruct' file that it will look for in the current directory, and then reads some 'Conscript-*' files. Those files are definitely present on the Alpha branch, for instance: http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct?only_with_tag=Alpha I dunno what you mean by 'GtkRadiant-Alpha-01162001' .. is it a checkout of the Alpha branch of GtkRadiant, from January 16 2001? That would be way outdate. You should grab the latest Alpha branch from CVS.. TTimo On Sun, 6 Jan 2002 00:09:22 -0500 "Aaron Newcomb" wrote: > Gef, > > Thanks for the reply. I should have mentioned that I tried cons, but I got > the following error message ... > > Ignoring missing script "Construct" at ./cons line 720. > > and then it just stopped. I am running cons from inside the GtkRadiant- > Alpha-01162001 directory. Should I be running it somewhere else or with > some arguements perhaps? > > Thanks, > Aaron > ------------- Original message follows ------------- > > GtkRadiant uses a perl based construction called cons > download from: http://www.dsmit.com/cons/ > > Gef :] > > "Aaron Newcomb" wrote: > <- snip -> > > but I am not sure where to go from there. I found a small Makefile in the > > radiant directory of the source, but no configure file. Can anyone point > > me in the right direction? > > > > > -- > Thanks, > > Aaron Newcomb > http://www.newcombnet.com > aaron@newcombnet.com > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Sun Jan 6 04:58:29 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Sun, 6 Jan 2002 04:58:29 -0000 Subject: [Gtkradiant] Prefences in plugins ? References: Message-ID: <000001c196b7$eb7576d0$0100a8c0@hydra01> Ok, now that we've got multiple game support, how are we going to handle plugin preferences ? Currently I can't see a way to access g_PrefsDlg from a plugin. I need to access the setting g_PrefsDgl.m_bPak (Use PAK/PK3 files) from my VFSWAD plugin (and so does VFSPK3 btw..), currently they're both hardcoded to TRUE, which makes the preference setting oboslete at the moment. What's the best way of storing a plugin's own preferences ? There are several options: 1) create your own data file in the same directory that the plugin itself lives in. 2) add the settings to global.pref (XML) 3) add the settings to .pref in games\ (XML) I'd prefer number 3, but to do that we (i?) need to come up with a format for this file and an API for loading/saving/accessing it. Also, are we going to change radiant.ini to XML ? seems like a good time to do it to me. feedback please... Hydra From gtkradiant@zerowing.idsoftware.com Sun Jan 6 12:56:08 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 06:56:08 -0600 Subject: [Gtkradiant] [Bug 164] debug build heap corruption on exit Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=164 ------- Additional Comments From hydra@hydras-world.com 2002-01-06 06:56 ------- Windows XP here too, happens sometimes, not all the time. If I just start up my build of q3radiant.exe and exit it doesn't crash. Can't get it to crash by starting radiant and then a) creating brush, b) opening the entity window, c) opening the texture window or d) loading a map. But yesterday it crashes almost every time I quit it. Weird. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 6 14:08:01 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 6 Jan 2002 15:08:01 +0100 Subject: [Gtkradiant] Prefences in plugins ? In-Reply-To: <000001c196b7$eb7576d0$0100a8c0@hydra01> References: <000001c196b7$eb7576d0$0100a8c0@hydra01> Message-ID: <20020106150801.414e0278.ttimo@idsoftware.com> Right now you can read the project settings from a plugin, and use the epairs. What has been written for global.pref relies on the 'property bags' idea and XML. But it's not in a generic enough state to be usable through modules/plugins. g_PrefsDlg.m_bPak is still in the prefs, but it's not used in the current code. I am removing it. As far as accessing the prefs struct directly, a hack like I did for the map module (i.e. retrieving the pointer directly) should work well enough for now. Ideally the modules should be able to feed their own pref tabs to the preferences dialog. TTimo On Sun, 6 Jan 2002 04:58:29 -0000 "Hydra" wrote: > Ok, now that we've got multiple game support, how are we going to handle > plugin preferences ? > > Currently I can't see a way to access g_PrefsDlg from a plugin. > > I need to access the setting g_PrefsDgl.m_bPak (Use PAK/PK3 files) from my > VFSWAD plugin (and so does VFSPK3 btw..), currently they're both hardcoded > to TRUE, which makes the preference setting oboslete at the moment. > > What's the best way of storing a plugin's own preferences ? > > There are several options: > > 1) create your own data file in the same directory that the plugin itself > lives in. > 2) add the settings to global.pref (XML) > 3) add the settings to .pref in games\ (XML) > > I'd prefer number 3, but to do that we (i?) need to come up with a format > for this file > and an API for loading/saving/accessing it. > > Also, are we going to change radiant.ini to XML ? seems like a good time to > do it to me. > > feedback please... > > Hydra > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Sun Jan 6 14:59:06 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 06 Jan 2002 08:59:06 -0600 Subject: [Gtkradiant] CVS: cleanup Message-ID: This is a mixed plain/HTML MIME encoded message. --10103291468589 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/06 08:58:52 cleanup -- GtkRadiant/docs/developer/CHANGES 1.191 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.191 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 6/1/2002 + TTimo + - removed m_bPak from pref dialogs (it was dead code) + 5/1/2002 RR2DO2 - q3map terrain blending fix for >5 layers 4 files modified : GtkRadiant/docs/developer/CHANGES 1.191 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.191 1.190 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.190 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.190&r2=text&tr2=1.191&f=h GtkRadiant/radiant/preferences.cpp 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.25 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.24 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&f=h GtkRadiant/radiant/preferences.h 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.19 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.18 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.19&f=h GtkRadiant/vslick/Radiant.vpw 1.27 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.27 1.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.26 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.26&r2=text&tr2=1.27&f=h --10103291468589 Content-Type: text/html CVS report
Commit from timo 2002/01/06   08:58:52


cleanup


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 6/1/2002
+   TTimo
+   - removed m_bPak from pref dialogs (it was dead code)
+ 
  5/1/2002
    RR2DO2
    - q3map terrain blending fix for >5 layers
 
4 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.190 >>> 1.191
GtkRadiant radiant/preferences.cpp 1.24 >>> 1.25
GtkRadiant radiant/preferences.h 1.18 >>> 1.19
GtkRadiant vslick/Radiant.vpw 1.26 >>> 1.27
--10103291468589-- From gtkradiant@zerowing.idsoftware.com Sun Jan 6 15:22:35 2002 From: gtkradiant@zerowing.idsoftware.com (Aaron Newcomb) Date: Sun, 6 Jan 2002 10:22:35 -0500 Subject: [Gtkradiant] gtkradiant on HPUX In-Reply-To: <> References: <> Message-ID: <200201061522.g06FMZE14418@linux1.newcombnet.com> Ok. I DL'd the latest source and now at least things are looking better. Now when I run cons it complains about not having gcc (makes sense). Here is the output ... gcc -g -D_DEBUG -Ilibs -c Debug/libs/cmdlib/cmdlib.cpp -o Debug/libs/cmdlib/cmdlib.o cons: failed to execute "gcc" (No such file or directory). Is this an executable on path "/bin:/usr/bin"? cons: *** [Debug/libs/cmdlib/cmdlib.o] Error 2 cons: errors constructing Debug/libs/cmdlib/cmdlib.o Is it possible to use cc instead of gcc? Otherwise I could try to install gcc, but I have never done this on HPUX before. Thanks, Aaron ------------- Original message follows ------------- Aaron, > Ignoring missing script "Construct" at ./cons line 720. cons alone on the command line in the GtkRadiant dir should be enough to get it started... _But_ it looks from the directory name you have that you have an older branch from loki's cvs... cvs -d:pserver:anonymous@zerowing.idsoftware.com:/cvs login [enter] cvs -z3 -d:pserver:anonymous@zerowing.idsoftware.com:/cvs co -r Alpha GtkRadiant should atleast get you the last stable release, You can probably see from the above cvs address that its now hosted on an id server. Gef :] -- Thanks, Aaron Newcomb http://www.newcombnet.com aaron@newcombnet.com From gtkradiant@zerowing.idsoftware.com Sun Jan 6 15:41:01 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 6 Jan 2002 16:41:01 +0100 Subject: [Gtkradiant] gtkradiant on HPUX In-Reply-To: <200201061522.g06FMZE14418@linux1.newcombnet.com> References: <200201061522.g06FMZE14418@linux1.newcombnet.com> Message-ID: <20020106164101.0ae84e1e.ttimo@idsoftware.com> I don't think there's a straight way of reconfiguring cons to use cc instead of gcc, but we don't use any gcc specific features. You will need a fairly standard C++ compiler and things should be fine. I believe that HP-UX's cc only does C, and that CC does C++. In you path, just create a symlink from gcc to cc? (or to CC?). which cc use the result for: ln -s gcc (and make sure when you type 'gcc' in the shell, cc starts) TTimo On Sun, 6 Jan 2002 10:22:35 -0500 "Aaron Newcomb" wrote: > Ok. I DL'd the latest source and now at least things are looking better. > Now when I run cons it complains about not having gcc (makes sense). Here > is the output ... > > gcc -g -D_DEBUG -Ilibs -c Debug/libs/cmdlib/cmdlib.cpp -o > Debug/libs/cmdlib/cmdlib.o > cons: failed to execute "gcc" (No such file or directory). Is this an > executable on path "/bin:/usr/bin"? > cons: *** [Debug/libs/cmdlib/cmdlib.o] Error 2 > cons: errors constructing Debug/libs/cmdlib/cmdlib.o > > Is it possible to use cc instead of gcc? Otherwise I could try to install > gcc, but I have never done this on HPUX before. > > Thanks, > Aaron > > ------------- Original message follows ------------- > > Aaron, > > > Ignoring missing script "Construct" at ./cons line 720. > > cons alone on the command line in the GtkRadiant dir should be enough to > get it started... > > _But_ it looks from the directory name you have that you have an older > branch > from loki's cvs... > > cvs -d:pserver:anonymous@zerowing.idsoftware.com:/cvs login > [enter] > cvs -z3 -d:pserver:anonymous@zerowing.idsoftware.com:/cvs co -r Alpha > GtkRadiant > > should atleast get you the last stable release, You can probably see from > the above cvs address that its now hosted on an id server. > > Gef :] > > > > > > > -- > Thanks, > > Aaron Newcomb > http://www.newcombnet.com > aaron@newcombnet.com > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Sun Jan 6 18:26:12 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Sun, 6 Jan 2002 18:26:12 -0000 Subject: [Gtkradiant] Prefences in plugins ? References: <000001c196b7$eb7576d0$0100a8c0@hydra01> <20020106150801.414e0278.ttimo@idsoftware.com> Message-ID: <004e01c196df$b5785480$0100a8c0@hydra01> > Ideally the modules should be able to > feed their own pref tabs to the preferences dialog. yes indeed, any idea how this would be done ? gef ? Also, while we're onthe subject of prefs, how does this look to you... true I've already done the code to read the XML file (as above) and have reworked pluginmanager.cpp so that g_RequiredModules is a GSList * instead of a static array and it all works fine... All I have to do now is make preferences.cpp set up the g_RequiredModules list from the XML file (at the moment I'm building the list manually in pluginmanager.cpp). Hydra / Dom From gtkradiant@zerowing.idsoftware.com Sun Jan 6 18:34:37 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Sun, 6 Jan 2002 18:34:37 -0000 Subject: [Gtkradiant] CVS: cleanup References: Message-ID: <005a01c196e0$d0ec1ca0$0100a8c0@hydra01> > + 6/1/2002 > + TTimo > + - removed m_bPak from pref dialogs (it was dead code) > + you still need to remove "g_bUsePak" usage from vfspk3.... Dom / Hydra From gtkradiant@zerowing.idsoftware.com Sun Jan 6 18:15:15 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 6 Jan 2002 19:15:15 +0100 Subject: [Gtkradiant] Prefences in plugins ? In-Reply-To: <004e01c196df$b5785480$0100a8c0@hydra01> References: <000001c196b7$eb7576d0$0100a8c0@hydra01> <20020106150801.414e0278.ttimo@idsoftware.com> <004e01c196df$b5785480$0100a8c0@hydra01> Message-ID: <20020106191515.3d4c6aa9.ttimo@idsoftware.com> At some point the required modules will be in the game description. This is part of a more general work that has begun on the 'synapse' branch. I have no interest in looking at it or implementing it now. The focus is on basic multiple games support, the module selection is done implicitely by installing different game packs in different locations for now. A useful thing to do for now though, and probably a more self contained one, is to get the current global.pref XML-related code into an abstract property bag class. With a proper interface, this class could be used to carry around preference settings. This involves a rework of the current preferences code (radiant.ini) among other things. TTimo On Sun, 6 Jan 2002 18:26:12 -0000 "Hydra" wrote: > > > Ideally the modules should be able to > > feed their own pref tabs to the preferences dialog. > > yes indeed, any idea how this would be done ? gef ? > > Also, while we're onthe subject of prefs, how does this look to you... > > > > name="Quake III Arena / Quake III: Team Arena and modifications" > gametools="e:\games\quake3\tools\gtkr12n/"> > > > > name="filesystem module" version="halflife"/> > name="shader module" version="halflife"/> > name="image module" version="hlw"/> > name="map module" version="quake3"/> > > > > > true > > > > > I've already done the code to read the XML file (as above) and have reworked > pluginmanager.cpp so that g_RequiredModules is a GSList * instead of a > static array and it all works fine... > > All I have to do now is make preferences.cpp set up the g_RequiredModules > list from the XML file (at the moment I'm building the list manually in > pluginmanager.cpp). > > Hydra / Dom > > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Sun Jan 6 22:44:14 2002 From: gtkradiant@zerowing.idsoftware.com (Michael Schlueter) Date: 06 Jan 2002 23:44:14 +0100 Subject: [Gtkradiant] first impressions on gtkradiant for wolfenstein on linux Message-ID: <1010357054.603.1.camel@donald> --=-wOvTJ/gg78jaCLAA2iiI Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi everybody, I'm new to this list and gtkradiant. Since a week I'm playing rtcw and while looking for an editor to create new levels I arrived here. After testing the cvs version this weekend I've a few questions/remarks (most of them are linux or wolfenstein specific): radiant.log, radiant.pid and user?.qe4 are located in ~/.q3a/radiant/.. but the rest of the radiant specific files are in ~/.radiant/. Shouldn't they all go into the latter one? Where is setup/linux/bspc coming from? It's only 50 Bytes and didn't work for me. When starting gtkradiant for wolf (after creating games/wolf.game) the textures radiant/notex and radiant/shadonotex are missing. I think we need setup/data/main/ with a pk3 that contains those files. And then the setup program has to know about that. setup/linux/setup.data/setup.xml: <<>component name=3D"WMedia" install=3D"yes" version=3D"<>" prompt_path=3D"yes" prompt_default=3D"/usr/local/games/wolfenstein/" prompt_msg=3D"Enter the path to your wolfenstein installation"> =20 >> Apropos setup. I can't find any line in setup/linux/makesdk.[sh|pl] where the plugins (image.so, map.so, model.so, shaders.so and vfspk3.so) are copied into the setup.data-tree. A "cp $RAD_BIN_DIR/plugins/*/*.so $SETUP_DIR/plugins" should fix this. After comiling a map and loading it into wolfenstein I got a message that it needs a map with version 47. Does somebody knows what they have changed from version 46 to 47? Contrib didn't compile for me: [23:35:39]donald:/usr/src/gtkradiant/GtkRadiant> cons -- debug contrib cons: error in file "plugins/vfspk3/Conscript": Debug/plugins/vfspk3/vfspk3.o built (at least) two different ways: plugins/vfspk3/Conscript, line 12: cons::Program plugins/vfspk3/Conscript, line 12: cons::Program cons: error in file "plugins/shaders/Conscript": Debug/plugins/shaders/plugin.o built (at least) two different ways: plugins/shaders/Conscript, line 12: cons::Program plugins/shaders/Conscript, line 12: cons::Program cons: error in file "plugins/image/Conscript": Debug/plugins/image/jpeg.o built (at least) two different ways: plugins/image/Conscript, line 13: cons::Program plugins/image/Conscript, line 13: cons::Program cons: error in file "plugins/map/Conscript": Debug/plugins/map/plugin.o built (at least) two different ways: plugins/map/Conscript, line 13: cons::Program plugins/map/Conscript, line 13: cons::Program cons: script errors encountered: construction aborted That's it from me for today. Now it's time to play :) Bye, Michael --=-wOvTJ/gg78jaCLAA2iiI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQA8ONM+edlGlADg0FQRAtfBAKCk8lWx9JPnD76PcqxjYU3t4rK1dACdFV0e 45nFvvwfab7q3201fjth2+o= =mdVH -----END PGP SIGNATURE----- --=-wOvTJ/gg78jaCLAA2iiI-- From gtkradiant@zerowing.idsoftware.com Sun Jan 6 22:56:52 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 6 Jan 2002 23:56:52 +0100 Subject: [Gtkradiant] first impressions on gtkradiant for wolfenstein on linux In-Reply-To: <1010357054.603.1.camel@donald> References: <1010357054.603.1.camel@donald> Message-ID: <20020106235652.47116588.ttimo@idsoftware.com> The CVS source is the version is under developement for next release (which will include RTCW support). The main focus is on win32 right now, linux gets updated when someone has time to patch up a few things and send fixes. The setup/installer building process is not working yet, and there are several design decisions (about the layout of the files and the way we do a few things) that are still bound to change. If you want to get more involved and help us fix the setup process, you're welcome. TTimo On 06 Jan 2002 23:44:14 +0100 Michael Schlueter wrote: > Hi everybody, > > I'm new to this list and gtkradiant. Since a week I'm playing rtcw and > while looking for an editor to create new levels I arrived here. > After testing the cvs version this weekend I've a few questions/remarks > (most of them are linux or wolfenstein specific): > > radiant.log, radiant.pid and user?.qe4 are located in ~/.q3a/radiant/.. > but the rest of the radiant specific files are in ~/.radiant/. Shouldn't > they all go into the latter one? > > Where is setup/linux/bspc coming from? It's only 50 Bytes and didn't > work for me. > > When starting gtkradiant for wolf (after creating games/wolf.game) the > textures radiant/notex and radiant/shadonotex are missing. I think we > need setup/data/main/ with a pk3 that contains those files. And then the > setup program has to know about that. setup/linux/setup.data/setup.xml: > > <<>component name="WMedia" install="yes" > version="<>" prompt_path="yes" > prompt_default="/usr/local/games/wolfenstein/" prompt_msg="Enter the > path to your wolfenstein installation"> > > >> > > Apropos setup. I can't find any line in setup/linux/makesdk.[sh|pl] > where the plugins (image.so, map.so, model.so, shaders.so and vfspk3.so) > are copied into the setup.data-tree. A "cp $RAD_BIN_DIR/plugins/*/*.so > $SETUP_DIR/plugins" should fix this. > > After comiling a map and loading it into wolfenstein I got a message > that it needs a map with version 47. Does somebody knows what they have > changed from version 46 to 47? > > Contrib didn't compile for me: > > [23:35:39]donald:/usr/src/gtkradiant/GtkRadiant> cons -- debug contrib > cons: error in file "plugins/vfspk3/Conscript": > Debug/plugins/vfspk3/vfspk3.o > built (at least) two different ways: > plugins/vfspk3/Conscript, line 12: cons::Program > plugins/vfspk3/Conscript, line 12: cons::Program > cons: error in file "plugins/shaders/Conscript": > Debug/plugins/shaders/plugin.o > built (at least) two different ways: > plugins/shaders/Conscript, line 12: cons::Program > plugins/shaders/Conscript, line 12: cons::Program > cons: error in file "plugins/image/Conscript": > Debug/plugins/image/jpeg.o > built (at least) two different ways: > plugins/image/Conscript, line 13: cons::Program > plugins/image/Conscript, line 13: cons::Program > cons: error in file "plugins/map/Conscript": > Debug/plugins/map/plugin.o > built (at least) two different ways: > plugins/map/Conscript, line 13: cons::Program > plugins/map/Conscript, line 13: cons::Program > cons: script errors encountered: construction aborted > > That's it from me for today. Now it's time to play :) > > Bye, Michael > > From gtkradiant@zerowing.idsoftware.com Mon Jan 7 00:35:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 18:35:05 -0600 Subject: [Gtkradiant] [Bug 285] New: preference to always use a texture when making a brush Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=285 Summary: preference to always use a texture when making a brush Product: GtkRadiant Version: 1.1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: enhancement Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: tigger@ebom.org It could be nice to have a preference to always use a chosen texture when making a brush instead of the last select texture. common/caulk could also be the default for this option ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 00:44:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 18:44:00 -0600 Subject: [Gtkradiant] [Bug 286] New: coloured brush views Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=286 Summary: coloured brush views Product: GtkRadiant Version: 1.1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: enhancement Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: tigger@ebom.org Is it possible to select a brush or multiple brushes and assign a different colours to the wireframe selection? If not this would be a nice feature :] I guess with the move to xml for map files this would become easier to do as the colours could be stored with the map. Colours could be presets as well (like 0 to 9) so personal colours would not hide coloured brushes when sharing a map file with different authors (does that make any sense?) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 01:57:33 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 19:57:33 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-06 19:57 ------- Created an attachment (id=115) More linux setup stuff. More to do yet, wolf stuff is disabled atm. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 02:18:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 20:18:00 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-06 20:18 ------- The patch doesn't change much in the way files are layed out, or their install locations, since the gamepack stuff requires some changes to the setup source... thats the next bit. Todo: - Bring makesdk.pl more inline with how things are done on win32 (ie; *.cf configs) - Game specific modules into ...games/radiant//modules/ - Put the modules list & location into *.game during postinstall.sh - Game pack support in setup source - Make sure writeable files (radiant.log, .pid, etc...) are in the right spot (in rad src) - etc etc etc... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 03:25:39 2002 From: gtkradiant@zerowing.idsoftware.com (Aaron Newcomb) Date: Sun, 6 Jan 2002 22:25:39 -0500 Subject: [Gtkradiant] gtkradiant on HPUX Message-ID: <200201070325.g073Pdr16135@linux1.newcombnet.com> I tried linking gcc to cc, but cons didn't like that. So I found a binary of gcc for HPUX and installed it and it works fine. Now on to the next hurdle. I am getting strange errors when I run cons (see below). It looks like it's having trouble, but I can't tell if the error is caused by cons or gcc. gcc -g -D_DEBUG -Ilibs -c Debug/libs/cmdlib/cmdlib.cpp -o Debug/libs/cmdlib/cmdlib.o as: warning 2: Unknown option "--traditional-format" ignored. as: "/var/tmp/ccoClX0a.s", line 10: error 1052: Directive name not recognized - FILE as: "/var/tmp/ccoClX0a.s", line 11: error 1052: Directive name not recognized - STABS ... etc, for 100 times and then ... as: "/var/tmp/ccoClX0a.s", error 2000: Exceeded maximum error count FATAL ERROR TERMINATION cons: *** [Debug/libs/cmdlib/cmdlib.o] Error 1 cons: errors constructing Debug/libs/cmdlib/cmdlib.o -- Thanks, Aaron Newcomb http://www.newcombnet.com aaron@newcombnet.com From gtkradiant@zerowing.idsoftware.com Mon Jan 7 04:03:35 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 06 Jan 2002 22:03:35 -0600 Subject: [Gtkradiant] [Bug 287] New: No error during initilisation and memory gets low Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=287 Summary: No error during initilisation and memory gets low Product: GtkRadiant Version: 1.1.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: Gleeb@planetquake.com When I run GTKr and memory runs out during the period the splash screen is displayed, GTKr will simply die without warning. I've proven it's a memory problem through extensive testing in various environments. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 07:32:31 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 07 Jan 2002 01:32:31 -0600 Subject: [Gtkradiant] [Bug 288] New: q3map barfs if more than 3 root shaders are specified for terrain Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=288 Summary: q3map barfs if more than 3 root shaders are specified for terrain Product: GtkRadiant Version: 1.1.2-nightly OS/Version: Windows 9x Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: rfm@redshift.com I found this using 1.1.1 with RTCW, but it should not be game specific. q3map gives the error when you try to compile a map with a terrrain entity that has more than three root shaders and a corresponding alphamap: ************ ERROR ************ safe_malloc failed on allocation of 926365492 bytes The number value seems to come from uninitialized data. I haven't seen what happens if you actually have 900 megs available to allocate. This happens in 1.1.1 as well as 1.1.2-nightly. I'm currently unable to test 1.2 with wolf, but the same code does seem to exist in my fairly recent 1.2 CVS. Reducing the number of shaders and alphamap components to 3 makes the problem go away. Wolf terrains seem to use more than 3 shaders per terrain. The error comes from tools\quake3\q3map\terrain.c:EmitTerrainVerts This is called from SetTerrainTextures, which has a a note in there from ttimo: // TTimo the number of layers is not supposed to be limited to 3? who said that? // tried to comment out this line but it seems it doesn't solve the problem // num_layers = 3; Apperently it's been noticed before, but I couldn't find it in bugzilla, so here it is. msdev stack trace: safe_malloc(unsigned int 926365492) line 59 EmitTerrainVerts(side_s * 0x06b5ef54, terrainSurf_t * 0x07484ac4, int 3, int * 0x0427f39c, int 1) line 452 + 12 bytes SetTerrainTextures() line 684 + 32 bytes ParseMapEntity() line 1146 LoadMapFile(char * 0x02876780 _name) line 1183 + 5 bytes main(int 2, char * * 0x045b0740) line 878 + 10 bytes [...] ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 08:37:55 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 7 Jan 2002 09:37:55 +0100 Subject: [Gtkradiant] gtkradiant on HPUX In-Reply-To: <200201070325.g073Pdr16135@linux1.newcombnet.com> References: <200201070325.g073Pdr16135@linux1.newcombnet.com> Message-ID: <20020107093755.175a24ec.ttimo@idsoftware.com> Well, it looks very much like a problem with the version of gcc you installed. As I understand it, it calls to 'as' for final assembly of the files, --traditional-format must be an option passed on to the assembler (try 'which as' ?). And it's probably using the stock 'as' on HP-UX and not an assembler provided with the gcc package? Compiling Radiant is one thing, it has it's own difficulties .. but you need to have a working GNU-friendly compiler suite first .. something on which we may not be able to help a lot. You went a long way already though, that's a good sign. >From the gcc binaries you installed, maybe you can download and rebuild a complete gcc 3.0.* suite from http://gcc.gnu.org ? Or ask on gcc mailing lists / HP-UX mailing list for help on build? It is likely that your as problem would show up if you try to compile other software with gcc. Anyway, I don't see why cons would be annoyed if gcc was a symlink to cc? TTimo On Sun, 6 Jan 2002 22:25:39 -0500 "Aaron Newcomb" wrote: > I tried linking gcc to cc, but cons didn't like that. So I found a binary > of gcc for HPUX and installed it and it works fine. Now on to the next > hurdle. I am getting strange errors when I run cons (see below). It looks > like it's having trouble, but I can't tell if the error is caused by cons > or gcc. > > gcc -g -D_DEBUG -Ilibs -c Debug/libs/cmdlib/cmdlib.cpp -o > Debug/libs/cmdlib/cmdlib.o > as: warning 2: Unknown option "--traditional-format" ignored. > as: "/var/tmp/ccoClX0a.s", line 10: error 1052: Directive name not > recognized - FILE > as: "/var/tmp/ccoClX0a.s", line 11: error 1052: Directive name not > recognized - STABS > ... etc, for 100 times and then ... > as: "/var/tmp/ccoClX0a.s", error 2000: Exceeded maximum error count > FATAL ERROR TERMINATION > cons: *** [Debug/libs/cmdlib/cmdlib.o] Error 1 > cons: errors constructing Debug/libs/cmdlib/cmdlib.o > > -- > Thanks, > > Aaron Newcomb > http://www.newcombnet.com > aaron@newcombnet.com > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Mon Jan 7 12:19:33 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Mon, 7 Jan 2002 12:19:33 -0000 Subject: [Gtkradiant] first impressions on gtkradiant for wolfenstein on linux References: <1010357054.603.1.camel@donald> <20020106235652.47116588.ttimo@idsoftware.com> Message-ID: <000001c197a7$48aca090$0100a8c0@hydra01> > When starting gtkradiant for wolf (after creating games/wolf.game) the > textures radiant/notex and radiant/shadonotex are missing. I think we > need setup/data/main/ with a pk3 that contains those files. And then the > setup program has to know about that. setup/linux/setup.data/setup.xml: Ideally radiant should have it's own internal bitmap which can be overridden by an external "notex" image on a per-game basis, but for now each game pack needs it's own "notex" image in a media file that can be read by the plugins that come with the game-pack. For example: vfswad (the halflife .wad file reader) replaces the vfspk3 plugin and thus can't handle .pk3 files. The image plugin module is also replaced for halflife support and the new hlimage module *only* understands hlw files (the images in .wad files). For the halflife game-pack I intend to include radiant.wad which contains a "notex" image. Also, some older games don't use textures from paths, so "radiant/notex" doesn't mean anything to halflife which means the shader names "radiant/notex" and "radiant/shadernotex" need to be per-game specific too. if you want to take a look at the current halflife support then check out bug 197 on bugzilla: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197 For multiple game support we really must consider all the old games and what any changes would mean to any developer that's writing plugins for them. Hydra From gtkradiant@zerowing.idsoftware.com Mon Jan 7 17:30:25 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 07 Jan 2002 11:30:25 -0600 Subject: [Gtkradiant] [Bug 289] New: Patch for setting required modules on a per-game basis via xml *.game files Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=289 Summary: Patch for setting required modules on a per-game basis via xml *.game files Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: hydra@hydras-world.com Ok, here's a zip file (download it and rename it to "moduleconfigpergame- 20020107.zip") that contains a patch and two new .game files (one for quake3, and one for halflife). I guess someone will need to update the setup stuff to cater for this, but that's not really my thing. When you start radiant, it loads /game/*.game files. This patch extends these files to include a list of modules that are required for that game-pack. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 17:31:23 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 07 Jan 2002 11:31:23 -0600 Subject: [Gtkradiant] [Bug 289] Patch for setting required modules on a per-game basis via xml *.game files Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=289 ------- Additional Comments From hydra@hydras-world.com 2002-01-07 11:31 ------- Created an attachment (id=116) download and rename to moduleconfigpergame-20020107.zip ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 18:24:11 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 07 Jan 2002 12:24:11 -0600 Subject: [Gtkradiant] [Bug 284] Copying and pasting brushes results in "radiant./notex" on all faces.. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=284 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-07 12:24 ------- see bug 272. All these issues are caused by the initial implementation of the map module. All of the map.cpp Import/Export functions have been cleaned up in the map-module branch. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 18:39:10 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 07 Jan 2002 12:39:10 -0600 Subject: [Gtkradiant] [Bug 288] q3map barfs if more than 3 root shaders are specified for terrain Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=288 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |INVALID ------- Additional Comments From ttimo@idsoftware.com 2002-01-07 12:39 ------- the error means you ran out of memory, pretty explicit: "safe_malloc failed on allocation of 926365492 bytes" ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 20:02:33 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Mon, 7 Jan 2002 20:02:33 -0000 Subject: [Gtkradiant] [Bug 239] unintended duplication of brushes. References: Message-ID: <000301c197bc$29b506e0$0100a8c0@hydra01> This patch doesn't seem to work correctly! I rebuilt from a fresh copy of the CVS today (07/Jan/2002 11:00 AM CET) and you can start to create brushes but then can't press any keys, or select menu items. Removing this patch fixes the problem. Can someone else confirm this ? Dom. ----- Original Message ----- From: To: Sent: Sunday, January 06, 2002 1:32 AM Subject: [Gtkradiant] [Bug 239] unintended duplication of brushes. > http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=239 > > ttimo@idsoftware.com changed: > > What |Removed |Added > -------------------------------------------------------------------------- -- > Status|NEW |RESOLVED > Resolution| |FIXED > > > > ------- Additional Comments From ttimo@idsoftware.com 2002-01-05 19:32 ------- > applied > > > > ------- You are receiving this mail because: ------- > Whoops! I have no idea! > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Mon Jan 7 19:52:17 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 07 Jan 2002 13:52:17 -0600 Subject: [Gtkradiant] [Bug 197] Implement halflife and halflife mod support (counter-strike) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197 ------- Additional Comments From hydra@hydras-world.com 2002-01-07 13:52 ------- Created an attachment (id=117) updated patch, download and rename to halflife-20020107.zip ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 19:54:51 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 07 Jan 2002 13:54:51 -0600 Subject: [Gtkradiant] [Bug 197] Implement halflife and halflife mod support (counter-strike) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197 ------- Additional Comments From hydra@hydras-world.com 2002-01-07 13:54 ------- This patch now requires my other patch, see http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=289 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 20:52:39 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 07 Jan 2002 14:52:39 -0600 Subject: [Gtkradiant] [Bug 219] Patch split / merge causes radiant crash Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 ------- Additional Comments From ttimo@idsoftware.com 2002-01-07 14:52 ------- http://zerowing.idsoftware.com/archives/gtkradiant/2002-January/001449.html ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 20:51:18 2002 From: gtkradiant@zerowing.idsoftware.com (Joseph, William) Date: Mon, 7 Jan 2002 20:51:18 -0000 Subject: [Gtkradiant] [Bug 219] Patch split / merge causes radiant cra sh Message-ID: <322043DFCB97D511BA7A00508B4AB4B03FD5D3@columbo.eaeurope.com> er... what exactly does this have to do with "[Gtkradiant] [Bug 219] Patch split / merge causes radiant crash"? If this is a different bug, could you go to http://zerowing.idsoftware.com/bugzilla and post it as a new bug report? -SPoG -----Original Message----- From: ray@crytek [mailto:ray@crytek.de] Sent: 06 January 2002 01:29 To: gtkradiant@zerowing.idsoftware.com Subject: Re: [Gtkradiant] [Bug 219] Patch split / merge causes radiant crash This is a real crash (on 1.1.2-nightly) but its a 'hit and miss' one that is very hard to reproduce. Open a map an existing map with a heap of brushes already in it 1, Try making a 4-sided brush with caulk texture that does not have 90 degree corners. 2, Split it into 2 3-sided brushes 3, Apply a texture to one face of each brush (may not be needed here) 4, Move a few vertex points using (by pressing 'V') 5, Move the a brush around 6, Apply a different texture (may crash here) 7. Move an edge (by pressing 'E') (may crash) 8, Apply a new texture (using middle mouse button) (may crash here) repeat steps 3 to 8 above... if you are lucky (or unlucky) GtkRadiant will crash. Like I said its hard to reproduce but does happen. I will have this crash 3 or 4 times day. (on win2k, 512 meg ram, 1gig CPU, winAmp running, outlook open, no other apps running) -Tig ----- Original Message ----- From: To: Sent: Sunday, January 06, 2002 2:14 AM Subject: [Gtkradiant] [Bug 219] Patch split / merge causes radiant crash > http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 > > eviltypeguy@qeradiant.com changed: > > What |Removed |Added > -------------------------------------------------------------------------- -- > Platform| |All > > > > ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-05 19:13 ------- > I can't reproduce this on CVS trunk anymore, can someone else verify this? > > _______________________________________________ Gtkradiant mailing list Gtkradiant@zerowing.idsoftware.com http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant From gtkradiant@zerowing.idsoftware.com Mon Jan 7 23:18:18 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 07 Jan 2002 17:18:18 -0600 Subject: [Gtkradiant] [Bug 288] q3map barfs if more than 3 root shaders are specified for terrain Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=288 rfm@redshift.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From rfm@redshift.com 2002-01-07 17:18 ------- Your missing the point. The error has nothing to do with the actual problem, aside from the fact that a garbage value is passed to malloc. There is no reason that a modest terrain with 4 shaders should require over 900 megabytes of memory, and in fact, it doesn't. In EmitTerrainVerts, the structure surf is almost all initalized to 0xCDCDCDCD (-842150451 dec, 3452816845 unsigned) >From the msdev watch window: - surf 0x07484ac4 + shader 0x00e505b0 x 3 y 0 maxVerts -842150451 numVerts -842150451 + verts 0xcdcdcdcd maxIndexes -842150451 numIndexes -842150451 + indexes 0xcdcdcdcd The last 6 values are all the same, and MaxIndexes is passed to malloc as maxindices * sizeof( *indices ), which comes out to 926365492 after overflow. The error comes because the code uses a size from a structure that does not have sensible values in it. No, nothing in my terrain has 3.4 billion verticies. The terrain has about 2000 verts, and compiles fine on a 128 meg machine, as long as only 3 root shaders are used. I'm willing to bet that if your machine can actually allocate 1 gig of memory, it will GPF very soon after that point. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 7 23:47:54 2002 From: gtkradiant@zerowing.idsoftware.com (Michael Schlueter) Date: 08 Jan 2002 00:47:54 +0100 Subject: [Gtkradiant] first impressions on gtkradiant for wolfenstein on linux In-Reply-To: <20020106235652.47116588.ttimo@idsoftware.com> References: <1010357054.603.1.camel@donald> <20020106235652.47116588.ttimo@idsoftware.com> Message-ID: <1010447274.530.0.camel@donald> --=-slwtH8V8UBQn83EzMl2E Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Am Son, 2002-01-06 um 23.56 schrieb Timothee Besset: > The CVS source is the version is under developement for next release > (which will include RTCW support). The main focus is on win32 right now, > linux gets updated when someone has time to patch up a few things and sen= d > fixes. The setup/installer building process is not working yet, and there > are several design decisions (about the layout of the files and the way w= e > do a few things) that are still bound to change. I did a few hacks to make the setup/installer working for me. I'll clear it up and send the patches to you. =20 > If you want to get more involved and help us fix the setup process, you'r= e > welcome. Thanks. Bye, Michael --=-slwtH8V8UBQn83EzMl2E Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQA8OjOqedlGlADg0FQRAtf8AJ9xwlrf6xODXMQNFHQCU5AxL9TS4wCgl2n1 t7OJj9EmR5arvvdXlVw6zXo= =x5ef -----END PGP SIGNATURE----- --=-slwtH8V8UBQn83EzMl2E-- From gtkradiant@zerowing.idsoftware.com Tue Jan 8 00:10:19 2002 From: gtkradiant@zerowing.idsoftware.com (Michael Schlueter) Date: 08 Jan 2002 01:10:19 +0100 Subject: [Gtkradiant] first impressions on gtkradiant for wolfenstein on linux In-Reply-To: <000001c197a7$48aca090$0100a8c0@hydra01> References: <1010357054.603.1.camel@donald> <20020106235652.47116588.ttimo@idsoftware.com> <000001c197a7$48aca090$0100a8c0@hydra01> Message-ID: <1010448619.526.4.camel@donald> --=-I9hJn1HYsotpUyrdn+l6 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Hydra, Am Mon, 2002-01-07 um 13.19 schrieb Hydra: > > When starting gtkradiant for wolf (after creating games/wolf.game) the > > textures radiant/notex and radiant/shadonotex are missing. I think we > > need setup/data/main/ with a pk3 that contains those files. And then th= e > > setup program has to know about that. setup/linux/setup.data/setup.xml: >=20 > Ideally radiant should have it's own internal bitmap which can be overrid= den > by an external "notex" image on a per-game basis, but for now each game > pack needs it's own "notex" image in a media file that can be read by the > plugins that come with the game-pack. thanks, so I'll create a radiant.pk3 with the textures notex and shadownotex from the quake installation. Bye, Michael --=-I9hJn1HYsotpUyrdn+l6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQA8OjjredlGlADg0FQRAlBdAJ9hVnphnJWdDK0SfvFgFYkePEyoiQCePmgS mYXJq052PCYAbGxrViz+srI= =njG5 -----END PGP SIGNATURE----- --=-I9hJn1HYsotpUyrdn+l6-- From gtkradiant@zerowing.idsoftware.com Tue Jan 8 03:53:09 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 07 Jan 2002 21:53:09 -0600 Subject: [Gtkradiant] [Bug 239] unintended duplication of brushes. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=239 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-07 21:53 ------- I apologize, I did not throughly test this patch enough, while it seems great in theory, the problem is that the Drag_Begin can be dropped out of at any time, just putting the ignore++ during drag_begin and then ignore-- during drag_end leaves the mouse/keyboard in an unuseable state. I take full responsibility for implying/saying that this patch seemed ok/worked. Sorry. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 8 03:41:15 2002 From: gtkradiant@zerowing.idsoftware.com (EvilTypeGuy) Date: Mon, 7 Jan 2002 21:41:15 -0600 Subject: [Gtkradiant] [Bug 239] unintended duplication of brushes. In-Reply-To: <000301c197bc$29b506e0$0100a8c0@hydra01> References: <000301c197bc$29b506e0$0100a8c0@hydra01> Message-ID: <20020108034115.GC2376@virtucon.warpcore.org> Yes, unfortunately this patch appeared to work initially, but I'm afraid it has jackified things :/ While the patch works great in theory, the problem is that Drag_Begin can be dropped out of at any time without Drag_End being called again, leaving keyboard/mouse input in an unuseable state. I intially thought this patch worked great, but I really didn't test it thoroughly, I apologize... Gef, any ideas on a more useable version of this? -EvilTypeGuy On Mon, Jan 07, 2002 at 08:02:33PM -0000, Hydra wrote: > This patch doesn't seem to work correctly! I rebuilt from a fresh copy of > the CVS today (07/Jan/2002 11:00 AM CET) and you can start to create brushes > but then can't press any keys, or select menu items. > > Removing this patch fixes the problem. > > Can someone else confirm this ? > > Dom. > > > ----- Original Message ----- > From: > To: > Sent: Sunday, January 06, 2002 1:32 AM > Subject: [Gtkradiant] [Bug 239] unintended duplication of brushes. > > > > http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=239 > > > > ttimo@idsoftware.com changed: > > > > What |Removed |Added > > -------------------------------------------------------------------------- > -- > > Status|NEW |RESOLVED > > Resolution| |FIXED > > > > > > > > ------- Additional Comments From ttimo@idsoftware.com 2002-01-05 > 19:32 ------- > > applied > > > > > > > > ------- You are receiving this mail because: ------- > > Whoops! I have no idea! > > > > _______________________________________________ > > Gtkradiant mailing list > > Gtkradiant@zerowing.idsoftware.com > > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > > > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Tue Jan 8 05:24:53 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 07 Jan 2002 23:24:53 -0600 Subject: [Gtkradiant] [Bug 288] q3map barfs if more than 3 root shaders are specified for terrain Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=288 ------- Additional Comments From rfm@redshift.com 2002-01-07 23:24 ------- Created an attachment (id=118) fix for bogus out of memory error while compiling terrains ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 8 05:26:01 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 07 Jan 2002 23:26:01 -0600 Subject: [Gtkradiant] [Bug 288] q3map barfs if more than 3 root shaders are specified for terrain Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=288 ------- Additional Comments From rfm@redshift.com 2002-01-07 23:26 ------- Here's some additional information and a patch that fixes it for me. I don't promise that the patch is right, but it fixes one problem. After making these changes I was able to comple a map with 5 root shaders, and view it in RTCW. Each of the shaders seems to be rendered. The patch is against 1.1.1. It's only 2 lines of code. The whole problem stems from an off-by-one error in tools\quake3\q3map\shaders.c:SurfaceForShader where the surfaces buffer is expanded. After expansion, the new memory is suspposed to be zeroed, but the first new slot is not. Because the slot is not cleared, the later function (specifically EmitTerrainVerts) don't know to initialize it. In debug on win32 at least, realloc seems to fill the memory with 0xcd, so this value gets sent off to malloc. I suspect (but can't prove) that the line where num_layers was forced to 3 in SetTerrainTextures was an attempt to workaround this bug. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 8 08:53:22 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 8 Jan 2002 09:53:22 +0100 Subject: [Gtkradiant] Re: GtkRadiant/Setup patches In-Reply-To: <1010448400.450.2.camel@donald> References: <1010448400.450.2.camel@donald> Message-ID: <20020108095322.44688739.ttimo@idsoftware.com> Thanks, this looks like an interesting step towards linux setup for the 1.2.* versions. I will add the comments and the patches to the corresponding bug item in the tracker for now: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 I am a busy man, so it's better if you email the GtkRadiant list or append stuff to the bug tracker (otherwise I might miss them, or look at the mail very late). Gef Davis is pretty much on top of the linux setup issues right now, since he contributed some fixes himself already. TTimo On 08 Jan 2002 01:06:40 +0100 Michael Schlueter wrote: > Hi TTimo, > > as already announced on the mailinglist I'll try to help with the linux > port. To make it easier to configure the components (games/*.game) I > patched the loki-setup-program to create another environmentvariable > called SETUP_COMP_PATH (basepath) when scrips are executed. So we can > start a script for each componente. > > (from my setup.xml: > > <<>component name="WMedia" install="yes" > version="<>" prompt_path="yes" > prompt_default="/usr/local/games/wolfenstein/" prompt_msg="Enter the > path to your wolfenstein installation"> > > ) > > Bye, Michael > -- > Michael Schlueter,Rheinische Strasse 91,44137 > Dortmund,0231-7275720,Germany > Mails: michael@johalla.de schlue@debian.org > GPG Fingerprint = 2B65 3B34 8212 337F B37E 585A 79D9 4694 00E0 D054 > PGP Fingerprint = AF DD 1F FA A6 C4 C0 65 F6 45 AD AC 2E F5 16 78 > From gtkradiant@zerowing.idsoftware.com Tue Jan 8 08:59:32 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 08 Jan 2002 02:59:32 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From ttimo@idsoftware.com 2002-01-08 02:59 ------- Thanks, this looks like an interesting step towards linux setup for the 1.2.* versions. I will add the comments and the patches to the corresponding bug item in the tracker for now: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 I am a busy man, so it's better if you email the GtkRadiant list or append stuff to the bug tracker (otherwise I might miss them, or look at the mail very late). Gef Davis is pretty much on top of the linux setup issues right now, since he contributed some fixes himself already. TTimo On 08 Jan 2002 01:06:40 +0100 Michael Schlueter wrote: > Hi TTimo, > > as already announced on the mailinglist I'll try to help with the linux > port. To make it easier to configure the components (games/*.game) I > patched the loki-setup-program to create another environmentvariable > called SETUP_COMP_PATH (basepath) when scrips are executed. So we can > start a script for each componente. > > (from my setup.xml: > > <<>component name="WMedia" install="yes" > version="<>" prompt_path="yes" > prompt_default="/usr/local/games/wolfenstein/" prompt_msg="Enter the > path to your wolfenstein installation"> > > ) > > Bye, Michael > -- > Michael Schlueter,Rheinische Strasse 91,44137 > Dortmund,0231-7275720,Germany > Mails: michael@johalla.de schlue@debian.org > GPG Fingerprint = 2B65 3B34 8212 337F B37E 585A 79D9 4694 00E0 D054 > PGP Fingerprint = AF DD 1F FA A6 C4 C0 65 F6 45 AD AC 2E F5 16 78 > ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 8 09:01:46 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 08 Jan 2002 03:01:46 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From ttimo@idsoftware.com 2002-01-08 03:01 ------- Created an attachment (id=119) Michael patch to setup code (zip file) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 8 18:51:08 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 08 Jan 2002 12:51:08 -0600 Subject: [Gtkradiant] [Bug 274] cleanup "textures/notex" Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274 ------- Additional Comments From hydra@hydras-world.com 2002-01-08 12:51 ------- Created an attachment (id=120) Patch to provide shader manager with a way of supplying game specific texture names ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 8 18:52:34 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 08 Jan 2002 12:52:34 -0600 Subject: [Gtkradiant] [Bug 274] cleanup "textures/notex" Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=274 ------- Additional Comments From hydra@hydras-world.com 2002-01-08 12:52 ------- this patch also includes a couple of little fixes and updates to allow for halflife editing, but only in a very minor way. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 8 22:33:16 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 08 Jan 2002 16:33:16 -0600 Subject: [Gtkradiant] [Bug 239] unintended duplication of brushes. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=239 gefdavis@dingoblue.net.au changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |gefdavis@dingoblue.net.au Status|REOPENED |NEW ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-08 16:33 ------- Need to look at this later today Gef: I just loaded up q3dm17sample.map Gef: and then started dragging out brushes Gef: suddenly I was unable to deselect brushes or use menus anymore Gef: (I could 'use' menus, but not actually 'activate' any menu items) Gef: consistent ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 9 04:17:55 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 08 Jan 2002 22:17:55 -0600 Subject: [Gtkradiant] [Bug 290] New: Crash on Flush & Reload of Textures *AFTER* loading q3dm*sample.map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=290 Summary: Crash on Flush & Reload of Textures *AFTER* loading q3dm*sample.map Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P1 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: eviltypeguy@qeradiant.com Crash on Flush & Reload of Textures *AFTER* loading q3dm*sample.map, here are all the relevant details i've been able to collect, and steps to reproduce: 1) Open a 1.2 Trunk CVS build of GtkRadiant 2) Load q3dm1sample.map 3) Select Textures -> Flush & Reload Shaders Get a windows error box under WIN2K that says: "The instruction at "0x05854453" referenced memory at "0x00000004c". The memory could not be "read". Which of course I know is a not very helpful error :) So here's the messages/trace from Visual Studio: "Unhandled exception in q3radiant.exe (MD3MODEL.DLL): 0xC0000005: Access Violation." The last statement to be executed (the one it died on) is: CMD3Surface::Draw(int) 8) plugins/md3model/md3surface.cpp:113 g_QglTable.m_pfn_qglBindTexture (GL_TEXTURE_2D, m_pShader->getTexture()->texture_number); m_pShader *is* defined at this time, but texture_number is NULL. The trace of statements back from this one goes like so: CMD3Model::Draw(int) 7) plugins/md3model/md3surface.cpp:99 ((CMD3Surface*)m_children->pdata[i])->Draw (state); CEntityMiscModel::Draw(int) 6) plugins/md3model/miscmodel.cpp:78 m_model->pRender->Draw(state); CamWnd::Cam_DrawBrush(brush_s *, int) 5) radiant/camwindow.cpp:789 break; CamWnd::Cam_DrawBrushes(int) 4) radiant/camwindow.cpp:892 for(b = pList->next; b != pList; b=b->next) CamWnd::DrawStuff(int) 3) radiant/camwindow.cpp:979 switch(m_Camera.draw_mode) CamWnd::CamDraw() 2) radiant/camwindow.cpp:1228 qglEnableClientState(GL_VERTEX_ARRAY) CamWnd::OnExpose() 1) radiant/camwindow.cpp:1469 QE_CheckOpenGLForErrors (); I realize that not all of these steps may be helpful, but they were included for completeness. I thought this might be a simple IncRef/DecRef missing crash but I matched up the map-module tree (which doesn't appear to have this crash) and every single IncRef/DecRef matched up as far as location and conditions from what I could tell. I don't honestly know enough about how memory allocation/shader stuff, etc. works to really fix this. I've spent a considerable amount of time trying though...sorry. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 9 07:05:11 2002 From: gtkradiant@zerowing.idsoftware.com (Aaron Newcomb) Date: Wed, 9 Jan 2002 02:05:11 -0500 Subject: [Gtkradiant] gtkradiant on HPUX Message-ID: <200201090705.g0975BY23758@linux1.newcombnet.com> Well after trying to compile GCC several times with no success I am stuck. Let me narrow the focus a little. All I really want to be able to do is compile my maps. Do I still need to compile GtkRadiant for this? I would think that all I really need is q3map, my map file, and all my textures, shaders, and models, etc. that are used in the map. -- Thanks, Aaron Newcomb http://www.newcombnet.com aaron@newcombnet.com From gtkradiant@zerowing.idsoftware.com Wed Jan 9 08:32:38 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Wed, 9 Jan 2002 09:32:38 +0100 Subject: [Gtkradiant] gtkradiant on HPUX In-Reply-To: <200201090705.g0975BY23758@linux1.newcombnet.com> References: <200201090705.g0975BY23758@linux1.newcombnet.com> Message-ID: <20020109093238.1ad538d3.ttimo@idsoftware.com> Yup you only need to compile q3map (which is in tools/quake3), and that should be much easier. It is still a perl based cons system though, and we have only tested it with gcc compiler and MSVC6. Current q3map depends on libxml2 and glib, so you will need to have that too. I heard of q3map for IRIX some time ago on the q3w forums, if you can lookup the archives and find the posts maybe it will help http://www.quake3world.com/cgi-bin/forumdisplay.cgi?action=topics&forum=Level+Editing&number=6&DaysPrune=10&LastLogin= regards TTimo On Wed, 9 Jan 2002 02:05:11 -0500 "Aaron Newcomb" wrote: > Well after trying to compile GCC several times with no success I am stuck. > Let me narrow the focus a little. All I really want to be able to do is > compile my maps. Do I still need to compile GtkRadiant for this? I would > think that all I really need is q3map, my map file, and all my textures, > shaders, and models, etc. that are used in the map. > > -- > Thanks, > > Aaron Newcomb > http://www.newcombnet.com > aaron@newcombnet.com > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Wed Jan 9 11:08:36 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 09 Jan 2002 05:08:36 -0600 Subject: [Gtkradiant] [Bug 290] Crash on Flush & Reload of Textures *AFTER* loading q3dm*sample.map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=290 wjoseph@europe.ea.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From wjoseph@europe.ea.com 2002-01-09 05:08 ------- The Flush&Reload function doesn't go through md3 shaders and reload them.. so the shaders referenced by md3 models become b0rked. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 9 13:08:14 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 09 Jan 2002 07:08:14 -0600 Subject: [Gtkradiant] [Bug 197] Implement halflife and halflife mod support (counter-strike) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197 ------- Additional Comments From hydra@hydras-world.com 2002-01-09 07:08 ------- Created an attachment (id=121) halfliferequired-20020108.diff - required patches for halflife support in 1.2 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 9 13:10:21 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 09 Jan 2002 07:10:21 -0600 Subject: [Gtkradiant] [Bug 197] Implement halflife and halflife mod support (counter-strike) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197 ------- Additional Comments From hydra@hydras-world.com 2002-01-09 07:10 ------- This patch (halfliferequired-20020108.diff) is the bare minimum that's required to allow me to provide halflife support in gtkradiant 1.2. The other patches include the plugins, this patch just include the bare minimum of changes and fixes to the core to allow the plugins to work. Can this be patched in ASAP ? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 9 18:55:16 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Wed, 9 Jan 2002 18:55:16 -0000 Subject: [Gtkradiant] Texture path cleanup References: Message-ID: <000801c1993f$3bb372d0$0100a8c0@hydra01> Had a good look through the code that currently uses the texturepath setting, it's been in need of a cleanup for a while now. It seems that the only place it's actually used is when you select "Textures\Load Directory..." from the menus. I had a bit of a tinker with the code, trying to get radiant to load textures from *any* absolute path, but the code in TexWindow.cpp/Texture_ShowDirectory( void ) adds /textures onto the path. even with that removed we still can't load textures from a given directory because vfsGetListInternal() adds the path to each basedir (resulting in a path like: d:\games\quake3\d:\games\quake3\wfa\textures) which is no good.. Also, on Win32 it also uses the GtkDialogs for opening a directory, which is bleh. Anyway, my question is, do we need "Textures\Load Directory..." when it only lets you load directories that appear under the basepaths anyway when the texture menu itself already provides this facility. If not, shall I create a patch that removes the texturepath code ? Dom / Hydra From gtkradiant@zerowing.idsoftware.com Wed Jan 9 21:55:24 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 09 Jan 2002 15:55:24 -0600 Subject: [Gtkradiant] [Bug 291] New: Improve BSP Execution Processs -- Make q3map work for RtCW Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 Summary: Improve BSP Execution Processs -- Make q3map work for RtCW Product: GtkRadiant Version: 1.2-nightly OS/Version: other Status: NEW Severity: normal Priority: P1 Component: editor AssignedTo: eviltypeguy@qeradiant.com ReportedBy: eviltypeguy@qeradiant.com Currently win32 version of GtkRadiant doesn't pass -fs_basepath along when executing q3map since it's not desirable for quake3 on win32, however it is necessary when executing q3map for Wolfenstein, TTimo and I talked about this and his goals: well current problem is Wolf the BSP commands are not working on Wolf right now because it's not only a matter of having the right syntax, I think we need some new code yeah the problem is the following we need to have it work as it works forQ3 i.e. spawn processes, track the console messages and stuff ultimately BSP monitoring needs to go into a seperate module even a process actually but that's not the plan yet for now we need to figure out whatever needs to be done to make it work with Wolf what we are doing now, is that we read a 'template' project file with a 'template' version of the BSP commands that is, quakev2.qe4 then we generate some directly usable commands which we save in a userxx.qe4 file and use (or the user can write his own commands if he doesn't like the ones we generate) I am wondering what stuff we need to do to have those commands work on Wolf SP etc. there is also the fact that Wolf SP/MP, the command line to the engine and the binary are not the same that's a number of things to look around and experiment with to go to a solution right now radiant has a simple way of configuring and knowing the game mode it's in the prefs saved as a key in the project settings I think the key name is "gamemode" or something the switch between MP and SP is stored as project settings that is, for the same game, you have game level prefs and then you have project level settings the pref stuff is broken up in lots of levels that's yet another annoying situation maybe we can still hack a template/project settings solution or we need to go for an xml based syntax maybe no not the project file only the BSP commands if the template becomes too clumsy we can start a new way of storing the BSP commands yup I'm not sure it's necessary right now for wolf though but in the future it would be nice to have obviously I think the only problem right now is that in wolf mode, q3map needs to get a -fs_basepath parameter to do a correct SetQDir we do that on GtkRadiant linux for Q3 but we don't on win32 it is likely that Wolf win32 will need that we can assume that q3map is installed somewhere in a dir next to baseq3/ or main/ and just go up one dir, look for it sure that keeping the command line more simple is better ok, so the main thing is just properly executing q3map right now? yes proper definition of the BSP command templates and proper interpretation for userxx.qe4 project and proper execution you see, the current BSP commands stuff is VERY restrictive but you are right, we can't change that before Wolf release gonna take too much time however in the long run it would be good ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 9 23:10:34 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 09 Jan 2002 17:10:34 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From michael@johalla.de 2002-01-09 17:10 ------- Created an attachment (id=122) Needs the setup patch and solves the games/*.game configuration problem ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 10 06:46:27 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 10 Jan 2002 00:46:27 -0600 Subject: [Gtkradiant] [Bug 291] Improve BSP Execution Processs -- Make q3map work for RtCW Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-10 00:46 ------- Well, now for the good news :) For now, we can simply add -fs_basepath __ENGINEPATHmain to all the places where q3map gets called in the quakev2.qe4 file that is specific to Wolfenstein. And add the -game wolf parameter to all the places in there as well, this allows the BSP process to work perfectly pretty much and for the game to be launched, obviously there are a few nuances to work out. But a much cleaner system can be implemented later after our next release, we certainly (in my opinion) have to hold up the release for a quick fix that will get us by in the meantime... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 10 09:14:08 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 10 Jan 2002 03:14:08 -0600 Subject: [Gtkradiant] [Bug 291] Improve BSP Execution Processs -- Make q3map work for RtCW Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-10 03:14 ------- ok, can you provide a new template project (based on the one currently distributed) with the appropriate stuff. ydnar might want to add some items with his -bounce options maybe. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 10 09:19:06 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 10 Jan 2002 03:19:06 -0600 Subject: [Gtkradiant] [Bug 292] New: Patch Toolbar Option Not Working Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=292 Summary: Patch Toolbar Option Not Working Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: wolfen@wolfenproductions.com In the GTK 1.2.1 of RTCW and Q3 editing preferences the patch toolbar option has no effect. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 10 09:40:29 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 10 Jan 2002 03:40:29 -0600 Subject: [Gtkradiant] [Bug 293] New: Patch Bounding Box Will Vanish Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=293 Summary: Patch Bounding Box Will Vanish Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: wolfen@wolfenproductions.com In 1.2.1 RTCW and Q3 version. If you turn on Patch bounding boxes, then go into Preferences, the bounding boxes will disapear and you will have to click the box off then on again to bring the bounding volume back. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 10 10:33:41 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Thu, 10 Jan 2002 11:33:41 +0100 Subject: [Gtkradiant] bugzilla got an upgrade to 2.14.1 Message-ID: <20020110113341.257a0296.ttimo@idsoftware.com> I upgraded bugzilla to newest version. quips are working again (among other things fixed). Let me know if you have any trouble with it. TTimo From gtkradiant@zerowing.idsoftware.com Thu Jan 10 17:37:18 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Thu, 10 Jan 2002 11:37:18 -0600 Subject: [Gtkradiant] CVS: see CHANGES 10/1/2002 Message-ID: This is a mixed plain/HTML MIME encoded message. --101068423816999 Content-Type: text/plain User : spog Root : zerowing:/cvs Date : 2002/01/10 11:37:15 see CHANGES 10/1/2002 -- 3 files modified : GtkRadiant/plugins/md3model/entitymodel.h 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.h?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.h?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/plugins/md3model/entitymodel.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/plugins/md3model/eclassmodel.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/eclassmodel.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/eclassmodel.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/eclassmodel.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h --101068423816999 Content-Type: text/html CVS report
Commit from spog 2002/01/10   11:37:15


see CHANGES 10/1/2002


 
3 files modified
Module File name Version
GtkRadiant plugins/md3model/entitymodel.h 1.2 >>> 1.3
GtkRadiant plugins/md3model/entitymodel.cpp 1.2 >>> 1.3
GtkRadiant plugins/md3model/eclassmodel.cpp 1.2 >>> 1.3
--101068423816999-- From gtkradiant@zerowing.idsoftware.com Thu Jan 10 20:20:45 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 10 Jan 2002 14:20:45 -0600 Subject: [Gtkradiant] [Bug 294] New: UPDATED: GTKRadiant manual html. Notes below. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=294 Summary: UPDATED: GTKRadiant manual html. Notes below. Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: web AssignedTo: ttimo@idsoftware.com ReportedBy: wolfen@wolfenproductions.com http://www.wolfenproductions.com/files/mirror/qrad_man_001.zip All of chap01 is updated (aside from the system specs section, still waiting on your guys feedback for that) Appendix E updated for links and resources. Do not hesitate to ask for anything on this. If you run into problems or what not let me know. Its 3 htm files and 1 image. Stored in the structure of Q3Rad_Manual/*.* if that makes any sense at all hehe. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 11 13:36:43 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Fri, 11 Jan 2002 07:36:43 -0600 Subject: [Gtkradiant] CVS: see CHANGES 10/1/2002 Message-ID: This is a mixed plain/HTML MIME encoded message. --10107562035738 Content-Type: text/plain User : spog Root : zerowing:/cvs Date : 2002/01/11 07:35:11 see CHANGES 10/1/2002 -- GtkRadiant/docs/developer/CHANGES 1.192 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.192 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 10/1/2002 + SPoG + - fixed CEntityEclassModel referencing eclass after eclass has been deleted + SPoG - map-module branch + - new map module, provides current functionality, using new map interface + - cleaned up merging/creating of entity array used by map module + - implemented MemStream::printf(const char,...) - can't print strings larger than 1024 currently + - changed copy/paste to use the map module, via abstraction of FileStream/MemStream as DataStream + - fixed Save Region and Save Selected + - new xml map module "mapxml" + - cleaned up map.cpp + 6/1/2002 TTimo - removed m_bPak from pref dialogs (it was dead code) 14 files added : GtkRadiant/plugins/mapq3/Conscript 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/Conscript?rev=1.2 GtkRadiant/plugins/mapq3/mapq3.def 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/mapq3.def?rev=1.2 GtkRadiant/plugins/mapq3/mapq3.dsp 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/mapq3.dsp?rev=1.2 GtkRadiant/plugins/mapq3/parse.cpp 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/parse.cpp?rev=1.2 GtkRadiant/plugins/mapq3/plugin.cpp 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/plugin.cpp?rev=1.2 GtkRadiant/plugins/mapq3/plugin.h 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/plugin.h?rev=1.2 GtkRadiant/plugins/mapq3/write.cpp 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/write.cpp?rev=1.2 GtkRadiant/plugins/mapxml/Conscript 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapxml/Conscript?rev=1.2 GtkRadiant/plugins/mapxml/mapxml.def 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapxml/mapxml.def?rev=1.2 GtkRadiant/plugins/mapxml/mapxml.dsp 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapxml/mapxml.dsp?rev=1.2 GtkRadiant/plugins/mapxml/plugin.cpp 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapxml/plugin.cpp?rev=1.2 GtkRadiant/plugins/mapxml/plugin.h 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapxml/plugin.h?rev=1.2 GtkRadiant/plugins/mapxml/xmlparse.cpp 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapxml/xmlparse.cpp?rev=1.2 GtkRadiant/plugins/mapxml/xmlwrite.cpp 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapxml/xmlwrite.cpp?rev=1.2 24 files modified : GtkRadiant/radiant.dsw 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h GtkRadiant/docs/developer/CHANGES 1.192 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.192 1.191 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.191 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.191&r2=text&tr2=1.192&f=h GtkRadiant/include/ientity.h 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/ientity.h?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/ientity.h?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/ientity.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/include/ipatch.h 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/ipatch.h?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/ipatch.h?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/ipatch.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/include/qertypes.h 1.22 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qertypes.h?rev=1.22 1.21 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qertypes.h?rev=1.21 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qertypes.h.diff?r1=text&tr1=1.21&r2=text&tr2=1.22&f=h GtkRadiant/libs/mathlib/bbox.c 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/mathlib/bbox.c?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/mathlib/bbox.c?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/mathlib/bbox.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/plugins/md3model/eclassmodel.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/eclassmodel.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/eclassmodel.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/eclassmodel.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/plugins/md3model/entitymodel.h 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.h?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.h?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/plugins/md3model/miscmodel.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/radiant/brush.cpp 1.27 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp?rev=1.27 1.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp?rev=1.26 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp.diff?r1=text&tr1=1.26&r2=text&tr2=1.27&f=h GtkRadiant/radiant/entity.cpp 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity.cpp?rev=1.19 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity.cpp?rev=1.18 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity.cpp.diff?r1=text&tr1=1.18&r2=text&tr2=1.19&f=h GtkRadiant/radiant/file.cpp 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/file.cpp?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/file.cpp?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/file.cpp.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/radiant/filters.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/filters.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/filters.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/filters.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/radiant/groupdialog.cpp 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/groupdialog.cpp?rev=1.18 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/groupdialog.cpp?rev=1.17 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/groupdialog.cpp.diff?r1=text&tr1=1.17&r2=text&tr2=1.18&f=h GtkRadiant/radiant/mainframe.cpp 1.60 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.60 1.59 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.59 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.59&r2=text&tr2=1.60&f=h GtkRadiant/radiant/map.cpp 1.21 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.21 1.20 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.20 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&f=h GtkRadiant/radiant/map.h 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.h?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.h?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/radiant/pluginmanager.cpp 1.54 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.54 1.53 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.53 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp.diff?r1=text&tr1=1.53&r2=text&tr2=1.54&f=h GtkRadiant/radiant/pmesh.cpp 1.20 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pmesh.cpp?rev=1.20 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pmesh.cpp?rev=1.19 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pmesh.cpp.diff?r1=text&tr1=1.19&r2=text&tr2=1.20&f=h GtkRadiant/radiant/qe3.cpp 1.44 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.44 1.43 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.43 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp.diff?r1=text&tr1=1.43&r2=text&tr2=1.44&f=h GtkRadiant/radiant/qe3.h 1.45 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.45 1.44 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.44 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h.diff?r1=text&tr1=1.44&r2=text&tr2=1.45&f=h GtkRadiant/radiant/select.cpp 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp?rev=1.15 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp?rev=1.14 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&f=h GtkRadiant/radiant/xywindow.cpp 1.22 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/xywindow.cpp?rev=1.22 1.21 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/xywindow.cpp?rev=1.21 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/xywindow.cpp.diff?r1=text&tr1=1.21&r2=text&tr2=1.22&f=h GtkRadiant/tools/quake3/q3data/q3data.dsp 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h --10107562035738 Content-Type: text/html CVS report
Commit from spog 2002/01/11   07:35:11


see CHANGES 10/1/2002


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 10/1/2002
+   SPoG
+   - fixed CEntityEclassModel referencing eclass after eclass has been deleted
+   SPoG - map-module branch
+   - new map module, provides current functionality, using new map interface
+   - cleaned up merging/creating of entity array used by map module
+   - implemented MemStream::printf(const char,...) - can't print strings larger than 1024 currently
+   - changed copy/paste to use the map module, via abstraction of FileStream/MemStream as DataStream
+   - fixed Save Region and Save Selected
+   - new xml map module "mapxml"
+   - cleaned up map.cpp
+ 
  6/1/2002
    TTimo
    - removed m_bPak from pref dialogs (it was dead code)
 
14 files added
Module File name Version
GtkRadiant plugins/mapq3/Conscript 1.2
GtkRadiant plugins/mapq3/mapq3.def 1.2
GtkRadiant plugins/mapq3/mapq3.dsp 1.2
GtkRadiant plugins/mapq3/parse.cpp 1.2
GtkRadiant plugins/mapq3/plugin.cpp 1.2
GtkRadiant plugins/mapq3/plugin.h 1.2
GtkRadiant plugins/mapq3/write.cpp 1.2
GtkRadiant plugins/mapxml/Conscript 1.2
GtkRadiant plugins/mapxml/mapxml.def 1.2
GtkRadiant plugins/mapxml/mapxml.dsp 1.2
GtkRadiant plugins/mapxml/plugin.cpp 1.2
GtkRadiant plugins/mapxml/plugin.h 1.2
GtkRadiant plugins/mapxml/xmlparse.cpp 1.2
GtkRadiant plugins/mapxml/xmlwrite.cpp 1.2
 
24 files modified
Module File name Version
GtkRadiant radiant.dsw 1.11 >>> 1.12
GtkRadiant docs/developer/CHANGES 1.191 >>> 1.192
GtkRadiant include/ientity.h 1.3 >>> 1.4
GtkRadiant include/ipatch.h 1.2 >>> 1.3
GtkRadiant include/qertypes.h 1.21 >>> 1.22
GtkRadiant libs/mathlib/bbox.c 1.2 >>> 1.3
GtkRadiant plugins/md3model/eclassmodel.cpp 1.3 >>> 1.4
GtkRadiant plugins/md3model/entitymodel.h 1.3 >>> 1.4
GtkRadiant plugins/md3model/miscmodel.cpp 1.2 >>> 1.3
GtkRadiant radiant/brush.cpp 1.26 >>> 1.27
GtkRadiant radiant/entity.cpp 1.18 >>> 1.19
GtkRadiant radiant/file.cpp 1.7 >>> 1.8
GtkRadiant radiant/filters.cpp 1.2 >>> 1.3
GtkRadiant radiant/groupdialog.cpp 1.17 >>> 1.18
GtkRadiant radiant/mainframe.cpp 1.59 >>> 1.60
GtkRadiant radiant/map.cpp 1.20 >>> 1.21
GtkRadiant radiant/map.h 1.6 >>> 1.7
GtkRadiant radiant/pluginmanager.cpp 1.53 >>> 1.54
GtkRadiant radiant/pmesh.cpp 1.19 >>> 1.20
GtkRadiant radiant/qe3.cpp 1.43 >>> 1.44
GtkRadiant radiant/qe3.h 1.44 >>> 1.45
GtkRadiant radiant/select.cpp 1.14 >>> 1.15
GtkRadiant radiant/xywindow.cpp 1.21 >>> 1.22
GtkRadiant tools/quake3/q3data/q3data.dsp 1.6 >>> 1.7
--10107562035738-- From gtkradiant@zerowing.idsoftware.com Fri Jan 11 15:30:12 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Fri, 11 Jan 2002 09:30:12 -0600 Subject: [Gtkradiant] CVS: see CHANGES 11/1/2002 Message-ID: This is a mixed plain/HTML MIME encoded message. --10107630128893 Content-Type: text/plain User : spog Root : zerowing:/cvs Date : 2002/01/11 09:30:02 see CHANGES 11/1/2002 -- GtkRadiant/docs/developer/CHANGES 1.193 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.193 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 11/1/2002 + SPoG + - unpatched bug #239, unintended duplication of brushes, patch #96 + 10/1/2002 SPoG - fixed CEntityEclassModel referencing eclass after eclass has been deleted 2 files modified : GtkRadiant/docs/developer/CHANGES 1.193 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.193 1.192 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.192 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.192&r2=text&tr2=1.193&f=h GtkRadiant/radiant/drag.cpp 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/drag.cpp?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/drag.cpp?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/drag.cpp.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h --10107630128893 Content-Type: text/html CVS report
Commit from spog 2002/01/11   09:30:02


see CHANGES 11/1/2002


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 11/1/2002
+   SPoG
+   - unpatched bug #239, unintended duplication of brushes, patch #96
+ 
  10/1/2002
    SPoG
    - fixed CEntityEclassModel referencing eclass after eclass has been deleted
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.192 >>> 1.193
GtkRadiant radiant/drag.cpp 1.6 >>> 1.7
--10107630128893-- From gtkradiant@zerowing.idsoftware.com Fri Jan 11 15:57:35 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Fri, 11 Jan 2002 09:57:35 -0600 Subject: [Gtkradiant] CVS: see CHANGES 11/1/2002 Message-ID: This is a mixed plain/HTML MIME encoded message. --101076465510327 Content-Type: text/plain User : spog Root : zerowing:/cvs Date : 2002/01/11 09:57:26 see CHANGES 11/1/2002 -- GtkRadiant/docs/developer/CHANGES 1.194 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.194 diff : 11/1/2002 SPoG - unpatched bug #239, unintended duplication of brushes, patch #96 + Note: bug #239 now unresolved 10/1/2002 SPoG 1 files modified : GtkRadiant/docs/developer/CHANGES 1.194 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.194 1.193 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.193 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.193&r2=text&tr2=1.194&f=h --101076465510327 Content-Type: text/html CVS report
Commit from spog 2002/01/11   09:57:26


see CHANGES 11/1/2002


GtkRadiant/docs/developer/CHANGES
  11/1/2002
    SPoG
    - unpatched bug #239, unintended duplication of brushes, patch #96
+ 	Note: bug #239 now unresolved
  
  10/1/2002
    SPoG
 
1 file modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.193 >>> 1.194
--101076465510327-- From gtkradiant@zerowing.idsoftware.com Fri Jan 11 16:18:38 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 11 Jan 2002 10:18:38 -0600 Subject: [Gtkradiant] [Bug 295] New: GtkRadiant currently won't compile under Linux, fixes attached Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=295 Summary: GtkRadiant currently won't compile under Linux, fixes attached Product: GtkRadiant Version: 1.2-nightly OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: editor AssignedTo: eviltypeguy@qeradiant.com ReportedBy: eviltypeguy@qeradiant.com GtkRadiant currently won't compile under Linux, I will attach a small patch to this bug that should fix the compilation problems, however, at the current time I can't test to see if the binary actually works...(it does build successfully for me...) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 11 16:19:17 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 11 Jan 2002 10:19:17 -0600 Subject: [Gtkradiant] [Bug 295] GtkRadiant currently won't compile under Linux, fixes attached Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=295 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-11 10:19 ------- Created an attachment (id=123) Fixes Linux compilation of current CVS tree... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 11 19:00:55 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Fri, 11 Jan 2002 13:00:55 -0600 Subject: [Gtkradiant] CVS: see CHANGES 11/1/2002 Message-ID: This is a mixed plain/HTML MIME encoded message. --101077565414077 Content-Type: text/plain User : spog Root : zerowing:/cvs Date : 2002/01/11 13:00:28 see CHANGES 11/1/2002 -- GtkRadiant/docs/developer/CHANGES 1.195 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.195 diff : SPoG - unpatched bug #239, unintended duplication of brushes, patch #96 Note: bug #239 now unresolved + EvilTypeGuy + - bug #295 fixes for compile under Linux 10/1/2002 SPoG 3 files modified : GtkRadiant/Construct 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct?rev=1.10 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct?rev=1.9 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&f=h GtkRadiant/docs/developer/CHANGES 1.195 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.195 1.194 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.194 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.194&r2=text&tr2=1.195&f=h GtkRadiant/radiant/mainframe.cpp 1.61 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.61 1.60 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.60 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.60&r2=text&tr2=1.61&f=h --101077565414077 Content-Type: text/html CVS report
Commit from spog 2002/01/11   13:00:28


see CHANGES 11/1/2002


GtkRadiant/docs/developer/CHANGES
    SPoG
    - unpatched bug #239, unintended duplication of brushes, patch #96
  	Note: bug #239 now unresolved
+   EvilTypeGuy
+   - bug #295 fixes for compile under Linux
  
  10/1/2002
    SPoG
 
3 files modified
Module File name Version
GtkRadiant Construct 1.9 >>> 1.10
GtkRadiant docs/developer/CHANGES 1.194 >>> 1.195
GtkRadiant radiant/mainframe.cpp 1.60 >>> 1.61
--101077565414077-- From gtkradiant@zerowing.idsoftware.com Sat Jan 12 01:09:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 11 Jan 2002 19:09:00 -0600 Subject: [Gtkradiant] [Bug 296] New: New MD3 code access violations. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=296 Summary: New MD3 code access violations. Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: hydra@hydras-world.com There seems to be a problem with the new MD3 plugin code, I keep getting access violations. from texwindow.cpp: qglBindTexture( GL_TEXTURE_2D, q->texture_number ); and from md3suface.cpp: g_QglTable.m_pfn_qglBindTexture(GL_TEXTURE_2D, m_pShader->getTexture()- >texture_number); to re-create just add one of each entity and make sure the camera is pointing at the place you create the entities and sooner or later it'll do it. Spog ? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 01:11:24 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 11 Jan 2002 19:11:24 -0600 Subject: [Gtkradiant] [Bug 296] New MD3 code access violations. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=296 hydra@hydras-world.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From hydra@hydras-world.com 2002-01-11 19:11 ------- BTW: Just loading q3dm7sample.map does the same thing too.. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 01:11:04 2002 From: gtkradiant@zerowing.idsoftware.com (Steve Orrell) Date: Sat, 12 Jan 2002 01:11:04 +0000 Subject: [Gtkradiant] Usage Question (new user) Message-ID: <5.1.0.14.2.20020112005015.02013950@pop.clara.net> Hi there, I'm a new user (new mapper if the truth be told ;) and I have a slight problem I wonder if someone could help me with. When I select the menu bar option "Textures" the full list of textures that are in my baseq3 directory do not show, it is truncated alphabetically. I (sometimes) get an error message which say "max texture directories count reached". I understand what this is telling me but would like to ask if there is a work-around taking the following into account: 1 - some of the textures I want to use are not shaders (??) [they are just .jpg images & have no .shader file] 2 - some of the textures I want to use are shaders (hope I've got the terminology right) (I have listed these in the shaderlist.txt file). - if I select "shaderlist.txt only" then (2) are listed (these particular files start with the initial "k"), but not the files in (1) - if I de-select "shaderlist.txt only" then (1) are listed (initial letter "e") but not the "k's" because the list is "full" by the time it reaches the "k's" (other shader files are listed before these... "gothic_nnn" for instance so its not ignoring "shaders") My questions are (1) How can I get gtkradiant to list both ? (2) How can I get it to ignore shaders/textures that are in my baseq3 directory but I have no idea hwat they are/where they have come from... or (2b) How can i "move" these unwanted shaders/textures to make "room" for the menu in gtkradiant ? (3) reading the gtkradiant docs it suggests I create my own directory /textures/[mymapname], how do I avoid this problem with that? (I'm not using that directory format just yet because, as I mentioned, I am new to mapping and am browsing everything at the moment to see what I want to use) (4) is there a different program to visually browse shaders/textures so that I can pick/choose which ones I want to put in my /textures/[mymapname] directory and thereby avoid upsetting gtkradiant? I'm using GTKRadiant 1.1.1 and 1.1.2nightly Any help would be gratefully received. Cheers!! Steve... From gtkradiant@zerowing.idsoftware.com Sat Jan 12 01:46:52 2002 From: gtkradiant@zerowing.idsoftware.com (ydnar) Date: Fri, 11 Jan 2002 17:46:52 -0800 Subject: [Gtkradiant] Usage Question (new user) References: <5.1.0.14.2.20020112005015.02013950@pop.clara.net> Message-ID: <010701c19b0b$027c2340$3400a8c0@tetsuo> This is aGtkRadiant developer list, not really for technical support. If you're just getting started, try posting your question in the level editing forums here: http://www.quake3world.com/forums/ y BTW, Add your texture dir to shaderlist.txt and use the shaderlist.txt only filter. All the extra directories you're seeing are probably from various map pk3s in your baseq3 directory. ----- Original Message ----- From: "Steve Orrell" To: "GTK Radiant Mailing List" Sent: Friday, January 11, 2002 5:11 PM Subject: [Gtkradiant] Usage Question (new user) > Hi there, > > I'm a new user (new mapper if the truth be told ;) and I have a slight > problem I wonder if someone could help me with. > > When I select the menu bar option "Textures" the full list of textures that > are in my baseq3 directory do not show, it is truncated alphabetically. I > (sometimes) get an error message which say "max texture directories count > reached". > > I understand what this is telling me but would like to ask if there is a > work-around taking the following into account: > > 1 - some of the textures I want to use are not shaders (??) [they are just > .jpg images & have no .shader file] > 2 - some of the textures I want to use are shaders (hope I've got the > terminology right) (I have listed these in the shaderlist.txt file). > > - if I select "shaderlist.txt only" then (2) are listed (these particular > files start with the initial "k"), but not the files in (1) > > - if I de-select "shaderlist.txt only" then (1) are listed (initial letter > "e") but not the "k's" because the list is "full" by the time it reaches > the "k's" (other shader files are listed before these... "gothic_nnn" for > instance so its not ignoring "shaders") > > My questions are > > (1) How can I get gtkradiant to list both ? > > (2) How can I get it to ignore shaders/textures that are in my baseq3 > directory but I have no idea hwat they are/where they have come from... or > (2b) How can i "move" these unwanted shaders/textures to make "room" for > the menu in gtkradiant ? > > (3) reading the gtkradiant docs it suggests I create my own directory > /textures/[mymapname], how do I avoid this problem with that? (I'm not > using that directory format just yet because, as I mentioned, I am new to > mapping and am browsing everything at the moment to see what I want to use) > > (4) is there a different program to visually browse shaders/textures so > that I can pick/choose which ones I want to put in my /textures/[mymapname] > directory and thereby avoid upsetting gtkradiant? > > > I'm using GTKRadiant 1.1.1 and 1.1.2nightly > > > Any help would be gratefully received. > > Cheers!! > > > > > Steve... > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Sat Jan 12 02:28:47 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 11 Jan 2002 20:28:47 -0600 Subject: [Gtkradiant] [Bug 291] Improve BSP Execution Processs -- Make q3map work for RtCW Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-11 20:28 ------- Created an attachment (id=124) Sample Project file that allows you to use the BSP file with RtCW ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 02:29:17 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 11 Jan 2002 20:29:17 -0600 Subject: [Gtkradiant] [Bug 291] Improve BSP Execution Processs -- Make q3map work for RtCW Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-11 20:29 ------- I know the project file isn't the prettiest, and I'm sure I could've done better, but it works for now... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 02:29:52 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 11 Jan 2002 20:29:52 -0600 Subject: [Gtkradiant] [Bug 291] Improve BSP Execution Processs -- Make q3map work for RtCW Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-11 20:29 ------- Err...I meant the BSP *MENU* in GtkRadiant, not BSP file :p ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 02:52:42 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 11 Jan 2002 20:52:42 -0600 Subject: [Gtkradiant] [Bug 296] New MD3 code access violations. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=296 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-11 20:52 ------- Hmm, I can't seem to reproduce this with the build I made of CVS trunk as of Jan 11th, 8:24PM CST, make sure that that new modules are being installed into the quake3/radiant/modules directory and that the map.dll is no longer in the modules directory as well... I've loaded several misc_model .md3's within view on q3dm7sample, drugh them around changed their existing model, did a file->new map, loaded the same map again, and a flush & reload textures and have been unable to reproduce this. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 02:53:23 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 11 Jan 2002 20:53:23 -0600 Subject: [Gtkradiant] [Bug 290] Crash on Flush & Reload of Textures *AFTER* loading q3dm*sample.map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=290 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-11 20:53 ------- This still happens since the map-module branch was merged into CVS trunk as of Jan 11th, 8:48pm CST CVS build... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 04:17:35 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 11 Jan 2002 22:17:35 -0600 Subject: [Gtkradiant] [Bug 291] Improve BSP Execution Processs -- Make q3map work for RtCW Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-11 22:17 ------- Created an attachment (id=125) Updated project file for Quake3 (*tested*) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 04:21:57 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 11 Jan 2002 22:21:57 -0600 Subject: [Gtkradiant] [Bug 291] Improve BSP Execution Processs -- Make q3map work for RtCW Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-11 22:21 ------- Created an attachment (id=126) Updated Project File for RtCW (this one actually *works*) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 05:19:57 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 11 Jan 2002 23:19:57 -0600 Subject: [Gtkradiant] [Bug 293] Preferences are loaded again wiping out current session settings Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=293 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All Summary|Patch Bounding Box Will |Preferences are loaded again |Vanish |wiping out current session | |settings ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-11 23:19 ------- Basically, the problem is the fact that we completely reload preferences everytime someone goes to the preferences dialog, this resets all current settings to how they were stored in the user's profile. Meaning that since the patch bounding box button on the toolbar is a preference it gets set, but it doesn't get saved until exit, causing it to be reset to it's previous saved state when the user enteres the preferences box, since many of the gameselect hacks and other things are going on here, I'm not quite sure what the best solution is. I have renamed this bug to be more descriptive of the true problem. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 06:20:21 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 00:20:21 -0600 Subject: [Gtkradiant] [Bug 292] Preference Settings that require a restart broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=292 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |eviltypeguy@qeradiant.com Platform| |All Summary|Patch Toolbar Option Not |Preference Settings that |Working |require a restart broken ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-12 00:20 ------- Well firstly, the patch toolbar option is bogus anyway, it should be "Wide Toolbar", and there should be a "Patch Toolbar" option as well. I will attach a patch to fix this. This is because all of these settings are "latched" settings, all but the "view" option was broken because the current value instead of the "latched" value was being saved to the profile. "Latched" preferences are holder variables that store the preferences that were set during this editing session, and are supposed to be saved in place of the real preference's value into the profile so that upon restart they are loaded, this is done so that the real preference's value can't be changed during the current editing session causing problems with radiant. The startup shaders preference, the patch toolbar preference, and texture quality setting were all being ignored because of this problem. Texture quality doesn't appear to have any effect currently for other reasons, but at least I can fix the preference dialog. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 06:36:40 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 00:36:40 -0600 Subject: [Gtkradiant] [Bug 292] Preference Settings that require a restart broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=292 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-12 00:36 ------- Created an attachment (id=127) Fixes the screwy toolbar prefs, plus other prefs, CVS trunk patch ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 06:37:27 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 00:37:27 -0600 Subject: [Gtkradiant] [Bug 292] Preference Settings that require a restart broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=292 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-12 00:37 ------- Wide Toolbar and Patch Toolbar are now seperate options, you can enable wide toolbar and not enable patch toolbar and vice versa, I hope this makes everyone happy :) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 07:26:59 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 01:26:59 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-12 01:26 ------- Created an attachment (id=128) Patches setup to provide support for subcomponents and a dialog to enable installing each option in a subcomponent and it's path ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 07:28:07 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 01:28:07 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-12 01:28 ------- Created an attachment (id=129) Patches radiant/setup/linux stuff to support the changes in the previous setup patch ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 07:28:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 01:28:54 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-12 01:28 ------- Created an attachment (id=130) Minor patch for README.Q3A in linux setup, changes info about install location ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 07:36:20 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 01:36:20 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-12 01:36 ------- The setup patch (setup), and linux setup patch (GtkRadiant/setup/linux) also include parts of Michael's patches for; .game file generation shell script, and run_script(...) changes. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 15:10:32 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 09:10:32 -0600 Subject: [Gtkradiant] [Bug 295] GtkRadiant currently won't compile under Linux, fixes attached Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=295 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-12 09:10 ------- timo@antares:~/Id/GtkRadiant$ patch --dry-run -p0 This is a mixed plain/HTML MIME encoded message. --101085324631598 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/12 10:32:23 checkin in patches to setup for bug #279 -- 12 files modified : setup/CHANGES 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/CHANGES?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/CHANGES?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/CHANGES.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h setup/README.xml 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/README.xml?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/README.xml?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/README.xml.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h setup/TODO 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/TODO?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/TODO?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/TODO.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h setup/copy.c 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/copy.c?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/copy.c?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/copy.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h setup/gtk_ui.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/gtk_ui.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/gtk_ui.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/gtk_ui.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h setup/install.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/install.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/install.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/install.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h setup/install.h 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/install.h?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/install.h?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/install.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h setup/image/setup.data/setup.glade 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/setup.glade?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/setup.glade?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/setup.glade.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h setup/image/setup.data/setup.xml 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/setup.xml?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/setup.xml?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/setup.xml.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h setup/image/setup.data/bin/Linux/x86/setup 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h setup/vslick/debug.sh 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/vslick/debug.sh?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/vslick/debug.sh?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/vslick/debug.sh.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h --101085324631598 Content-Type: text/html CVS report
Commit from timo 2002/01/12   10:32:23


checkin in patches to setup for bug #279


 
12 files modified
Module File name Version
setup CHANGES 1.3 >>> 1.4
setup README.xml 1.1 >>> 1.2
setup TODO 1.7 >>> 1.8
setup copy.c 1.2 >>> 1.3
setup gtk_ui.c 1.4 >>> 1.5
setup install.c 1.4 >>> 1.5
setup install.h 1.2 >>> 1.3
setup image/setup.data/setup.glade 1.1 >>> 1.2
setup image/setup.data/setup.xml 1.1 >>> 1.2
setup image/setup.data/bin/Linux/x86/setup 1.2 >>> 1.3
setup image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.2 >>> 1.3
setup vslick/debug.sh 1.3 >>> 1.4
--101085324631598-- From gtkradiant@zerowing.idsoftware.com Sat Jan 12 16:50:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 10:50:54 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From ttimo@idsoftware.com 2002-01-12 10:50 ------- ok, it was a bit difficult to figure out which patches needed to be applied, and which were covered by later ones. and in the end I have read the last post.. some notes about coding conventions though, use spaces instead of tabs, configure tab to 2 spaces (that's in the faq I recon) the patches to setup are very valuable. setting the install path for packs doesn't seem to work quite well though, but that should be an easy fix. I am checking in all those changes for now, along with providing up to date glibc 2.1 binaries for setup. I will provide linux setups after I merge general outstanding patches need to tweak the setup code so it would work more like on win32 (i.e. inidivual selection of all the game packs, and also but that's for later, keeping the nightlies/full stuff for documentation) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 16:55:02 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 12 Jan 2002 10:55:02 -0600 Subject: [Gtkradiant] CVS: bug #279, rebuilt glibc 2.1 setup bins in image/ Message-ID: This is a mixed plain/HTML MIME encoded message. --1010854502831 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/12 10:47:58 bug #279, rebuilt glibc 2.1 setup bins in image/ -- 2 files modified : setup/image/setup.data/bin/Linux/x86/setup 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h --1010854502831 Content-Type: text/html CVS report
Commit from timo 2002/01/12   10:47:58


bug #279, rebuilt glibc 2.1 setup bins in image/


 
2 files modified
Module File name Version
setup image/setup.data/bin/Linux/x86/setup 1.3 >>> 1.4
setup image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.3 >>> 1.4
--1010854502831-- From gtkradiant@zerowing.idsoftware.com Sat Jan 12 17:48:34 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 11:48:34 -0600 Subject: [Gtkradiant] [Bug 278] Smeared textures in 3D preview window Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=278 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |DUPLICATE ------- Additional Comments From ttimo@idsoftware.com 2002-01-12 11:48 ------- probably a similar DRI issue too (same reported for both bugs) *** This bug has been marked as a duplicate of 271 *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 17:48:35 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 11:48:35 -0600 Subject: [Gtkradiant] [Bug 271] Miscolored gridlines in 2D view Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=271 ------- Additional Comments From ttimo@idsoftware.com 2002-01-12 11:48 ------- *** Bug 278 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 17:51:50 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 11:51:50 -0600 Subject: [Gtkradiant] [Bug 233] Redrawing 3D preview is very slow Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=233 ------- Additional Comments From ttimo@idsoftware.com 2002-01-12 11:51 ------- (ignore that comment about 98, not relevant) If it's not a DRI/GL problem, it may be a problem directly with X or Gtk. I haven't heard of the problem for any over linux user/developer, so I still believe it's a problem with your system. When we get to release builds for 1.2.* series it may be time to look at this again. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 17:53:11 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 12 Jan 2002 11:53:11 -0600 Subject: [Gtkradiant] CVS: more bug #279 checkin, up to date setup binaries added Message-ID: This is a mixed plain/HTML MIME encoded message. --10108579917265 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/12 11:45:33 more bug #279 checkin, up to date setup binaries added -- 9 files added : GtkRadiant/setup/linux/config/main.data 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/main.data?rev=1.1 GtkRadiant/setup/linux/config/moremain.data 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/moremain.data?rev=1.1 GtkRadiant/setup/linux/config/quake3.data 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/quake3.data?rev=1.1 GtkRadiant/setup/linux/config/sdk.data 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/sdk.data?rev=1.1 GtkRadiant/setup/linux/config/ta.data 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/ta.data?rev=1.1 GtkRadiant/setup/linux/config/wolf.data 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/wolf.data?rev=1.1 GtkRadiant/setup/linux/setup.data/config.games.sh 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh?rev=1.1 GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup?rev=1.2 GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.2 1 file removed : GtkRadiant/setup/linux/makesdk.sh was 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/Attic/makesdk.sh?rev=1.4 7 files modified : GtkRadiant/setup/common/setup.pm 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/common/setup.pm?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/common/setup.pm?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/common/setup.pm.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/setup/linux/README.Q3SDK 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/README.Q3SDK?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/README.Q3SDK?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/README.Q3SDK.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/linux/makesdk.pl 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/setup/linux/setup.data/postinstall.sh 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/postinstall.sh?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/postinstall.sh?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/postinstall.sh.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/setup/linux/setup.data/setup.glade 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/setup.glade?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/setup.glade?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/setup.glade.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/linux/setup.data/setup.xml 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/setup.xml?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/setup.xml?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/setup.xml.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/vslick/Radiant.vpw 1.28 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.28 1.27 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.27 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.27&r2=text&tr2=1.28&f=h --10108579917265 Content-Type: text/html CVS report
Commit from timo 2002/01/12   11:45:33


more bug #279 checkin, up to date setup binaries added


 
9 files added
Module File name Version
GtkRadiant setup/linux/config/main.data 1.1
GtkRadiant setup/linux/config/moremain.data 1.1
GtkRadiant setup/linux/config/quake3.data 1.1
GtkRadiant setup/linux/config/sdk.data 1.1
GtkRadiant setup/linux/config/ta.data 1.1
GtkRadiant setup/linux/config/wolf.data 1.1
GtkRadiant setup/linux/setup.data/config.games.sh 1.1
GtkRadiant setup/linux/setup.data/bin/Linux/x86/setup 1.2
GtkRadiant setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.2
 
1 file removed
Module File name Last version
GtkRadiant setup/linux/makesdk.sh 1.4
 
7 files modified
Module File name Version
GtkRadiant setup/common/setup.pm 1.1 >>> 1.2
GtkRadiant setup/linux/README.Q3SDK 1.2 >>> 1.3
GtkRadiant setup/linux/makesdk.pl 1.1 >>> 1.2
GtkRadiant setup/linux/setup.data/postinstall.sh 1.4 >>> 1.5
GtkRadiant setup/linux/setup.data/setup.glade 1.3 >>> 1.4
GtkRadiant setup/linux/setup.data/setup.xml 1.3 >>> 1.4
GtkRadiant vslick/Radiant.vpw 1.27 >>> 1.28
--10108579917265-- From gtkradiant@zerowing.idsoftware.com Sat Jan 12 18:22:15 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 12:22:15 -0600 Subject: [Gtkradiant] [Bug 289] Patch for setting required modules on a per-game basis via xml *.game files Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=289 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |INVALID ------- Additional Comments From ttimo@idsoftware.com 2002-01-12 12:22 ------- required modules are set by installation location, this work is offtopic right now. the current setup and load procedure is what we will be using on next 1.2 release, and then we will be using work from the synapse branch ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 02:03:30 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Sat, 12 Jan 2002 02:03:30 -0000 Subject: [Gtkradiant] [Bug 296] New MD3 code access violations. References: Message-ID: <000101c19b96$a7d55420$0100a8c0@hydra01> > BTW: Just loading q3dm7sample.map does the same thing too.. but only from a clean start of radiant, and only with entities on "skinned and boxed". Dom / Hydra From gtkradiant@zerowing.idsoftware.com Sat Jan 12 19:06:33 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 13:06:33 -0600 Subject: [Gtkradiant] [Bug 220] Patch mesh selection crash bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=220 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-12 13:06 ------- applied ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 19:07:08 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 12 Jan 2002 13:07:08 -0600 Subject: [Gtkradiant] CVS: bug #220 fix Message-ID: This is a mixed plain/HTML MIME encoded message. --101086242811283 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/12 13:07:00 bug #220 fix -- GtkRadiant/docs/developer/CHANGES 1.196 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.196 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 12/1/2002 + Gef & Michael Schlueter + - bugs #295 and #279, new patches applied + EvilTypeGuy & djbob + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=220 + patch selection code fix + 11/1/2002 SPoG - unpatched bug #239, unintended duplication of brushes, patch #96 3 files modified : GtkRadiant/docs/developer/CHANGES 1.196 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.196 1.195 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.195 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.195&r2=text&tr2=1.196&f=h GtkRadiant/radiant/brush.cpp 1.28 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp?rev=1.28 1.27 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp?rev=1.27 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp.diff?r1=text&tr1=1.27&r2=text&tr2=1.28&f=h GtkRadiant/radiant/select.cpp 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp?rev=1.16 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp?rev=1.15 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&f=h --101086242811283 Content-Type: text/html CVS report
Commit from timo 2002/01/12   13:07:00


bug #220 fix


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 12/1/2002
+   Gef & Michael Schlueter
+   - bugs #295 and #279, new patches applied
+   EvilTypeGuy & djbob
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=220
+     patch selection code fix
+ 
  11/1/2002
    SPoG
    - unpatched bug #239, unintended duplication of brushes, patch #96
 
3 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.195 >>> 1.196
GtkRadiant radiant/brush.cpp 1.27 >>> 1.28
GtkRadiant radiant/select.cpp 1.15 >>> 1.16
--101086242811283-- From gtkradiant@zerowing.idsoftware.com Sat Jan 12 19:23:42 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 13:23:42 -0600 Subject: [Gtkradiant] [Bug 260] Dense and Very Dense Cylinders have wrong number of rows Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=260 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-12 13:23 ------- applied ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 19:25:50 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 12 Jan 2002 13:25:50 -0600 Subject: [Gtkradiant] CVS: bug #260 fix Message-ID: This is a mixed plain/HTML MIME encoded message. --101086355013143 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/12 13:25:41 bug #260 fix -- GtkRadiant/docs/developer/CHANGES 1.197 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.197 diff : EvilTypeGuy & djbob - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=220 ! patch selection code fix 11/1/2002 SPoG --- 6,15 ---- - bugs #295 and #279, new patches applied EvilTypeGuy & djbob - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=220 ! patch selection crash ! EvilTypeGuy ! - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=260 ! Dense and Very Dense Cylinders have wrong number of rows 11/1/2002 SPoG 2 files modified : GtkRadiant/docs/developer/CHANGES 1.197 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.197 1.196 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.196 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.196&r2=text&tr2=1.197&f=h GtkRadiant/radiant/mainframe.cpp 1.62 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.62 1.61 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.61 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.61&r2=text&tr2=1.62&f=h --101086355013143 Content-Type: text/html CVS report
Commit from timo 2002/01/12   13:25:41


bug #260 fix


GtkRadiant/docs/developer/CHANGES
    EvilTypeGuy & djbob
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=220
!     patch selection code fix
  
  11/1/2002
    SPoG
--- 6,15 ----
    - bugs #295 and #279, new patches applied
    EvilTypeGuy & djbob
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=220
!     patch selection crash
!   EvilTypeGuy
!   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=260
!     Dense and Very Dense Cylinders have wrong number of rows    
  
  11/1/2002
    SPoG
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.196 >>> 1.197
GtkRadiant radiant/mainframe.cpp 1.61 >>> 1.62
--101086355013143-- From gtkradiant@zerowing.idsoftware.com Sat Jan 12 19:51:12 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 13:51:12 -0600 Subject: [Gtkradiant] [Bug 297] New: fixes needed to .pid file check, console logging and preferences reset Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=297 Summary: fixes needed to .pid file check, console logging and preferences reset Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com what is still broken though, is the preferences reset, the console logging and the .pid stuff because of the changes in the startup procedure What's wrong with console logging? this is going to make things difficult to debug when people report problems is that a prefs thing too? well we often log the console to get people to send that back to us for debugging it is also useful to debug what happens when the editor starts and there is no console yet okay, TTimo. right now the console logging actually starts after the game selection is done Ah.... means we are missing the critical new code that loads globals prefs, parses .game files and does the UI prompt the othe related thing is .pid checking we use a .pid file to catch when an editor startup failed ya, I noticed it was kinda screwy i.e. if it crashed or went to a fatal error before the user can get to interactive mode we need to have that .pid file working at global level (right now it happens 'after' game select) and also, if error happens during startup / game select, we prompt for editing preferences .. which will crash since we don't have any prefs in this state I think I'll stick that in a new bug report ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 19:57:14 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 12 Jan 2002 20:57:14 +0100 Subject: [Gtkradiant] plugins/map module Message-ID: <5.0.2.1.2.20020112205502.02545da0@wheresmymailserver.com> ok, if I have followed Spog's changes, plugins/map module is now obsolete? Having map/ mapq1/ mapq3/ looks to me like a waste of energy. Between mapq1 and mapq3 (maphl) we could simply have the same source and some simple #iddef .. otherwise generic updates to the API will be painful to propagate around. mapxml is a seperate case because the code is vastly different. TTimo From gtkradiant@zerowing.idsoftware.com Sat Jan 12 20:11:04 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 14:11:04 -0600 Subject: [Gtkradiant] [Bug 292] Preference Settings that require a restart broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=292 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-12 14:11 ------- applied ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 20:12:07 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 12 Jan 2002 14:12:07 -0600 Subject: [Gtkradiant] CVS: bug #292 fix Message-ID: This is a mixed plain/HTML MIME encoded message. --101086632715505 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/12 14:11:54 bug #292 fix -- GtkRadiant/docs/developer/CHANGES 1.198 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.198 diff : EvilTypeGuy - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=260 Dense and Very Dense Cylinders have wrong number of rows + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=292 + latching patch toolbar settings 11/1/2002 SPoG 6 files modified : GtkRadiant/radiant.dsw 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.13 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.12 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&f=h GtkRadiant/docs/developer/CHANGES 1.198 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.198 1.197 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.197 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.197&r2=text&tr2=1.198&f=h GtkRadiant/radiant/mainframe.cpp 1.63 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.63 1.62 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.62 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.62&r2=text&tr2=1.63&f=h GtkRadiant/radiant/preferences.cpp 1.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.26 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.25 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.25&r2=text&tr2=1.26&f=h GtkRadiant/radiant/preferences.h 1.20 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.20 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.19 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.20&f=h GtkRadiant/radiant/qe3.cpp 1.45 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.45 1.44 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.44 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp.diff?r1=text&tr1=1.44&r2=text&tr2=1.45&f=h --101086632715505 Content-Type: text/html CVS report
Commit from timo 2002/01/12   14:11:54


bug #292 fix


GtkRadiant/docs/developer/CHANGES
    EvilTypeGuy
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=260
      Dense and Very Dense Cylinders have wrong number of rows    
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=292
+     latching patch toolbar settings
  
  11/1/2002
    SPoG
 
6 files modified
Module File name Version
GtkRadiant radiant.dsw 1.12 >>> 1.13
GtkRadiant docs/developer/CHANGES 1.197 >>> 1.198
GtkRadiant radiant/mainframe.cpp 1.62 >>> 1.63
GtkRadiant radiant/preferences.cpp 1.25 >>> 1.26
GtkRadiant radiant/preferences.h 1.19 >>> 1.20
GtkRadiant radiant/qe3.cpp 1.44 >>> 1.45
--101086632715505-- From gtkradiant@zerowing.idsoftware.com Sat Jan 12 22:08:24 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 16:08:24 -0600 Subject: [Gtkradiant] [Bug 296] New MD3 code access violations. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=296 ------- Additional Comments From hydra@hydras-world.com 2002-01-12 16:08 ------- all modules are correctly installed and have the correct time/date stamps of when I did the build. just to double-check I rebuild again from a fresh copy of the source and it still happens. It *always* happens here when I start q3 radiant and then file/load q3dm7sample.map. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 12 22:17:21 2002 From: gtkradiant@zerowing.idsoftware.com (ydnar) Date: Sat, 12 Jan 2002 14:17:21 -0800 Subject: [Gtkradiant] plugins/map module References: <5.0.2.1.2.20020112205502.02545da0@wheresmymailserver.com> Message-ID: <004d01c19bb6$f434d1e0$3400a8c0@tetsuo> Is Hydra planning on adding a WC file module for the HL stuff? In a related note, should brush primitives just be nuked? Nobody AFAIK uses them, and it might be wiser to just implement them as part of the XML format instead? y ----- Original Message ----- From: "Timothee Besset" To: Sent: Saturday, January 12, 2002 11:57 AM Subject: [Gtkradiant] plugins/map module > ok, if I have followed Spog's changes, plugins/map module is now obsolete? > > Having map/ mapq1/ mapq3/ looks to me like a waste of energy. Between mapq1 > and mapq3 (maphl) we could simply have the same source and some simple > #iddef .. otherwise generic updates to the API will be painful to propagate > around. mapxml is a seperate case because the code is vastly different. > > TTimo > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Sat Jan 12 23:30:06 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 17:30:06 -0600 Subject: [Gtkradiant] [Bug 144] use long path names Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144 ------- Additional Comments From ttimo@idsoftware.com 2002-01-12 17:30 ------- see bug 291 can't switch to long path names or we break BSP commands for installations that have spaces in the path removing the BuildShortPathName calls in the model stuff only ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 00:17:16 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 18:17:16 -0600 Subject: [Gtkradiant] [Bug 291] Improve BSP Execution Processs -- Make q3map work for RtCW Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 ------- Additional Comments From ttimo@idsoftware.com 2002-01-12 18:17 ------- I knew removing win32 short path names code would come back in our face at some point. Was just waiting to see when it would happen. If the path to Wolf install contains spaces (C:\Program Files\Return To Castle Wolfenstein), then the template will generate fucked up BSP commands. Enabling back the short path name construction code. We can look at removing the ShortPathName stuff after we get BSP commands stuff reworked completely (that is bug 144) More long path name crapolata, the map path need to be between ".." too Engine spawning: we need to have both engine names (hardcoded for now is going to be the easiest). SP map spawns with +spdevmap, MP with +devmap +spdevmap on Wolf SP doesn't seem to work, getting an error about NULL VM. Suspecting bug on wolf side (that's fortunate somehow, I can look into it). ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 00:18:19 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 12 Jan 2002 18:18:19 -0600 Subject: [Gtkradiant] CVS: wolf's quakev2.qe4 file, BSP monitoring and engine spawning issues Message-ID: This is a mixed plain/HTML MIME encoded message. --101088109920441 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/12 18:18:07 wolf's quakev2.qe4 file, BSP monitoring and engine spawning issues -- GtkRadiant/docs/developer/CHANGES 1.199 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.199 diff : Dense and Very Dense Cylinders have wrong number of rows - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=292 latching patch toolbar settings + TTimo + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144 + win32 long/short pathname bugs reappearing, switching back to short paths for project settings + - removed obsolete radiant/vfs.cpp radiant/vfs.h + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 + using new .qe4 for Wolf, fixed stuff editor side (long path names and engine spawn) + 11/1/2002 SPoG 10 files modified : GtkRadiant/radiant.dsw 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.14 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.13 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&f=h GtkRadiant/docs/developer/CHANGES 1.199 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.199 1.198 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.198 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.198&r2=text&tr2=1.199&f=h GtkRadiant/plugins/mapq3/mapq3.dsp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/mapq3.dsp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/mapq3.dsp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/mapq3.dsp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/plugins/vfspk3/vfs.cpp 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfs.cpp?rev=1.16 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfs.cpp?rev=1.15 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfs.cpp.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&f=h GtkRadiant/radiant/groupdialog.cpp 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/groupdialog.cpp?rev=1.19 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/groupdialog.cpp?rev=1.18 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/groupdialog.cpp.diff?r1=text&tr1=1.18&r2=text&tr2=1.19&f=h GtkRadiant/radiant/main.cpp 1.35 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.35 1.34 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.34 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp.diff?r1=text&tr1=1.34&r2=text&tr2=1.35&f=h GtkRadiant/radiant/preferences.cpp 1.27 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.27 1.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.26 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.26&r2=text&tr2=1.27&f=h GtkRadiant/radiant/qe3.cpp 1.46 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.46 1.45 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.45 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp.diff?r1=text&tr1=1.45&r2=text&tr2=1.46&f=h GtkRadiant/radiant/watchbsp.cpp 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.17 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.16 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&f=h GtkRadiant/setup/win32/setup.pl 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h --101088109920441 Content-Type: text/html CVS report
Commit from timo 2002/01/12   18:18:07


wolf's quakev2.qe4 file, BSP monitoring and engine spawning issues


GtkRadiant/docs/developer/CHANGES
      Dense and Very Dense Cylinders have wrong number of rows    
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=292
      latching patch toolbar settings
+   TTimo
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144
+     win32 long/short pathname bugs reappearing, switching back to short paths for project settings
+   - removed obsolete radiant/vfs.cpp radiant/vfs.h
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291
+     using new .qe4 for Wolf, fixed stuff editor side (long path names and engine spawn)
+ 
  
  11/1/2002
    SPoG
 
10 files modified
Module File name Version
GtkRadiant radiant.dsw 1.13 >>> 1.14
GtkRadiant docs/developer/CHANGES 1.198 >>> 1.199
GtkRadiant plugins/mapq3/mapq3.dsp 1.2 >>> 1.3
GtkRadiant plugins/vfspk3/vfs.cpp 1.15 >>> 1.16
GtkRadiant radiant/groupdialog.cpp 1.18 >>> 1.19
GtkRadiant radiant/main.cpp 1.34 >>> 1.35
GtkRadiant radiant/preferences.cpp 1.26 >>> 1.27
GtkRadiant radiant/qe3.cpp 1.45 >>> 1.46
GtkRadiant radiant/watchbsp.cpp 1.16 >>> 1.17
GtkRadiant setup/win32/setup.pl 1.7 >>> 1.8
--101088109920441-- From gtkradiant@zerowing.idsoftware.com Sun Jan 13 00:29:43 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 12 Jan 2002 18:29:43 -0600 Subject: [Gtkradiant] [Bug 288] q3map barfs if more than 3 root shaders are specified for terrain Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=288 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-12 18:29 ------- ok I looked around and it seems it's the only place where we could have that realloc problem. Patched in. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 00:30:06 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 12 Jan 2002 18:30:06 -0600 Subject: [Gtkradiant] CVS: bug #288 fix Message-ID: This is a mixed plain/HTML MIME encoded message. --101088180522174 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/12 18:30:01 bug #288 fix -- GtkRadiant/docs/developer/CHANGES 1.200 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.200 diff : - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 using new .qe4 for Wolf, fixed stuff editor side (long path names and engine spawn) ! 11/1/2002 SPoG --- 18,26 ---- - removed obsolete radiant/vfs.cpp radiant/vfs.h - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 using new .qe4 for Wolf, fixed stuff editor side (long path names and engine spawn) ! SCDS_reyalP ! - http://zerowing.idsoftware.com/bugzilla/showattachment.cgi?attach_id=118 ! realloc bug in terrain 11/1/2002 SPoG 2 files modified : GtkRadiant/docs/developer/CHANGES 1.200 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.200 1.199 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.199 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.199&r2=text&tr2=1.200&f=h GtkRadiant/tools/quake3/q3map/terrain.c 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/terrain.c?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/terrain.c?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/terrain.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h --101088180522174 Content-Type: text/html CVS report
Commit from timo 2002/01/12   18:30:01


bug #288 fix


GtkRadiant/docs/developer/CHANGES
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291
      using new .qe4 for Wolf, fixed stuff editor side (long path names and engine spawn)
! 
  
  11/1/2002
    SPoG
--- 18,26 ----
    - removed obsolete radiant/vfs.cpp radiant/vfs.h
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291
      using new .qe4 for Wolf, fixed stuff editor side (long path names and engine spawn)
!   SCDS_reyalP
!   - http://zerowing.idsoftware.com/bugzilla/showattachment.cgi?attach_id=118
!     realloc bug in terrain
  
  11/1/2002
    SPoG
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.199 >>> 1.200
GtkRadiant tools/quake3/q3map/terrain.c 1.6 >>> 1.7
--101088180522174-- From gtkradiant@zerowing.idsoftware.com Sun Jan 13 00:32:39 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 12 Jan 2002 18:32:39 -0600 Subject: [Gtkradiant] CVS: Message-ID: This is a mixed plain/HTML MIME encoded message. --101088195822695 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/12 18:32:35 -- 2 files removed : GtkRadiant/radiant/vfs.cpp was 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/Attic/vfs.cpp?rev=1.8 GtkRadiant/radiant/vfs.h was 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/Attic/vfs.h?rev=1.6 --101088195822695 Content-Type: text/html CVS report
Commit from timo 2002/01/12   18:32:35




 
2 files removed
Module File name Last version
GtkRadiant radiant/vfs.cpp 1.8
GtkRadiant radiant/vfs.h 1.6
--101088195822695-- From gtkradiant@zerowing.idsoftware.com Sun Jan 13 10:26:25 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 13 Jan 2002 11:26:25 +0100 Subject: [Gtkradiant] plugins/map module In-Reply-To: <004d01c19bb6$f434d1e0$3400a8c0@tetsuo> References: <5.0.2.1.2.20020112205502.02545da0@wheresmymailserver.com> <004d01c19bb6$f434d1e0$3400a8c0@tetsuo> Message-ID: <20020113112625.5eb163a6.ttimo@idsoftware.com> BP will stay as they are in the .map format. The plan for .xmap is to enable regular and BP mixed in the same map. That not for right now anyway. As far as HL is concerned, my guess is that it uses something similar to the Q1 format? Should probably be the current Q3 map module with some #ifdef to do Q1 parsing. TTimo On Sat, 12 Jan 2002 14:17:21 -0800 "ydnar" wrote: > Is Hydra planning on adding a WC file module for the HL stuff? > > In a related note, should brush primitives just be nuked? Nobody AFAIK uses > them, and it might be wiser to just implement them as part of the XML format > instead? > > y > > > ----- Original Message ----- > From: "Timothee Besset" > To: > Sent: Saturday, January 12, 2002 11:57 AM > Subject: [Gtkradiant] plugins/map module > > > > ok, if I have followed Spog's changes, plugins/map module is now obsolete? > > > > Having map/ mapq1/ mapq3/ looks to me like a waste of energy. Between > mapq1 > > and mapq3 (maphl) we could simply have the same source and some simple > > #iddef .. otherwise generic updates to the API will be painful to > propagate > > around. mapxml is a seperate case because the code is vastly different. > > > > TTimo > > > > > > _______________________________________________ > > Gtkradiant mailing list > > Gtkradiant@zerowing.idsoftware.com > > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > > > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Sun Jan 13 12:04:38 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 06:04:38 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-13 06:04 ------- Created an attachment (id=131) Puts Q3A & TA together in the same game pack ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 13:50:20 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Sun, 13 Jan 2002 13:50:20 -0000 Subject: [Gtkradiant] plugins/map module References: <5.0.2.1.2.20020112205502.02545da0@wheresmymailserver.com> <004d01c19bb6$f434d1e0$3400a8c0@tetsuo> Message-ID: <001a01c19c39$b7272770$d701a8c0@hydra02> I am planning on doing a .FGD definition reader, though I can't do that until my patch for modularised eclass's gets patched in. I will also write a worldcraft map file reader in due course, though it's not essential because the halflife map compiler tools read worldcraft maps and .map format files anyway. ----- Original Message ----- From: "ydnar" To: Sent: Saturday, January 12, 2002 10:17 PM Subject: Re: [Gtkradiant] plugins/map module > Is Hydra planning on adding a WC file module for the HL stuff? > > In a related note, should brush primitives just be nuked? Nobody AFAIK uses > them, and it might be wiser to just implement them as part of the XML format > instead? > > y > > > ----- Original Message ----- > From: "Timothee Besset" > To: > Sent: Saturday, January 12, 2002 11:57 AM > Subject: [Gtkradiant] plugins/map module > > > > ok, if I have followed Spog's changes, plugins/map module is now obsolete? > > > > Having map/ mapq1/ mapq3/ looks to me like a waste of energy. Between > mapq1 > > and mapq3 (maphl) we could simply have the same source and some simple > > #iddef .. otherwise generic updates to the API will be painful to > propagate > > around. mapxml is a seperate case because the code is vastly different. > > > > TTimo > > > > > > _______________________________________________ > > Gtkradiant mailing list > > Gtkradiant@zerowing.idsoftware.com > > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > > > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Sun Jan 13 14:13:34 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 13 Jan 2002 08:13:34 -0600 Subject: [Gtkradiant] CVS: q3map update (ydnar) and setup fixes Message-ID: This is a mixed plain/HTML MIME encoded message. --10109312133067 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/13 08:13:20 q3map update (ydnar) and setup fixes -- GtkRadiant/docs/developer/CHANGES 1.201 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.201 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 13/1/2002 + ydnar + - q3map code updates 1.2.1-y8 + new lightgrid surface flag feature + lightgrid shader and editor image for Wolf and Q3/TA: in the common .pk3 and in all common.shader + cvs remove setup/data/baseq3/common-q3r.pk3 (unused, we use common-spog.pk3) + TTimo + - updating setup to use mapq3 module instead of map (both Wolf and Q3 game packs) + (also checked the lightgrid option) + 12/1/2002 Gef & Michael Schlueter - bugs #295 and #279, new patches applied 1 file removed : GtkRadiant/setup/data/baseq3/common-q3r.pk3 was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/Attic/common-q3r.pk3?rev=1.2 16 files modified : GtkRadiant/docs/developer/CHANGES 1.201 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.201 1.200 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.200 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.200&r2=text&tr2=1.201&f=h GtkRadiant/setup/data/baseq3/common-spog.pk3 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/common-spog.pk3?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/common-spog.pk3?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/common-spog.pk3.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/data/baseq3/scripts/common.shader 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/common.shader?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/common.shader?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/common.shader.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/data/missionpack/scripts/common.shader 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/missionpack/scripts/common.shader?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/missionpack/scripts/common.shader?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/missionpack/scripts/common.shader.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/win32/template/File/Default.fdf 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h Executable/Q3 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Q3?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Q3?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Q3.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h Exectuable/Wolf 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/tools/quake3/common/surfaceflags.h 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/surfaceflags.h?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/surfaceflags.h?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/surfaceflags.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/tools/quake3/common/threads.c 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/threads.c?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/threads.c?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/threads.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/tools/quake3/q3map/bsp.c 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.17 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.16 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&f=h GtkRadiant/tools/quake3/q3map/light.c 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c?rev=1.13 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c?rev=1.12 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&f=h GtkRadiant/tools/quake3/q3map/light_bounce.c 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_bounce.c?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_bounce.c?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_bounce.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/tools/quake3/q3map/shaders.c 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c?rev=1.14 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c?rev=1.13 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&f=h GtkRadiant/tools/quake3/q3map/shaders.h 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.h?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.h?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/tools/quake3/q3map/surface.c 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h GtkRadiant/tools/quake3/q3map/writebsp.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/writebsp.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/writebsp.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/writebsp.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h --10109312133067 Content-Type: text/html CVS report
Commit from timo 2002/01/13   08:13:20


q3map update (ydnar) and setup fixes


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 13/1/2002
+   ydnar
+   - q3map code updates 1.2.1-y8
+     new lightgrid surface flag feature
+ 	lightgrid shader and editor image for Wolf and Q3/TA: in the common .pk3 and in all common.shader
+ 	cvs remove setup/data/baseq3/common-q3r.pk3 (unused, we use common-spog.pk3)
+   TTimo
+   - updating setup to use mapq3 module instead of map (both Wolf and Q3 game packs)
+     (also checked the lightgrid option)
+ 
  12/1/2002
    Gef & Michael Schlueter
    - bugs #295 and #279, new patches applied
 
1 file removed
Module File name Last version
GtkRadiant setup/data/baseq3/common-q3r.pk3 1.2
 
16 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.200 >>> 1.201
GtkRadiant setup/data/baseq3/common-spog.pk3 1.2 >>> 1.3
GtkRadiant setup/data/baseq3/scripts/common.shader 1.2 >>> 1.3
GtkRadiant setup/data/missionpack/scripts/common.shader 1.3 >>> 1.4
GtkRadiant setup/win32/template/File/Default.fdf 1.4 >>> 1.5
Executable Q3 1.3 >>> 1.4
Exectuable Wolf 1.3 >>> 1.4
GtkRadiant tools/quake3/common/surfaceflags.h 1.3 >>> 1.4
GtkRadiant tools/quake3/common/threads.c 1.6 >>> 1.7
GtkRadiant tools/quake3/q3map/bsp.c 1.16 >>> 1.17
GtkRadiant tools/quake3/q3map/light.c 1.12 >>> 1.13
GtkRadiant tools/quake3/q3map/light_bounce.c 1.1 >>> 1.2
GtkRadiant tools/quake3/q3map/shaders.c 1.13 >>> 1.14
GtkRadiant tools/quake3/q3map/shaders.h 1.6 >>> 1.7
GtkRadiant tools/quake3/q3map/surface.c 1.8 >>> 1.9
GtkRadiant tools/quake3/q3map/writebsp.c 1.4 >>> 1.5
--10109312133067-- From gtkradiant@zerowing.idsoftware.com Sun Jan 13 14:55:58 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 08:55:58 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-13 08:55 ------- Created an attachment (id=132) Patch to setup src, sets the user selected install location properly ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 15:05:28 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 09:05:28 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-13 09:05 ------- gah! Didn't quite get everything in that last patch... ignore that one, will post an updated one :/ ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 15:23:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 09:23:00 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-13 09:22 ------- Created an attachment (id=133) ... Sets the install path properly again (fixed manual entry updating the destination) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 16:05:16 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 13 Jan 2002 10:05:16 -0600 Subject: [Gtkradiant] CVS: setup.pl bug fix and IS updates Message-ID: This is a mixed plain/HTML MIME encoded message. --10109379166218 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/13 10:05:12 setup.pl bug fix and IS updates -- GtkRadiant/docs/developer/CHANGES 1.202 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.202 diff : TTimo - updating setup to use mapq3 module instead of map (both Wolf and Q3 game packs) (also checked the lightgrid option) + - fixed setup.pl bug for template gen from WorkDir/ 12/1/2002 Gef & Michael Schlueter 3 files modified : GtkRadiant/docs/developer/CHANGES 1.202 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.202 1.201 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.201 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.201&r2=text&tr2=1.202&f=h GtkRadiant/setup/win32/setup.pl 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h Exectuable/Wolf 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h --10109379166218 Content-Type: text/html CVS report
Commit from timo 2002/01/13   10:05:12


setup.pl bug fix and IS updates


GtkRadiant/docs/developer/CHANGES
    TTimo
    - updating setup to use mapq3 module instead of map (both Wolf and Q3 game packs)
      (also checked the lightgrid option)
+   - fixed setup.pl bug for template gen from WorkDir/
  
  12/1/2002
    Gef & Michael Schlueter
 
3 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.201 >>> 1.202
GtkRadiant setup/win32/setup.pl 1.8 >>> 1.9
Exectuable Wolf 1.4 >>> 1.5
--10109379166218-- From gtkradiant@zerowing.idsoftware.com Sun Jan 13 16:11:22 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 10:11:22 -0600 Subject: [Gtkradiant] [Bug 294] UPDATED: GTKRadiant manual html. Notes below. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=294 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-13 10:11 ------- checking in those changes. are there any left? (TA doc if I remember) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 16:12:03 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 13 Jan 2002 10:12:03 -0600 Subject: [Gtkradiant] CVS: bug #294, update to Q3Rad manual Message-ID: This is a mixed plain/HTML MIME encoded message. --10109383237673 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/13 10:11:55 bug #294, update to Q3Rad manual -- GtkRadiant/docs/developer/CHANGES 1.203 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.203 diff : - updating setup to use mapq3 module instead of map (both Wolf and Q3 game packs) (also checked the lightgrid option) - fixed setup.pl bug for template gen from WorkDir/ + Wolfen + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=294 + checked in updates to the manual links page and setup instructions + (i.e. new prefs dialog) 12/1/2002 Gef & Michael Schlueter 5 files modified : GtkRadiant/docs/developer/CHANGES 1.203 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.203 1.202 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.202 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.202&r2=text&tr2=1.203&f=h GtkRadiant/docs/manual/Q3Rad_Manual/Q3Rad_Manual_files/image002.png 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/Q3Rad_Manual_files/image002.png?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/Q3Rad_Manual_files/image002.png?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/Q3Rad_Manual_files/image002.png.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/docs/manual/Q3Rad_Manual/appndx/appn_e.htm 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/appndx/appn_e.htm?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/appndx/appn_e.htm?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/appndx/appn_e.htm.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/docs/manual/Q3Rad_Manual/ch01/pg1_1.htm 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/ch01/pg1_1.htm?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/ch01/pg1_1.htm?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/ch01/pg1_1.htm.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/docs/manual/Q3Rad_Manual/ch01/pg1_2.htm 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/ch01/pg1_2.htm?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/ch01/pg1_2.htm?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/ch01/pg1_2.htm.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h --10109383237673 Content-Type: text/html CVS report
Commit from timo 2002/01/13   10:11:55


bug #294, update to Q3Rad manual


GtkRadiant/docs/developer/CHANGES
    - updating setup to use mapq3 module instead of map (both Wolf and Q3 game packs)
      (also checked the lightgrid option)
    - fixed setup.pl bug for template gen from WorkDir/
+   Wolfen
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=294
+     checked in updates to the manual links page and setup instructions
+     (i.e. new prefs dialog)
  
  12/1/2002
    Gef & Michael Schlueter
 
5 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.202 >>> 1.203
GtkRadiant docs/manual/Q3Rad_Manual/Q3Rad_Manual_files/image002.png 1.2 >>> 1.3
GtkRadiant docs/manual/Q3Rad_Manual/appndx/appn_e.htm 1.3 >>> 1.4
GtkRadiant docs/manual/Q3Rad_Manual/ch01/pg1_1.htm 1.2 >>> 1.3
GtkRadiant docs/manual/Q3Rad_Manual/ch01/pg1_2.htm 1.2 >>> 1.3
--10109383237673-- From gtkradiant@zerowing.idsoftware.com Sun Jan 13 16:22:48 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 10:22:48 -0600 Subject: [Gtkradiant] [Bug 239] unintended duplication of brushes. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=239 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-13 10:22 ------- several issues seem to collide on this one I can still reproduce the problem with the parasite brush getting pushed into the undo. This problem looks like a side effect of the crappy event management we have. A deselect event should probably trigger cancellation of the drag state. There is no clean way of doing that I think without cleaning up and working with a state machine. So if this particular problem doesn't have worse consequences that the undo parasite, I'd say it should a known issue and closed as wontfix ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 16:25:40 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 10:25:40 -0600 Subject: [Gtkradiant] [Bug 219] bobtoolz doesn't build in 1.2 tree Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |gbiggans@uglab.eee.strath.ac | |.uk Summary|Patch split / merge causes |bobtoolz doesn't build in |radiant crash |1.2 tree ------- Additional Comments From ttimo@idsoftware.com 2002-01-13 10:25 ------- Apart from the crash initially reported for this bug, bobtoolz doesn't build in trunk currently. Changing bug summary to make the situation more clear. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 17:24:38 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 13 Jan 2002 11:24:38 -0600 Subject: [Gtkradiant] CVS: correct MP/SP eninge spawn Message-ID: This is a mixed plain/HTML MIME encoded message. --101094267810231 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/13 11:24:31 correct MP/SP eninge spawn -- GtkRadiant/docs/developer/CHANGES 1.204 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.204 diff : - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=294 checked in updates to the manual links page and setup instructions (i.e. new prefs dialog) + - correct spawning between SP and MP mapping mode 12/1/2002 Gef & Michael Schlueter 2 files modified : GtkRadiant/docs/developer/CHANGES 1.204 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.204 1.203 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.203 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.203&r2=text&tr2=1.204&f=h GtkRadiant/radiant/watchbsp.cpp 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.18 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.17 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp.diff?r1=text&tr1=1.17&r2=text&tr2=1.18&f=h --101094267810231 Content-Type: text/html CVS report
Commit from timo 2002/01/13   11:24:31


correct MP/SP eninge spawn


GtkRadiant/docs/developer/CHANGES
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=294
      checked in updates to the manual links page and setup instructions
      (i.e. new prefs dialog)
+   - correct spawning between SP and MP mapping mode
  
  12/1/2002
    Gef & Michael Schlueter
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.203 >>> 1.204
GtkRadiant radiant/watchbsp.cpp 1.17 >>> 1.18
--101094267810231-- From gtkradiant@zerowing.idsoftware.com Sun Jan 13 18:27:05 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 13 Jan 2002 19:27:05 +0100 Subject: [Gtkradiant] Re: can you confirm In-Reply-To: <000501c19ca2$570d29c0$02010101@paulo> Message-ID: <5.0.2.1.2.20020113192614.02567df8@192.168.1.1> This is NOT an official page, and in no way related to us. Look here for nightlies: http://zerowing.idsoftware.com/nightly regards TTimo At 18:22 13/01/2002 -0800, you wrote: >Hi Ttimo > >can you confirm if this link has the "latest" nightly build? >http://teamhuh.net/raven/FileDownloads.htm >I ask because its one of the few dloads that work well for me on 5.6k modem >I follow the GTK digest and Q3world forums and have kept >upto date with ydnar q3map and am watching for more RTCW implementation. >Thanks for all your efforts you put into the entire editing community! ;) > >regards >Paulo (mapper) From gtkradiant@zerowing.idsoftware.com Sun Jan 13 18:59:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 12:59:00 -0600 Subject: [Gtkradiant] [Bug 297] fixes needed to .pid file check, console logging and preferences reset Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=297 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-13 12:58 ------- the startup happens in two steps now, there is a global prefs and game select step prior to the usual startup console logging needs to start as early as possible for efficient debugging .. moving to the global pref. we check for .pid existence after we init game prefs. There is a possibility that something would fail in the game prefs dialog / global prefs loading process, which we don't catch now. We prompt for cleanup of the game prefs / stateful information, which we can't do properly without global game info loaded. switching to a two-step .pid solution: we will use g_strAppPath + "radiant.pid" for global startup (i.e. very temporary) and a radiant-game.pid file in the game installation path (i.e. until we reach interactivity). going to do that now ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 21:18:58 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 15:18:58 -0600 Subject: [Gtkradiant] [Bug 298] New: Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 Summary: Copy/Paste is broken since new map-module Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: hydra@hydras-world.com symptoms: create a brush, keep it selected select edit/copy select edit/paste original brushes are NOT deselected like the were before. it's now harder to keep copying and pasting brushes to build a map like this, I class this as something that needs to be fixed. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 21:35:55 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 15:35:55 -0600 Subject: [Gtkradiant] [Bug 297] fixes needed to .pid file check, console logging and preferences reset Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=297 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-13 15:35 ------- done and tested .. at least the minimum ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 21:39:48 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 13 Jan 2002 15:39:48 -0600 Subject: [Gtkradiant] CVS: pid checks and console logging reorg (#297) Message-ID: This is a mixed plain/HTML MIME encoded message. --101095798715173 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/13 15:39:35 pid checks and console logging reorg (#297) -- GtkRadiant/docs/developer/CHANGES 1.205 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.205 diff : (also checked the lightgrid option) - fixed setup.pl bug for template gen from WorkDir/ Wolfen - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=294 checked in updates to the manual links page and setup instructions (i.e. new prefs dialog) - - correct spawning between SP and MP mapping mode 12/1/2002 Gef & Michael Schlueter --- 11,23 ---- - updating setup to use mapq3 module instead of map (both Wolf and Q3 game packs) (also checked the lightgrid option) - fixed setup.pl bug for template gen from WorkDir/ + - correct spawning between SP and MP mapping mode + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=297 + .pid check, console logging and prefs cleanup Wolfen - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=294 checked in updates to the manual links page and setup instructions (i.e. new prefs dialog) 12/1/2002 Gef & Michael Schlueter 7 files modified : GtkRadiant/docs/developer/CHANGES 1.205 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.205 1.204 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.204 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.204&r2=text&tr2=1.205&f=h GtkRadiant/radiant/main.cpp 1.36 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.36 1.35 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.35 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp.diff?r1=text&tr1=1.35&r2=text&tr2=1.36&f=h GtkRadiant/radiant/mainframe.cpp 1.64 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.64 1.63 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.63 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.63&r2=text&tr2=1.64&f=h GtkRadiant/radiant/preferences.cpp 1.28 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.28 1.27 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.27 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.27&r2=text&tr2=1.28&f=h GtkRadiant/radiant/preferences.h 1.21 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.21 1.20 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.20 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&f=h GtkRadiant/radiant/qe3.cpp 1.47 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.47 1.46 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.46 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp.diff?r1=text&tr1=1.46&r2=text&tr2=1.47&f=h GtkRadiant/radiant/qe3.h 1.46 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.46 1.45 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.45 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h.diff?r1=text&tr1=1.45&r2=text&tr2=1.46&f=h --101095798715173 Content-Type: text/html CVS report
Commit from timo 2002/01/13   15:39:35


pid checks and console logging reorg (#297)


GtkRadiant/docs/developer/CHANGES
      (also checked the lightgrid option)
    - fixed setup.pl bug for template gen from WorkDir/
    Wolfen
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=294
      checked in updates to the manual links page and setup instructions
      (i.e. new prefs dialog)
-   - correct spawning between SP and MP mapping mode
  
  12/1/2002
    Gef & Michael Schlueter
--- 11,23 ----
    - updating setup to use mapq3 module instead of map (both Wolf and Q3 game packs)
      (also checked the lightgrid option)
    - fixed setup.pl bug for template gen from WorkDir/
+   - correct spawning between SP and MP mapping mode
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=297
+     .pid check, console logging and prefs cleanup
    Wolfen
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=294
      checked in updates to the manual links page and setup instructions
      (i.e. new prefs dialog)
  
  12/1/2002
    Gef & Michael Schlueter
 
7 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.204 >>> 1.205
GtkRadiant radiant/main.cpp 1.35 >>> 1.36
GtkRadiant radiant/mainframe.cpp 1.63 >>> 1.64
GtkRadiant radiant/preferences.cpp 1.27 >>> 1.28
GtkRadiant radiant/preferences.h 1.20 >>> 1.21
GtkRadiant radiant/qe3.cpp 1.46 >>> 1.47
GtkRadiant radiant/qe3.h 1.45 >>> 1.46
--101095798715173-- From gtkradiant@zerowing.idsoftware.com Sun Jan 13 21:57:54 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 13 Jan 2002 22:57:54 +0100 Subject: [Gtkradiant] new 1.2 nightly Message-ID: <5.0.2.1.2.20020113225103.0258d170@wheresmymailserver.com> New 1.2.1-nightly is available. http://zerowing.idsoftware.com/nightly/GtkRadiantSetup-1.2.1-nightly-01132002.exe It's not publicly/officially available on the nightly page yet, but it will be soon. Most noticeable changes since last setup: - spog's map-module branch merged in, fixes various bugs and misfeatures - BSP monitoring / project template works again with long pathnames / spaces in install (went back to short win32 path names) - Wolfen's Q3Rad manual updates - ydnar's q3map 1.2.1-y8 with lightgrid common shader and editor image TTimo From gtkradiant@zerowing.idsoftware.com Sun Jan 13 22:10:23 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 16:10:23 -0600 Subject: [Gtkradiant] [Bug 299] New: need mp_* sp_* filtering in Wolf VFS Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=299 Summary: need mp_* sp_* filtering in Wolf VFS Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com 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 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 22:22:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 16:22:05 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From hydra@hydras-world.com 2002-01-13 16:22 ------- Created an attachment (id=134) patch to fix! ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 22:23:21 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 16:23:21 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 hydra@hydras-world.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From hydra@hydras-world.com 2002-01-13 16:23 ------- this patch fixes this problem, and also adds an option to prefs so that the user can choose wether pressing the space bar clones then moves the brushes or just clones them and leaves them alone. patch in asap! ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 22:27:31 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Sun, 13 Jan 2002 23:27:31 +0100 Subject: [Gtkradiant] Converting between map formats/Map module API ? References: <5.0.2.1.2.20020113192614.02567df8@192.168.1.1> Message-ID: <001701c19c81$89686900$0100a8c0@hydra01> How are going to handle conversion from one map format to the new xml format ? At the moment the routines to load and save maps use the required map module to load and save maps and there's no option to save using a different plugin. It would make sense that when you're doing a save you should be able to specify a file type from the filters list. The filter list should be built by checking the list of plugins that were loaded for "map module" plugins. Currently you can't get a list of extensions from the plugin's "version_name" (which are currently "quake3" and "xml" for map modules) so the map module API needs a way of giving radiant a list of file extensions it supports so that radiant can build a table of extensions-to-plugins. Might be a good idea to get this API addition in now, so that we can then build all the rest of the stuff in the synapse branch around it. (Just so that map plugin writers can starting writing new plugins based on the new API that came in with the map-module branch's changes). Should I/we enter this on bugzilla ? Dom / Hydra From gtkradiant@zerowing.idsoftware.com Sun Jan 13 22:56:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 13 Jan 2002 16:56:54 -0600 Subject: [Gtkradiant] [Bug 300] New: Help menu HTML docs links needs updating Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=300 Summary: Help menu HTML docs links needs updating Product: GtkRadiant Version: 1.2-nightly OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: setup AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com but the links to the documents in the dir installed (folder in windows start menu) and even whats in the help menu all do not work Wolfen: yeah I should probably put that on the todo hehe not surprising given that we have completetely changed the installation layout We have general docs (which are installed in Program Files\GtkRadiant) and we have pre-game docs how do we work out HTML installation and correct links in Help menu from that? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 13 23:00:01 2002 From: gtkradiant@zerowing.idsoftware.com (ray@crytek) Date: Mon, 14 Jan 2002 00:00:01 +0100 Subject: [Gtkradiant] new 1.2 nightly References: <5.0.2.1.2.20020113225103.0258d170@wheresmymailserver.com> Message-ID: <000901c19c86$0806ab10$7a00a8c0@CRYTEK.DE> Possible problem with q3map -light; Script file F:/Quake III Arena/scripts/shaderlist.txt was not found should be Script file F:/Quake III Arena/baseq3/scripts/shaderlist.txt was not found Also the new q3map -light does not seem as 'good' as the old one but maybe I need to play with it some more (I'm guessing I really need to play with some more) here is the top of the -light; F:\Quake III Arena>"F:\Quake III Arena\GtkRadiant-1.2.1\q3map.exe" -light -extra -patchshadows "F:\Quake III Arena\baseq3\maps\start-rad.bsp" Q3Map - v1.2.1-y8 (c) 1999 Id Software Inc. GtkRadiant - v1.2.1-nightly Jan 13 2002 Default game config: Quake III Arena qdir: F:\Quake III Arena\ gamedir: F:/Quake III Arena/baseq3/ VFS Init: F:/Quake III Arena/baseq3/ He who illuminated this, illuminate me. ----- Lighting ---- Extra detail tracing Patch shadow casting enabled 1 threads Script file F:/Quake III Arena/scripts/shaderlist.txt was not found reading F:\Quake III Arena\baseq3\maps\start-rad.bsp ----- Original Message ----- From: "Timothee Besset" To: Sent: Sunday, January 13, 2002 10:57 PM Subject: [Gtkradiant] new 1.2 nightly > New 1.2.1-nightly is available. > http://zerowing.idsoftware.com/nightly/GtkRadiantSetup-1.2.1-nightly-0113200 2.exe > > It's not publicly/officially available on the nightly page yet, but it will > be soon. Most noticeable changes since last setup: > > - spog's map-module branch merged in, fixes various bugs and misfeatures > - BSP monitoring / project template works again with long pathnames / > spaces in install (went back to short win32 path names) > - Wolfen's Q3Rad manual updates > - ydnar's q3map 1.2.1-y8 with lightgrid common shader and editor image > > TTimo > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Sun Jan 13 23:48:57 2002 From: gtkradiant@zerowing.idsoftware.com (ray@crytek) Date: Mon, 14 Jan 2002 00:48:57 +0100 Subject: [Gtkradiant] new 1.2 nightly References: <5.0.2.1.2.20020113225103.0258d170@wheresmymailserver.com> Message-ID: <000d01c19c8c$ddf770a0$7a00a8c0@CRYTEK.DE> I needed to add -fs_basepath "F:\Quake III Arena" to my batch files, thats all. I also noticed the changelog.txt has not been updated with the install. This is where I went looking for answer first. From gtkradiant@zerowing.idsoftware.com Mon Jan 14 01:05:14 2002 From: gtkradiant@zerowing.idsoftware.com (Steve Orrell) Date: Mon, 14 Jan 2002 01:05:14 +0000 Subject: [Gtkradiant] new 1.2 nightly In-Reply-To: <5.0.2.1.2.20020113225103.0258d170@wheresmymailserver.com> Message-ID: <5.1.0.14.2.20020114005920.02034008@pop.clara.net> Timothee Besset >New 1.2.1-nightly is available. >http://zerowing.idsoftware.com/nightly/GtkRadiantSetup-1.2.1-nightly-01132002.exe I hope I'm not off-beam with this but I think I've noticed a problem with this (versus 1.1.2nightly), namely; I've been doing simple things like placing weapons and I've noticed that once a weapon entity has been placed and de-selected it can't be re-selected by or , etc.. It can be "selected" by selection>select complete tall, etc.. Hope this helps. Steve... From gtkradiant@zerowing.idsoftware.com Mon Jan 14 08:42:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 14 Jan 2002 02:42:05 -0600 Subject: [Gtkradiant] [Bug 301] New: entity selection bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 Summary: entity selection bug Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com >New 1.2.1-nightly is available. >http://zerowing.idsoftware.com/nightly/GtkRadiantSetup-1.2.1-nightly-01132002.exe Unconfirmed yet, needs to be checked: ------------------------------------- From: Steve Orrell I hope I'm not off-beam with this but I think I've noticed a problem with this (versus 1.1.2nightly), namely; I've been doing simple things like placing weapons and I've noticed that once a weapon entity has been placed and de-selected it can't be re-selected by or , etc.. It can be "selected" by selection>select complete tall, etc.. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 14 08:56:12 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 14 Jan 2002 02:56:12 -0600 Subject: [Gtkradiant] [Bug 302] New: need documentation for new q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=302 Summary: need documentation for new q3map Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com the new options and features in ydnar's q3map builds need to be documented. In the current setup we have the q3map command line documentation, that should be what gets updated. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 14 09:16:28 2002 From: gtkradiant@zerowing.idsoftware.com (Gef) Date: Mon, 14 Jan 2002 20:16:28 +1100 Subject: [Gtkradiant] Re: Linux installation of radiant In-Reply-To: <1010948082.520.0.camel@donald> References: <1010948082.520.0.camel@donald> Message-ID: <20020114201628.74ff7098.gefdavis@dingoblue.net.au> Michael, Howdy :] > I have some suggestion and question about the latest cvs version of > radiant. You should probably ask these on the GtkRadiant mailing list > - setup/linux/config/wolf.data: path should be "main" not "wolf" (It's > where the pk3 files are for the game) Er, Your right, my bad > - setup/linux/setup.data/config.games.sh: Environment variable to the > gamepath missing. See attachment. My bad again ;] > - When starting radiant I get an OpenGL error: "Warning: OpenGL Error > GL_INVALID_VALUE - A numeric argument is out of range." > Do you get the same error? It's coming from glwidget.cpp: > gtk_glwiget_make_current() > Maybe that's the reason why it is so slow for me? Will have a look on > that next week. The GL_INVALID_VALUE error isn't a problem, couldn't tell you exactly whats causing it, but it's been around for a while Any slowdowns or performance problems are more likely to be caused by configuration issues external to radiant, although that may not appear to be the case initially > - errors while compiling contrib: The plugins in contrib haven't been updated since large changes were made to mathlib, and as a consequence are currently broken > Compiling plugins > cons: "." is up-to-date. > cons: error in file "plugins/vfspk3/Conscript": > Release/plugins/vfspk3/vfspk3.o > built (at least) two different ways: > plugins/vfspk3/Conscript, line 12: cons::Program > plugins/vfspk3/Conscript, line 12: cons::Program > cons: error in file "plugins/shaders/Conscript": > Release/plugins/shaders/plugin.o > built (at least) two different ways: > plugins/shaders/Conscript, line 12: cons::Program > plugins/shaders/Conscript, line 12: cons::Program > cons: error in file "plugins/image/Conscript": > Release/plugins/image/jpeg.o > built (at least) two different ways: > plugins/image/Conscript, line 13: cons::Program > plugins/image/Conscript, line 13: cons::Program > cons: script errors encountered: construction aborted > What is there wrong? Not sure, haven't had a chance to look into it, looks odd though > - You are able to compile curry_gtk and pk3man? These two are maintained separately to radiant, and afaik haven't been updated for the 1.2 branch > - setup/linux/makesdk.pl: The plugin map/map.so is now known as > mapq3/mapq3.so The mapq3 changes were made after I committed the linux/setup changes so, thats something that will need updating > Thanks, Michael Gef :] From gtkradiant@zerowing.idsoftware.com Mon Jan 14 14:51:26 2002 From: gtkradiant@zerowing.idsoftware.com (Gordon Biggans,,,) Date: Mon, 14 Jan 2002 08:51:26 -0600 Subject: [Gtkradiant] CVS: check perms Message-ID: This is a mixed plain/HTML MIME encoded message. --101101988630310 Content-Type: text/plain User : djbob Root : zerowing:/cvs Date : 2002/01/14 08:51:25 check perms -- GtkRadiant/docs/developer/CHANGES 1.206 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.206 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 14/1/2002 + TTimo + - adding djbob write access for bobtoolz + 13/1/2002 ydnar - q3map code updates 1.2.1-y8 1 files modified : GtkRadiant/docs/developer/CHANGES 1.206 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.206 1.205 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.205 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.205&r2=text&tr2=1.206&f=h --101101988630310 Content-Type: text/html CVS report
Commit from djbob 2002/01/14   08:51:25


check perms


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 14/1/2002
+   TTimo
+   - adding djbob write access for bobtoolz
+ 
  13/1/2002
    ydnar
    - q3map code updates 1.2.1-y8
 
1 file modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.205 >>> 1.206
--101101988630310-- From gtkradiant@zerowing.idsoftware.com Mon Jan 14 15:32:49 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 14 Jan 2002 09:32:49 -0600 Subject: [Gtkradiant] [Bug 301] entity selection bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-14 09:32 ------- I've had the same problem as well this weekend with the currently nightly that TTimo just released. After I create an entity, and then deselect it I can no longer select it again unless I use the 'brush selection' tools (select inside, complete, tall, touching, etc...) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 14 15:35:13 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 14 Jan 2002 09:35:13 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-14 09:35 ------- Right now with the current nightly build, if I select a brush, and hit the spacebar to 'clone' it, the brush that it created is selected now and the original is deselected, do you mean something different, because I personally like this behavior... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 14 15:35:15 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 14 Jan 2002 09:35:15 -0600 Subject: [Gtkradiant] [Bug 301] entity selection bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-14 09:35 ------- smells like something introduce by recent patches? I didn't review anything at all in Spog's map-module patches. There was a fix for select face inside a patch crash too .. maybe that's related ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 14 21:53:44 2002 From: gtkradiant@zerowing.idsoftware.com (Steve Orrell) Date: Mon, 14 Jan 2002 21:53:44 +0000 Subject: [Gtkradiant] Second possible problem with 1.2.1-nightly Message-ID: <5.1.0.14.2.20020114215020.02093fc0@pop.clara.net> Hi there, I've come across what seems to me to be another hiccup with 1.2.1-nightly, namely; selecting Plugins > Refresh from the menu bar crashes the program Plugins > also does not list the [full?] contents of /Plugins/ ) Best, Steve... From gtkradiant@zerowing.idsoftware.com Mon Jan 14 21:55:25 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 14 Jan 2002 22:55:25 +0100 Subject: [Gtkradiant] Second possible problem with 1.2.1-nightly In-Reply-To: <5.1.0.14.2.20020114215020.02093fc0@pop.clara.net> References: <5.1.0.14.2.20020114215020.02093fc0@pop.clara.net> Message-ID: <20020114225525.565aad61.ttimo@idsoftware.com> We should probably remove the 'refresh'. It doesn't work, specially when it's modules and not plugins, and we don't really have any intention to make it work either. Who's doing this? ;-) TTimo On Mon, 14 Jan 2002 21:53:44 +0000 Steve Orrell wrote: > Hi there, > > I've come across what seems to me to be another hiccup with 1.2.1-nightly, > namely; > > selecting Plugins > Refresh from the menu bar crashes the program > > > Plugins > also does not list the [full?] contents of /Plugins/ ) > > > > > Best, > > > > > Steve... > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Mon Jan 14 23:38:57 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 14 Jan 2002 17:38:57 -0600 Subject: [Gtkradiant] [Bug 303] New: Dialog Boxs Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=303 Summary: Dialog Boxs Product: GtkRadiant Version: 1.1.1 OS/Version: other Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: gearworld@videotron.ca Every dialog, doesnt remember its position and size. Always to resize and reposition it on the screen. VERY anoying. Good luck ! ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 02:11:58 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 14 Jan 2002 20:11:58 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From hydra@hydras-world.com 2002-01-14 20:11 ------- no no no, that's exactly right. but selecting edit/copy and then edit/paste does not exihibit the same behaviour as CLONEing a brush using space. when you CLONE a brush the clone is moved down and right (as from top xy view) and then the CLONE is left selected and the original is de-selected. when you edit/copy then edit/paste, in old versions of radiant prior to map-module merge, the same happens (brush is duplicated) but the duplicate is NOT moved. (which I like). but AFTER the map-module merge the original brushes are NOT de-selected on an edit/copy then edit/paste (pressing space is NOT affected). this patch leaves SPACE unchanged by default (so you remain happy), adds the option to NOT move the duplicated brushes (which I like) and restores the edit/copy then edit/paste to it's original functionality. Addtionally it adds an option to preferences so that pressing space can be made so that is DOES NOT move the clones brush (which I like, but you don't, hence the preference setting, default is how you like it and how everyone else expects it). ok ? patch in... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 02:17:33 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 14 Jan 2002 20:17:33 -0600 Subject: [Gtkradiant] [Bug 303] Dialog Boxs Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=303 hydra@hydras-world.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From hydra@hydras-world.com 2002-01-14 20:17 ------- i agree, this gets on my nerves too.. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 02:11:44 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Tue, 15 Jan 2002 03:11:44 +0100 Subject: [Gtkradiant] Second possible problem with 1.2.1-nightly References: <5.1.0.14.2.20020114215020.02093fc0@pop.clara.net> <20020114225525.565aad61.ttimo@idsoftware.com> Message-ID: <001d01c19d6a$64718520$0100a8c0@hydra01> agreed, does anyone ever use refresh ? and if so, why ? ----- Original Message ----- From: "Timothee Besset" To: Sent: Monday, January 14, 2002 10:55 PM Subject: Re: [Gtkradiant] Second possible problem with 1.2.1-nightly > We should probably remove the 'refresh'. It doesn't work, specially when > it's modules and not plugins, and we don't really have any intention to > make it work either. Who's doing this? ;-) From gtkradiant@zerowing.idsoftware.com Tue Jan 15 09:01:25 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 15 Jan 2002 10:01:25 +0100 Subject: [Gtkradiant] Second possible problem with 1.2.1-nightly In-Reply-To: <001d01c19d6a$64718520$0100a8c0@hydra01> References: <5.1.0.14.2.20020114215020.02093fc0@pop.clara.net> <20020114225525.565aad61.ttimo@idsoftware.com> <001d01c19d6a$64718520$0100a8c0@hydra01> Message-ID: <20020115100125.3eafb467.ttimo@idsoftware.com> The refresh command is a remnant from the first plugin implementations in QERadiant. Even at that time it was not properly supported, because nothing forced you when you were writing the plugin to support the functionality. Now what we 'could' do, is have a seperate API for plugin refresh, and ask the plugins we load wether they support the feature. The only use I could see to this is during plygin developement, which would allow you to rebuild a new bin and reload it without closing the editor. Given binary files locking on win32 I'm not even sure this is possible. And we are not in a situation where we want to have maximum uptime of the editor while we are developing for it. .. so I say .. it can safely go away. TTimo On Tue, 15 Jan 2002 03:11:44 +0100 "Hydra" wrote: > agreed, does anyone ever use refresh ? and if so, why ? > > ----- Original Message ----- > From: "Timothee Besset" > To: > Sent: Monday, January 14, 2002 10:55 PM > Subject: Re: [Gtkradiant] Second possible problem with 1.2.1-nightly > > > > We should probably remove the 'refresh'. It doesn't work, specially when > > it's modules and not plugins, and we don't really have any intention to > > make it work either. Who's doing this? ;-) > > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Tue Jan 15 09:11:08 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 03:11:08 -0600 Subject: [Gtkradiant] [Bug 303] Dialog Boxs Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=303 ------- Additional Comments From ttimo@idsoftware.com 2002-01-15 03:11 ------- the 'important' boxes are saving size and position afaik (brush/patch inspector and entity inspector). The entity inspector exhibits some weirdness with it's internal layout sometimes, and other third-world dialog boxes don't have position saving at all. Patches are welcome, personnaly I don't put this very high on priority list. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 09:13:21 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 03:13:21 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-15 03:13 ------- We will wait for more 'pro' advice about this. I wouldn't be surprised to hear that the 'no deselection after copy' behaviour was intended. Anyone tried in GtkRadiant 1.1.1 to check what the behaviour is? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 13:03:22 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 07:03:22 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From hydra@hydras-world.com 2002-01-15 07:03 ------- 1.1.1 deselectes original entities, that's how i noticed this bug :) How about I add a preference setting so that it can be toggled.... /me goes away and does it.. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 13:06:08 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 07:06:08 -0600 Subject: [Gtkradiant] [Bug 301] entity selection bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 ------- Additional Comments From hydra@hydras-world.com 2002-01-15 07:06 ------- gah, can't type. I mean "models" not "modules" ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 13:04:39 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 07:04:39 -0600 Subject: [Gtkradiant] [Bug 301] entity selection bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 ------- Additional Comments From hydra@hydras-world.com 2002-01-15 07:04 ------- this only happens to entities that are shown as modules. if you set all entities to be displayed as BOUNDING BOXES you can select them fine. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 13:21:18 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 07:21:18 -0600 Subject: [Gtkradiant] [Bug 304] New: gtkradiant crashs windows XP on program run Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=304 Summary: gtkradiant crashs windows XP on program run Product: GtkRadiant Version: 1.1.1 OS/Version: other Status: NEW Severity: normal Priority: P1 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: rgrocket1@home.com after the install on gtkradiant 1.1.1 , I got to run the gtkradiant editor program from my program files and my system reboots ? wierd.. this also happends with q3radiant.. this is a clean install of windows XP professional , and clean install of gtkradiant.. please help , i want to build some q3 maps like i did with windows 98se.. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 13:24:37 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 07:24:37 -0600 Subject: [Gtkradiant] [Bug 304] gtkradiant crashs windows XP on program run Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=304 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |INVALID ------- Additional Comments From ttimo@idsoftware.com 2002-01-15 07:24 ------- GL drivers in winXP are still buggy. Newer systems are NOT a good thing for production use. If you have a non nvidia board, don't look further, it's drivers. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 13:27:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 07:27:03 -0600 Subject: [Gtkradiant] [Bug 301] entity selection bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 ------- Additional Comments From ttimo@idsoftware.com 2002-01-15 07:27 ------- bounding box display does model selection by tris-testing, and not box testing. could this be the problem / broken thing ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 13:28:10 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 07:28:10 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From ttimo@idsoftware.com 2002-01-15 07:28 ------- if 1.1.1 doesn't exhibit this behaviour, it's likely that we should fix it in 1.2 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 13:49:07 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 07:49:07 -0600 Subject: [Gtkradiant] [Bug 301] entity selection bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 ------- Additional Comments From hydra@hydras-world.com 2002-01-15 07:49 ------- Created an attachment (id=135) Patch to fix. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 13:50:35 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 07:50:35 -0600 Subject: [Gtkradiant] [Bug 301] entity selection bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 ------- Additional Comments From hydra@hydras-world.com 2002-01-15 07:50 ------- Patch to revert copying/cloning of brushes to how it was in 1.1.1, and adds two preference settings ( 1) Nudge Clones Brushes and 2) Delect Original brushes on clone) so that users can decide if they want it spog's way or the 1.1.1 way, or a new way that I like better. apply with "patch -lp 1 http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From hydra@hydras-world.com 2002-01-15 07:52 ------- Created an attachment (id=136) Patch to fix, ignore the old one. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 13:52:32 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 07:52:32 -0600 Subject: [Gtkradiant] [Bug 301] entity selection bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 ------- Additional Comments From hydra@hydras-world.com 2002-01-15 07:52 ------- oops, that patch was for bug 298.. sorry! ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 13:53:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 07:53:05 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From hydra@hydras-world.com 2002-01-15 07:53 ------- Patch to revert copying/cloning of brushes to how it was in 1.1.1, and adds two preference settings ( 1) Nudge Clones Brushes and 2) Delect Original brushes on clone) so that users can decide if they want it spog's way or the 1.1.1 way, or a new way that I like better. apply with "patch -lp 1 http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305 Summary: Bad textures cause radiant to lock up during texture load. Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: rr2do2@q3f.com Fixed this by making sure that imagelib doesn't try to continue loading textures after it detected that they are faulty. Patch also includes a common/lightgrid filter for in the filter menu. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 18:12:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 12:12:05 -0600 Subject: [Gtkradiant] [Bug 305] Bad textures cause radiant to lock up during texture load. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305 ------- Additional Comments From rr2do2@q3f.com 2002-01-15 12:12 ------- Created an attachment (id=137) Patch fixing imageload problems and adds lightgrid filter. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 15 22:50:52 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 16:50:52 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-15 16:50 ------- Created an attachment (id=138) More fixes picked up by Michael. media path, engine/base path, map.so->mapq3.so ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 16 02:49:44 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 20:49:44 -0600 Subject: [Gtkradiant] [Bug 306] New: Patch 'Natural' texturing function Crashes Radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306 Summary: Patch 'Natural' texturing function Crashes Radiant Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: blocker Priority: P1 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: eviltypeguy@qeradiant.com Steps to reproduce: 1) Create a new brush 2) Make it a simple patch mesh 3) Clone patch mesh by hitting space bar 4) Select the new clone 5) Use the patch inspector on it 6) Hit the naturalize patch button Result: crashes on: radiant/pmesh.cpp:710 int nWidth = (int)(p->d_texture->width * g_PrefsDlg.m_fTextureDefaultScale); Of interest is p->d_texture's value: p->width: 3 p->height: 3 p->contents: -842150451 p->flags: -842150451 p->value: -842150451 p->type: -842150451 p->d_texture: 0xcdcdcdcd epairs: 0xcdcdcdcd pData: 0xcdcdcdcd Obviously the problem is that d_texture is NULL causing problems with the p- >d_texture->width * statement above. What's causing it is obviously somewhere inside of clone/duplicate... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 16 02:51:22 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 20:51:22 -0600 Subject: [Gtkradiant] [Bug 306] Patch 'Natural' texturing function Crashes Radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-15 20:51 ------- I also might note that 1) saving these patches after creating the original and the clone in a map 2) exiting the editor 3) running the editor again 4) loading the saved map 5) and attempting to use patch natural texturing on the clone still causes a crash ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 16 02:58:32 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 20:58:32 -0600 Subject: [Gtkradiant] [Bug 307] New: Patch Inspector Semi-Broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=307 Summary: Patch Inspector Semi-Broken Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: blocker Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: eviltypeguy@qeradiant.com The input boxes on the patch inspector dialog do not display the correct information or update properly. For example, values in patch inspector dialog when I first open it up for a selected patch: ------------- X: 88 Y: -576 Z: 24 S: 0 T: 0.875 Horizontal Shift: 8 Vertical Shift: 8 Horizontal Stretch: 0.5 Vertical Stretch: 0.5 Rotate: -90 ------------- Things that are broken: 1) none of the texturing input boxes update when the controls next to them are used 2) Changing rotate texturing value causes the T: input box to have some extremely bizarre value put into it, for example with the above numbers clicking the 'down' arrow next to the rotate label causes T: to have this value: T: -3.82475e-008 3) Clicking the 'up' arrow next to the rotate label after clicking the 'down' arrow causes S: and T: to ahve these values: S: 8.88178e-016 T: 0.875 Obviously, T is correct again (I think...) but S is *way* off... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 16 03:37:09 2002 From: gtkradiant@zerowing.idsoftware.com (djbob) Date: Wed, 16 Jan 2002 03:37:09 -0000 Subject: [Gtkradiant] [Bug 307] New: Patch Inspector Semi-Broken References: Message-ID: <000901c19e3f$13e2bf40$86b7fd3e@sentinal> > Things that are broken: > 1) none of the texturing input boxes update when the controls next to them are > used these display the amount you wish to alter by, NOT the amount they are already altered. > 2) Changing rotate texturing value causes the T: input box to have some > extremely bizarre value put into it, for example with the above numbers > clicking the 'down' arrow next to the rotate label causes T: to have this > value: > T: -3.82475e-008 > flaoting point error most likely, t is still ~= 0 > 3) Clicking the 'up' arrow next to the rotate label after clicking the 'down' > arrow causes S: and T: to ahve these values: > S: 8.88178e-016 > T: 0.875 > > Obviously, T is correct again (I think...) but S is *way* off... nope.... S ~= 0..... close as invalid? -djbob From gtkradiant@zerowing.idsoftware.com Wed Jan 16 04:56:14 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 22:56:14 -0600 Subject: [Gtkradiant] [Bug 307] Clarify Patch Inspector Dialog Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=307 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |eviltypeguy@qeradiant.com Platform| |All Summary|Patch Inspector Semi-Broken |Clarify Patch Inspector | |Dialog ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-15 22:56 ------- Nevermind, djbob explained some things to me. Apparently the patch inspector works *much* differently than I thought. The dialog *to me* looks similar to the normal surface dialog, I did not realize that the input boxes for texturing were step amounts and not real amounts. Hence, I think it should be clarified and I will attach a patch to clarify this error. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 16 04:57:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 15 Jan 2002 22:57:05 -0600 Subject: [Gtkradiant] [Bug 307] Clarify Patch Inspector Dialog Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=307 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-15 22:57 ------- Oh, the bizarre S value is likely a floating point rounding error according to djbob as well.... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 16 16:44:35 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Wed, 16 Jan 2002 10:44:35 -0600 Subject: [Gtkradiant] CVS: do more agressif brandelfing Message-ID: This is a mixed plain/HTML MIME encoded message. --10111994756894 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/16 10:44:34 do more agressif brandelfing -- 1 files modified : setup/vslick/debug.sh 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/vslick/debug.sh?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/vslick/debug.sh?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/vslick/debug.sh.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h --10111994756894 Content-Type: text/html CVS report
Commit from timo 2002/01/16   10:44:34


do more agressif brandelfing


 
1 file modified
Module File name Version
setup vslick/debug.sh 1.4 >>> 1.5
--10111994756894-- From gtkradiant@zerowing.idsoftware.com Wed Jan 16 16:51:49 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Wed, 16 Jan 2002 10:51:49 -0600 Subject: [Gtkradiant] CVS: damn auto* Message-ID: This is a mixed plain/HTML MIME encoded message. --10111999098558 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/16 10:51:43 damn auto* -- 1 files modified : setup/Makefile.in 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/Makefile.in?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/Makefile.in?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/Makefile.in.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h --10111999098558 Content-Type: text/html CVS report
Commit from timo 2002/01/16   10:51:43


damn auto*


 
1 file modified
Module File name Version
setup Makefile.in 1.1 >>> 1.2
--10111999098558-- From gtkradiant@zerowing.idsoftware.com Wed Jan 16 16:50:07 2002 From: gtkradiant@zerowing.idsoftware.com (Tim Rennie) Date: Wed, 16 Jan 2002 16:50:07 -0000 Subject: [Gtkradiant] CVS: do more agressif brandelfing Message-ID: <415C917D807AD411B72C00805FF7330B01380140@ThisAddressDoesNotExist> > Commit from timo2002/01/16 10:44:34 > > do more agressif brandelfing Is it painful? From gtkradiant@zerowing.idsoftware.com Thu Jan 17 15:42:26 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 17 Jan 2002 09:42:26 -0600 Subject: [Gtkradiant] [Bug 307] Clarify Patch Inspector Dialog Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=307 ------- Additional Comments From ttimo@idsoftware.com 2002-01-17 09:42 ------- The only actual issue I see in there is the display of ~=0 values in the inspector. Although it's technically a zero, it doesn't look good on screen. We could do some rounding before display, the problem is that afaik the current patch implementation reads back the values from what's in the text boxes. Meaning you are going to clamp systematically when you hit OK. This doesn't look like a really important issue to me in any case ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 17 17:54:06 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 17 Jan 2002 11:54:06 -0600 Subject: [Gtkradiant] [Bug 307] Clarify Patch Inspector Dialog Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=307 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-17 11:54 ------- It may not be a big one, but I'll make a small patch that labels the boxes as 'step' just like the other dialog for consistency and for a hint to people (like me) that may not understand why the behavior is different. Not a big deal, but something that may cause less frustration and questions to be asked :) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 04:33:30 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 17 Jan 2002 22:33:30 -0600 Subject: [Gtkradiant] [Bug 308] New: Ability to 'drag-select' brushes/faces in 3d camera view Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=308 Summary: Ability to 'drag-select' brushes/faces in 3d camera view Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: enhancement Priority: P2 Component: editor AssignedTo: eviltypeguy@qeradiant.com ReportedBy: eviltypeguy@qeradiant.com Ability to 'drag-select' brushes/faces in 3d camera view, currently the user has to click on each face/brush he wants to select in the camera view instead of being able to just 'click & drag' the pointer over each one of the faces/brushes you want to select, Powzer has given me some q3radiant code to do this, so I will port it to GtkRadiant and attach it to this bug. I will probably make a second version of this that allows the user to make it a preference since some people will likely prefer the old behavior... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 04:35:11 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 17 Jan 2002 22:35:11 -0600 Subject: [Gtkradiant] [Bug 308] Ability to 'drag-select' brushes/faces in 3d camera view Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=308 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-17 22:35 ------- Created an attachment (id=139) patch to add 'click & drag' multiple brush/face selection for camera view ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 04:58:47 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 17 Jan 2002 22:58:47 -0600 Subject: [Gtkradiant] [Bug 308] Ability to 'drag-select' brushes/faces in 3d camera view Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=308 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-17 22:58 ------- Hmm....seems there's an error with this patch on Linux according to Gef, I'll attach a fixed version shortly that also includes the new preferences option to toggle this new behavior off/on ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 05:21:34 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 17 Jan 2002 23:21:34 -0600 Subject: [Gtkradiant] [Bug 308] Ability to 'drag-select' brushes/faces in 3d camera view Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=308 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-17 23:21 ------- Created an attachment (id=140) Updated camera drag/select multiple brushes/faces patch w/ preferences option works on linux/win32 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 05:59:31 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 17 Jan 2002 23:59:31 -0600 Subject: [Gtkradiant] [Bug 307] Clarify Patch Inspector Dialog Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=307 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-17 23:59 ------- Created an attachment (id=141) This "clarifies" the patch dialog for those like me who might not realize that the values here are "step" values and not "updated display" values ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 06:00:29 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 18 Jan 2002 00:00:29 -0600 Subject: [Gtkradiant] [Bug 224] Would be nice to display snapshots, maybe rename them for file open dialog Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=224 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-18 00:00 ------- accepting ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 06:00:31 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 18 Jan 2002 00:00:31 -0600 Subject: [Gtkradiant] [Bug 255] load texture directory starts "program files/microsoft office/office" directory Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-18 00:00 ------- accepting ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 10:52:07 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 18 Jan 2002 04:52:07 -0600 Subject: [Gtkradiant] [Bug 309] New: make md5 checksum in makeself work on l33t distributions Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=309 Summary: make md5 checksum in makeself work on l33t distributions Product: GtkRadiant Version: 1.2-nightly OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: setup AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com md5 is not present in debian md5sum is a replacement? possibly md5sum and md5 don't produce the same checksum out of the same data? need to investigate? I was wondering, is there anything newer than 1.5.4? i.e. the one in last setup? not really I barely touched it since I was wondering md5 I don't have that .. is md5sum a straight replacement? in which case I would search for md5, then md5sum I think so, but I think they are not compatible with each other though ? experiment with this you mean it's not gonna output the same sum mh ok I think they return different checksums for the same data shit it's md5 signature damnit I'm not sure. check this it shouldn't be different I know to check I would have to find an md5 binary :) the format is somewhat different there's no trace of it in any debian distrib .. fixing the CRC checksum bug was my prority, I will fill the md5sum as a todo item ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 13:32:46 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Fri, 18 Jan 2002 07:32:46 -0600 Subject: [Gtkradiant] CVS: bug #279 and makeself.sh fix Message-ID: This is a mixed plain/HTML MIME encoded message. --101136076615300 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/18 07:32:36 bug #279 and makeself.sh fix -- 3 files modified : setup/CHANGES 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/CHANGES?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/CHANGES?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/CHANGES.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h setup/gtk_ui.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/gtk_ui.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/gtk_ui.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/gtk_ui.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h setup/makeself/makeself.sh 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/makeself/makeself.sh?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/makeself/makeself.sh?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/makeself/makeself.sh.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h --101136076615300 Content-Type: text/html CVS report
Commit from timo 2002/01/18   07:32:36


bug #279 and makeself.sh fix


 
3 files modified
Module File name Version
setup CHANGES 1.4 >>> 1.5
setup gtk_ui.c 1.5 >>> 1.6
setup makeself/makeself.sh 1.1 >>> 1.2
--101136076615300-- From gtkradiant@zerowing.idsoftware.com Fri Jan 18 13:42:26 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Fri, 18 Jan 2002 07:42:26 -0600 Subject: [Gtkradiant] CVS: rebuilt, glibc 2.1 bins Message-ID: This is a mixed plain/HTML MIME encoded message. --101136134616929 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/18 07:38:44 rebuilt, glibc 2.1 bins -- 3 files modified : setup/image/setup.data/bin/Linux/x86/setup 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h setup/image/setup.data/bin/Linux/x86/uninstall 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/uninstall?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/uninstall?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/uninstall.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h --101136134616929 Content-Type: text/html CVS report
Commit from timo 2002/01/18   07:38:44


rebuilt, glibc 2.1 bins


 
3 files modified
Module File name Version
setup image/setup.data/bin/Linux/x86/setup 1.4 >>> 1.5
setup image/setup.data/bin/Linux/x86/uninstall 1.2 >>> 1.3
setup image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.4 >>> 1.5
--101136134616929-- From gtkradiant@zerowing.idsoftware.com Fri Jan 18 13:59:28 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 18 Jan 2002 07:59:28 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From ttimo@idsoftware.com 2002-01-18 07:59 ------- applied 133 and 138 checked in a new glibc-2.1 setup.gtk binary still to be fixed for Wolf setup code, the game modules need to go into q3/modules/ wolf/modules/ etc. (and the tools like bspc and q3map need to move in q3/ or wolf/ too) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 13:59:43 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Fri, 18 Jan 2002 07:59:43 -0600 Subject: [Gtkradiant] CVS: bug #279, linux setups Message-ID: This is a mixed plain/HTML MIME encoded message. --101136238319808 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/18 07:58:44 bug #279, linux setups -- GtkRadiant/docs/developer/CHANGES 1.207 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.207 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 18/1/2002 + Gef / Michael Schlueter / TTimo + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 + patches 133 and 138 applied, new setup code + 14/1/2002 TTimo - adding djbob write access for bobtoolz 7 files modified : GtkRadiant/docs/developer/CHANGES 1.207 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.207 1.206 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.206 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.206&r2=text&tr2=1.207&f=h GtkRadiant/setup/linux/makesdk.pl 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/linux/makeself.sh 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makeself.sh?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makeself.sh?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makeself.sh.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/linux/config/wolf.data 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/wolf.data?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/wolf.data?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/wolf.data.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/setup/linux/setup.data/config.games.sh 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/vslick/Radiant.vpw 1.29 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.29 1.28 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.28 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.28&r2=text&tr2=1.29&f=h --101136238319808 Content-Type: text/html CVS report
Commit from timo 2002/01/18   07:58:44


bug #279, linux setups


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 18/1/2002
+   Gef / Michael Schlueter / TTimo
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
+   patches 133 and 138 applied, new setup code
+ 
  14/1/2002
    TTimo
    - adding djbob write access for bobtoolz
 
7 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.206 >>> 1.207
GtkRadiant setup/linux/makesdk.pl 1.2 >>> 1.3
GtkRadiant setup/linux/makeself.sh 1.3 >>> 1.4
GtkRadiant setup/linux/config/wolf.data 1.1 >>> 1.2
GtkRadiant setup/linux/setup.data/config.games.sh 1.1 >>> 1.2
GtkRadiant setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.2 >>> 1.3
GtkRadiant vslick/Radiant.vpw 1.28 >>> 1.29
--101136238319808-- From gtkradiant@zerowing.idsoftware.com Fri Jan 18 15:06:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 18 Jan 2002 09:06:03 -0600 Subject: [Gtkradiant] [Bug 310] New: documentation in 1.2 Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=310 Summary: documentation in 1.2 Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: setup AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com The way documentation works has not been updated to match the 1.1 -> 1.2 changes. So most of it is broken atm: - Start menu shortcuts are dead - Help > Help and others don't work - Help > About > Credits and ChangeLog are dead too ChangeLog and Credits need to be updated We have two kinds of documentation: - general to GtkRadiant (i.e. the manual) - specific to the game (TA manuals, RTCW SP specifc docs etc.) The hardcoding of the help menu is a bad thing in that sense. Going to experiment with some XML nodes to describe the documentation entries. Radiant will read those nodes to build the Help menu and open the correct URLs. Gonna do that now. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 15:23:27 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 18 Jan 2002 09:23:27 -0600 Subject: [Gtkradiant] [Bug 310] documentation in 1.2 Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=310 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-18 09:23 ------- P.J.: yeah ... the tutorials that teach how to make the "Wolf-ness" of the game work. Scripts, entities, designing play, etc. Not really your responsibility. I'm pretty certain that no one at id will pick that up and go with it. TTimo: yeah that's the problem .. it's been done by others already. The current situation .. what should we include in the official setup .. I guess Astro would be cool with putting in the stuff he did .. I'm planning on putting a bunch of links in any case P.J.: A good thing might be whatever is current in Bushboy's list of Wolf links ... on Map Center forums. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 15:26:24 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 18 Jan 2002 09:26:24 -0600 Subject: [Gtkradiant] [Bug 310] documentation in 1.2 Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=310 ------- Additional Comments From ttimo@idsoftware.com 2002-01-18 09:26 ------- http://mapcenter.digitalarenas.com/cgi-bin/ultimatebb.cgi? ubb=get_topic&f=12&t=000042 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 18 16:35:32 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 18 Jan 2002 10:35:32 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From ttimo@idsoftware.com 2002-01-18 10:35 ------- NOTE TO SELF: need to apply 131 too ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 12:37:53 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 19 Jan 2002 13:37:53 +0100 Subject: [Gtkradiant] GtkRadiant + Wolf game pack release plan Message-ID: <20020119133753.16b7f763.ttimo@idsoftware.com> I updated http://www.qeradiant.com with some info. Basically I'd like to release the Wolf game pack over the weekend. I am going to be moving the media files over to zerowing CVS (i.e. the files we use to build the Wolf game packs with IS), and will continue cleanup and documentation effort for a release. Will be available on irc.telefragged.com #qeradiant / #gtkradiant of course. TTimo From gtkradiant@zerowing.idsoftware.com Sat Jan 19 16:01:18 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 10:01:18 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-19 10:01 ------- Created an attachment (id=142) More makesdk.pl, config-games.sh and xml patches ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 16:02:53 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 10:02:53 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-19 10:02 ------- Created an attachment (id=143) Patches preferences.cpp to use the right paths for ... stuff, also fixes xmlGetProp to use (const xmlChar *) instead of (xmlChar *), which was breaking things for me ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 16:03:51 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 10:03:51 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-19 10:03 ------- Created an attachment (id=144) Fixes a couple of fu's in setup source & forces the install path when a game pack is enabled ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 16:05:08 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 10:05:08 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-19 10:05 ------- note to his-self, 131 + 142 + 143 + 144 = 560 ;] ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 17:34:02 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 11:34:02 -0600 Subject: [Gtkradiant] [Bug 311] New: Re-enabling project key reading through IEpair table interface Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=311 Summary: Re-enabling project key reading through IEpair table interface Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: gbiggans@uglab.eee.strath.ac.uk Was removed when plugin entity stuff was changed, re-enabling it through the iepair table. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 17:36:20 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 11:36:20 -0600 Subject: [Gtkradiant] [Bug 311] Re-enabling project key reading through IEpair table interface Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=311 ------- Additional Comments From gbiggans@uglab.eee.strath.ac.uk 2002-01-19 11:36 ------- Created an attachment (id=145) IEpair projectkeys addition ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 17:39:56 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 19 Jan 2002 11:39:56 -0600 Subject: [Gtkradiant] CVS: help menu stuff Message-ID: This is a mixed plain/HTML MIME encoded message. --10114619968672 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/19 11:39:54 help menu stuff -- 1 file added : WolfPack/game.xlink 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/game.xlink?rev=1.1 1 files modified : WolfPack/ChangeLog 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/ChangeLog?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/ChangeLog?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/ChangeLog.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h --10114619968672 Content-Type: text/html CVS report
Commit from timo 2002/01/19   11:39:54


help menu stuff


 
1 file added
Module File name Version
WolfPack game.xlink 1.1
 
1 file modified
Module File name Version
WolfPack ChangeLog 1.1 >>> 1.2
--10114619968672-- From gtkradiant@zerowing.idsoftware.com Sat Jan 19 17:40:42 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 19 Jan 2002 11:40:42 -0600 Subject: [Gtkradiant] CVS: preliminary help menu stuff Message-ID: This is a mixed plain/HTML MIME encoded message. --10114620428785 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/19 11:40:29 preliminary help menu stuff -- GtkRadiant/docs/developer/CHANGES 1.208 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.208 diff : 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 - adding -game wolf switch to q3map (-game quake3 works too, but it's the default anyway) --- 85,90 ---- 9 files modified : GtkRadiant/docs/developer/CHANGES 1.208 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.208 1.207 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.207 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.207&r2=text&tr2=1.208&f=h GtkRadiant/libs/str.h 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/str.h?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/str.h?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/str.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h GtkRadiant/radiant/gtkdlgs.cpp 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkdlgs.cpp?rev=1.18 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkdlgs.cpp?rev=1.17 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkdlgs.cpp.diff?r1=text&tr1=1.17&r2=text&tr2=1.18&f=h GtkRadiant/radiant/gtkmisc.cpp 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp?rev=1.24 1.23 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp?rev=1.23 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp.diff?r1=text&tr1=1.23&r2=text&tr2=1.24&f=h GtkRadiant/radiant/gtkmisc.h 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.h?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.h?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h GtkRadiant/radiant/mainframe.cpp 1.65 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.65 1.64 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.64 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.64&r2=text&tr2=1.65&f=h GtkRadiant/radiant/mainframe.h 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h?rev=1.16 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h?rev=1.15 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&f=h GtkRadiant/radiant/preferences.h 1.22 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.22 1.21 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.21 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.21&r2=text&tr2=1.22&f=h GtkRadiant/radiant/q3radiant.dsp 1.38 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/q3radiant.dsp?rev=1.38 1.37 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/q3radiant.dsp?rev=1.37 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/q3radiant.dsp.diff?r1=text&tr1=1.37&r2=text&tr2=1.38&f=h --10114620428785 Content-Type: text/html CVS report
Commit from timo 2002/01/19   11:40:29


preliminary help menu stuff


GtkRadiant/docs/developer/CHANGES
  	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
    - adding -game wolf switch to q3map (-game quake3 works too, but it's the default anyway)
--- 85,90 ----
 
9 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.207 >>> 1.208
GtkRadiant libs/str.h 1.11 >>> 1.12
GtkRadiant radiant/gtkdlgs.cpp 1.17 >>> 1.18
GtkRadiant radiant/gtkmisc.cpp 1.23 >>> 1.24
GtkRadiant radiant/gtkmisc.h 1.10 >>> 1.11
GtkRadiant radiant/mainframe.cpp 1.64 >>> 1.65
GtkRadiant radiant/mainframe.h 1.15 >>> 1.16
GtkRadiant radiant/preferences.h 1.21 >>> 1.22
GtkRadiant radiant/q3radiant.dsp 1.37 >>> 1.38
--10114620428785-- From gtkradiant@zerowing.idsoftware.com Sat Jan 19 17:50:43 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 11:50:43 -0600 Subject: [Gtkradiant] [Bug 311] Re-enabling project key reading through IEpair table interface Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=311 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-19 11:50 ------- applied ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 17:51:09 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 19 Jan 2002 11:51:09 -0600 Subject: [Gtkradiant] CVS: djbob, #311 Message-ID: This is a mixed plain/HTML MIME encoded message. --101146266910482 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/19 11:51:02 djbob, #311 -- GtkRadiant/docs/developer/CHANGES 1.209 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.209 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 19/1/2002 + djbob + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=311 + IEpair wrapper to access project entity from plugins + 18/1/2002 Gef / Michael Schlueter / TTimo - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 4 files modified : GtkRadiant/docs/developer/CHANGES 1.209 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.209 1.208 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.208 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.208&r2=text&tr2=1.209&f=h GtkRadiant/include/iepairs.h 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/iepairs.h?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/iepairs.h?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/iepairs.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/include/qerplugin.h 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qerplugin.h?rev=1.24 1.23 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qerplugin.h?rev=1.23 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qerplugin.h.diff?r1=text&tr1=1.23&r2=text&tr2=1.24&f=h GtkRadiant/radiant/pluginmanager.cpp 1.55 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.55 1.54 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.54 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp.diff?r1=text&tr1=1.54&r2=text&tr2=1.55&f=h --101146266910482 Content-Type: text/html CVS report
Commit from timo 2002/01/19   11:51:02


djbob, #311


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 19/1/2002
+   djbob
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=311
+   IEpair wrapper to access project entity from plugins
+ 
  18/1/2002
    Gef / Michael Schlueter / TTimo
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
 
4 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.208 >>> 1.209
GtkRadiant include/iepairs.h 1.7 >>> 1.8
GtkRadiant include/qerplugin.h 1.23 >>> 1.24
GtkRadiant radiant/pluginmanager.cpp 1.54 >>> 1.55
--101146266910482-- From gtkradiant@zerowing.idsoftware.com Sat Jan 19 18:31:36 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 12:31:36 -0600 Subject: [Gtkradiant] [Bug 219] bobtoolz doesn't build in 1.2 tree Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 ------- Additional Comments From gbiggans@uglab.eee.strath.ac.uk 2002-01-19 12:31 ------- Created an attachment (id=146) Updating bobtoolz to version 1.2 compatible ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 18:33:10 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 12:33:10 -0600 Subject: [Gtkradiant] [Bug 219] bobtoolz doesn't build in 1.2 tree Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 ------- Additional Comments From gbiggans@uglab.eee.strath.ac.uk 2002-01-19 12:33 ------- Few extra things need done to the project file, left this off the diff. Needs to link againt mathlib, and have the appropriate lib folders added for debug/relase, mathlib should also be a dependancy? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 19:00:43 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 13:00:43 -0600 Subject: [Gtkradiant] [Bug 312] New: Update icons/buttons/bitmaps etc... Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=312 Summary: Update icons/buttons/bitmaps etc... Product: GtkRadiant Version: 1.2-nightly URL: http://members.dingoblue.net.au/~gefdavis/temp/bitmaps.t ar.gz OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: gefdavis@dingoblue.net.au The URL points to a bitmaps.tar.gz which is a dropin replacement for the bitmaps dir... The patch does logo voodoo ;] ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 19:01:06 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 13:01:06 -0600 Subject: [Gtkradiant] [Bug 312] Update icons/buttons/bitmaps etc... Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=312 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-19 13:01 ------- Created an attachment (id=147) Logo voodoo ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 19:24:37 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 19 Jan 2002 13:24:37 -0600 Subject: [Gtkradiant] CVS: Message-ID: This is a mixed plain/HTML MIME encoded message. --101146827714826 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/19 13:24:35 -- 2 files modified : GtkRadiant/setup/win32/template/File/Default.fdf 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h Media/Wolf 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h --101146827714826 Content-Type: text/html CVS report
Commit from timo 2002/01/19   13:24:35




 
2 files modified
Module File name Version
GtkRadiant setup/win32/template/File/Default.fdf 1.5 >>> 1.6
Media Wolf 1.2 >>> 1.3
--101146827714826-- From gtkradiant@zerowing.idsoftware.com Sat Jan 19 20:32:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 14:32:05 -0600 Subject: [Gtkradiant] [Bug 313] New: Detachable Menus should be a preference, most win32 users find them annoying Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313 Summary: Detachable Menus should be a preference, most win32 users find them annoying Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: enhancement Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: eviltypeguy@qeradiant.com Detachable Menus should be a preference, most win32 users will find them annoying, it's very frustrating to accidentally detach a menu and then end up with a menu you have to close, also the seperators on the menus take up a little bit of extra room and are ugly :) As such I'm attaching a patch to add a preference option to the layout section to control whether or not menus are detachable, this option is set to disabled by default on win32 and enabled by default on other platforms. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 20:35:02 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 14:35:02 -0600 Subject: [Gtkradiant] [Bug 313] Detachable Menus should be a preference, most win32 users find them annoying Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-19 14:35 ------- Created an attachment (id=148) Patch to add a layout preference setting turn off detachable menus (not toolbars, just menus) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 20:36:01 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 14:36:01 -0600 Subject: [Gtkradiant] [Bug 313] Detachable Menus should be a preference, most win32 users find them annoying Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-19 14:36 ------- accepted ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 19 21:44:59 2002 From: gtkradiant@zerowing.idsoftware.com (M Stone) Date: Sat, 19 Jan 2002 16:44:59 -0500 Subject: [Gtkradiant] GTKRadient Object compatibility In-Reply-To: Message-ID: <4.3.1.2.20020119152710.01da0ce8@pop-server.nyc.rr.com> Is there a way to import or convert 3DS, LWO, or DXF into GTKRadient ?? I'm really surprised it doesn't just load 3DS objects. Some people may want to use OLD objects, and not start from scratch. From gtkradiant@zerowing.idsoftware.com Sat Jan 19 21:52:36 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 19 Jan 2002 22:52:36 +0100 Subject: [Gtkradiant] GTKRadient Object compatibility In-Reply-To: <4.3.1.2.20020119152710.01da0ce8@pop-server.nyc.rr.com> References: Message-ID: <5.0.2.1.2.20020119225141.06737830@192.168.1.1> q3data converts .ase to .md3, which are then used by the engine. It is certainly possible to use q3data and a 3ds reader to write a plugin for Radiant that could import directly, but that has not been done. TTimo At 16:44 19/01/2002 -0500, you wrote: >Is there a way to import or convert 3DS, LWO, or DXF into GTKRadient ?? > >I'm really surprised it doesn't just load 3DS objects. Some people may >want to use OLD objects, and not start from scratch. > > >_______________________________________________ >Gtkradiant mailing list >Gtkradiant@zerowing.idsoftware.com >http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant From gtkradiant@zerowing.idsoftware.com Sat Jan 19 22:51:56 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 19 Jan 2002 16:51:56 -0600 Subject: [Gtkradiant] CVS: more content for the pack Message-ID: This is a mixed plain/HTML MIME encoded message. --101148071520844 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/19 16:50:43 more content for the pack -- 5 files added : WolfPack/lights.pk3 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/lights.pk3?rev=1.1 WolfPack/bin/aascfg_lg.c 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/bin/aascfg_lg.c?rev=1.1 WolfPack/bin/aascfg_sm.c 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/bin/aascfg_sm.c?rev=1.1 WolfPack/bin/bspc.ai 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/bin/bspc.ai?rev=1.1 WolfPack/docs/scripting_definitions.htm 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/docs/scripting_definitions.htm?rev=1.1 1 files modified : WolfPack/common-astro-spog.pk3 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/common-astro-spog.pk3?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/common-astro-spog.pk3?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/common-astro-spog.pk3.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h --101148071520844 Content-Type: text/html CVS report
Commit from timo 2002/01/19   16:50:43


more content for the pack


 
5 files added
Module File name Version
WolfPack lights.pk3 1.1
WolfPack bin/aascfg_lg.c 1.1
WolfPack bin/aascfg_sm.c 1.1
WolfPack bin/bspc.ai 1.1
WolfPack docs/scripting_definitions.htm 1.1
 
1 file modified
Module File name Version
WolfPack common-astro-spog.pk3 1.2 >>> 1.3
--101148071520844-- From gtkradiant@zerowing.idsoftware.com Sat Jan 19 22:56:31 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 19 Jan 2002 16:56:31 -0600 Subject: [Gtkradiant] CVS: Message-ID: This is a mixed plain/HTML MIME encoded message. --101148099121660 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/19 16:56:28 -- 3 files modified : GtkRadiant/setup/win32/template/File/Default.fdf 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h Exectuable/Wolf 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h Media/Wolf 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h --101148099121660 Content-Type: text/html CVS report
Commit from timo 2002/01/19   16:56:28




 
3 files modified
Module File name Version
GtkRadiant setup/win32/template/File/Default.fdf 1.6 >>> 1.7
Exectuable Wolf 1.5 >>> 1.6
Media Wolf 1.3 >>> 1.4
--101148099121660-- From gtkradiant@zerowing.idsoftware.com Sat Jan 19 23:43:39 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 19 Jan 2002 17:43:39 -0600 Subject: [Gtkradiant] CVS: .xlink stuff Message-ID: This is a mixed plain/HTML MIME encoded message. --101148381823763 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/19 17:43:24 .xlink stuff -- 1 files modified : WolfPack/game.xlink 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/game.xlink?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/game.xlink?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/game.xlink.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h --101148381823763 Content-Type: text/html CVS report
Commit from timo 2002/01/19   17:43:24


.xlink stuff


 
1 file modified
Module File name Version
WolfPack game.xlink 1.1 >>> 1.2
--101148381823763-- From gtkradiant@zerowing.idsoftware.com Sat Jan 19 23:54:02 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 19 Jan 2002 17:54:02 -0600 Subject: [Gtkradiant] CVS: bins updated Message-ID: This is a mixed plain/HTML MIME encoded message. --101148444225411 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/19 17:53:14 bins updated -- 1 file added : WolfPack/bin/roq.exe 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/bin/roq.exe?rev=1.1 --101148444225411 Content-Type: text/html CVS report
Commit from timo 2002/01/19   17:53:14


bins updated


 
1 file added
Module File name Version
WolfPack bin/roq.exe 1.1
--101148444225411-- From gtkradiant@zerowing.idsoftware.com Sun Jan 20 00:03:59 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 01:03:59 +0100 Subject: [Gtkradiant] new Wolf GtkRad setup Message-ID: <5.0.2.1.2.20020120005911.02d252c8@wheresmymailserver.com> There's a new setup uploaded at http://zerowing.idsoftware.com/nightly/GtkRadiantSetup-1.2.1-nightly-01192002.exe This one only contains the Wolf stuff. We will be releasing two setups, one with Q3+Wolf packs, and one with Wolf pack only. As far as functionality, this setup is pretty much the same as the previous one. The Help menu has been fixed to point to the right information (as well as the Credits / ChangeLog in About box). The files from the release Wolf SDK (.md3, sample .map, textures) are included in this setup. There's a lot of stuff left to be done, I'll try to list: - flush & reload crash. RR2DO2 has been looking into it. - updating Credits and ChangeLog - need to provide Links for Wolf game pack - update the general links page (i.e. move game specific stuff from global links to game links) - basic documentation on GtkRad / Wolf game pack (i.e. SP/MP mapping selection, BSP monitoring etc.) TTimo From gtkradiant@zerowing.idsoftware.com Sun Jan 20 00:17:18 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 18:17:18 -0600 Subject: [Gtkradiant] [Bug 290] Crash on Flush & Reload of Textures *AFTER* loading q3dm*sample.map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=290 ------- Additional Comments From rr2do2@q3f.com 2002-01-19 18:17 ------- Fixed this one. [00:02] (RR2DO2): when the faces are loaded, g_activeshaders is scanned for the shader of that face [00:03] (RR2DO2): if it doesn't exist, it adds it to activeshaders (for use in texture window) [00:03] (RR2DO2): when it does exist, it just increfs as it is used once more in the map on a face [00:03] (RR2DO2): now the thing was [00:03] (RR2DO2): adding to activeshaders didn't incref it [00:03] (RR2DO2): but activeshaders did do a releaseall [00:03] (RR2DO2): decresing it [00:10] (RR2DO2): shaders project, shaders.cpp [00:10] (RR2DO2): void CShaderArray::AddSingle (void *lp) [00:10] (RR2DO2): CPtrArray::Add (lp); [00:10] (RR2DO2): static_cast < CShader * >(CPtrArray::GetAt (i))->IncRef(); [00:10] (RR2DO2): add the last line (not worth a patch, poked ttimo on irc so he added the single line to the code) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 00:11:59 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 01:11:59 +0100 Subject: [Gtkradiant] new Wolf GtkRad setup In-Reply-To: <5.0.2.1.2.20020120005911.02d252c8@wheresmymailserver.com> Message-ID: <5.0.2.1.2.20020120011134.02d247a0@192.168.1.1> Forgot to mention, this is NOT officially released yet, this is for developers only. TTimo At 01:03 20/01/2002 +0100, you wrote: >There's a new setup uploaded at >http://zerowing.idsoftware.com/nightly/GtkRadiantSetup-1.2.1-nightly-01192002.exe > >This one only contains the Wolf stuff. We will be releasing two setups, >one with Q3+Wolf packs, and one with Wolf pack only. As far as >functionality, this setup is pretty much the same as the previous one. The >Help menu has been fixed to point to the right information (as well as the >Credits / ChangeLog in About box). The files from the release Wolf SDK >(.md3, sample .map, textures) are included in this setup. > >There's a lot of stuff left to be done, I'll try to list: > >- flush & reload crash. RR2DO2 has been looking into it. >- updating Credits and ChangeLog >- need to provide Links for Wolf game pack >- update the general links page (i.e. move game specific stuff from global >links to game links) >- basic documentation on GtkRad / Wolf game pack (i.e. SP/MP mapping >selection, BSP monitoring etc.) > >TTimo > > >_______________________________________________ >Gtkradiant mailing list >Gtkradiant@zerowing.idsoftware.com >http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant From gtkradiant@zerowing.idsoftware.com Sun Jan 20 00:20:33 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 19 Jan 2002 18:20:33 -0600 Subject: [Gtkradiant] CVS: shader ref fix Message-ID: This is a mixed plain/HTML MIME encoded message. --101148603327421 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/19 18:20:26 shader ref fix -- GtkRadiant/docs/developer/CHANGES 1.210 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.210 diff : djbob - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=311 IEpair wrapper to access project entity from plugins + RR2DO2 + - missing IncRef in CShaderArray::AddSingle + TTimo + - game.xlink files in gametools path, is scanned to build items in the Help menu + (and the associated code) 18/1/2002 Gef / Michael Schlueter / TTimo 5 files modified : GtkRadiant/docs/developer/CHANGES 1.210 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.210 1.209 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.209 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.209&r2=text&tr2=1.210&f=h GtkRadiant/plugins/shaders/shaders.cpp 1.27 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.cpp?rev=1.27 1.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.cpp?rev=1.26 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.cpp.diff?r1=text&tr1=1.26&r2=text&tr2=1.27&f=h GtkRadiant/setup/win32/template/File/Default.fdf 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h Exectuable/Wolf 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h Media/Wolf 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h --101148603327421 Content-Type: text/html CVS report
Commit from timo 2002/01/19   18:20:26


shader ref fix


GtkRadiant/docs/developer/CHANGES
    djbob
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=311
    IEpair wrapper to access project entity from plugins
+   RR2DO2
+   - missing IncRef in CShaderArray::AddSingle
+   TTimo
+   - game.xlink files in gametools path, is scanned to build items in the Help menu
+   (and the associated code)
  
  18/1/2002
    Gef / Michael Schlueter / TTimo
 
5 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.209 >>> 1.210
GtkRadiant plugins/shaders/shaders.cpp 1.26 >>> 1.27
GtkRadiant setup/win32/template/File/Default.fdf 1.7 >>> 1.8
Exectuable Wolf 1.6 >>> 1.7
Media Wolf 1.4 >>> 1.5
--101148603327421-- From gtkradiant@zerowing.idsoftware.com Sun Jan 20 00:24:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 18:24:54 -0600 Subject: [Gtkradiant] [Bug 290] Crash on Flush & Reload of Textures *AFTER* loading q3dm*sample.map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=290 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-19 18:24 ------- fix checked in ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 00:25:41 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 18:25:41 -0600 Subject: [Gtkradiant] [Bug 291] Improve BSP Execution Processs -- Make q3map work for RtCW Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|eviltypeguy@qeradiant.com |ttimo@idsoftware.com Status|ASSIGNED |NEW ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-19 18:25 ------- TTimo has done this in code, instead of using a project file since q3map requirse it for q3 and wolf now anyway...so there's not much point in saying this is mine... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 00:37:06 2002 From: gtkradiant@zerowing.idsoftware.com (Pierre Schiesser) Date: Sun, 20 Jan 2002 01:37:06 +0100 Subject: [Gtkradiant] new Wolf GtkRad setup References: <5.0.2.1.2.20020120005911.02d252c8@wheresmymailserver.com> Message-ID: <3C4A1132.6040109@gmx.net> Timothee Besset wrote: > There's a new setup uploaded at > http://zerowing.idsoftware.com/nightly/GtkRadiantSetup-1.2.1-nightly-01192002.exe > When does the Linux version come ? -- Greet Pierre Schiesser From gtkradiant@zerowing.idsoftware.com Sun Jan 20 02:07:27 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 20:07:27 -0600 Subject: [Gtkradiant] [Bug 306] Patch 'Natural' texturing function Crashes Radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306 ------- Additional Comments From rr2do2@q3f.com 2002-01-19 20:07 ------- Fixed this. Patch parsing wasn't setting d_texture properly. Fixed some related issues as well throughout the code. (see patch) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 02:08:21 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 20:08:21 -0600 Subject: [Gtkradiant] [Bug 306] Patch 'Natural' texturing function Crashes Radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306 ------- Additional Comments From rr2do2@q3f.com 2002-01-19 20:08 ------- Created an attachment (id=149) Patch fixing d_texture being not set ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 03:51:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 19 Jan 2002 21:51:54 -0600 Subject: [Gtkradiant] [Bug 314] New: model path contains unneeded information Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=314 Summary: model path contains unneeded information Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: raygunn@gamedesign.net When selecting a model for misc_model in gtkradiant (wolf version) extra information is contained in the model line. This extra info being a drive letter and game directory and possible sub directories breaks the map by causing the model not to load. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 08:23:07 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 02:23:07 -0600 Subject: [Gtkradiant] [Bug 315] New: Win32 Dual screen through two videocards doesn't initialize opengl properly when radiant is started on secondary screen Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315 Summary: Win32 Dual screen through two videocards doesn't initialize opengl properly when radiant is started on secondary screen Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: enhancement Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: rr2do2@q3f.com This is a result of microsofts opengl implementation having no decent 'pick driver to use' policy. Instead, if the window that spawns is completely on the primary monitor it will use hardware opengl (if available), else it will fall back to microsoft opengl 1.1 through software. This is a microsoft problem, as since dx 8.1 that api works mysteriously fine for both monitors with more than one videocard. The patch I made adds an option to the preferences dialog (layout section) to have radiant spawn all windows on the primary monitor. In floating windows mode this has the sideeffect that I had to remove WM_SYSMENU from popup menus (only done this if the preferences option for primary monitor spawning is set). Reason for this is that certain utility programs like Matrox Quickdesk will override the window placement given to CreateWindow to spawn popup windows on the monitor that your mousecursor is on. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 08:27:07 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 02:27:07 -0600 Subject: [Gtkradiant] [Bug 315] Win32 Dual screen through two videocards doesn't initialize opengl properly when radiant is started on secondary screen Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315 ------- Additional Comments From rr2do2@q3f.com 2002-01-20 02:27 ------- Created an attachment (id=150) Patch adding primary monitor spawning for radiant windows to preferences ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 08:58:38 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 02:58:38 -0600 Subject: [Gtkradiant] [Bug 186] Gtk doesn't set it's window sizes properly when using multiple monitors/videocards Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=186 ------- Additional Comments From rr2do2@q3f.com 2002-01-20 02:58 ------- Oops found this bug only after I created the new one with fix. This is now a duplicate of bug #315 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 10:54:16 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 11:54:16 +0100 Subject: [Gtkradiant] new Wolf GtkRad setup In-Reply-To: <3C4A1132.6040109@gmx.net> References: <5.0.2.1.2.20020120005911.02d252c8@wheresmymailserver.com> Message-ID: <5.0.2.1.2.20020120115328.02488138@192.168.1.1> Linux version will be delayed a few days after the win32 one goes out, time for us to polish the setup and linux specific parts. Win32 is clearly the priority now. TTimo At 01:37 20/01/2002 +0100, you wrote: >Timothee Besset wrote: > >>There's a new setup uploaded at >>http://zerowing.idsoftware.com/nightly/GtkRadiantSetup-1.2.1-nightly-01192002.exe >> > >When does the Linux version come ? > >-- >Greet Pierre Schiesser > > > >_______________________________________________ >Gtkradiant mailing list >Gtkradiant@zerowing.idsoftware.com >http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant From gtkradiant@zerowing.idsoftware.com Sun Jan 20 11:54:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 05:54:05 -0600 Subject: [Gtkradiant] [Bug 315] Win32 Dual screen through two videocards doesn't initialize opengl properly when radiant is started on secondary screen Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315 ------- Additional Comments From rr2do2@q3f.com 2002-01-20 05:54 ------- Created an attachment (id=151) Newer patch, makes the sysmenu disabling optional and fixes a lil bug (use instead of old patch) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 11:57:04 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 05:57:04 -0600 Subject: [Gtkradiant] [Bug 316] New: Added farplane culling and foghull generation to q3map. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=316 Summary: Added farplane culling and foghull generation to q3map. Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: rr2do2@q3f.com Will add some detailed documentation soon, likely with an example map and shaders. Basically it allows you to set a _fareplanedist key in the worldspawn, value is the maximum distance a cluster can see other clusters. _foghullskyshader and _foghullshader are two other worldspawn keys (the first overrides the latter) which draw a hull with the mentioned shader around the world. The difference between them is that the one using the skyshader doesn't maximize the leaf sizes to worldsize, which should keep the zbuffeer precision up. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 11:57:29 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 05:57:29 -0600 Subject: [Gtkradiant] [Bug 316] Added farplane culling and foghull generation to q3map. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=316 ------- Additional Comments From rr2do2@q3f.com 2002-01-20 05:57 ------- Created an attachment (id=152) Patch for q3map relating to foghull and farplane culling ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 13:34:56 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 07:34:56 -0600 Subject: [Gtkradiant] [Bug 314] model path contains unneeded information Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=314 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 07:34 ------- verified, extraction of the full path fails miserably (long/short pathnames bug I suppose) file_dialog: open = 1 title = Open Model path = C:\PROGRA~\RETURN~1/main/models/ pattern_index = 4 no patterns Doing win32 file dialog...Done. filename: 013AFC08 WARNING: could not extract the relative path, using full path instead NOT FOUND: C:\Program Files\Return to Castle Wolfenstein\Main\models\mapobjects\vehicles\halftrack.md3 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 13:39:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 07:39:03 -0600 Subject: [Gtkradiant] [Bug 280] 1.2.1 release checklist Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=280 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |INVALID ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 07:39 ------- scratch that ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 16:03:39 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 10:03:39 -0600 Subject: [Gtkradiant] [Bug 317] New: lights.pk3 in seutp? Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=317 Summary: lights.pk3 in seutp? Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: setup AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com not sure the usefulness of this pk3: and textures/lights ? what's that about? I have placed them in a lights.pk3 we'll see if that's any problem all those lights are already there I'll double check though so why .. they needed them expanded because they don't have pk3 support for some stuff maybe? maybe ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 16:18:06 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 10:18:06 -0600 Subject: [Gtkradiant] [Bug 313] Detachable Menus should be a preference, most win32 users find them annoying Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 10:18 ------- done ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 16:18:20 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 10:18:20 -0600 Subject: [Gtkradiant] [Bug 306] Patch 'Natural' texturing function Crashes Radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 10:18 ------- done ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 16:20:43 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 10:20:43 -0600 Subject: [Gtkradiant] CVS: patch crash fix and detachable menus pref Message-ID: This is a mixed plain/HTML MIME encoded message. --101154364311035 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/20 10:20:23 patch crash fix and detachable menus pref -- GtkRadiant/docs/developer/CHANGES 1.211 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.211 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 20/1/2002 + EvilTypeGuy + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313 + detachable menus set as preference (in layout) + ETG & RR2DO2 + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306 + fix 'Natural' texturing crash + 19/1/2002 djbob - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=311 13 files modified : GtkRadiant/docs/developer/CHANGES 1.211 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.211 1.210 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.210 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.210&r2=text&tr2=1.211&f=h GtkRadiant/plugins/mapq3/parse.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/parse.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/parse.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/parse.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/plugins/mapxml/xmlparse.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapxml/xmlparse.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapxml/xmlparse.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapxml/xmlparse.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/plugins/shaders/shaders.cpp 1.28 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.cpp?rev=1.28 1.27 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.cpp?rev=1.27 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.cpp.diff?r1=text&tr1=1.27&r2=text&tr2=1.28&f=h GtkRadiant/plugins/shaders/shaders.h 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.h?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.h?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/radiant/gtkmisc.cpp 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp?rev=1.25 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp?rev=1.24 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&f=h GtkRadiant/radiant/main.cpp 1.37 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.37 1.36 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.36 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp.diff?r1=text&tr1=1.36&r2=text&tr2=1.37&f=h GtkRadiant/radiant/mainframe.cpp 1.66 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.66 1.65 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.65 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.65&r2=text&tr2=1.66&f=h GtkRadiant/radiant/patchdialog.cpp 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/patchdialog.cpp?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/patchdialog.cpp?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/patchdialog.cpp.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/radiant/pmesh.cpp 1.21 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pmesh.cpp?rev=1.21 1.20 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pmesh.cpp?rev=1.20 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pmesh.cpp.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&f=h GtkRadiant/radiant/preferences.cpp 1.29 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.29 1.28 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.28 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.28&r2=text&tr2=1.29&f=h GtkRadiant/radiant/preferences.h 1.23 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.23 1.22 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.22 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.22&r2=text&tr2=1.23&f=h GtkRadiant/radiant/watchbsp.cpp 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.19 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.18 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp.diff?r1=text&tr1=1.18&r2=text&tr2=1.19&f=h --101154364311035 Content-Type: text/html CVS report
Commit from timo 2002/01/20   10:20:23


patch crash fix and detachable menus pref


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 20/1/2002
+   EvilTypeGuy
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313
+   detachable menus set as preference (in layout)
+   ETG & RR2DO2
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306
+   fix 'Natural' texturing crash
+ 
  19/1/2002
    djbob
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=311
 
13 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.210 >>> 1.211
GtkRadiant plugins/mapq3/parse.cpp 1.2 >>> 1.3
GtkRadiant plugins/mapxml/xmlparse.cpp 1.2 >>> 1.3
GtkRadiant plugins/shaders/shaders.cpp 1.27 >>> 1.28
GtkRadiant plugins/shaders/shaders.h 1.2 >>> 1.3
GtkRadiant radiant/gtkmisc.cpp 1.24 >>> 1.25
GtkRadiant radiant/main.cpp 1.36 >>> 1.37
GtkRadiant radiant/mainframe.cpp 1.65 >>> 1.66
GtkRadiant radiant/patchdialog.cpp 1.7 >>> 1.8
GtkRadiant radiant/pmesh.cpp 1.20 >>> 1.21
GtkRadiant radiant/preferences.cpp 1.28 >>> 1.29
GtkRadiant radiant/preferences.h 1.22 >>> 1.23
GtkRadiant radiant/watchbsp.cpp 1.18 >>> 1.19
--101154364311035-- From gtkradiant@zerowing.idsoftware.com Sun Jan 20 16:25:45 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 10:25:45 -0600 Subject: [Gtkradiant] [Bug 186] Gtk doesn't set it's window sizes properly when using multiple monitors/videocards Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=186 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 10:25 ------- *** This bug has been marked as a duplicate of 315 *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 16:25:47 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 10:25:47 -0600 Subject: [Gtkradiant] [Bug 315] Win32 Dual screen through two videocards doesn't initialize opengl properly when radiant is started on secondary screen Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315 ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 10:25 ------- *** Bug 186 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 16:39:37 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 10:39:37 -0600 Subject: [Gtkradiant] [Bug 315] Win32 Dual screen through two videocards doesn't initialize opengl properly when radiant is started on secondary screen Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 10:39 ------- C:\home\Id\GtkRadiant\radiant\mainframe.cpp(2173) : error C2065: 'HMONITOR' : undeclared identifier MSDN says I should have it with #include liars ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 17:25:19 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 11:25:19 -0600 Subject: [Gtkradiant] [Bug 291] Improve BSP Execution Processs -- Make q3map work for RtCW Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 11:25 ------- cmdline += "+set nextmap \"spdevmap "; cmdline += m_sBSPName; cmdline += "\""; YAY BABY YAY ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 17:25:54 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 11:25:54 -0600 Subject: [Gtkradiant] CVS: fixed SP spawn from command line Message-ID: This is a mixed plain/HTML MIME encoded message. --101154755413587 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/20 11:25:46 fixed SP spawn from command line -- GtkRadiant/docs/developer/CHANGES 1.212 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.212 diff : ETG & RR2DO2 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306 fix 'Natural' texturing crash + ETG & TTimo + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 + found out the problem, Wolf SP spawn works now 19/1/2002 djbob 2 files modified : GtkRadiant/docs/developer/CHANGES 1.212 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.212 1.211 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.211 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.211&r2=text&tr2=1.212&f=h GtkRadiant/radiant/watchbsp.cpp 1.20 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.20 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.19 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp.diff?r1=text&tr1=1.19&r2=text&tr2=1.20&f=h --101154755413587 Content-Type: text/html CVS report
Commit from timo 2002/01/20   11:25:46


fixed SP spawn from command line


GtkRadiant/docs/developer/CHANGES
    ETG & RR2DO2
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306
    fix 'Natural' texturing crash
+   ETG & TTimo
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291
+   found out the problem, Wolf SP spawn works now
  
  19/1/2002
    djbob
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.211 >>> 1.212
GtkRadiant radiant/watchbsp.cpp 1.19 >>> 1.20
--101154755413587-- From gtkradiant@zerowing.idsoftware.com Sun Jan 20 17:41:29 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 18:41:29 +0100 Subject: [Gtkradiant] qeradiant.com looking for reliable mirrors Message-ID: <5.0.2.1.2.20020120182608.00ad0b98@wheresmymailserver.com> Hello everyone I am sending out an email because qeradiant.com is looking for some more mirrors. Has we have announced following the Wolf SDK release, we are planning on releasing a new version of GtkRadiant with a Wolf game pack. Our current download solutions are 3ddownloads.com and ftp.idsoftware.com . both are pretty loaded right now, so I'm looking for some more URLs. Our main problem is that even though the next setup we are going to release is of good quality, it will be a beta, and we are planning to release regular updates after it (being an open source project, a good part of the QA process means sending out builds, gathering feedback and improving). That's why we haven't been looking for more mirrors in the past, to avoid too many outdated versions floating around. So what I'm looking for is a solution where I would have an ftp access to upload to, so that I'm sure the mirror holds the latest version (or any similar system that has good syncing with a main source). Let me know if you can do something :-) TTimo From gtkradiant@zerowing.idsoftware.com Sun Jan 20 18:25:38 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 12:25:38 -0600 Subject: [Gtkradiant] [Bug 314] model path contains unneeded information Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=314 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 12:25 ------- this is a short path names problem again *** This bug has been marked as a duplicate of 144 *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 18:25:39 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 12:25:39 -0600 Subject: [Gtkradiant] [Bug 144] use long path names Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |raygunn@gamedesign.net ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 12:25 ------- *** Bug 314 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 18:25:57 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 12:25:57 -0600 Subject: [Gtkradiant] [Bug 144] use long path names Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |REOPENED Resolution|FIXED | ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 12:25 ------- reopening ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 18:33:01 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 19:33:01 +0100 Subject: [Gtkradiant] Re: qeradiant.com looking for reliable mirrors In-Reply-To: <3C4B08DA.B2D60E0E@bluesnews.com> References: <5.0.2.1.2.20020120182608.00ad0b98@wheresmymailserver.com> Message-ID: <5.0.2.1.2.20020120193117.02ef3c28@192.168.1.1> Holy cow :-) Ok I'll do some changes to the files section to put mirror URLs directly from qeradiant.com .. thanks TTimo At 19:13 20/01/2002 +0100, you wrote: >Hi Tim, > >Timothee Besset wrote: > > I am sending out an email because qeradiant.com is looking for some more > > mirrors. Has we have announced following the Wolf SDK release, we are > > planning on releasing a new version of GtkRadiant with a Wolf game pack. > > Our current download solutions are 3ddownloads.com and ftp.idsoftware.com . > > both are pretty loaded right now, so I'm looking for some more URLs. > > > > Our main problem is that even though the next setup we are going to release > > is of good quality, it will be a beta, and we are planning to release > > regular updates after it (being an open source project, a good part of the > > QA process means sending out builds, gathering feedback and improving). > > That's why we haven't been looking for more mirrors in the past, to avoid > > too many outdated versions floating around. So what I'm looking for is a > > solution where I would have an ftp access to upload to, so that I'm sure > > the mirror holds the latest version (or any similar system that has good > > syncing with a main source). > > > > Let me know if you can do something :-) > >We don't need to do anything, automatic mirrors are already in place :-) > >ftp.idsoftware.com (or underworld, actually) is mirrored hourly to the >master idgames community archive: >ftp://archives.3dgamers.com/pub/idgames/ > >Ie. the GtkRadiant directory is at: >ftp://archives.3dgamers.com/pub/idgames/idstuff/qeradiant/GtkRadiant/ > >This is a rather busy server but it's mirrored four times a day to: >ftp://3darchives.in-span.net/pub/idgames/ (which serves up to 2000 users) > >and usually once a day to the other idgames mirrors around the world: >http://www.3dgamers.com/about/archives.html > >Additionally, Blue's News mirrors underworld hourly as well: >ftp://ftp.bluesnews.com/idstuff/ > >which has an hourly Australian mirror: >http://www.planetmirror.com/pub/bluesnews/idstuff/ > >Does that help? :-) >-- >Frans P. de Vries | fpv@bluesnews.com | Blue's News http://www.bluesnews.com/ From gtkradiant@zerowing.idsoftware.com Sun Jan 20 19:15:51 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 13:15:51 -0600 Subject: [Gtkradiant] [Bug 144] use long path names Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 13:15 ------- hacked up some changes to vfsExtractRelativePath, it will be able to extract full relative path for models, even though the project settings would use short win32 filenames ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 19:16:21 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 13:16:21 -0600 Subject: [Gtkradiant] CVS: bug #144 fixed broken misc_model dialog Message-ID: This is a mixed plain/HTML MIME encoded message. --101155418116891 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/20 13:16:14 bug #144 fixed broken misc_model dialog -- GtkRadiant/docs/developer/CHANGES 1.213 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.213 diff : ETG & TTimo - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291 found out the problem, Wolf SP spawn works now + TTimo + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144 + fixed more problems with model loading vfsExtractRelativePath + prolly broke the linux build, just a matter of putting a bunch of #idfdef 19/1/2002 djbob 4 files modified : GtkRadiant/docs/developer/CHANGES 1.213 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.213 1.212 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.212 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.212&r2=text&tr2=1.213&f=h GtkRadiant/plugins/vfspk3/vfs.cpp 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfs.cpp?rev=1.17 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfs.cpp?rev=1.16 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfs.cpp.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&f=h GtkRadiant/plugins/vfspk3/vfspk3.h 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.h?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.h?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfspk3.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/radiant/xywindow.cpp 1.23 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/xywindow.cpp?rev=1.23 1.22 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/xywindow.cpp?rev=1.22 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/xywindow.cpp.diff?r1=text&tr1=1.22&r2=text&tr2=1.23&f=h --101155418116891 Content-Type: text/html CVS report
Commit from timo 2002/01/20   13:16:14


bug #144 fixed broken misc_model dialog


GtkRadiant/docs/developer/CHANGES
    ETG & TTimo
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=291
    found out the problem, Wolf SP spawn works now
+   TTimo
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144
+   fixed more problems with model loading vfsExtractRelativePath
+   prolly broke the linux build, just a matter of putting a bunch of #idfdef
  
  19/1/2002
    djbob
 
4 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.212 >>> 1.213
GtkRadiant plugins/vfspk3/vfs.cpp 1.16 >>> 1.17
GtkRadiant plugins/vfspk3/vfspk3.h 1.5 >>> 1.6
GtkRadiant radiant/xywindow.cpp 1.22 >>> 1.23
--101155418116891-- From gtkradiant@zerowing.idsoftware.com Sun Jan 20 19:23:16 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 13:23:16 -0600 Subject: [Gtkradiant] [Bug 312] Update icons/buttons/bitmaps etc... Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=312 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 13:23 ------- why is it OS specific? logo voodoo should be on all platforms ? :-) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 19:46:49 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 13:46:49 -0600 Subject: [Gtkradiant] [Bug 318] New: Need to be able to filter structural Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=318 Summary: Need to be able to filter structural Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: enhancement Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: gbiggans@uglab.eee.strath.ac.uk as it says on the tin.... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 19:47:25 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 13:47:25 -0600 Subject: [Gtkradiant] [Bug 318] Need to be able to filter structural Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=318 ------- Additional Comments From gbiggans@uglab.eee.strath.ac.uk 2002-01-20 13:47 ------- Created an attachment (id=153) Adding structural filter ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 19:54:49 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 13:54:49 -0600 Subject: [Gtkradiant] [Bug 219] bobtoolz doesn't build in 1.2 tree Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 13:54 ------- checked in will need to check that it fits in the setup ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 19:55:39 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 13:55:39 -0600 Subject: [Gtkradiant] CVS: new bobtoolz Message-ID: This is a mixed plain/HTML MIME encoded message. --101155653919070 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/20 13:55:30 new bobtoolz -- GtkRadiant/docs/developer/CHANGES 1.214 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.214 diff : - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144 fixed more problems with model loading vfsExtractRelativePath prolly broke the linux build, just a matter of putting a bunch of #idfdef + djbob + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 + fixed bobtoolz for 1.2 19/1/2002 djbob 15 files modified : GtkRadiant/radiant.dsw 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.15 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.14 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&f=h GtkRadiant/contrib/bobtoolz/DBobView.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBobView.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBobView.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBobView.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/contrib/bobtoolz/DBrush.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBrush.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBrush.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBrush.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/DPlane.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPlane.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPlane.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPlane.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/DPoint.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPoint.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPoint.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPoint.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/DShape.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DShape.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DShape.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DShape.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/contrib/bobtoolz/DWinding.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DWinding.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DWinding.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DWinding.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/contrib/bobtoolz/StdAfx.h 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/StdAfx.h?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/StdAfx.h?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/StdAfx.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/funchandlers-GTK.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers-GTK.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers-GTK.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers-GTK.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/bobtoolz/misc.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/bobtoolz/misc.h 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.h?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.h?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/bobtoolz/shapes.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/shapes.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/shapes.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/shapes.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/docs/developer/CHANGES 1.214 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.214 1.213 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.213 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.213&r2=text&tr2=1.214&f=h --101155653919070 Content-Type: text/html CVS report
Commit from timo 2002/01/20   13:55:30


new bobtoolz


GtkRadiant/docs/developer/CHANGES
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144
    fixed more problems with model loading vfsExtractRelativePath
    prolly broke the linux build, just a matter of putting a bunch of #idfdef
+   djbob
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219
+   fixed bobtoolz for 1.2
  
  19/1/2002
    djbob
 
15 files modified
Module File name Version
GtkRadiant radiant.dsw 1.14 >>> 1.15
GtkRadiant contrib/bobtoolz/DBobView.cpp 1.2 >>> 1.3
GtkRadiant contrib/bobtoolz/DBrush.cpp 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/DPlane.cpp 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/DPoint.cpp 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/DShape.cpp 1.2 >>> 1.3
GtkRadiant contrib/bobtoolz/DWinding.cpp 1.2 >>> 1.3
GtkRadiant contrib/bobtoolz/StdAfx.h 1.4 >>> 1.5
GtkRadiant contrib/bobtoolz/bobToolz-GTK.cpp 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/bobToolz_gtk.dsp 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/funchandlers-GTK.cpp 1.4 >>> 1.5
GtkRadiant contrib/bobtoolz/misc.cpp 1.4 >>> 1.5
GtkRadiant contrib/bobtoolz/misc.h 1.4 >>> 1.5
GtkRadiant contrib/bobtoolz/shapes.cpp 1.3 >>> 1.4
GtkRadiant docs/developer/CHANGES 1.213 >>> 1.214
--101155653919070-- From gtkradiant@zerowing.idsoftware.com Sun Jan 20 20:02:57 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 14:02:57 -0600 Subject: [Gtkradiant] [Bug 255] load texture directory starts "program files/microsoft office/office" directory Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255 ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 14:02 ------- scratch that comment about unix2dos ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 20:00:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 14:00:05 -0600 Subject: [Gtkradiant] [Bug 255] load texture directory starts "program files/microsoft office/office" directory Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255 ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 14:00 ------- checked in, not exactly the same thing (we use unix format for everything, even on win32) there are probably other occurences, should scan for dir_dialog ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 20:03:30 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 14:03:30 -0600 Subject: [Gtkradiant] CVS: bug #255, correct path prompt in dialog Message-ID: This is a mixed plain/HTML MIME encoded message. --101155701020735 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/20 14:03:19 bug #255, correct path prompt in dialog -- GtkRadiant/docs/developer/CHANGES 1.215 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.215 diff : EvilTypeGuy - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313 detachable menus set as preference (in layout) + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255 + path prompt ETG & RR2DO2 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306 fix 'Natural' texturing crash 2 files modified : GtkRadiant/docs/developer/CHANGES 1.215 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.215 1.214 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.214 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.214&r2=text&tr2=1.215&f=h GtkRadiant/radiant/mainframe.cpp 1.67 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.67 1.66 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.66 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.66&r2=text&tr2=1.67&f=h --101155701020735 Content-Type: text/html CVS report
Commit from timo 2002/01/20   14:03:19


bug #255, correct path prompt in dialog


GtkRadiant/docs/developer/CHANGES
    EvilTypeGuy
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313
    detachable menus set as preference (in layout)
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255
+   path prompt
    ETG & RR2DO2
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306
    fix 'Natural' texturing crash
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.214 >>> 1.215
GtkRadiant radiant/mainframe.cpp 1.66 >>> 1.67
--101155701020735-- From gtkradiant@zerowing.idsoftware.com Sun Jan 20 20:12:55 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 14:12:55 -0600 Subject: [Gtkradiant] [Bug 310] documentation in 1.2 Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=310 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1 ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 14:12 ------- put that in the links page ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 20:16:17 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 14:16:17 -0600 Subject: [Gtkradiant] CVS: bug #307 Message-ID: This is a mixed plain/HTML MIME encoded message. --101155777622562 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/20 14:16:08 bug #307 -- GtkRadiant/docs/developer/CHANGES 1.216 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.216 diff : detachable menus set as preference (in layout) - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255 path prompt + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=307 + patch dialog names ETG & RR2DO2 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306 fix 'Natural' texturing crash 2 files modified : GtkRadiant/docs/developer/CHANGES 1.216 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.216 1.215 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.215 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.215&r2=text&tr2=1.216&f=h GtkRadiant/radiant/patchdialog.cpp 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/patchdialog.cpp?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/patchdialog.cpp?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/patchdialog.cpp.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h --101155777622562 Content-Type: text/html CVS report
Commit from timo 2002/01/20   14:16:08


bug #307


GtkRadiant/docs/developer/CHANGES
    detachable menus set as preference (in layout)
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=255
    path prompt
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=307
+   patch dialog names
    ETG & RR2DO2
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=306
    fix 'Natural' texturing crash
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.215 >>> 1.216
GtkRadiant radiant/patchdialog.cpp 1.8 >>> 1.9
--101155777622562-- From gtkradiant@zerowing.idsoftware.com Sun Jan 20 20:15:51 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 14:15:51 -0600 Subject: [Gtkradiant] [Bug 307] Clarify Patch Inspector Dialog Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=307 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 14:15 ------- applied ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 20:41:17 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 14:41:17 -0600 Subject: [Gtkradiant] [Bug 305] Bad textures cause radiant to lock up during texture load. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 14:41 ------- why the MAX_MAP_LIGHTING getting pushed from 0x800000 to 0x8000000 ? we have two qfiles.h (fixme!) and the definitions are already != patching all the other stuff otherwise ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 20:43:50 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 14:43:50 -0600 Subject: [Gtkradiant] CVS: bug #305, lightgrid and imglib fix Message-ID: This is a mixed plain/HTML MIME encoded message. --101155943024585 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/20 14:43:38 bug #305, lightgrid and imglib fix -- GtkRadiant/docs/developer/CHANGES 1.217 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.217 diff : djbob - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 fixed bobtoolz for 1.2 + RR2DO2 + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305 + filter in viewmenu for lightgrid brushes (ydnar's q3map) + fixes image lib loading bugs 19/1/2002 djbob 9 files modified : GtkRadiant/docs/developer/CHANGES 1.217 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.217 1.216 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.216 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.216&r2=text&tr2=1.217&f=h GtkRadiant/plugins/image/lbmlib.cpp 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/lbmlib.cpp?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/lbmlib.cpp?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/lbmlib.cpp.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h GtkRadiant/radiant/filters.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/filters.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/filters.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/filters.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/radiant/mainframe.cpp 1.68 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.68 1.67 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.67 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.67&r2=text&tr2=1.68&f=h GtkRadiant/radiant/mainframe.h 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h?rev=1.17 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h?rev=1.16 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&f=h GtkRadiant/radiant/qedefs.h 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qedefs.h?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qedefs.h?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qedefs.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/radiant/texwindow.cpp 1.37 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp?rev=1.37 1.36 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp?rev=1.36 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp.diff?r1=text&tr1=1.36&r2=text&tr2=1.37&f=h GtkRadiant/tools/quake3/common/qfiles.h 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/qfiles.h?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/qfiles.h?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/qfiles.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/common/surfaceflags.h 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/surfaceflags.h?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/surfaceflags.h?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/surfaceflags.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h --101155943024585 Content-Type: text/html CVS report
Commit from timo 2002/01/20   14:43:38


bug #305, lightgrid and imglib fix


GtkRadiant/docs/developer/CHANGES
    djbob
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219
    fixed bobtoolz for 1.2
+   RR2DO2
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305
+   filter in viewmenu for lightgrid brushes (ydnar's q3map)
+   fixes image lib loading bugs
  
  19/1/2002
    djbob
 
9 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.216 >>> 1.217
GtkRadiant plugins/image/lbmlib.cpp 1.8 >>> 1.9
GtkRadiant radiant/filters.cpp 1.3 >>> 1.4
GtkRadiant radiant/mainframe.cpp 1.67 >>> 1.68
GtkRadiant radiant/mainframe.h 1.16 >>> 1.17
GtkRadiant radiant/qedefs.h 1.7 >>> 1.8
GtkRadiant radiant/texwindow.cpp 1.36 >>> 1.37
GtkRadiant tools/quake3/common/qfiles.h 1.4 >>> 1.5
GtkRadiant tools/quake3/common/surfaceflags.h 1.4 >>> 1.5
--101155943024585-- From gtkradiant@zerowing.idsoftware.com Sun Jan 20 21:03:39 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 15:03:39 -0600 Subject: [Gtkradiant] [Bug 319] New: Suggestion Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=319 Summary: Suggestion Product: GtkRadiant Version: 1.1.1 OS/Version: other Status: NEW Severity: normal Priority: P3 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: xinf@gmx.net lo gize... i often use those rotate buttons at the left of the toolbar and i was thinking to myself that it wouldnt be a bad idea to give a possibility to control the rotating direction. like click is for rotate 45° to left and shift+click rotates 45° right. dont u think so? radiant rocks big ass. have a nice day all of you.... =) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 21:08:41 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 15:08:41 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 15:08 ------- if nudge cloned brushes is on and deselect original is off then it will nudge both original and cloned the other situations work fine, patching this in for now ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 21:11:05 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 15:11:05 -0600 Subject: [Gtkradiant] CVS: bug #298, copy paste behaviour Message-ID: This is a mixed plain/HTML MIME encoded message. --101156106526593 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/20 15:10:55 bug #298, copy paste behaviour -- GtkRadiant/docs/developer/CHANGES 1.218 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.218 diff : - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305 filter in viewmenu for lightgrid brushes (ydnar's q3map) fixes image lib loading bugs + Hydra + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 + copy/clone deselects the copied stuff + added a pref to deselect or not, and to nudge pasted stuff or not 19/1/2002 djbob 5 files modified : GtkRadiant/docs/developer/CHANGES 1.218 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.218 1.217 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.217 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.217&r2=text&tr2=1.218&f=h GtkRadiant/radiant/map.cpp 1.22 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.22 1.21 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.21 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp.diff?r1=text&tr1=1.21&r2=text&tr2=1.22&f=h GtkRadiant/radiant/preferences.cpp 1.30 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.30 1.29 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.29 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.29&r2=text&tr2=1.30&f=h GtkRadiant/radiant/preferences.h 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.24 1.23 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.23 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.23&r2=text&tr2=1.24&f=h GtkRadiant/radiant/select.cpp 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp?rev=1.17 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp?rev=1.16 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&f=h --101156106526593 Content-Type: text/html CVS report
Commit from timo 2002/01/20   15:10:55


bug #298, copy paste behaviour


GtkRadiant/docs/developer/CHANGES
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305
    filter in viewmenu for lightgrid brushes (ydnar's q3map)
    fixes image lib loading bugs
+   Hydra
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298
+   copy/clone deselects the copied stuff
+   added a pref to deselect or not, and to nudge pasted stuff or not
  
  19/1/2002
    djbob
 
5 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.217 >>> 1.218
GtkRadiant radiant/map.cpp 1.21 >>> 1.22
GtkRadiant radiant/preferences.cpp 1.29 >>> 1.30
GtkRadiant radiant/preferences.h 1.23 >>> 1.24
GtkRadiant radiant/select.cpp 1.16 >>> 1.17
--101156106526593-- From gtkradiant@zerowing.idsoftware.com Sun Jan 20 21:18:19 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 15:18:19 -0600 Subject: [Gtkradiant] [Bug 301] entity selection bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |blocker Priority|P2 |P1 ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 15:18 ------- that one got parasited it's still there, and annoying if the md3 load fails (ex weapon_thompson .. why is it not found anyway??) and you have set you View entities as skinned etc., then there's no tris to hit .. and you can't select if model not found, select method needs to fallback to bbox that's a blocker for release ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 21:49:03 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 15:49:03 -0600 Subject: [Gtkradiant] CVS: more .pid code Message-ID: This is a mixed plain/HTML MIME encoded message. --101156334228696 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/20 15:48:52 more .pid code -- GtkRadiant/docs/developer/CHANGES 1.219 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.219 diff : - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144 fixed more problems with model loading vfsExtractRelativePath prolly broke the linux build, just a matter of putting a bunch of #idfdef + - fixed an additionnal .pid lock situation, cleaning the global prefs on game .pid lock djbob - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 fixed bobtoolz for 1.2 2 files modified : GtkRadiant/docs/developer/CHANGES 1.219 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.219 1.218 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.218 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.218&r2=text&tr2=1.219&f=h GtkRadiant/radiant/main.cpp 1.38 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.38 1.37 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.37 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp.diff?r1=text&tr1=1.37&r2=text&tr2=1.38&f=h --101156334228696 Content-Type: text/html CVS report
Commit from timo 2002/01/20   15:48:52


more .pid code


GtkRadiant/docs/developer/CHANGES
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=144
    fixed more problems with model loading vfsExtractRelativePath
    prolly broke the linux build, just a matter of putting a bunch of #idfdef
+   - fixed an additionnal .pid lock situation, cleaning the global prefs on game .pid lock
    djbob
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219
    fixed bobtoolz for 1.2
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.218 >>> 1.219
GtkRadiant radiant/main.cpp 1.37 >>> 1.38
--101156334228696-- From gtkradiant@zerowing.idsoftware.com Sun Jan 20 21:50:24 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 15:50:24 -0600 Subject: [Gtkradiant] [Bug 296] New MD3 code access violations. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=296 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 15:50 ------- I assume this a side effect of the shader refcounts someone care to try with the current trunk? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 22:11:15 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 16:11:15 -0600 Subject: [Gtkradiant] [Bug 320] New: md3 for weapon_* are missing Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=320 Summary: md3 for weapon_* are missing Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: setup AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com the md3 for weapons are missing (for radiant use) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 22:25:30 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 16:25:30 -0600 Subject: [Gtkradiant] [Bug 305] Bad textures cause radiant to lock up during texture load. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305 ------- Additional Comments From rr2do2@q3f.com 2002-01-20 16:25 ------- That wasn't supposed to be there :) I changed that for one of our level designers who wanted to experiment a bit. Leave it at the old value. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 22:39:26 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 16:39:26 -0600 Subject: [Gtkradiant] [Bug 301] entity selection bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 16:39 ------- problem was not what thought initially any md3 selection would fail (i.e. tris test), the return value was not interpreted correctly (sending back NULL instead of a dummy bruh face) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 22:41:11 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 16:41:11 -0600 Subject: [Gtkradiant] CVS: bug #301 md3 select Message-ID: This is a mixed plain/HTML MIME encoded message. --101156647131165 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/20 16:41:04 bug #301 md3 select -- GtkRadiant/docs/developer/CHANGES 1.220 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.220 diff : fixed more problems with model loading vfsExtractRelativePath prolly broke the linux build, just a matter of putting a bunch of #idfdef - fixed an additionnal .pid lock situation, cleaning the global prefs on game .pid lock + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 + fixed md3 tris test selection bug djbob - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 fixed bobtoolz for 1.2 3 files modified : GtkRadiant/docs/developer/CHANGES 1.220 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.220 1.219 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.219 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.219&r2=text&tr2=1.220&f=h GtkRadiant/plugins/md3model/md3model.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/md3model.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/md3model.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/md3model.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/radiant/brush.cpp 1.29 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp?rev=1.29 1.28 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp?rev=1.28 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp.diff?r1=text&tr1=1.28&r2=text&tr2=1.29&f=h --101156647131165 Content-Type: text/html CVS report
Commit from timo 2002/01/20   16:41:04


bug #301 md3 select


GtkRadiant/docs/developer/CHANGES
    fixed more problems with model loading vfsExtractRelativePath
    prolly broke the linux build, just a matter of putting a bunch of #idfdef
    - fixed an additionnal .pid lock situation, cleaning the global prefs on game .pid lock
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301
+   fixed md3 tris test selection bug
    djbob
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219
    fixed bobtoolz for 1.2
 
3 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.219 >>> 1.220
GtkRadiant plugins/md3model/md3model.cpp 1.2 >>> 1.3
GtkRadiant radiant/brush.cpp 1.28 >>> 1.29
--101156647131165-- From gtkradiant@zerowing.idsoftware.com Mon Jan 21 01:35:19 2002 From: gtkradiant@zerowing.idsoftware.com (RivrStyx@PQ) Date: Sun, 20 Jan 2002 17:35:19 -0800 Subject: [Gtkradiant] qeradiant.com looking for reliable mirrors References: <5.0.2.1.2.20020120182608.00ad0b98@wheresmymailserver.com> Message-ID: <003001c1a21b$e351f360$0201a8c0@RIVRSTYX> might want to try this place.. very reliable and fast Dls http://www.planetquake3.net Go to this page to add DL. http://www.planetquake3.net/download.php?op=AddDownload they'll email you back with link and usually pretty fast...within a few hours. also theres no open last map option... i changed in the ini ----- Original Message ----- From: "Timothee Besset" To: ; ; Cc: ; Sent: Sunday, January 20, 2002 9:41 AM Subject: [Gtkradiant] qeradiant.com looking for reliable mirrors > Hello everyone > > I am sending out an email because qeradiant.com is looking for some more > mirrors. Has we have announced following the Wolf SDK release, we are > planning on releasing a new version of GtkRadiant with a Wolf game pack. > Our current download solutions are 3ddownloads.com and ftp.idsoftware.com . > both are pretty loaded right now, so I'm looking for some more URLs. > > Our main problem is that even though the next setup we are going to release > is of good quality, it will be a beta, and we are planning to release > regular updates after it (being an open source project, a good part of the > QA process means sending out builds, gathering feedback and improving). > That's why we haven't been looking for more mirrors in the past, to avoid > too many outdated versions floating around. So what I'm looking for is a > solution where I would have an ftp access to upload to, so that I'm sure > the mirror holds the latest version (or any similar system that has good > syncing with a main source). > > Let me know if you can do something :-) > > TTimo > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant From gtkradiant@zerowing.idsoftware.com Sun Jan 20 22:42:27 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 16:42:27 -0600 Subject: [Gtkradiant] [Bug 320] md3 for weapon_* are missing Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=320 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 16:42 ------- also if the model is not found, the rendering should draw the box outlined in camera view ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 22:43:35 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 16:43:35 -0600 Subject: [Gtkradiant] [Bug 305] Bad textures cause radiant to lock up during texture load. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 16:43 ------- this is settled then ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 22:48:34 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 23:48:34 +0100 Subject: [Gtkradiant] qeradiant.com looking for reliable mirrors In-Reply-To: <003001c1a21b$e351f360$0201a8c0@RIVRSTYX> References: <5.0.2.1.2.20020120182608.00ad0b98@wheresmymailserver.com> Message-ID: <5.0.2.1.2.20020120234802.026409a8@192.168.1.1> Thks, but the issue has been settled already, we have our mirrors solutions :-) TTimo At 17:35 20/01/2002 -0800, you wrote: >might want to try this place.. very reliable and fast Dls > >http://www.planetquake3.net > >Go to this page to add DL. >http://www.planetquake3.net/download.php?op=AddDownload >they'll email you back with link and usually pretty fast...within a few >hours. > >also theres no open last map option... i changed in the ini > > >----- Original Message ----- >From: "Timothee Besset" >To: ; ; >Cc: ; >Sent: Sunday, January 20, 2002 9:41 AM >Subject: [Gtkradiant] qeradiant.com looking for reliable mirrors > > > > Hello everyone > > > > I am sending out an email because qeradiant.com is looking for some more > > mirrors. Has we have announced following the Wolf SDK release, we are > > planning on releasing a new version of GtkRadiant with a Wolf game pack. > > Our current download solutions are 3ddownloads.com and ftp.idsoftware.com >. > > both are pretty loaded right now, so I'm looking for some more URLs. > > > > Our main problem is that even though the next setup we are going to >release > > is of good quality, it will be a beta, and we are planning to release > > regular updates after it (being an open source project, a good part of the > > QA process means sending out builds, gathering feedback and improving). > > That's why we haven't been looking for more mirrors in the past, to avoid > > too many outdated versions floating around. So what I'm looking for is a > > solution where I would have an ftp access to upload to, so that I'm sure > > the mirror holds the latest version (or any similar system that has good > > syncing with a main source). > > > > Let me know if you can do something :-) > > > > TTimo > > > > > > _______________________________________________ > > Gtkradiant mailing list > > Gtkradiant@zerowing.idsoftware.com > > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > > >_______________________________________________ >Gtkradiant mailing list >Gtkradiant@zerowing.idsoftware.com >http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant From gtkradiant@zerowing.idsoftware.com Sun Jan 20 23:23:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 17:23:03 -0600 Subject: [Gtkradiant] [Bug 318] Need to be able to filter structural Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=318 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 17:23 ------- bad collision with the lightgrid patch patch was applied, patch utility didn't see a thing but several conflicts (the value used for filtering, the menus) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 23:24:25 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 17:24:25 -0600 Subject: [Gtkradiant] CVS: bug #318 (structural) Message-ID: This is a mixed plain/HTML MIME encoded message. --10115690641045 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/20 17:24:14 bug #318 (structural) -- GtkRadiant/docs/developer/CHANGES 1.221 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.221 diff : djbob - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219 fixed bobtoolz for 1.2 + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=318 + filter structural RR2DO2 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305 filter in viewmenu for lightgrid brushes (ydnar's q3map) fixes image lib loading bugs + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 + filter structural Hydra - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 copy/clone deselects the copied stuff 5 files modified : GtkRadiant/docs/developer/CHANGES 1.221 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.221 1.220 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.220 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.220&r2=text&tr2=1.221&f=h GtkRadiant/radiant/filters.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/filters.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/filters.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/filters.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/radiant/mainframe.cpp 1.69 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.69 1.68 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.68 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.68&r2=text&tr2=1.69&f=h GtkRadiant/radiant/mainframe.h 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h?rev=1.18 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h?rev=1.17 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h.diff?r1=text&tr1=1.17&r2=text&tr2=1.18&f=h GtkRadiant/radiant/qedefs.h 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qedefs.h?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qedefs.h?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qedefs.h.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h --10115690641045 Content-Type: text/html CVS report
Commit from timo 2002/01/20   17:24:14


bug #318 (structural)


GtkRadiant/docs/developer/CHANGES
    djbob
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=219
    fixed bobtoolz for 1.2
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=318
+   filter structural
    RR2DO2
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=305
    filter in viewmenu for lightgrid brushes (ydnar's q3map)
    fixes image lib loading bugs
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301
+   filter structural
    Hydra
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298
    copy/clone deselects the copied stuff
 
5 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.220 >>> 1.221
GtkRadiant radiant/filters.cpp 1.4 >>> 1.5
GtkRadiant radiant/mainframe.cpp 1.68 >>> 1.69
GtkRadiant radiant/mainframe.h 1.17 >>> 1.18
GtkRadiant radiant/qedefs.h 1.8 >>> 1.9
--10115690641045-- From gtkradiant@zerowing.idsoftware.com Sun Jan 20 23:29:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 17:29:54 -0600 Subject: [Gtkradiant] [Bug 216] BSPC option in compile menu? Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=216 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P1 Version|1.1.1 |1.2-nightly ------- Additional Comments From ttimo@idsoftware.com 2002-01-20 17:29 ------- hey that would be cool no? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 20 23:49:19 2002 From: gtkradiant@zerowing.idsoftware.com (Michael Schlueter) Date: 21 Jan 2002 00:49:19 +0100 Subject: [Gtkradiant] compiling cvs nightly on linux Message-ID: <1011570559.864.2.camel@donald> Hi, when compiling radiant on linux I get following error: gcc -fPIC `glib-config --cflags` -g -D_DEBUG -Ilibs -Iinclude -c Debug/plugins/vfspk3/vfs.cpp -o Debug/plugins/vfspk3/vfs.o Debug/plugins/vfspk3/vfs.cpp: In function `char * vfsExtractRelativePath_short(const char *, bool)': Debug/plugins/vfspk3/vfs.cpp:572: `MAX_PATH' undeclared (first use this function) Debug/plugins/vfspk3/vfs.cpp:572: (Each undeclared identifier is reported only once Debug/plugins/vfspk3/vfs.cpp:572: for each function it appears in.) Debug/plugins/vfspk3/vfs.cpp:572: implicit declaration of function `int GetShortPathName(...)' cons: *** [Debug/plugins/vfspk3/vfs.o] Error 1 Bye, Michael From gtkradiant@zerowing.idsoftware.com Mon Jan 21 00:03:43 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 20 Jan 2002 18:03:43 -0600 Subject: [Gtkradiant] CVS: fixed PrtView and TexTool compile Message-ID: This is a mixed plain/HTML MIME encoded message. --10115714233409 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/20 18:03:40 fixed PrtView and TexTool compile -- 8 files modified : GtkRadiant/radiant.dsw 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.16 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.15 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&f=h GtkRadiant/contrib/prtview/PrtView.dsp 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/PrtView.dsp?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/PrtView.dsp?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/PrtView.dsp.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h GtkRadiant/contrib/prtview/prtview.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/prtview.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/prtview.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/prtview.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/contrib/prtview/stdafx.h 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/stdafx.h?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/stdafx.h?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/stdafx.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/plugins/textool/ControlPointsManager.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/ControlPointsManager.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/ControlPointsManager.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/ControlPointsManager.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/plugins/textool/StdAfx.h 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/StdAfx.h?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/StdAfx.h?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/StdAfx.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h GtkRadiant/plugins/textool/TexTool.cpp 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/TexTool.cpp?rev=1.10 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/TexTool.cpp?rev=1.9 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/TexTool.cpp.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&f=h GtkRadiant/plugins/textool/TexTool.dsp 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/TexTool.dsp?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/TexTool.dsp?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/TexTool.dsp.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h --10115714233409 Content-Type: text/html CVS report
Commit from timo 2002/01/20   18:03:40


fixed PrtView and TexTool compile


 
8 files modified
Module File name Version
GtkRadiant radiant.dsw 1.15 >>> 1.16
GtkRadiant contrib/prtview/PrtView.dsp 1.8 >>> 1.9
GtkRadiant contrib/prtview/prtview.cpp 1.2 >>> 1.3
GtkRadiant contrib/prtview/stdafx.h 1.2 >>> 1.3
GtkRadiant plugins/textool/ControlPointsManager.cpp 1.4 >>> 1.5
GtkRadiant plugins/textool/StdAfx.h 1.10 >>> 1.11
GtkRadiant plugins/textool/TexTool.cpp 1.9 >>> 1.10
GtkRadiant plugins/textool/TexTool.dsp 1.11 >>> 1.12
--10115714233409-- From gtkradiant@zerowing.idsoftware.com Mon Jan 21 00:15:04 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 01:15:04 +0100 Subject: [Gtkradiant] new setup, updated binaries Message-ID: <5.0.2.1.2.20020121010808.02f08870@wheresmymailserver.com> Uploading a new setup at: http://zerowing.idsoftware.com/nightly/GtkRadiantSetup-1.2.1-01202002.exe This is very much a work in progress. We are done with bug fixes regarding the binaries, there is a number of web/setup/documentation related issues left. You can already get this binary and start looking for problems we haven't seen yet.. TTimo From gtkradiant@zerowing.idsoftware.com Mon Jan 21 00:23:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 20 Jan 2002 18:23:54 -0600 Subject: [Gtkradiant] [Bug 321] New: scan for plugins in the main install path too? Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=321 Summary: scan for plugins in the main install path too? Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com we scan only in modules/ and plugins/ in the game tools dir for some plugins, we should scan in the main installation (not game specific) need to add the scanning code.. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 21 03:29:29 2002 From: gtkradiant@zerowing.idsoftware.com (Jeremiah Sypult) Date: Sun, 20 Jan 2002 21:29:29 -0600 Subject: [Gtkradiant] misc_model modelscale key doesnt reflect changes in editor Message-ID: <001501c1a22b$d6682f10$0200000a@mindgrid.net> There is a problem with scaling models in GTKRadiant 1.2.1 01202002... WolfRadiant, although unsupported, will show misc_models scaled appropriately. Loading up mp_beach and looking at the 'lander' (boat models) and displaying clip brushes will show that the common/clipweap brush func_group for the corresponding lander models is 1.5 times the size of the displayed misc_model for the lander. misc_models for the lander have a modelscale value of 1.5. Also, loading up mp_beach in the latest nightly doesnt display all the game textures due to a lack of a proper shaderlist.txt file (the water texture is missing for example). Also many many models don't display their textures when any 'skinned' entity mode is on. Some display, but most don't -- and i've seen this in WolfRad as well... Missing textures or a PK3 problem? My quick list so far. .jer From gtkradiant@zerowing.idsoftware.com Mon Jan 21 09:28:24 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 03:28:24 -0600 Subject: [Gtkradiant] [Bug 322] New: misc_model modelscale key doesnt reflect changes in editor Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=322 Summary: misc_model modelscale key doesnt reflect changes in editor Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com Someone forgot to scale.. Loading up mp_beach and looking at the 'lander' (boat models) and displaying clip brushes will show that the common/clipweap brush func_group for the corresponding lander models is 1.5 times the size of the displayed misc_model for the lander. misc_models for the lander have a modelscale value of 1.5. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 21 09:22:37 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 10:22:37 +0100 Subject: [Gtkradiant] misc_model modelscale key doesnt reflect changes in editor In-Reply-To: <001501c1a22b$d6682f10$0200000a@mindgrid.net> References: <001501c1a22b$d6682f10$0200000a@mindgrid.net> Message-ID: <20020121102237.120841fe.ttimo@idsoftware.com> filed that in bugzilla, thanks for the report: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=322 TTimo On Sun, 20 Jan 2002 21:29:29 -0600 "Jeremiah Sypult" wrote: > There is a problem with scaling models in GTKRadiant 1.2.1 01202002... > WolfRadiant, although unsupported, will show misc_models scaled > appropriately. Loading up mp_beach and looking at the 'lander' (boat models) > and displaying clip brushes will show that the common/clipweap brush > func_group for the corresponding lander models is 1.5 times the size of the > displayed misc_model for the lander. misc_models for the lander have a > modelscale value of 1.5. > > Also, loading up mp_beach in the latest nightly doesnt display all the game > textures due to a lack of a proper shaderlist.txt file (the water texture is > missing for example). Also many many models don't display their textures > when any 'skinned' entity mode is on. Some display, but most don't -- and > i've seen this in WolfRad as well... Missing textures or a PK3 problem? > > My quick list so far. > > .jer > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Mon Jan 21 09:23:58 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 10:23:58 +0100 Subject: [Gtkradiant] compiling cvs nightly on linux In-Reply-To: <1011570559.864.2.camel@donald> References: <1011570559.864.2.camel@donald> Message-ID: <20020121102358.66a16990.ttimo@idsoftware.com> Plz look at the comments around the function that say 'hey I know it broke on linux'. Patches welcome TTimo On 21 Jan 2002 00:49:19 +0100 Michael Schlueter wrote: > Hi, > > when compiling radiant on linux I get following error: > > gcc -fPIC `glib-config --cflags` -g -D_DEBUG -Ilibs -Iinclude -c > Debug/plugins/vfspk3/vfs.cpp -o Debug/plugins/vfspk3/vfs.o > Debug/plugins/vfspk3/vfs.cpp: In function `char * > vfsExtractRelativePath_short(const char *, bool)': > Debug/plugins/vfspk3/vfs.cpp:572: `MAX_PATH' undeclared (first use this > function) > Debug/plugins/vfspk3/vfs.cpp:572: (Each undeclared identifier is > reported only once > Debug/plugins/vfspk3/vfs.cpp:572: for each function it appears in.) > Debug/plugins/vfspk3/vfs.cpp:572: implicit declaration of function `int > GetShortPathName(...)' > cons: *** [Debug/plugins/vfspk3/vfs.o] Error 1 > > Bye, Michael > > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Mon Jan 21 10:36:32 2002 From: gtkradiant@zerowing.idsoftware.com (Steve Orrell) Date: Mon, 21 Jan 2002 10:36:32 +0000 Subject: [Gtkradiant] Query re.: GTK Radiant 1.2.101202002 Message-ID: <5.1.0.14.2.20020121095620.020446c0@pop.clara.net> Hi there, I know you guys have been putting in a shed-load of work so I was interested in looking at the newest release; suitably installed I fired it up... to find the very first opening dialogue request my selection of game; no big deal, except the only option it gave me was RTCW ? Is this version of GTK Radiant solely for RTCW (which I don't have) ? I'm working with Q3A at the moment. If I pressed on with the above installation (by selecting my Q3 directory) I came across greater stumbling blocks.... all of which were obviously there to set up RTCW correctly so I'm not surprised at that. But what it meant that there was no way, as far as I could determine, to set this up for Q3A. Cheers, Steve... From gtkradiant@zerowing.idsoftware.com Mon Jan 21 10:47:14 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 11:47:14 +0100 Subject: [Gtkradiant] Query re.: GTK Radiant 1.2.101202002 In-Reply-To: <5.1.0.14.2.20020121095620.020446c0@pop.clara.net> Message-ID: <5.0.2.1.2.20020121114519.02803410@192.168.1.1> We generate setups 'on demand' i.e. we can include the game packs we want. The focus right now is on Wolf editing, so the test setups I've been uploading contained only the Wolf pack. Now that we are getting closer to the release I will probably build the Wolf only and the Wolf + Q3 packs. regards TTimo At 10:36 21/01/2002 +0000, you wrote: >Hi there, > >I know you guys have been putting in a shed-load of work so I was >interested in looking at the newest release; suitably installed I fired it >up... to find the very first opening dialogue request my selection of >game; no big deal, except the only option it gave me was RTCW ? > >Is this version of GTK Radiant solely for RTCW (which I don't have) ? > >I'm working with Q3A at the moment. If I pressed on with the above >installation (by selecting my Q3 directory) I came across greater >stumbling blocks.... all of which were obviously there to set up RTCW >correctly so I'm not surprised at that. But what it meant that there was >no way, as far as I could determine, to set this up for Q3A. > > > >Cheers, > > >Steve... > > >_______________________________________________ >Gtkradiant mailing list >Gtkradiant@zerowing.idsoftware.com >http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant From gtkradiant@zerowing.idsoftware.com Mon Jan 21 10:55:42 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 04:55:42 -0600 Subject: [Gtkradiant] CVS: Message-ID: This is a mixed plain/HTML MIME encoded message. --101161054213295 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/21 04:55:39 -- 2 files removed : GtkRadiant/setup/infolist.txt was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/Attic/infolist.txt?rev=1.2 GtkRadiant/setup/license.txt was 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/Attic/license.txt?rev=1.1 --101161054213295 Content-Type: text/html CVS report
Commit from timo 2002/01/21   04:55:39




 
2 files removed
Module File name Last version
GtkRadiant setup/infolist.txt 1.2
GtkRadiant setup/license.txt 1.1
--101161054213295-- From gtkradiant@zerowing.idsoftware.com Mon Jan 21 12:01:25 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 06:01:25 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-21 06:01 ------- patch to follow: Cleanup for copy/paste stuff. Reverts the patch above. Adds a Select_Deselect() call to OnEditPaste() - restores the same behaviour as 1.1.x. (this was overlooked in my previous changes) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 21 12:04:19 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 06:04:19 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-21 06:04 ------- Created an attachment (id=154) SPoG - patch to cleanup and revert - see explanation ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 21 12:48:23 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 06:48:23 -0600 Subject: [Gtkradiant] [Bug 296] MD3 module doesn't handle flush&reload Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=296 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|New MD3 code access |MD3 module doesn't handle |violations. |flush&reload ------- Additional Comments From ttimo@idsoftware.com 2002-01-21 06:48 ------- When the editor goes to sleep, or a flush&reload operation is started, the md3 doesn't flush and reload it's specific shaders. Meaning the IShader are not removed (thanks to reference counting), but the GL binds are broken. Models show white after a Sleep / Wake cycle. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 21 14:11:25 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 08:11:25 -0600 Subject: [Gtkradiant] CVS: updated ChangeLog and credits Message-ID: This is a mixed plain/HTML MIME encoded message. --101162228517881 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/21 08:11:19 updated ChangeLog and credits -- 2 files modified : GtkRadiant/setup/changelog.txt 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/setup/data/tools/credits.html 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h --101162228517881 Content-Type: text/html CVS report
Commit from timo 2002/01/21   08:11:19


updated ChangeLog and credits


 
2 files modified
Module File name Version
GtkRadiant setup/changelog.txt 1.6 >>> 1.7
GtkRadiant setup/data/tools/credits.html 1.3 >>> 1.4
--101162228517881-- From gtkradiant@zerowing.idsoftware.com Mon Jan 21 14:26:33 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 08:26:33 -0600 Subject: [Gtkradiant] [Bug 315] Win32 Dual screen through two videocards doesn't initialize opengl properly when radiant is started on secondary screen Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315 ------- Additional Comments From rr2do2@q3f.com 2002-01-21 08:26 ------- Created an attachment (id=155) Patch for mainframe.cpp (apply after 'newer' multimon patch) for the multimon.h include ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 21 14:27:35 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 08:27:35 -0600 Subject: [Gtkradiant] [Bug 315] Win32 Dual screen through two videocards doesn't initialize opengl properly when radiant is started on secondary screen Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315 ------- Additional Comments From rr2do2@q3f.com 2002-01-21 08:27 ------- Created an attachment (id=156) multimon.h, used when the platform sdk under windows doesn't have the multimon stuff. Put in the libs folder. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 21 14:34:08 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 08:34:08 -0600 Subject: [Gtkradiant] CVS: update Message-ID: This is a mixed plain/HTML MIME encoded message. --101162364819795 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/21 08:34:05 update -- 1 files modified : GtkRadiant/setup/data/tools/credits.html 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h --101162364819795 Content-Type: text/html CVS report
Commit from timo 2002/01/21   08:34:05


update


 
1 file modified
Module File name Version
GtkRadiant setup/data/tools/credits.html 1.4 >>> 1.5
--101162364819795-- From gtkradiant@zerowing.idsoftware.com Mon Jan 21 14:33:50 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 15:33:50 +0100 Subject: [Gtkradiant] CVS: updated ChangeLog and credits In-Reply-To: Message-ID: <5.0.2.1.2.20020121153307.027b1358@192.168.1.1> Those are ChangeLog and credits page that will go with the release. Please let me know if I forgot anyone / anything.. TTimo At 08:11 21/01/2002 -0600, you wrote: >Commit from timo 2002/01/21 08:11:19 > > >updated ChangeLog and credits > > > >2 files modified >Module File name Version >GtkRadiant setup/changelog.txt >1.6 >>>> >1.7 > >GtkRadiant setup/data/tools/credits.html >1.3 >>>> >1.4 > From gtkradiant@zerowing.idsoftware.com Mon Jan 21 14:47:21 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 08:47:21 -0600 Subject: [Gtkradiant] CVS: update to the shader scripts and common pk3 (AstroCreep) Message-ID: This is a mixed plain/HTML MIME encoded message. --101162444121532 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/21 08:47:10 update to the shader scripts and common pk3 (AstroCreep) -- 6 files added : WolfPack/scripts/awf_props.shader 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/awf_props.shader?rev=1.1 WolfPack/scripts/castle_door.shader 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/castle_door.shader?rev=1.1 WolfPack/scripts/castle_floor.shader 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/castle_floor.shader?rev=1.1 WolfPack/scripts/castle_props.shader 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/castle_props.shader?rev=1.1 WolfPack/scripts/castle_window.shader 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/castle_window.shader?rev=1.1 WolfPack/scripts/castle_wood.shader 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/castle_wood.shader?rev=1.1 2 files removed : WolfPack/scripts/awf.shader was 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/Attic/awf.shader?rev=1.1 WolfPack/scripts/castle.shader was 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/Attic/castle.shader?rev=1.1 7 files modified : WolfPack/ChangeLog 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/ChangeLog?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/ChangeLog?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/ChangeLog.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h WolfPack/common-astro-spog.pk3 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/common-astro-spog.pk3?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/common-astro-spog.pk3?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/common-astro-spog.pk3.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h WolfPack/scripts/chateau.shader 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/chateau.shader?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/chateau.shader?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/chateau.shader.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h WolfPack/scripts/common.shader 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/common.shader?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/common.shader?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/common.shader.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h WolfPack/scripts/lights.shader 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/lights.shader?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/lights.shader?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/lights.shader.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h WolfPack/scripts/liquids.shader 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/liquids.shader?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/liquids.shader?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/liquids.shader.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h WolfPack/scripts/shaderlist.txt 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/shaderlist.txt?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/shaderlist.txt?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/shaderlist.txt.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h --101162444121532 Content-Type: text/html CVS report
Commit from timo 2002/01/21   08:47:10


update to the shader scripts and common pk3 (AstroCreep)


 
6 files added
Module File name Version
WolfPack scripts/awf_props.shader 1.1
WolfPack scripts/castle_door.shader 1.1
WolfPack scripts/castle_floor.shader 1.1
WolfPack scripts/castle_props.shader 1.1
WolfPack scripts/castle_window.shader 1.1
WolfPack scripts/castle_wood.shader 1.1
 
2 files removed
Module File name Last version
WolfPack scripts/awf.shader 1.1
WolfPack scripts/castle.shader 1.1
 
7 files modified
Module File name Version
WolfPack ChangeLog 1.2 >>> 1.3
WolfPack common-astro-spog.pk3 1.3 >>> 1.4
WolfPack scripts/chateau.shader 1.1 >>> 1.2
WolfPack scripts/common.shader 1.2 >>> 1.3
WolfPack scripts/lights.shader 1.1 >>> 1.2
WolfPack scripts/liquids.shader 1.1 >>> 1.2
WolfPack scripts/shaderlist.txt 1.1 >>> 1.2
--101162444121532-- From gtkradiant@zerowing.idsoftware.com Mon Jan 21 19:16:04 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 20:16:04 +0100 Subject: [Gtkradiant] test Message-ID: <5.0.2.1.2.20020121201541.027fcf80@wheresmymailserver.com> GtkRadiant list broke after power outage at Id today From gtkradiant@zerowing.idsoftware.com Mon Jan 21 14:48:12 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 08:48:12 -0600 Subject: [Gtkradiant] CVS: IS setup update for new shader scripts (also updates infolist.txt) Message-ID: This is a mixed plain/HTML MIME encoded message. --101162449121635 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/21 08:48:05 IS setup update for new shader scripts (also updates infolist.txt) -- GtkRadiant/docs/developer/CHANGES 1.222 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.222 diff : filter in viewmenu for lightgrid brushes (ydnar's q3map) fixes image lib loading bugs - - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301 - filter structural Hydra - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 copy/clone deselects the copied stuff --- 31,36 ---- 5 files modified : GtkRadiant/docs/developer/CHANGES 1.222 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.222 1.221 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.221 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.221&r2=text&tr2=1.222&f=h GtkRadiant/setup/win32/template/Component/Default.fgl 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.fgl?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.fgl?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.fgl.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/win32/template/File/Default.fdf 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h Media/Wolf 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/setup/win32/template/Setup/infolist.txt 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Setup/infolist.txt?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Setup/infolist.txt?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Setup/infolist.txt.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h --101162449121635 Content-Type: text/html CVS report
Commit from timo 2002/01/21   08:48:05


IS setup update for new shader scripts (also updates infolist.txt)


GtkRadiant/docs/developer/CHANGES
    filter in viewmenu for lightgrid brushes (ydnar's q3map)
    fixes image lib loading bugs
-   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=301
-   filter structural
    Hydra
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298
    copy/clone deselects the copied stuff
--- 31,36 ----
 
5 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.221 >>> 1.222
GtkRadiant setup/win32/template/Component/Default.fgl 1.3 >>> 1.4
GtkRadiant setup/win32/template/File/Default.fdf 1.8 >>> 1.9
Media Wolf 1.5 >>> 1.6
GtkRadiant setup/win32/template/Setup/infolist.txt 1.1 >>> 1.2
--101162449121635-- From gtkradiant@zerowing.idsoftware.com Mon Jan 21 19:17:57 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 20:17:57 +0100 Subject: [Gtkradiant] CVS: plugin fixes, setup updates Message-ID: <5.0.2.1.2.20020121201707.0287ad50@192.168.1.1> > > >This is a mixed plain/HTML MIME encoded message. > >--10116393285837 >Content-Type: text/plain > >User : timo >Root : zerowing:/cvs >Date : 2002/01/21 12:55:17 > >plugin fixes, setup updates > >-- > > GtkRadiant/docs/developer/CHANGES > 1.223 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.223 > diff : > This is the changelog for developpers, != changelog for the end user > that we distribute with the binaries. (see changelog) > > + 21/1/2002 > + TTimo > + - scanning in g_strAppPath/modules/ and plugins/ prior to > g_strGameToolsPath > + using the main path to put general plugins and modules > + - fixed bobtoolz bug, init of epairs table was relying on wrong > params > + - fixed curry to mpile again on 1.2 > + - fixed pk3man to compile again on 1.2 > + > 20/1/2002 > EvilTypeGuy > - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313 > >1 file added : > > -/Plugins > 1.1 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/-/Plugins?rev=1.1 > > >13 files modified : > > GtkRadiant/radiant.dsw > 1.17 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.17 > 1.16 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.16 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&f=h > > GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp > 1.5 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp?rev=1.5 > 1.4 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp?rev=1.4 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h > > GtkRadiant/contrib/gtkgensurf/gtkgensurf.dsp > 1.4 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/gtkgensurf.dsp?rev=1.4 > 1.3 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/gtkgensurf.dsp?rev=1.3 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/gtkgensurf.dsp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h > > GtkRadiant/contrib/gtkgensurf/plugin.cpp > 1.3 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/plugin.cpp?rev=1.3 > 1.2 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/plugin.cpp?rev=1.2 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/plugin.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h > > GtkRadiant/docs/developer/CHANGES > 1.223 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.223 > 1.222 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.222 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.222&r2=text&tr2=1.223&f=h > > GtkRadiant/radiant/mainframe.cpp > 1.70 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.70 > 1.69 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.69 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.69&r2=text&tr2=1.70&f=h > > GtkRadiant/radiant/pluginmanager.cpp > 1.56 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.56 > 1.55 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.55 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp.diff?r1=text&tr1=1.55&r2=text&tr2=1.56&f=h > > GtkRadiant/radiant/pluginmanager.h > 1.11 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.h?rev=1.11 > 1.10 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.h?rev=1.10 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h > > GtkRadiant/setup/win32/template/Component/Default.cdf > 1.4 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf?rev=1.4 > 1.3 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf?rev=1.3 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h > > GtkRadiant/setup/win32/template/File/Default.fdf > 1.10 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.10 > 1.9 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.9 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&f=h > > Executable/Program > 1.3 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Program?rev=1.3 > 1.2 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Program?rev=1.2 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Program.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h > > Executable/Q3 > 1.5 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Q3?rev=1.5 > 1.4 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Q3?rev=1.4 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Executable/Q3.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h > > Exectuable/Wolf > 1.8 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.8 > 1.7 : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.7 > diff : > http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h > > >--10116393285837 >Content-Type: text/html > >Commit from timo 2002/01/21 12:55:17 > > >plugin fixes, setup updates > > >GtkRadiant/docs/developer/CHANGES > This is the changelog for developpers, != changelog for the end user > that we distribute with the binaries. (see changelog) > >+ 21/1/2002 >+ TTimo >+ - scanning in g_strAppPath/modules/ and plugins/ prior to >g_strGameToolsPath >+ using the main path to put general plugins and modules >+ - fixed bobtoolz bug, init of epairs table was relying on wrong params >+ - fixed curry to mpile again on 1.2 >+ - fixed pk3man to compile again on 1.2 >+ > 20/1/2002 > EvilTypeGuy > - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313 > >1 file added >Module File name Version >- Plugins >1.1 > >13 files modified >Module File name Version >GtkRadiant radiant.dsw >1.16 >>>> >1.17 > >GtkRadiant contrib/bobtoolz/bobToolz-GTK.cpp >1.4 >>>> >1.5 > >GtkRadiant contrib/gtkgensurf/gtkgensurf.dsp >1.3 >>>> >1.4 > >GtkRadiant contrib/gtkgensurf/plugin.cpp >1.2 >>>> >1.3 > >GtkRadiant docs/developer/CHANGES >1.222 >>>> >1.223 > >GtkRadiant radiant/mainframe.cpp >1.69 >>>> >1.70 > >GtkRadiant radiant/pluginmanager.cpp >1.55 >>>> >1.56 > >GtkRadiant radiant/pluginmanager.h >1.10 >>>> >1.11 > >GtkRadiant setup/win32/template/Component/Default.cdf >1.3 >>>> >1.4 > >GtkRadiant setup/win32/template/File/Default.fdf >1.9 >>>> >1.10 > >Executable Program >1.2 >>>> >1.3 > >Executable Q3 >1.4 >>>> >1.5 >Exectuable Wolf >1.7 >>>> >1.8 > > >--10116393285837-- From gtkradiant@zerowing.idsoftware.com Mon Jan 21 19:23:47 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 13:23:47 -0600 Subject: [Gtkradiant] [Bug 324] New: Changes to q3map (-> q3map 1.2.1-y10) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=324 Summary: Changes to q3map (-> q3map 1.2.1-y10) Product: GtkRadiant Version: 1.2-nightly Platform: All URL: http://shaderlab.com/mapcenter/q3map/ OS/Version: All Status: NEW Severity: enhancement Priority: P1 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: ydnar@rasterproductions.com Here are the changes to bring q3map up to the latest revision of my fork. Included are: - radiosity fixes (proper handling of ambient light) - polygonoffset fixes - lightmaps on patches work better (normal calcs adjusted, planar patches are box projected like brush sides) - double vfs init in bsp stage removed (this needs to be tested on Linux) - lighting is faster again - a couple crash bugs resolved - other tasty nibbles y ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 21 19:25:20 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 13:25:20 -0600 Subject: [Gtkradiant] [Bug 324] Changes to q3map (-> q3map 1.2.1-y10) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=324 ------- Additional Comments From ydnar@rasterproductions.com 2002-01-21 13:25 ------- Created an attachment (id=157) tools/quake3/common/* and tools/quake3/q3map/* changed files ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 00:40:24 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 18:40:24 -0600 Subject: [Gtkradiant] CVS: links page, help items layout, more documentation, compile manual, fixed IS start menu shortcuts Message-ID: This is a mixed plain/HTML MIME encoded message. --101166002412067 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/21 18:40:12 links page, help items layout, more documentation, compile manual, fixed IS start menu shortcuts -- GtkRadiant/docs/developer/CHANGES 1.224 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.224 diff : using the main path to put general plugins and modules - fixed bobtoolz bug, init of epairs table was relying on wrong params ! - fixed curry to mpile again on 1.2 - fixed pk3man to compile again on 1.2 20/1/2002 EvilTypeGuy --- 6,16 ---- - scanning in g_strAppPath/modules/ and plugins/ prior to g_strGameToolsPath using the main path to put general plugins and modules - fixed bobtoolz bug, init of epairs table was relying on wrong params ! - fixed curry to compile again on 1.2 - fixed pk3man to compile again on 1.2 + - updated IS setup: + installing the plugins with the core + installing the common modules in the core 20/1/2002 EvilTypeGuy 10 files added : GtkRadiant/docs/manual/quake3/Compile_Manual/bspc.txt 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/quake3/Compile_Manual/bspc.txt?rev=1.1 GtkRadiant/docs/manual/quake3/Compile_Manual/cfgq3.c 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/quake3/Compile_Manual/cfgq3.c?rev=1.1 GtkRadiant/docs/manual/quake3/Compile_Manual/headskins.txt 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/quake3/Compile_Manual/headskins.txt?rev=1.1 GtkRadiant/docs/manual/quake3/Compile_Manual/index.html 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/quake3/Compile_Manual/index.html?rev=1.1 GtkRadiant/docs/manual/quake3/Compile_Manual/modelskins.txt 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/quake3/Compile_Manual/modelskins.txt?rev=1.1 GtkRadiant/docs/manual/quake3/Compile_Manual/q3map.html 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/quake3/Compile_Manual/q3map.html?rev=1.1 GtkRadiant/setup/license.txt 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/license.txt?rev=1.3 GtkRadiant/setup/data/tools/game.xlink 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/game.xlink?rev=1.1 GtkRadiant/setup/data/tools/global.xlink 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/global.xlink?rev=1.1 Manual.fgl/Compile 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Manual.fgl/Compile?rev=1.1 4 files removed : GtkRadiant/setup/data/tools/bspc.txt was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/Attic/bspc.txt?rev=1.2 GtkRadiant/setup/data/tools/cfgq3.c was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/Attic/cfgq3.c?rev=1.2 GtkRadiant/setup/data/tools/headskins.txt was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/Attic/headskins.txt?rev=1.2 GtkRadiant/setup/data/tools/modelskins.txt was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/Attic/modelskins.txt?rev=1.2 10 files modified : GtkRadiant/docs/developer/CHANGES 1.224 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.224 1.223 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.223 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.223&r2=text&tr2=1.224&f=h GtkRadiant/radiant/mainframe.cpp 1.71 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.71 1.70 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.70 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.70&r2=text&tr2=1.71&f=h GtkRadiant/radiant/mainframe.h 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h?rev=1.19 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h?rev=1.18 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h.diff?r1=text&tr1=1.18&r2=text&tr2=1.19&f=h GtkRadiant/setup/data/tools/credits.html 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/setup/data/tools/links.htm 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/links.htm?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/links.htm?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/links.htm.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/win32/template/Component/Default.cdf 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/setup/win32/template/File/Default.fdf 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h Misc/Program 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Misc/Program?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Misc/Program?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Misc/Program.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h Misc/Q3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Misc/Q3?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Misc/Q3?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Misc/Q3.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/setup/win32/template/Shell/Default.shl 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Shell/Default.shl?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Shell/Default.shl?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Shell/Default.shl.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h --101166002412067 Content-Type: text/html CVS report
Commit from timo 2002/01/21   18:40:12


links page, help items layout, more documentation, compile manual, fixed IS start menu shortcuts


GtkRadiant/docs/developer/CHANGES
    using the main path to put general plugins and modules
    - fixed bobtoolz bug, init of epairs table was relying on wrong params
!   - fixed curry to mpile again on 1.2
    - fixed pk3man to compile again on 1.2
  
  20/1/2002
    EvilTypeGuy
--- 6,16 ----
    - scanning in g_strAppPath/modules/ and plugins/ prior to g_strGameToolsPath
    using the main path to put general plugins and modules
    - fixed bobtoolz bug, init of epairs table was relying on wrong params
!   - fixed curry to compile again on 1.2
    - fixed pk3man to compile again on 1.2
+   - updated IS setup:
+     installing the plugins with the core
+     installing the common modules in the core
  
  20/1/2002
    EvilTypeGuy
 
10 files added
Module File name Version
GtkRadiant docs/manual/quake3/Compile_Manual/bspc.txt 1.1
GtkRadiant docs/manual/quake3/Compile_Manual/cfgq3.c 1.1
GtkRadiant docs/manual/quake3/Compile_Manual/headskins.txt 1.1
GtkRadiant docs/manual/quake3/Compile_Manual/index.html 1.1
GtkRadiant docs/manual/quake3/Compile_Manual/modelskins.txt 1.1
GtkRadiant docs/manual/quake3/Compile_Manual/q3map.html 1.1
GtkRadiant setup/license.txt 1.3
GtkRadiant setup/data/tools/game.xlink 1.1
GtkRadiant setup/data/tools/global.xlink 1.1
Manual.fgl Compile 1.1
 
4 files removed
Module File name Last version
GtkRadiant setup/data/tools/bspc.txt 1.2
GtkRadiant setup/data/tools/cfgq3.c 1.2
GtkRadiant setup/data/tools/headskins.txt 1.2
GtkRadiant setup/data/tools/modelskins.txt 1.2
 
10 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.223 >>> 1.224
GtkRadiant radiant/mainframe.cpp 1.70 >>> 1.71
GtkRadiant radiant/mainframe.h 1.18 >>> 1.19
GtkRadiant setup/data/tools/credits.html 1.5 >>> 1.6
GtkRadiant setup/data/tools/links.htm 1.3 >>> 1.4
GtkRadiant setup/win32/template/Component/Default.cdf 1.4 >>> 1.5
GtkRadiant setup/win32/template/File/Default.fdf 1.10 >>> 1.11
Misc Program 1.2 >>> 1.3
Misc Q3 1.1 >>> 1.2
GtkRadiant setup/win32/template/Shell/Default.shl 1.2 >>> 1.3
--101166002412067-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 00:42:52 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 18:42:52 -0600 Subject: [Gtkradiant] CVS: links page, help items layout, more documentation, compile manual, fixed IS start menu shortcuts Message-ID: This is a mixed plain/HTML MIME encoded message. --101166017212840 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/21 18:42:50 links page, help items layout, more documentation, compile manual, fixed IS start menu shortcuts -- 1 files modified : WolfPack/game.xlink 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/game.xlink?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/game.xlink?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/game.xlink.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h --101166017212840 Content-Type: text/html CVS report
Commit from timo 2002/01/21   18:42:50


links page, help items layout, more documentation, compile manual, fixed IS start menu shortcuts


 
1 file modified
Module File name Version
WolfPack game.xlink 1.2 >>> 1.3
--101166017212840-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 00:47:10 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 18:47:10 -0600 Subject: [Gtkradiant] [Bug 321] scan for plugins in the main install path too? Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=321 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-21 18:47 ------- that's done ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 00:48:04 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 18:48:04 -0600 Subject: [Gtkradiant] [Bug 216] BSPC option in compile menu? Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=216 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-21 18:48 ------- not for next release. However need to keep this around to make sure the sample .bat is in the RTCW HOWTO along with some explanations. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 01:04:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 19:04:05 -0600 Subject: [Gtkradiant] [Bug 315] Win32 Dual screen through two videocards doesn't initialize opengl properly when radiant is started on secondary screen Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-21 19:04 ------- applied ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 01:04:39 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 19:04:39 -0600 Subject: [Gtkradiant] CVS: #315, multimonitor Message-ID: This is a mixed plain/HTML MIME encoded message. --101166147814783 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/21 19:04:25 #315, multimonitor -- GtkRadiant/docs/developer/CHANGES 1.225 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.225 diff : installing the plugins with the core installing the common modules in the core + RR2DO2 + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315 + patches for improved multimonitor support (with some associated pref items) + 20/1/2002 EvilTypeGuy - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313 7 files modified : GtkRadiant/docs/developer/CHANGES 1.225 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.225 1.224 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.224 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.224&r2=text&tr2=1.225&f=h GtkRadiant/radiant/gtkmisc.cpp 1.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp?rev=1.26 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp?rev=1.25 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp.diff?r1=text&tr1=1.25&r2=text&tr2=1.26&f=h GtkRadiant/radiant/mainframe.cpp 1.72 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.72 1.71 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.71 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.71&r2=text&tr2=1.72&f=h GtkRadiant/radiant/mainframe.h 1.20 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h?rev=1.20 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h?rev=1.19 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.h.diff?r1=text&tr1=1.19&r2=text&tr2=1.20&f=h GtkRadiant/radiant/preferences.cpp 1.31 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.31 1.30 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.30 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.30&r2=text&tr2=1.31&f=h GtkRadiant/radiant/preferences.h 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.25 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.24 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&f=h GtkRadiant/setup/changelog.txt 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h --101166147814783 Content-Type: text/html CVS report
Commit from timo 2002/01/21   19:04:25


#315, multimonitor


GtkRadiant/docs/developer/CHANGES
      installing the plugins with the core
      installing the common modules in the core
  
+   RR2DO2
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315
+     patches for improved multimonitor support (with some associated pref items)
+ 
  20/1/2002
    EvilTypeGuy
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=313
 
7 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.224 >>> 1.225
GtkRadiant radiant/gtkmisc.cpp 1.25 >>> 1.26
GtkRadiant radiant/mainframe.cpp 1.71 >>> 1.72
GtkRadiant radiant/mainframe.h 1.19 >>> 1.20
GtkRadiant radiant/preferences.cpp 1.30 >>> 1.31
GtkRadiant radiant/preferences.h 1.24 >>> 1.25
GtkRadiant setup/changelog.txt 1.7 >>> 1.8
--101166147814783-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 01:25:25 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 19:25:25 -0600 Subject: [Gtkradiant] [Bug 324] Changes to q3map (-> q3map 1.2.1-y10) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=324 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-21 19:25 ------- checked in ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 01:25:56 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 21 Jan 2002 19:25:56 -0600 Subject: [Gtkradiant] CVS: ydnar y10 Message-ID: This is a mixed plain/HTML MIME encoded message. --101166275516690 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/21 19:25:46 ydnar y10 -- 12 files modified : GtkRadiant/tools/quake3/common/surfaceflags.h 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/surfaceflags.h?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/surfaceflags.h?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/surfaceflags.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/q3map/bsp.c 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.18 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.17 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c.diff?r1=text&tr1=1.17&r2=text&tr2=1.18&f=h GtkRadiant/tools/quake3/q3map/light.c 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c?rev=1.14 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c?rev=1.13 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&f=h GtkRadiant/tools/quake3/q3map/light.h 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.h?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.h?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/tools/quake3/q3map/light_trace.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_trace.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_trace.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_trace.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/q3map/lightmaps.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightmaps.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightmaps.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightmaps.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/q3map/lightv.c 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c?rev=1.15 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c?rev=1.14 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&f=h GtkRadiant/tools/quake3/q3map/mesh.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/mesh.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/mesh.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/mesh.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/q3map/mesh.h 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/mesh.h?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/mesh.h?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/mesh.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/tools/quake3/q3map/patch.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/patch.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/patch.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/patch.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/q3map/qbsp.h 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h GtkRadiant/tools/quake3/q3map/surface.c 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c?rev=1.10 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c?rev=1.9 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&f=h --101166275516690 Content-Type: text/html CVS report
Commit from timo 2002/01/21   19:25:46


ydnar y10


 
12 files modified
Module File name Version
GtkRadiant tools/quake3/common/surfaceflags.h 1.5 >>> 1.6
GtkRadiant tools/quake3/q3map/bsp.c 1.17 >>> 1.18
GtkRadiant tools/quake3/q3map/light.c 1.13 >>> 1.14
GtkRadiant tools/quake3/q3map/light.h 1.6 >>> 1.7
GtkRadiant tools/quake3/q3map/light_trace.c 1.5 >>> 1.6
GtkRadiant tools/quake3/q3map/lightmaps.c 1.5 >>> 1.6
GtkRadiant tools/quake3/q3map/lightv.c 1.14 >>> 1.15
GtkRadiant tools/quake3/q3map/mesh.c 1.5 >>> 1.6
GtkRadiant tools/quake3/q3map/mesh.h 1.3 >>> 1.4
GtkRadiant tools/quake3/q3map/patch.c 1.5 >>> 1.6
GtkRadiant tools/quake3/q3map/qbsp.h 1.11 >>> 1.12
GtkRadiant tools/quake3/q3map/surface.c 1.9 >>> 1.10
--101166275516690-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 02:29:14 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 03:29:14 +0100 Subject: [Gtkradiant] newer setups available Message-ID: <5.0.2.1.2.20020122032858.02843ed0@mail.qeradiant.com> --=====================_61259765==_ Content-Type: text/plain; charset="us-ascii"; format=flowed Setups for today are available: http://zerowing.idsoftware.com/nightly/GtkRadiantSetupFull-1.2.1-01212002.exe http://zerowing.idsoftware.com/nightly/GtkRadiantSetupWolf-1.2.1-01212002.exe The 'Full' version contains Q3 + Wolf game packs The 'Wolf' version only contains the Wolf pack Those are nearly release candidates. The docs are all in and updated, the setups are in their final state, and hopefully the source code is too. The plugins are also included. There is a number of issues (with the plugins, and various grey areas of the editor) which we are aware of, but we haven't found anything that would be a blocker for a beta release. The only missing chunk is the 'RTCW & GtkRadiant HOWTO' document, which can be accessed in the Help menu, RTCW section. Will add that tomorrow and will go ahead for a release if there's no problem. I am attaching the ChangeLog that goes with this setup. TTimo --=====================_61259765==_ Content-Type: text/plain; charset="us-ascii" Content-Disposition: attachment; filename="changelog.txt" GtkRadiant (c) 2000-2002 Id Software, Inc. additions by qeradiant.com and Loki Software, see Credits GtkRadiant and all associated map/level design tools are unsupported products. Use at your own risk. Bug reports and feedback: http://www.qeradiant.com/bug.shtml When submitting bugs, please send a full system/video configuration list and a detailed duplication sequence. GtkRadiant 1.2.1 Changes --------------------------- General changes: Modular architecture. During startup the editor gets configured to load specific modules, which direct it's functionalities. The immediate consequence is the ability to support several games in a more easy and clean way. The editor core installs in a central location (on win32, C:\Program Files\GtkRadiant), and installs it's game specific modules and programs in 'game packs' folders (C:\Program Files\Return To Castle Wolfenstein\Radiant and C:\Program Files\Quake III Arena\Radiant typically). List of the main modules and their functionalities: - map module, read/write from/to file and memory - shaders management module - filesystem module - models loading, editing and display (.md3 currently) - image formats loader Return To Castle Wolfenstein is the first additional game supported by the 1.2 architecture, along with Quake III Arena / Quake III: Team Arena Specific changes and fixes: AstroCreep - common shaders, cleaned up wolf shader scripts, and general Wolf pack testing djbob - updated 1.2 plugin API, making bobtoolz compatible with 1.2 - View > Filter > Structural (hide all except detail brushes) Wolfen - updates to the Q3Radiant manual, links page and setup instructions EvilTypeGuy - general Wolf support (.qe4 template) and bug fixes (on linux also) - fixed patch toolbar prefs settings - menus can be configured detachable or not from prefs ydnar - changes to q3map, rough list: Quake 3 and RTCW support through a -game switch with the same binary light code speedups and improvements radiosity! new common shader 'lightgrid' NOTE: see the q3map document for more specific info MrElusive - q3map vis code speedup - radiosity in vlight RR2DO2 - general bug fixes - q3map terrain blending fix for >5 layers - View > Filter > LightGrid (hide lightgrid brushes) - improved multimonitor support (some preferences options to ensure you get accelerated OpenGL on both monitors) SCDS_reyalP - q3map realloc bug in terrain code Gef - brand new notebook layout for preferences dialog - general maintenance of the builds on linux - setup code for 1.2 on linux, corresponding enhancements to Loki Software's setup tool Michael Schlueter - help on the linux setup Spog - improvements to the camera rendering code - md3 module (load / display / edit of the models) - q3map uses a protected malloc that will exit cleanly with an error if we run out of mem (95% of the q3map 'bugs' are just that, running out of mem) - map module (.map read/write) TTimo - complete rewrite of the win32 setup code to match the 1.2 specifics building setups on demand, selecting the game packs that should be included - change of the linux prefs path storage to ~/.radiant// - BSP monitoring network stream is versioned so that we don't risk non-matching q3map and radiant connecting to each other. - RTCW specific project settings dialog - Wolf spawning, use correct binary depending on SP and MP mapping mode - game packs can customize the editor's Help menu through game.xlink files GtkRadiant 1.1.1 Changes --------------------------- TTimo - distributing q3data.exe and q3data.qdt in the win32 setup (q3data is the .ase -> .md3 converter) - fixed installer problem on win9x - entity inspector fix, will focus on the current entity in the list - fixed GDI leak affecting text widgets, specially the console and the entity inspector - removed some unneeded stuff from Gtk libraries - nightly build system - fixed known sleep/wake issues - .def files are now scanned from the scripts/ directory - changed the way we handle paths to use long filenames everywhere (in project settings, misc_model paths ..) - Fixed -onlyents bug in q3map / origin brushes - added general mouse wheel code and texture window - added "notta" and "notq3a" documentation to the TA Mapping manual - fixed entities.def on shootable doors and buttons - added targetShaderName documentation to shader manual - NEW TA Teams manual in the documentation - fixed select all of type bug (made behaviour more consistent) - fixed win32 Gtk keyboard bug Ctrl + [ and ] - texture sub-menu cascading (when they get too big) TTimo & MarsMattel - added general mod support (configured from the project settings) SPoG - rendering improvements: Added variable LOD for PatchMeshes based on curvature Added LOD-matching to eliminate gaps between patches with mismatched LOD Added opengl lighting (three infinite light sources) Added dynamically calculating vertex normals for PatchMeshes, for gl lighting Added decoding/transforming md3 vertex normals for gl lighting Various rendering speedups - Fixed texture shift/scale on LOD'd PatchMeshes - Removed Patch_InsertDelete() - not functional - Added CV lattice to selected patches - Added Per-polygon patch selection - Added Per-polygon misc_model selection - Changed default "patch subdivisions" to 4 - Fixed .wal texture support, searches for .wal extension if .tga and .jpg fail NOTE: requires a "pics/colormap.pcx" file to obtain a palette from - Added variable default texture scale in preferences (ini key: TextureDefaultScale) djbob - fixed Radiant highjacking win32 copy/paste - proper md3 filtering in misc_model dialog - better MAX_POINT_ON_WINDING error handling in q3map debug stream - if you use face selection on a globally selected brush, it will switch to face selection, and deselect the single face. - fixed surface inspector "fit" bug - added patch splitting to bobtoolz - handling of Node With Unbounded Volume (NWUV) errors in q3map debug stream - remember last key/pair in entity dialog for easy "apply again" Gef - added a button to use func_group or not in curves cap dialog - GL extensions getting too long: using a text box in About dialog - added a prefs switch for Kyro II GL driver bug workaround (point handles) RR2DO2 - noclip-type camera movement: documented in the section "New functionalities in GtkRadiant" of the Radiant manual (see local installation or on the website) GtkRadiant 1.1-TA Changes ------------------------- djbob: - bobtoolz plugin is now included in the standard setup Spog: - Fixed "Fix entity-target/targetname collisions" to use next available tN if tN, else use next available name_N - Fixed ctrl+G SnapToGrid, now never creates degenerate face-planes - Fixed setting an origin for multiple brushes to use origin point of fixedsize entities - Fixed mirroring and rotation of fixedsize entities including misc_model - Fixed undo/redo on multiple entities to link brushes to entities correctly - Fixed "view > entities as.." menu to display correct default setting - Fixed "view > entities as.." toolbar button to show menu - Changed selection-area of edge/vertex control handles to stay constant when zoomed - Fixed undo on ctrl+G SnapToGrid - Fixed origin drift on saving misc_model with null md3Class - Fixed creation of cap for 'Bevel' type patches - Fixed inverted cap being created for 'Endcap' type patches - Fixed inverting patches on mirror operations - Added snap-selected-to-grid affects only the patch points selected - Fixed texture quality slider adjustment - Changed Patch Inspector Horizontal/Vertical increment to use pixel values (default 8) - Changed Patch Inspector Horizontal increment to subtract from S values but not T values - Changed Patch Inspector Stretch spinner to do something useful - Changed Patch Inspector Stretch default amount to 0.5 - Changed Arbitrary Rotation dialog to reset rotation spinner values to 0 on Apply - non-monitored BSP compiling: sending q3map output to temp/junk.txt !! stops output in console window !! - Fixed Patch_Naturalize to calculate T values backwards, correcting texture vertical flip - Changed patch row/column Insert/Remove to interpolate/extrapolate from existing curves - Fixed point selection on patches when new points are added - Fixed redundant edge/vertex handles being created for patch brushes and fixedsize brushes - Fixed refusal to activate brush vertex-drag mode if any patches are selected - Partly fixed Undo picking up patch point drags when no points are selected - Fixed behaviour of vertex selection on patches - Fixed patch point colours in textured mode in cam window - Changed patch point selection to update selection pool on each selection click - changed: Curve > matrix > redisperse > rows/columns treat a patch as independent 3x3 sections when doing redispersal - rewrote patch cap texturing functions to be more reliable - fixed clipper-caulker bug - fix 2pt-clip orientation problems - overall changes and improvements to the brush filtering and view/hide code - fixed some grid drawing code, camera widget drawing (2D views), and min/max world coordinates bugs Maj: - new splash screen Hydra: - *.pfb filter in prefab load dialog ^Fishman/Hydra: - gtk-gensurf 1.05 snap to grid checkbox for adding terrain key to func_group - gtk-gensurf 1.0 Now the user is allowed to make terrains bigger than +/-8192 New Green/Black theme for the preview window. Line antialiasing for the preview window. MrElusive: - bspc 2.1h modelskins.txt and headskins.txt files Astrocreep: - clean shaders for Quake III and Quake III: Team Arena TTimo: - brush primitives only: texture adjustments commands (shift+arrows) are interpreted relative to the camera view - improved the conversion prompt when there's a reguar/BP texturing conflict - trying to print out more information if parse error occurs while loading a map - texture locking in BP mode for axis flip and axis rotation - better undo in BP mode - fenris #2866, added a pref to turn on/off name conflicts resolution, rewrote the whole algorithm - fenris #2823, fixed patch and brush dragging in 0.25 0.5 grids - fenris #2867, limiting the amount of "spawnflags" "0" appearing in entities - Added back texture increments follow grid - Raised the brush max size to world size - Fixed vertex edit prefs broken (Vertex editing splits faces / doesn't) - New Gtk file selector on win32 (the same as earlier added to linux version) - Fixed shader blending on terrain maps bug - Added undo for patch redisperse rows and patch redisperse cols commands leo: - Fixed the minus key on numeric keypad being ignored - Fixed sleep mode not restoring windows correctly - Fixed some minimize/restore issues on floating views mode - Added an option to keep the Z and XY views on the same window in floating views mode - Fixed elapsed time displayed by q3map - Fixed q3map is crash if a .shader file is referenced in shaderlist and not found - Minimize all windows when the main window is minimized in floating views mode - Added new filter system based on FAKK2 Radiant - Fixed View/Show/Entities menu not being checked correctly - Fixed "Invert Selection" command selecting hidden brushes - Fixed q3map crash when trying to load missing pcx files - Fixed q3map not finding .bmp files for the terrain alpha map - Fixed Surface Inspector spin buttons rate (#2776) - Fixed some shortcuts not appearing on menu items (#2786) Jonas: - Using RC file to tweak the font size on win32 (gtkradiantrc), looks much nicer now! GtkRadiant 1.1-TA-beta Changes ------------------------------ - moved the game selection to the project settings dialog. You need to set the game mode to "Quake III: Team Arena" to enable Team Arena support in the editor leo: - Fixed pk3man plugin not finding the toolbar bitmaps - Fixed double clicks being considered 2 mouse clicks - added virtual file system to Radiant and q3map (Team Arena support) - Changed max number of shader files parsed by q3map to 128 - Updated manual images - Fixed bug with the texture window scrollbar range - Fixed crash on Shift-A (Select all of type) - Fixed texture window not scrolling to the top when a new directory is loaded - Fixed crash after map compilation if the map leaked TTimo: - fix multiple edge dragging crash - terrain entity parsing speedup - fixed some sleep/wake code (crashes and wakeup problems on models) - fixed the clamping problems when flipping or mirroring patches - added 0.5 and 0.25 grids - added undo to Select_CompleteTall Select_PartialTall and Select_Inside - two new commands in the drop down menu: "move into worldspawn" will move selected brushes to worldspawn and eventually delete entities which end up with no brushes "merge brushes" will merge brushes into an entity (from worldspawn or from another entity) - merged Radiant 200f changes in bigger map size added ctrl-alt-LBUTTON: multiple brush select without selecting whole entities - fixed MAX_NETMESSAGE error in monitoring RR2DO2: - Clusterportal filtering ('View > Show > Show clusterportal' toggle) - fix to CSG Merge in the menu drop down (menu was there, command not hooked) - Added bug report link to help menu - patch to q3map, added option -custinfoparams for custom surface flags (mod makers usage) this is documented in the Terrain Manual ("New or Revised Q3map Shader Commands") leo and MrHyde: - gtk-based gensurf GtkRadiant 1.1 Changes ---------------------- leo: - Fixed copy text from the console (win32) - inspectors and Z window always floating on top - Added ungroup command to right click menu - Fixed GL error on win32 startup - Added splitters to Entity dialog (customizable layout) - Fixed shortcuts.ini parsing bug - Fixed editpad crash if editpad not present (win32) TTimo: - HTML versions of Q3Radiant manual, Shader manual and Model manual - added Escape key to hide the entity inspector - S and Shift+S now act as toggles on the inspectors - fixed DestroyCursor error - new option in prefs: clipper caulks faces - more plugin interface for BSP frontends, plugin SDK additions - fix to the pointfile not drawing in 2D views - MAX_BUILD_SIDES error reported in q3map debug stream GtkRadiant 1.1 beta Changes --------------------------- MrElusive: - bspc 2.1c, MAX_MAPFILE_PLANES bumped up (needed on big maps) G_Dewan: - fix to BSP menu order getting mixed up - fix to bogus noshader error message in q3map - suppressed winsock2 dependency, only requires winsock1 now - improved q3map, reducing minimal memory footprint by about 45Mb leo: - Fixed q3map crashing if visbytes is greater than the maximum allowed - fixed texture window not scrolling when last texture is large - Fixed q3map Makefile - Fixed +/- numpad keys not working in win32 - Fixed Alt shortcuts not working in win32 - fixed prefab path and user ini in preferences dialog - fixed add/remove bsp items in project settings dialog - fixed some console not working in view #3 - fixed warning when exiting in views #2 #3 - Fixed patch inspector not showing after it has been closed - Fixed load window position bug (saved pos greater than screen resolution) - Fixed selection nudge bug - fixed Z window not shrinking small enough in floating windows mode (win32) - Improved entity windows layout - Added 'Reset' button to entity dialog - added LOD for patches, see in prefs for the LOD you want to display on patches - no more DOS dialog box under windows, Gtk errors and warnings are redirected to the console - remember size/position of the entities dialog - new 128 and 256 grid - added shift+rclick+mouse move to zoom in/out of the view (way cool feature! check it out!) TTimo: - fixed the Region commands, "Region > Set brush" is working Region uses the camera as spawn point. - updated quakev2.qe4 with -vlight options - added checks in q3map to prevent crashing on allocating a winding too big. - improved snapshots behaviour, doesn't snapshot non-modified maps - improved the CycleCapTexturePatch command, now cycle across the 3 planes only and works on multiple patches in one shot - fixed the help menu, Help > Help or F1 will try to open the Q3Radiant manual (if you have office installed) (Help > Links also fixed) - surface inspector allows to change increments steps and stores them in registry. General behaviour of the surface inspector has been reworked. Undo works better on the surface inspector. - shift+arrows shortcuts now match the increments from the surface inspector - button 'Match Grid' in the SI to set the increment to current grid - debug stream between GtkRadiant 1.1 and q3map: As with the Alpha version, q3map connects to Q3Radiant to report on it's progress. The progress reporting code has been enhanced with an XML stream. If your map has errors that need geometry information to be fixed, Radiant can help you out. To get a grip on this feature, load baseq3/maps/museum.map and compile it (with BSP monitoring turned on of course). - cleaned the entity inspector window, better layout management - two new items in the View > Show menu: the X, Y and Z axis have been assigned colors (Z: Red, X: Green, Y: Blue) Show outline draws a colored outline around your view, helping you know what view is currently active. Show Axes will draw a small axis base in the upper left corner GtkRadiant alpha version Changes -------------------------------- MrElusive: -q3map 1.0q: fixed a bug in q3map that sometimes cause mapobjects not to be lit G_Dewan: -more arrows drawn on entities with relevant angle information Fishman: -antialiased lines leo & TTimo: - based on Q3Radiant 202 - patched q3map with network code - shortcut keys are now in shortcuts.ini the syntax has changed a bit, no spaces between the '=' see shortcuts.sample - no longer using the registry, settings are stored in radiant.ini and savedinfo.bin in Radiant directory - project settings templates: the project settings file format has changed a bit. it has version information now, and the setups come with a new quakev2.qe4 file the project files are true templates, Radiant will read them and then store actual project settings it uses in baseq3/scripts/user0.qe4 user1.qe4 etc. - new compilation monitoring GtkRadiant comes with a modified version of q3map that reports to GtkRadiant through the network. You get the output of q3map in the console window. And the compiling errors can be processed (currently it detects leaks) - sleep mode: before running Quake 3 Arena to playtest your maps, you can put Radiant to sleep: manually with File > Sleep command automatic if you compile and set "Activate sleep mode when running the engine" Q3Radiant 202 Changes --------------------- MrElusive: -q3map 1.0p -Tool options.txt (q3map command-line doc) G_Dewan: -added functions to the GL interface for PrtView GL plugins now get the camera position information TTimo: -fixed sound and model assignment. project files are supposed to be written with short path names. If it's not it might break. Added fixes in sound and model assignement to go around the problem. Too late before next release to try adding automatic clamping to short path name of the project file. -high color is always on, it's a remnant from Q2 -some fixes to find the default project file and interpret it when it's a template -proper error handling in the JPEG library, no longer crashes on progressive jpegs -added a "shaderlist.txt only" option to the texture menu, will display only the .shader files listed in shaderlist. Workaround for the 127 texture count limit. (saved with prefs) -when building texture menu, Radiant will dump in the console the list of .shader files that are not referenced in shaderlist.txt -texture menu shows .shader files that don't have an associated texture directory -storing "don't select curves" and "don't select models" from the toolbar in the registry -alpha channel: some buggy textures have a nearly empty alpha channel and they might be invisible if used in a shader script with qer_trans. Will now show up blank-transparent. Best is to fix the alpha channel of the texture by saving it as 24bits instead. Or disable alpha channel support in the prefs (added a new checkbox) WARNING: disabling alpha channel might break curry on some shaders about the WARNING: .. has empty alpha message: this means Radiant detected on these buggy textures, alpha channel will be completely ignored -speed improvements: added hash tables, improves map load (Map_BuildBrushData) and texture find/replace. More or less evolves in log n with size of the map instead of previous n^2 -fixed some notepad spawning crashes + will be better at finding shader definitions -added "HOME" keyword when parsing user prefs keyboard shortcuts for HOME key (heh) -fixed duplicate HideSelected command in the Help > Command list, added proper ShowHidden to the command list -fixed a crash when max texture directories reached (currently 127) -added a log file, turned on/off from prefs (default is off) automatically turned on after a startup crash (Radiant.pid) Q3Radiant 201 Changes --------------------- MrElusive: -updated q3map, fixes a -vlight bug TTimo: -fixed a bug in texture submenus -installer defaults to putting an empty registry.ini in the tools directory (will solve some setup problems) Q3Radiant 200 Changes --------------------- Id: -bspc 2.0 -cfgq3.c config file with bspc -q3map 1.0m Spog: -updated default project file to handle new -vlight param in q3map TTimo: -added surfaceparm hint to common/hint shader in the editing media -added back the Texture > Directory list... command -collapsing texture directory items into submenus when a common root is found -fixed a Region > Set selected brushes bug (the kind that only happens to MrElusive) -added back Selection > Invert (shortcut I) .. (it disappeared at some point) -fixed U shortcut for Textures > Show in use -fixed the texture subset filtering in the texture window -added Select / Don't select models toggle in the toolbar -FIT command for BP mode -Region > SetSelectedBrushes to shift+ctrl+R NOTE: ICQ will intercept the shortcut key .. if someone has a solution for this let me know -disabled the qer_nocarve check for CSG-MERGE operations, you can merge hint brushes now -added a temporary Radiant.pid file to intercept crashes during the startup sequence and prompt for a registry cleanup (some bogus registry settings might cause a crash before entering the interactive mode) -clip filtering works same way as caulk, if hide clip will still display non-clip faces on clip brushes -console keeps scrolling -Ctrl+H shortcut toggles show/hide Hint brushes -199->200 stability fixes: fixed Shift+A SelectAllOfType on patches fixed a crash in Flush & Reload shaders fixed a crash File > New Map with selected faces fixed Vertex manipulation crash sanity checks: don't allow textures with spaces into map files, nor color brushes (reducing the parseEntity: { not found errors) blocking classname editing from the edit field of the entity inspector -Undo: fixed Undo crashes better Undo on fixed size entities (like misc_models and weapons) some bugs in undo create bogus worldspawn entities that corrupt the map. Loading several worldspawn will merge them in the primary one. Radiant will drop supiscious worldspawn entities at save time -find/replace bug fixes (still needs some work in BP mode) -fixed broken View > Show In Use -fixed installer problems G_Dewan: -hash code in PAK library, speed improvement for Map_BuildAllDisplayLists -fixed a crash on exit (weird MFC bug, see #107030 -fixed crash in vertex editing Q3Radiant 199 Changes --------------------- Mickey: -PakMan plugin G_Dewan: -GL_MODELVIEW in camera rendering for PrtView depth queuing -fixed the texture window raising after a resolution change -PrtView plugin TTimo: -light intensity prompt when you create a light (Tim Willits feature request) -fixed some crashes in Undo code -engine path lookup, Radiant uses same code as q3map to guess the engine path and the basepath -fixed crash in "vertex editing splits faces" -loading .md3 and skins from .pk3 files, fixed various .md3 loading issues -case sensitivity fixes for shader names -IGL interface allows drawing in the camera view -textures sorted in the texture view -clear patch overlays hooked to Ctrl+L -fixed a Curve > Matrix > Transpose bug on non-square patches -removed some old unused shortcuts -new FitTexture shortcut Shift+B, will raise the surface inspector and perform face and patch fitting -fixed alpha channel bugs, re-enabled qer_trans -CSG Merge shortcut as Shift+M -patch creation uses workzone -fixed sfx/comprscreen/letters loading -textures / shader code rewrite, based on a new CShader class -texture robbing bug fixed: two shaders relying on the same texture are treated properly -will provide basis for other games support, and better shader editing functionality -loading a texture directory will: load all the shaders in that directory, and load all the remaining textures that have no shader. -shaders parsing: when several definitions for a shader exist, first is used -better GetLastError message processing on error -fixed Fit command in surface inspector for BP mode -prefs choice "vertex editing splits faces" -3 points clipping and brush creating, third coordinate in 2D view is based on the "work zone" q3radiant 182-197 Changes ------------------------- Editor (TTimo): + textures are now loaded with their alpha channel. was a required feature for the Curry plugin. Some issues have surfaced with 32bit TGA files having an empty alpha channel. (the textures were totally transparent in the camera view) these files are buggy and need replacing by either a 24bit TGA, or a proper alpha channel + shortcut keys: fixed L shortcut for entity list fixed M shortcut for map info fixed Ctrl + \ for cubic clipping fixed Ctrl + Shift + K for next leak spot fixed R shortcut for mouse rotation + brush grouping: not functional yet. Needs Brush Primitives (BP) to be turned on. basic infrastructure for grouping is done + fixed View > Show > Show angles checkbox + fixed BP file load / save and loading old format from BP mode. + fixed q3map to read BP map format Plugins API (TTimo): + Patches in/out + Entities in/out + Added GL bindings to IGL interface + New IBSPFrontend interface to override the BSP menus + New IMessaging interface for message broadcasting to plugins + New IPluginEntities interface to allow plugins to render and interact in the Radiant windows + New IShaders interface for more textures / shaders support + Fixed GL context issues, texture binding would fail if binded to a plugin's GL context q3radiant 180-181 Changes ------------------------- -q3map will read jpegs from disk -remove junk.txt before very bsp, fixes a crash -fixed gamma changing crash -fixed thickening multiple patch crash -fixed hollowing patch crash -reworked how keys are mapped -key binding should work again -ctf spawn points show angles q3map v1.0a changes ------------------- -q3map will read jpegs from disk -fixed crash on texure loads of less than 4K ( jpeg only ) -added version info bspc v1.7 changes ----------------- see the bspc.txt file Known Problems -------------- -Prefs are NOT retained when moving to 179 (or later) from earlier versions ( than 179 ) -Windows are all stacked when switching to floating window mode. You must manually align them as you like. -You must manually run the bot bsp'r if you want bots to be able to run around -I have not tested plugins extensively with this version but will do so over the next day or so. -Need to clean up several small memory leaks Info ---- The editor/tool install MUST be installed in the same directory as Quake 3 Arena. This means if you installed Quake 3 Arena in c:\quake3\ you MUST point the tool installer at that path. If you want bot support in your maps, you must manually run the bot bsp tool. It is in the \YourQ3InstallPath\Tools\ directory and is called 'bspc.exe'. After you have produced a bsp, you can execute it like: bspc -bsp2aas c:\quake3\baseq3\maps\mymap.bsp The editor and included q3map support a new feature called brush primitives. This provides per vertex coordinates for texturing as opposed to per face shift/rotate/scale values. This is a good thing. This is not enabled by default ( you can do so in the project dialog ) but it is still considered experimental AND it changes the map format. A plugin that also supports it will be available soon on www.qeradiant.com. We will be moving to this new format soon but currently use the old format. Consider brush primitives "subject to change" but we are going this direction. Once installed properly, you should be able to open q3dm1sample.map, choose "BSP - Fast Vis" and within a few minutes you should be able to run around in that map. Remember you must have sv_pure set to 0 to load up maps that do not exist in the pk3 file. If you shift click on a shader ( white framed texture in the texture window ) AND you have EditPad installed and available on the path ( or the Tool directory ) it will open up EditPad and position the cursor on the shader definition within the shader. EditPad can be had at http://www.jgsoft.com/ , it is a nice replacement for Notepad. 174-179 Changes --------------- -The color coding for failed texture loading has changed, blue and black for failed textures, red and black for failed shaders. -clip/hint brushes default to NOT shown -default to bilinear display mode -default to 50% texture window scale -bsp text is piped to console and text file -Project dialog tab order is correct -Project dialog no longer truncates entries ( it still needs work ) -Drastically reduced memory consumption -Skins are now cached and only loaded once -Mirroring on X or Y axis properly flips misc_models and angles -PK3 Support -JPG Support -Plugins can now load files from pk3 files ( transparent to the plugin ) -Shaders can now load from pk3 files -Failed shaders no longer load a "notexture" image -Shaders are loaded from shaderlist.txt instead of *.shader -Shader texture loading is deferred based on All, Common or None rules. New Pref based on this. -Models can now load from pk3 files -Fixed Win98 Copy/Paste bug -Fixed Win98 BSP execution bug -Project info dialog sucks less -Properly handle long path names ( embedded spaces mainly ) when calling q3map. -Better bsp execution, output is piped to dos window and console -Q2/Q3 Pref handling works -Finished Installation -Better defaults all around -Better window resizing, defer'd decision to default to floating window resizing. -Fixed crash on loading new projects -Seperated block allocator and actual size allocator to reduce memory overhead -Failed textures only try to load once -Failed MD3's only try to load once -Cleaned up shader loading -Editor loads without requiring information from the user the first time ( assuming it was installed in the right place ) -Fixed case comparision problems with some PK3 file contents -Fixed allocation bug when cleaning out PK3 files on project reload Build 173 Changed - Copy/Paste now uses the Win32 mechanism. This greatly speeds up editor to editor copy/paste. Build 172 Added - Hide and Unhide brush(s). Hide ( View Menu and 'H' ), hides the selected brushes. Shift-H shows anything previously hidden. - Fit functionality in the Surface dialog no longer fubars the FIT exiting the dialog via OK or APPLY. - Copy/Paste now functions between two open copies of the editor - Textures | Show In Use now pays attention to Patches. - The editor will now properly find a default project based on the assumption it lives in the \quake3\q3radiant\ path In Progress - Pref Dialog now has functioning Q3 and Q2 options. - ASE Model load. Should be bug free in another evening. - ZIP support - Model Plugins for supporting various model types ( MD4, TIKI, MEN, ASE ) This is essentially moving all of the model preview, interaction, and animation to a plugin to clean the code up. Deferred - The new file format changes and new texturing is finished but based on the probable ship date(s), I dont feel comfortable mucking with the map format at this time. This code will be used in the new editor or can be rolled out once Q3 is gone. Build 169-171 Added - Control + Shift + X toggles crosshairs - Added Fit functions to surface dialog. These are more test stuff than anything as the new texturing capabilities coming with the new file format will allow much more versatile texturing. In Progress -New file format changes, true ST texturing for brushes, automatic conversion. This will happen soon. Build 168 Added -Control + Texture Click to apply texture applies with proper scale on angled faces. Build 167 --------- Fixed -Crash when edge dragging brushes with more than 1K points (total) Build 166 changes ----------------- Added -Shift-C cap current patch -Shift-A will now highlight all patches and caps based on 1. the currently selected face or 2. the current texture if there is no brush or face selected. If a brush is selected it still searches and highlights based on entity class. Build 165 changes ----------------- Added -Texture lock status information, on the right edge status pane, L:move,rotate status. so L:MR means both move and rotate are selected, L: R means just rotate, etc.. Shift-R and Shift-T are hotkeys (always have been) for the locking. Help|Command List has a list of all bound keys. Changed -Curve primitives moved from a submenu back to the root. Fixed -Crash when pressing 'v' with large number of brushes selected. Build 164 changes ----------------- Added -Brush | Primitive | Sphere - With grip snapping on, this produces some pretty odd faces, not sure what they will look like in game as I have not run one through the tools. If you turn off grid snapping they are constructed very well but as soon as you turn it on and then save/load everything gets snapped. This shows that the current implementation of grid snapping is pretty useless if used as a toggle. I am looking into some painless ways to deal with this (from a users point of view) Changed -The current selection is no longer de-selected when a texture directory is loaded. -The default increment for texture manipulation on patches was change to 0.05 from 0.10. You can also type in much smaller or larger increments into the dialog which will then be used. Fixed -Crash when using the clipper on a curve. Build 161 changes ----------------- Added -Edit | Load Prefab... This was there but it now uses .pfb as the default extension for prefabs. MAKE SURE and set the full prefab path you want to use in prefs. -Edit | Save selection as Prefab... This saves the current selection as a prefab. Defaults to the pref'd prefab location and .pfb extension. I am working on a preview window that will be used for these and misc_models. Look for that in a few days. I also discussed grouping (i.e. func_groups) with John a visit or so ago and the current plan is to add key/val pairs to brushes and patches and do away with func_groups. This will allow a lot of flexibility for grouping (hiearchial, named things) as well as other areas too. I will be presenting the overall plan to John soon and if we go with that then this will allow the prefabs to be grouped problem etc. Build 157 changes ----------------- Fixed -misc_model bounding box size on intitial creation -copying/pasting a misc_model did not update the active edit entity -misc_models will not continually try to load if the MD3 is not found Added -Origin drawing on misc_models, this is what is snapped to grid -Pref to turn off 'Show Shader' checkbox -Show Shader checkbox to prefs -Shift-A with a selected face selects all brushes that 'contain' that faces texture Known -Assigning a new model to a rotated misc_model screws the bounding box up Build 156 changes ----------------- Fixed -Texture replacement bug when regioning. Build 155 changes ----------------- MAJOR changes internally with this version. Make sure everything is backed up. There should not be anything destructive in it but this is a good precaution. There may still be some memory leaks from the new patch storage stuff, those will be addressed in 156. Changed -Patch storage, no longer fixed size, unlimited patches. Fixed -Undo, should now work in many more cases, and with patches. (this has been tested the least) -Cap texturing. Worked in my test cases. If you get a cap that does not texture properly I added |a key combo for cycling the axis face it textures against. Ctrl+Shift+N does this. Added -OpenGL Lighting, turn it on via the view menu. Provides consistent shading/preview between brushes/patches -New vertex handling, not enabled at present. Still tweaking. -SHIFT-A selects all entities based on the current selected entity. Build 154 changes ----------------- Fixed -Another instance of entity copy/crash across maps. Build 153 changes ----------------- Changed -"sound" to "noise" -Show Entities toggle does not fool with func_group'd stuff Build 152 changes ----------------- Fixed -Copy/Paste crash -Copying brushes across a new map load no longer continually copies them on each subsequent new map Build 151 changes ----------------- Added -Shift clicking a shader in the texture window now spawns "EditPad" and places the cursor at the apporpriated place. -Patch Inspector (Shift-S) allows access to all patch data and dups surface patch handling. Only works with one patch at a time. If mutliples are selected it uses the latest. This is not quite finished but works. -Sound player in the Sound Open Dialog (entity window) Fixed -Crash when 'Capping' a brush. Fun Stuff in progress - MD3 -> Patches. Drop an entire MD3 as a grouped set of patches. Build 150 changes ----------------- Added -Texture show all command. |Behaviour is as follows: | 1. Show in use, shows in use. | 2. Show all, shows everything. | 3. Showing a particular path, only shows textures in that path. Show All or In Use | can be used to un-narrow the view. Ctrl-A is the show all hotkey. Build 147-149 changes --------------------- Fixed -misc_model entity preview bug -Texture show in use now works properly -a few shader issues Build 146 changes ----------------- Fixed - Copy/Paste entities across maps crash - A ton of memory leaks Added - Shift-TAB works in bend mode - Pointfile is removed on file saves Build 145 changes ----------------- Fixed - misc_models no longer shift during save/load - misc_models copy/paste correctly - misc_models paint when first assigned - assigning a new model name to misc_models works Added - Shaders have white border in texture palette - New shader test code based on the fact that shaders are not directory oriented. On by default, to return | to the old method, turn "Shader Test" off in prefs and restart. This behaviour loads all of the shaders | at load time and provides the ability to turn off shader display in the palette. The editor MUST FIND | qer_editorimage in order to work properly with these (this is true for the old stuff too). This should | fix the shader xref problems. Build 139 changes ----------------- Fixed - MD3's are now origin'd properly with their bounding boxes - Plugin texture load bug Added - Texture quality slider (prefs). This can drastically reduce memory and increase speed at the expense of visual quality. - Shader support for MD3's, proper shader is pulled per surface (assuming it is tga) - Multple MD3's can be assigned on a per entity basis. Seperate them with a ';' | i.e. model=models/players/medium/visor/head.md3;models/players/medium/visor/lower.md3; etc. - Added 'frame=' specifier (0 based) to entity preview to use a particular frame for preview | This is still a bit fubar'd - Subdirectory map support ala Raven - 'color' entity setting ala Raven - Shader 'qer_editorimage' textures are now load deferred until their parent texture directory is loaded - Full Plugin support - You can now override surface dialog names with a plugin (not much use for q3) Changed - After assigning a model or sound, focus is given back to XY - If you right click and add a misc_model, the entity window is automatically | switched to and the add model dialog is activated - Models no longer try to load if they fail once - Prefs layout. Still ugly. Build 138 changes ----------------- Fixed - qer_editorimage behaviour Build 136-137 Changes --------------------- Added - qer_editorimage flag to shader parsing - md3 support for entities - md3 support for misc_model <- this works but it is a cluster fuck of code | the code tries to pick up the same name for a skin (in the same path) | grid snapping is not happening, i need to fix this | some models (like pentagram1.md3) appear to be OFF as far as their constructed origin | others (all others that i tried) are correct | Free rotation does not work for these but the entity rotation stuff works fine - Model... button in entity window for assigning model=value to current entity - Sound... button in entity window for assigning sound=value to current entity Build 134 Changes ----------------- Added - qer_nocarve flag - qer_trans flag use 'qer_trans sometransvalue' marks a shader as transparent - patches draw transparent based on shader information - default fog setting changed from 0.15 to 0.35 - Plugin menu added (non functional yet) - Fonts default to standard windows gui font for improved readibility - Textures associated with a shader have [] around the name - Shift-clicking a texture associated with a shader brings up the shader in notepad Changed -Max brush size bumped to 8192 (Brian Hook for testing), did not test with build tools Fixed -Entity dialog lets you type in more than visible space for key/val pairs -Transparent bug when transparent brushes painted in front (visually) of a curve Build 127 Changes ----------------- Added -Ctrl+Shift+P, this cycles the cap texturing axis on the selected cap. Basically, until I figure out what the heck is wrong with the auto stuff, use this to correctly texture a cap that is fubar'd. -CAP texture button in surface dialog. This does the same as above but uses the default axis finder (which has the bug). -Matrox transposition Build 126 Changes ----------------- Removed -Test code for thickening. It was hooked into overlay clear... oops. Changed -csg ignores patch symbiot brushes Build 125 Changes ----------------- Fixed -Shift vertex (row/col) selection for patches. Build 124 Changes ----------------- Changed - Temporarily reverted back to patchDef2 .map file format. Build 123 Changes ----------------- Changed -.map patch format, added 'type' field. not used anywhere except the editor (at least for now) - Patch vertex manipulation. The editor tries to pick all existing points from other patches as well |You will want to do area selection (in an XY-type view tp select thick patch points if you want to drag |everything related to the thick patch Added - ESC will deselect any patch vertex points selected instead of going completely out of vertex mode |This only happens with patch vertex selection - Thick patches, Curve | Thicken... or press Ctrl + T. The thickening happens away from the texture |side of the patch. So if you want something to thicken inwards, make sure the texture is facing out. Build 122 Changes ----------------- Added -Texture Flush (forces a new map, then a total texture flush) |One small nit on this is that if you create a brush before loading a new set of textures it |will use one of the recently loaded textures instead of the default no texture (blue and black checkerboard) -Patch inverting. |Ctrl + I invertest the patch, |Shift + I inverts texture in X, |Ctrl + Shift + I inverts texture in Y -Overlay function for patches. Turn on|off using menus or press 'Y' to make a patch an overlay and |ctrl+shift+Y to clear all overlays Fixed -Inverted beveles cap and texture properly Build 121 Changes ----------------- Added -Patch texture inverting. Ctrl + Shift + I. I think this does what you wanted. -'S'urface dialog grabs texture name from a single selected patch Better (a little) -Capping bevels makes the cap the right shape but the 3rd point is not on the right plane. In most cases you can move it and snap it to the right place. Texturing is not all fucked up anymore either. Once I hear back from John on my math stupidity, I will finish fixing it. These statements are probably only true for non-bent bevels.. bending will probably screw stuff up again. Build 120 Changes ----------------- Added -Fine tune texturing for Patches. Using the surface dialog, you can type in very small (3 decimal places) numbers for fine tuning on both scale and shift. Currently you can only fine tune with the Surface dialog, I am in the process of adding a fine tune settings dialog for use with the keypad keys. Build 119 Changes ----------------- Added -TAB cycles through any entity grouped brush -Texture window can now be scaled by 10, 25, 50, 100, 200% -Texture window now has a optional scroll bar, turn it on in prefs -Texture path linkage Put a "textureinfo.ini" file in a texture directory and add the following [include] Path0 = e:\games\quake2\plop\textures\24 bit\ You can have Path0 - Path9 as inclusive directories. The linked pathes will not load and process link information to keep someone from linking two paths together and causing an endless loop Build 116 Changes ----------------- Added -Ctrl-P Toggle show patches Fixed -Gamma correction Removed -Model preview load code which was probably causing brandon's crash Build 115 Changes Tweaked -Cap texturing -Ctrl S was already bound to File | Save -Ctrl C is bound to standard windows Copy Added -Ctrl-S Save file Build 114 Changes ----------------- Tweaked -Cap texturing Added -ALT + Shift click will cycle through "selectable" brushes along the line of site from the mouse click. Works in all views. This is cool. -Square cylinders Fixed -Show curves works properly Pending -Shifting textures on patches should honor scale (cannot dup) -Disperse columns crashes (cannot dup) -Capping bevels is messed up -cap texturing may still be fubar'd -Thick pipe primitive -Scale origin + point scale similar to rotate. Will allow fluted stuff etc.. Build 113 Changes ----------------- Added -Capping (with dialog for Bevels and Endcaps) Build 112 Changes ----------------- Fixed -Yet another surface dialog glitch -Area selection tool paints in all xy oriented views Build 111 Changes ----------------- Fixed -Surface dialog face selection bug Build 110 Changes ----------------- Added -'B' - toggles Bend mode Fixed -Naturalized texturing on patches -Bend whackiness on intial drag during start of a bend -Setting bend rotation axis in XY Top view Build 109 Changes ----------------- Added -Ctrl 'I' - inverts a curve -Ctrl 'Numpad +' adds a row -Ctrl 'Numpad -' removes a row -Ctrl+Shift 'Numpad +' adds a column -Ctrl+Shift 'Numpad -' removes a column -Ctrl 'E' - redisperses rows -Ctrl+Shift 'E' - redisperses columns -Ctrl 'G' snaps patches to the nearest grid -Surface control dialog now allows values to be typed in and applied to patches. This is working except for shifts which still go in .9 and 1.1 amounts. Changed -Regioning no longer puts a top and bottom on the region Build 108 Changes ----------------- Added -Area selection. Works in 3 xy views but only draws in the xy view. I will look into this asap. Changed -Selection point size for vertex mode with patches. i.e. The handles for dragging patch points around are bigger. Build 107 Changes ----------------- Changed -Inverted curve options removed from menu -Bevels and endcaps are contsructed properly -Endcaps will not work for bevels and endcaps Build 106 Changes ----------------- Fixed -shift middle clicking a light now adds the correct average color based on .TGA files -display updates properly when using TAB to go between func_group'd brushes -Patch texture rotation is much better. Still not completely perfect but should be usable. Build 105 Changes ----------------- Added -TAB cycles through func_grouped brushes -textures with a shader have a [] wrapped around the name in the texture window -shift + left clicking on a shader texture in the texture window will bring up notepad with the shader file --=====================_61259765==_-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 02:35:55 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 21 Jan 2002 20:35:55 -0600 Subject: [Gtkradiant] [Bug 312] Update icons/buttons/bitmaps etc... Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=312 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-21 20:35 ------- Unlike everyone else, i tend to not like breaking 'other' platforms that I haven't tested the patch on ;P ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 05:40:23 2002 From: gtkradiant@zerowing.idsoftware.com (Gef) Date: Tue, 22 Jan 2002 16:40:23 +1100 Subject: [Gtkradiant] CVS: updated ChangeLog and credits In-Reply-To: <5.0.2.1.2.20020121153307.027b1358@192.168.1.1> References: <5.0.2.1.2.20020121153307.027b1358@192.168.1.1> Message-ID: <20020122164023.7c14de39.gefdavis@dingoblue.net.au> This is a multi-part message in MIME format. --Multipart_Tue__22_Jan_2002_16:40:23_+1100_0825afa0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by mail017.syd.optusnet.com.au id g0M5gt627614 patch attached: fixed some speeling/typo's, & removed the wierd asci chars since they pro= bably display incorrectly for some people --> " =B7 " changed to " - " which unlike the= former, can actually be found on a standard keyboard :] On Mon, 21 Jan 2002 15:33:50 +0100 Timothee Besset wrote: > Those are ChangeLog and credits page that will go with the release. Ple= ase=20 > let me know if I forgot anyone / anything.. >=20 > TTimo --Multipart_Tue__22_Jan_2002_16:40:23_+1100_0825afa0 Content-Type: application/octet-stream; name="credits_links_wierd_asci_jan22.patch" Content-Disposition: attachment; filename="credits_links_wierd_asci_jan22.patch" Content-Transfer-Encoding: base64 ZGlmZiAtUE5hcnUgR3RrUmFkaWFudC9zZXR1cC9kYXRhL3Rvb2xzL2NyZWRpdHMuaHRtbCB3b3Jr aW5nL3NldHVwL2RhdGEvdG9vbHMvY3JlZGl0cy5odG1sCi0tLSBHdGtSYWRpYW50L3NldHVwL2Rh dGEvdG9vbHMvY3JlZGl0cy5odG1sCVR1ZSBKYW4gMjIgMTM6MzE6MzMgMjAwMgorKysgd29ya2lu Zy9zZXR1cC9kYXRhL3Rvb2xzL2NyZWRpdHMuaHRtbAlUdWUgSmFuIDIyIDE1OjQ5OjM3IDIwMDIK QEAgLTU3LDcyICs1Nyw3MiBAQAogICAgIAogICAgIDxwPgogICAgICAgPGI+UHJvamVjdCBsZWFk ZXI6PC9iPgotICAgICAgICA8YnI+tyBUVGltbyA8YSBocmVmPSJtYWlsdG86dGltb0BxZXJhZGlh bnQuY29tIj4mbHQ7dGltb0BxZXJhZGlhbnQuY29tJmd0OzwvYT4KKyAgICAgICAgPGJyPi0gVFRp bW8gPGEgaHJlZj0ibWFpbHRvOnRpbW9AcWVyYWRpYW50LmNvbSI+Jmx0O3RpbW9AcWVyYWRpYW50 LmNvbSZndDs8L2E+CiAgICAgPC9wPgogICAKICAgICA8cD4KICAgICAgIDxiPkVkaXRvciBkZXZl bG9wZXJzIGFuZCBjb250cmlidXRvcnM6PC9iPgotICAgICAgICA8YnI+LiBeRmlzaG1hbiAoUGFi bG8gWnVyaXRhKSA8YSBocmVmPSJtYWlsdG86bGVvbmFyZG9AY2VudHJvaW4uY29tLmJyIj4mbHQ7 bGVvbmFyZG9AY2VudHJvaW4uY29tLmJyJmd0OzwvYT4gCi0gICAgICAgIDxicj63IEdlb2ZmICJH ZWYiIERhdmlzIDxhIGhyZWY9Im1haWx0bzpnZWZkYXZpc0BkaW5nb2JsdWUubmV0LmF1Ij4mbHQ7 Z2VmZGF2aXNAZGluZ29ibHVlLm5ldC5hdSZndDs8L2E+Ci0gICAgICAgIDxicj63IEdlb2ZmcmV5 IERlV2FuPGEgaHJlZj0ibWFpbHRvOmdkZXdhbkBwcmFpcmllbmV0Lm9yZyI+Jmx0O2dkZXdhbkBw cmFpcmllbmV0Lm9yZyZndDs8L2E+Ci0gICAgICAgIDxicj63IEdvcmRvbiAiZGpib2IiIEJpZ2dh bnMgPGEgaHJlZj0ibWFpbHRvOmdiaWdnYW5zQHVnbGFiLmVlZS5zdHJhdGguYWMudWsiPiZsdDtn YmlnZ2Fuc0B1Z2xhYi5lZWUuc3RyYXRoLmFjLnVrJmd0OzwvYT4KLSAgICAgICAgPGJyPrcgRG9t aW5pYyAiSHlkcmEiIENsaWZ0b24gPGEgaHJlZj0ibWFpbHRvOmh5ZHJhQGh5ZHJhcy13b3JsZC5j b20iPiZsdDtoeWRyYUBoeWRyYXMtd29ybGQuY29tJmd0OzwvYT4KLSAgICAgICAgPGJyPrcgSmFu IFBhdWwgIk1yRWx1c2l2ZSIgdmFuIFdhdmVyZW4KLSAgICAgICAgPGJyPrcgSm9uYXMKLSAgICAg ICAgPGJyPrcgTGVvbmFyZG8gWmlkZSAoaW5pdGlhbCBwb3J0cyBhbmQgZ2VuZXJhbCBkZXZlbG9w ZW1lbnQpPGEgaHJlZj0ibWFpbHRvOmxlb25hcmRvQGNlbnRyb2luLmNvbS5iciI+Jmx0O2xlb25h cmRvQGNlbnRyb2luLmNvbS5iciZndDs8L2E+Ci0gICAgICAgIDxicj4uIE1hcnNNYXR0ZWwgPGEg aHJlZj0ibWFpbHRvOmlja3kuZ2lsZGVhQGNhYmxlaW5ldC5jby51ayI+Jmx0O2lja3kuZ2lsZGVh QGNhYmxlaW5ldC5jby51ayZndDs8L2E+Ci0gICAgICAgIDxicj4uIE1pY2hhZWwgU2NobHVldGVy Ci0gICAgICAgIDxicj63IEFybm91dCAiUlIyRE8yIiB2YW4gTWVlciA8YSBocmVmPSJtYWlsdG86 cnIyZG8yQHEzZi5jb20iPiZsdDtycjJkbzJAcTNmLmNvbSZndDs8L2E+Ci0gICAgICAgIDxicj4u IFJhbmR5ICJ5ZG5hciIgUmVkZGlnIDxhIGhyZWY9Im1haWx0bzp5ZG5hckByYXN0ZXJwcm9kdWN0 aW9ucy5jb20iPiZsdDt5ZG5hckByYXN0ZXJwcm9kdWN0aW9ucy5jb20mZ3Q7PC9hPgotICAgICAg ICA8YnI+tyBSb2JlcnQgRHVmZnkKLSAgICAgICAgPGJyPi4gU0NEU19yZXlhbFAgPGEgaHJlZj0i bWFpbHRvOnJmbUByZWRzaGlmdC5jb20iPiZsdDtyZm1AcmVkc2hpZnQuY29tJmd0OzwvYT4KLSAg ICAgICAgPGJyPi4gU2hhd24gIkV2aWxUeXBlR3V5IiBXYWxrZXIgPGEgaHJlZj0ibWFpbHRvOmV2 aWx0eXBlZ3V5QHFlcmFkaWFudC5jb20iPiZsdDtldmlsdHlwZWd1eUBxZXJhZGlhbnQuY29tJmd0 OzwvYT4KLSAgICAgICAgPGJyPrcgU21hbGxQaWxlT2ZHaWJzIDxhIGhyZWY9Im1haWx0bzpzcG9n QHBsYW5ldHF1YWtlLmNvbSI+Jmx0O3Nwb2dAcGxhbmV0cXVha2UuY29tJmd0OzwvYT4KKyAgICAg ICAgPGJyPi0gXkZpc2htYW4gKFBhYmxvIFp1cml0YSkgPGEgaHJlZj0ibWFpbHRvOmxlb25hcmRv QGNlbnRyb2luLmNvbS5iciI+Jmx0O2xlb25hcmRvQGNlbnRyb2luLmNvbS5iciZndDs8L2E+IAor ICAgICAgICA8YnI+LSBHZW9mZiAiR2VmIiBEYXZpcyA8YSBocmVmPSJtYWlsdG86Z2VmZGF2aXNA ZGluZ29ibHVlLm5ldC5hdSI+Jmx0O2dlZmRhdmlzQGRpbmdvYmx1ZS5uZXQuYXUmZ3Q7PC9hPgor ICAgICAgICA8YnI+LSBHZW9mZnJleSBEZVdhbiA8YSBocmVmPSJtYWlsdG86Z2Rld2FuQHByYWly aWVuZXQub3JnIj4mbHQ7Z2Rld2FuQHByYWlyaWVuZXQub3JnJmd0OzwvYT4KKyAgICAgICAgPGJy Pi0gR29yZG9uICJkamJvYiIgQmlnZ2FucyA8YSBocmVmPSJtYWlsdG86Z2JpZ2dhbnNAdWdsYWIu ZWVlLnN0cmF0aC5hYy51ayI+Jmx0O2diaWdnYW5zQHVnbGFiLmVlZS5zdHJhdGguYWMudWsmZ3Q7 PC9hPgorICAgICAgICA8YnI+LSBEb21pbmljICJIeWRyYSIgQ2xpZnRvbiA8YSBocmVmPSJtYWls dG86aHlkcmFAaHlkcmFzLXdvcmxkLmNvbSI+Jmx0O2h5ZHJhQGh5ZHJhcy13b3JsZC5jb20mZ3Q7 PC9hPgorICAgICAgICA8YnI+LSBKYW4gUGF1bCAiTXJFbHVzaXZlIiB2YW4gV2F2ZXJlbgorICAg ICAgICA8YnI+LSBKb25hcworICAgICAgICA8YnI+LSBMZW9uYXJkbyBaaWRlIChpbml0aWFsIHBv cnRzIGFuZCBnZW5lcmFsIGRldmVsb3BlbWVudCkgPGEgaHJlZj0ibWFpbHRvOmxlb25hcmRvQGNl bnRyb2luLmNvbS5iciI+Jmx0O2xlb25hcmRvQGNlbnRyb2luLmNvbS5iciZndDs8L2E+CisgICAg ICAgIDxicj4tIE1hcnNNYXR0ZWwgPGEgaHJlZj0ibWFpbHRvOmlja3kuZ2lsZGVhQGNhYmxlaW5l dC5jby51ayI+Jmx0O2lja3kuZ2lsZGVhQGNhYmxlaW5ldC5jby51ayZndDs8L2E+CisgICAgICAg IDxicj4tIE1pY2hhZWwgU2NobHVldGVyCisgICAgICAgIDxicj4tIEFybm91dCAiUlIyRE8yIiB2 YW4gTWVlciA8YSBocmVmPSJtYWlsdG86cnIyZG8yQHEzZi5jb20iPiZsdDtycjJkbzJAcTNmLmNv bSZndDs8L2E+CisgICAgICAgIDxicj4tIFJhbmR5ICJ5ZG5hciIgUmVkZGlnIDxhIGhyZWY9Im1h aWx0bzp5ZG5hckByYXN0ZXJwcm9kdWN0aW9ucy5jb20iPiZsdDt5ZG5hckByYXN0ZXJwcm9kdWN0 aW9ucy5jb20mZ3Q7PC9hPgorICAgICAgICA8YnI+LSBSb2JlcnQgRHVmZnkKKyAgICAgICAgPGJy Pi0gU0NEU19yZXlhbFAgPGEgaHJlZj0ibWFpbHRvOnJmbUByZWRzaGlmdC5jb20iPiZsdDtyZm1A cmVkc2hpZnQuY29tJmd0OzwvYT4KKyAgICAgICAgPGJyPi0gU2hhd24gIkV2aWxUeXBlR3V5IiBX YWxrZXIgPGEgaHJlZj0ibWFpbHRvOmV2aWx0eXBlZ3V5QHFlcmFkaWFudC5jb20iPiZsdDtldmls dHlwZWd1eUBxZXJhZGlhbnQuY29tJmd0OzwvYT4KKyAgICAgICAgPGJyPi0gU21hbGxQaWxlT2ZH aWJzIDxhIGhyZWY9Im1haWx0bzpzcG9nQHBsYW5ldHF1YWtlLmNvbSI+Jmx0O3Nwb2dAcGxhbmV0 cXVha2UuY29tJmd0OzwvYT4KICAgICAgIDxicj4KICAgICA8L3A+CiAgIAogICAgIDxwPgogICAg ICAgPGI+U2V0dXAgbWVkaWE6IHNhbXBsZSBtYXBzLCBzaGFkZXIgc2NyaXB0cywgbWQzcywgZW50 aXRpZXMuZGVmOjwvYj4KLSAgICAgIDxicj63IEFzdHJvQ3JlZXAKLSAgICAgIDxicj63IEplYW4t RnJhbmNvaXMgIkV1dGVjdGljIiBHcm9sZWF1Ci0gICAgICA8YnI+tyBQcmltZXIKKyAgICAgIDxi cj4tIEFzdHJvQ3JlZXAKKyAgICAgIDxicj4tIEplYW4tRnJhbmNvaXMgIkV1dGVjdGljIiBHcm9s ZWF1CisgICAgICA8YnI+LSBQcmltZXIKICAgICA8L3A+CiAgIAogICAgIDxwPgogICAgICAgPGI+ Qm9iVG9vbHogcGx1Z2luOjwvYj4KLSAgICAgIDxicj63IEdvcmRvbiAiZGpib2IiIEJpZ2dhbnMg PGEgaHJlZj0ibWFpbHRvOmdiaWdnYW5zQHVnbGFiLmVlZS5zdHJhdGguYWMudWsiPiZsdDtnYmln Z2Fuc0B1Z2xhYi5lZWUuc3RyYXRoLmFjLnVrJmd0OzwvYT4KLSAgICAgIDxicj63IE1hcnNNYXR0 ZWwKKyAgICAgIDxicj4tIEdvcmRvbiAiZGpib2IiIEJpZ2dhbnMgPGEgaHJlZj0ibWFpbHRvOmdi aWdnYW5zQHVnbGFiLmVlZS5zdHJhdGguYWMudWsiPiZsdDtnYmlnZ2Fuc0B1Z2xhYi5lZWUuc3Ry YXRoLmFjLnVrJmd0OzwvYT4KKyAgICAgIDxicj4tIE1hcnNNYXR0ZWwKICAgICA8L3A+CiAgIAog ICAgIDxwPgogICAgICAgPGI+Q3VycnkgcGx1Z2luIFRlYW06PC9iPgotICAgICAgPGJyPrcgTWlr ZSAibWlja2V5IiBKYWNrbWFuCi0gICAgICA8YnI+tyBUaW0gIk1haiIgUmVubmllCi0gICAgICA8 YnI+tyBXaWxsaWFtICJTbWFsbFBpbGVPZkdpYnMiIEpvc2VwaAorICAgICAgPGJyPi0gTWlrZSAi bWlja2V5IiBKYWNrbWFuCisgICAgICA8YnI+LSBUaW0gIk1haiIgUmVubmllCisgICAgICA8YnI+ LSBXaWxsaWFtICJTbWFsbFBpbGVPZkdpYnMiIEpvc2VwaAogICAgIDwvcD4KICAgICAKICAgICA8 cD4gIAogICAgICAgPGI+UHJ0VmlldyBwbHVnaW4sIHZhcmlvdXMgYnVnIGZpeGVzIGFuZCBxM21h cCBndXJ1OjwvYj4KLSAgICAgIDxicj63IEdlb2ZmcmV5IERlV2FuCisgICAgICA8YnI+LSBHZW9m ZnJleSBEZVdhbgogICAgIDwvcD4KICAgICAKICAgICA8cD4KICAgICAgIDxiPkdlbnN1cmYgcGx1 Z2luPC9iPgotICAgICAgPGJyPrcgRGF2aWQgSHlkZQorICAgICAgPGJyPi0gRGF2aWQgSHlkZQog ICAgIDwvcD4KICAgCiAgICAgPHA+CiAgICAgICA8Yj5XZWIgc3RhZmY6PC9iPgotICAgICAgPGJy PrcgRGF2ZSAiQmFyZ2xlIiBLb2VuaWcgYW5kIEphc29uICJXb2xmZW4iIFNwZW5jZXIKLSAgICAg IDxicj63IEdlb2ZmICJHZWYiIERhdmlzIDxhIGhyZWY9Im1haWx0bzpnZWZkYXZpc0BkaW5nb2Js dWUubmV0LmF1Ij4mbHQ7Z2VmZGF2aXNAZGluZ29ibHVlLm5ldC5hdSZndDs8L2E+Ci0gICAgICA8 YnI+LiBUcmlzdGFuICJKaGVyYXgiIEJsZWFzZSA8YSBocmVmPSJtYWlsdG86amhlcmF4QHFlcmFk aWFudC5jb20iPiZsdDtqaGVyYXhAcWVyYWRpYW50LmNvbSZndDs8L2E+Ci0gICAgICA8YnI+tyBu ZW8yNzksIEVydWtpYW4sIHNwYWNlLCBCdXR0TW9ua2V5Ci0gICAgICA8YnI+tyBUaGFua3MgdG8g Sm9obiBIdXR0b24sIEFzdHJvQ3JlZXAgYW5kIFcyayBmb3Igd2ViIGhlbHAKKyAgICAgIDxicj4t IERhdmUgIkJhcmdsZSIgS29lbmlnIGFuZCBKYXNvbiAiV29sZmVuIiBTcGVuY2VyCisgICAgICA8 YnI+LSBHZW9mZiAiR2VmIiBEYXZpcyA8YSBocmVmPSJtYWlsdG86Z2VmZGF2aXNAZGluZ29ibHVl Lm5ldC5hdSI+Jmx0O2dlZmRhdmlzQGRpbmdvYmx1ZS5uZXQuYXUmZ3Q7PC9hPgorICAgICAgPGJy Pi0gVHJpc3RhbiAiSmhlcmF4IiBCbGVhc2UgPGEgaHJlZj0ibWFpbHRvOmpoZXJheEBxZXJhZGlh bnQuY29tIj4mbHQ7amhlcmF4QHFlcmFkaWFudC5jb20mZ3Q7PC9hPgorICAgICAgPGJyPi0gbmVv Mjc5LCBFcnVraWFuLCBzcGFjZSwgQnV0dE1vbmtleQorICAgICAgPGJyPi0gVGhhbmtzIHRvIEpv aG4gSHV0dG9uLCBBc3Ryb0NyZWVwIGFuZCBXMmsgZm9yIHdlYiBoZWxwCiAgICAgPC9wPgogICAg IAogICAgIDxwPgogICAgICAgPGI+RkFROjwvYj4KLSAgICAgIDxicj63IEVxdWltIGFuZCBXZXgK KyAgICAgIDxicj4tIEVxdWltIGFuZCBXZXgKICAgICAgIDxicj4KICAgICA8L3A+CiAgICAgCmRp ZmYgLVBOYXJ1IEd0a1JhZGlhbnQvc2V0dXAvZGF0YS90b29scy9saW5rcy5odG0gd29ya2luZy9z ZXR1cC9kYXRhL3Rvb2xzL2xpbmtzLmh0bQotLS0gR3RrUmFkaWFudC9zZXR1cC9kYXRhL3Rvb2xz L2xpbmtzLmh0bQlUdWUgSmFuIDIyIDEzOjMxOjM0IDIwMDIKKysrIHdvcmtpbmcvc2V0dXAvZGF0 YS90b29scy9saW5rcy5odG0JVHVlIEphbiAyMiAxNjoyOTo0NSAyMDAyCkBAIC0zMiw1NSArMzIs NTUgQEAKICAgPHA+CiAgICAgPGI+R2VuZXJhbCBMaW5rczwvYj4KICAgICA8b2w+Ci0gICAgtyA8 YSBocmVmPSJodHRwOi8vd3d3LnFlcmFkaWFudC5jb20vZ3RrcmFkaWFudC5zaHRtbCI+CisgICAg LSA8YSBocmVmPSJodHRwOi8vd3d3LnFlcmFkaWFudC5jb20vZ3RrcmFkaWFudC5zaHRtbCI+CiAg ICAgICBHdGtSYWRpYW50IHN0YXJ0IHBhZ2UKICAgICA8L2E+Ci0gICAgPGJyPrcgPGEgaHJlZj0i aHR0cDovL3d3dy5xZXJhZGlhbnQuY29tIj4KKyAgICA8YnI+LSA8YSBocmVmPSJodHRwOi8vd3d3 LnFlcmFkaWFudC5jb20iPgogICAgICAgUWVyYWRpYW50LmNvbSBNYWluIFdlYnNpdGUsIE5ld3Mg YW5kIFN0dWZmCiAgICAgPC9hPgotICAgIDxicj63IDxhIGhyZWY9Imh0dHA6Ly93d3cucWVyYWRp YW50LmNvbS9maWxlcy5zaHRtbCI+CisgICAgPGJyPi0gPGEgaHJlZj0iaHR0cDovL3d3dy5xZXJh ZGlhbnQuY29tL2ZpbGVzLnNodG1sIj4KICAgICAgIFFlcmFkaWFudC5jb20gRmlsZSBTZWN0aW9u CiAgICAgPC9hPgotICAgIDxicj63IDxhIGhyZWY9Imh0dHA6Ly93d3cucWVyYWRpYW50LmNvbS9m YXEiPgorICAgIDxicj4tIDxhIGhyZWY9Imh0dHA6Ly93d3cucWVyYWRpYW50LmNvbS9mYXEiPgog ICAgICAgVGhlIEZBUQogICAgIDwvYT4KICAgICA8L29sPgogICA8L3A+CiAgIAogICA8cD4KLSAg ICA8Yj5RdWFrZSBJSUkgQXJlbmEsIFF1YWtlIElJSTogVGVhbSBBcmVhbjwvYj4KKyAgICA8Yj5R dWFrZSBJSUkgQXJlbmEsIFF1YWtlIElJSTogVGVhbSBBcmVuYTwvYj4KICAgICA8b2w+Ci0gICAg tyA8YSBocmVmPSJodHRwOi8vcXVha2UzLnFlcmFkaWFudC5jb20iPgorICAgIC0gPGEgaHJlZj0i aHR0cDovL3F1YWtlMy5xZXJhZGlhbnQuY29tIj4KICAgICAgIFF1YWtlIDMgc2VjdGlvbiBvbiBR ZXJhZGlhbnQuY29tCiAgICAgPC9hPgotICAgIDxicj63IDxhIGhyZWY9Imh0dHA6Ly93d3cucXVh a2Uzd29ybGQuY29tL2NnaS1iaW4vZm9ydW1kaXNwbGF5LmNnaT9hY3Rpb249dG9waWNzJmFtcDtm b3J1bT1MZXZlbCtFZGl0aW5nJmFtcDtudW1iZXI9NiZhbXA7RGF5c1BydW5lPTEwJmFtcDtMYXN0 TG9naW49Ij4KKyAgICA8YnI+LSA8YSBocmVmPSJodHRwOi8vd3d3LnF1YWtlM3dvcmxkLmNvbS9j Z2ktYmluL2ZvcnVtZGlzcGxheS5jZ2k/YWN0aW9uPXRvcGljcyZhbXA7Zm9ydW09TGV2ZWwrRWRp dGluZyZhbXA7bnVtYmVyPTYmYW1wO0RheXNQcnVuZT0xMCZhbXA7TGFzdExvZ2luPSI+CiAgICAg ICBRdWFrZSBJSUkgTGV2ZWwgRWRpdGluZyBGb3J1bSBvbiBRdWFrZTNXb3JsZAogICAgIDwvYT4K LSAgICA8YnI+tyA8YSBocmVmPSJodHRwOi8vd3d3LnF1YWtlM3dvcmxkLmNvbS91YmIvRm9ydW02 L0hUTUwvMDEzMTcyLmh0bWwiPgorICAgIDxicj4tIDxhIGhyZWY9Imh0dHA6Ly93d3cucXVha2Uz d29ybGQuY29tL3ViYi9Gb3J1bTYvSFRNTC8wMTMxNzIuaHRtbCI+CiAgICAgICBUaGUgQkZMVDwv YT4gLi4gYWxsIHRoZSBRMyBlZGl0aW5nIGxpbmtzIGtub3duIHRvIG1hbi4KLSAgICA8YnI+LiA8 YSBocmVmPSJodHRwOi8vbWFwY2VudGVyLmRpZ2l0YWxhcmVuYXMuY29tL2NnaS1iaW4vdWx0aW1h dGViYi5jZ2k/dWJiPWZvcnVtJmY9MTMiPgorICAgIDxicj4tIDxhIGhyZWY9Imh0dHA6Ly9tYXBj ZW50ZXIuZGlnaXRhbGFyZW5hcy5jb20vY2dpLWJpbi91bHRpbWF0ZWJiLmNnaT91YmI9Zm9ydW0m Zj0xMyI+CiAgICAgICBRdWFrZSBJSUkgTGV2ZWwgRWRpdGluZyBGb3J1bSBvbiBNYXBjZW50ZXIg QCBkaWdpdGFsYXJlbmFzCiAgICAgPC9hPiAgICAKICAgICA8L29sPgogICA8L3A+IAogICAKICAg PHA+Ci0gICAgPGI+UmV0dXJuIFRvIENhc2x0ZSBXb2xmZW5zdGVpbjwvYj4KKyAgICA8Yj5SZXR1 cm4gVG8gQ2FzdGxlIFdvbGZlbnN0ZWluPC9iPgogICAgIDxvbD4KLSAgICAuIDxhIGhyZWY9Imh0 dHA6Ly9tYXBjZW50ZXIuZGlnaXRhbGFyZW5hcy5jb20vY2dpLWJpbi91bHRpbWF0ZWJiLmNnaT91 YmI9Zm9ydW0mZj0xMiI+CisgICAgLSA8YSBocmVmPSJodHRwOi8vbWFwY2VudGVyLmRpZ2l0YWxh cmVuYXMuY29tL2NnaS1iaW4vdWx0aW1hdGViYi5jZ2k/dWJiPWZvcnVtJmY9MTIiPgogICAgICAg UmV0dXJuIFRvIENhc3RsZSBXb2xmZW5zdGVpbiBFZGl0aW5nIEZvcnVtIG9uIE1hcGNlbnRlciBA IGRpZ2l0YWxhcmVuYXMKICAgICA8L2E+Ci0gICAgPGJyPi4gPGEgaHJlZj0iaHR0cDovL21hcGNl bnRlci5kaWdpdGFsYXJlbmFzLmNvbS9jZ2ktYmluL3VsdGltYXRlYmIuY2dpP3ViYj1nZXRfdG9w aWMmZj0xMiZ0PTAwMDA0MiI+CisgICAgPGJyPi0gPGEgaHJlZj0iaHR0cDovL21hcGNlbnRlci5k aWdpdGFsYXJlbmFzLmNvbS9jZ2ktYmluL3VsdGltYXRlYmIuY2dpP3ViYj1nZXRfdG9waWMmZj0x MiZ0PTAwMDA0MiI+CiAgICAgICBSVENXIFJlc291cmNlcyBwYWdlIG9uIE1hcGNlbnRlciBAIGRp Z2l0YWxhcmVuYXMKICAgICA8L2E+ICAKICAgICA8L29sPgogICA8cD4KICAgICA8Yj5CdWcgcmVw b3J0aW5nLCB0ZXN0aW5nLCBzdWdnZXN0aW9ucywgZmxhbWluZyBhbmQgZGV2ZWxvcGVyIGluZm9y bWF0aW9uOjwvYj4KICAgICA8b2w+Ci0gICAgtyA8YSBocmVmPSJodHRwOi8vemVyb3dpbmcuaWRz b2Z0d2FyZS5jb20iPgorICAgIC0gPGEgaHJlZj0iaHR0cDovL3plcm93aW5nLmlkc29mdHdhcmUu Y29tIj4KICAgICAgIFplcm93aW5nOiBtYWlsaW5nIGxpc3RzLCBDVlMgaW5mb3JtYXRpb24sIHRl c3QgYnVpbGRzLi4KICAgICA8L2E+Ci0gICAgPGJyPrcgPGEgaHJlZj0iaHR0cDovL3plcm93aW5n Lmlkc29mdHdhcmUuY29tL2J1Z3ppbGxhIj4KKyAgICA8YnI+LSA8YSBocmVmPSJodHRwOi8vemVy b3dpbmcuaWRzb2Z0d2FyZS5jb20vYnVnemlsbGEiPgogICAgICAgR3RrUmFkaWFudCBidWcgdHJh Y2tlciAoYnVnemlsbGEpCiAgICAgPC9hPgogICAgIDwvb2w+CkBAIC04OSwxNSArODksMTUgQEAK ICAgPHA+CiAgICAgPGI+UGx1Z2luczwvYj4KICAgICA8b2w+Ci0gICAgtyA8YSBocmVmPSJodHRw Oi8vd3d3LnBsYW5ldHF1YWtlLmNvbS90b29seiI+CisgICAgLSA8YSBocmVmPSJodHRwOi8vd3d3 LnBsYW5ldHF1YWtlLmNvbS90b29seiI+CiAgICAgICBCb2JUb29sejwvYT4gLSBtdWx0aXB1cnBv c2UgcXVha2UzIG1hcHBlcnMgdG9vbDxicj4KLSAgICA8YnI+tyA8YSBocmVmPSJodHRwOi8vcHJ0 dmlldy5zb3VyY2Vmb3JnZS5uZXQiPgorICAgIDxicj4tIDxhIGhyZWY9Imh0dHA6Ly9wcnR2aWV3 LnNvdXJjZWZvcmdlLm5ldCI+CiAgICAgICBQcnRWaWV3PC9hPiAtIHBvcnRhbCB2aWV3ZXIgcGx1 Z2luPGJyPgotICAgIDxicj63IDxhIGhyZWY9Imh0dHA6Ly9jdXJyeS5zb3VyY2Vmb3JnZS5uZXQi PgorICAgIDxicj4tIDxhIGhyZWY9Imh0dHA6Ly9jdXJyeS5zb3VyY2Vmb3JnZS5uZXQiPgogICAg ICAgQ3Vycnk8L2E+LSBzaGFkZXIgcHJldmlldyBhbmQgZWRpdGluZzxicj4KLSAgICA8YnI+tyA8 YSBocmVmPSJodHRwOi8vcGszbWFuLnNvdXJjZWZvcmdlLm5ldCI+CisgICAgPGJyPi0gPGEgaHJl Zj0iaHR0cDovL3BrM21hbi5zb3VyY2Vmb3JnZS5uZXQiPgogICAgICAgUGszTWFuPC9hPi0gZWFz eSBwazMgZmlsZSBjcmVhdGlvbjxicj4KLSAgICA8YnI+tyA8YSBocmVmPSJUZXhUb29sSGVscC9U ZXhUb29sLmh0bWwiPjxmb250IHNpemU9IjMiPgorICAgIDxicj4tIDxhIGhyZWY9IlRleFRvb2xI ZWxwL1RleFRvb2wuaHRtbCI+PGZvbnQgc2l6ZT0iMyI+CiAgICAgICBUZXhUb29sIERvY3VtZW50 YXRpb248L2E+CiAgICAgPC9vbD4KICAgPC9wPgo= --Multipart_Tue__22_Jan_2002_16:40:23_+1100_0825afa0-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 05:48:41 2002 From: gtkradiant@zerowing.idsoftware.com (Gef) Date: Tue, 22 Jan 2002 16:48:41 +1100 Subject: [Gtkradiant] compiling cvs nightly on linux In-Reply-To: <20020121102358.66a16990.ttimo@idsoftware.com> References: <1011570559.864.2.camel@donald> <20020121102358.66a16990.ttimo@idsoftware.com> Message-ID: <20020122164841.7ea77b12.gefdavis@dingoblue.net.au> This is a multi-part message in MIME format. --Multipart_Tue__22_Jan_2002_16:48:41_+1100_081cf6d8 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Fixes compiling on linux On Mon, 21 Jan 2002 10:23:58 +0100 Timothee Besset wrote: > Plz look at the comments around the function that say 'hey I know it broke > on linux'. Patches welcome > > TTimo --Multipart_Tue__22_Jan_2002_16:48:41_+1100_081cf6d8 Content-Type: application/octet-stream; name="linux_compile_jan22.patch" Content-Disposition: attachment; filename="linux_compile_jan22.patch" Content-Transfer-Encoding: base64 ZGlmZiAtUE5hdXIgR3RrUmFkaWFudC9wbHVnaW5zL3Zmc3BrMy92ZnMuY3BwIHdvcmtpbmcvcGx1 Z2lucy92ZnNwazMvdmZzLmNwcAotLS0gR3RrUmFkaWFudC9wbHVnaW5zL3Zmc3BrMy92ZnMuY3Bw CU1vbiBKYW4gMjEgMDc6NDU6MTggMjAwMgorKysgd29ya2luZy9wbHVnaW5zL3Zmc3BrMy92ZnMu Y3BwCVR1ZSBKYW4gMjIgMTM6NTY6MjYgMjAwMgpAQCAtNTY2LDEwICs1NjYsMTEgQEAKICAgU3lz X1ByaW50ZigidmZzRXh0cmFjdFJlbGF0aXZlUGF0aDogJXNcbiIsIGluKTsKICNlbmRpZgogCisj aWZkZWYgV0lOMzIgIAogICBpZiAoc2hvcnRlbikKICAgewogICAgIC8vIG1ha2UgaXQgc2hvcnQK LSAgICBpZiAoR2V0U2hvcnRQYXRoTmFtZShpbiwgbF9pbiwgTUFYX1BBVEgpID09IDApCisgICAg aWYgKEdldFNob3J0UGF0aE5hbWUoaW4sIGxfaW4sIFBBVEhfTUFYKSA9PSAwKQogICAgIHsKICNp ZmRlZiBEQkdfUkxUUEFUSAogICAgICAgU3lzX1ByaW50ZigiR2V0U2hvcnRQYXRoTmFtZSBmYWls ZWRcbiIpOwpAQCAtNTgyLDYgKzU4MywxMCBAQAogICAgIHN0cmNweShsX2luLGluKTsKICAgfQog ICB2ZnNDbGVhbkZpbGVOYW1lKGxfaW4pOworI2Vsc2UKKyAgc3RyY3B5KGxfaW4sIGluKTsKKyAg dmZzQ2xlYW5GaWxlTmFtZShsX2luKTsKKyNlbmRpZiAvLyBpZmRlZiBXSU4zMiAgCiAKIAogI2lm ZGVmIERCR19STFRQQVRICkBAIC02MzksNiArNjQ0LDcgQEAKICNlbmRpZgogICByZXR1cm4gTlVM TDsKIH0KKwogCiAvLyBGSVhNRSBUVGltbzogdGhpcyBhbmQgdGhlIGFib3ZlIHNob3VsZCBiZSBt ZXJnZWQgYXQgc29tZSBwb2ludAogY2hhciogdmZzRXh0cmFjdFJlbGF0aXZlUGF0aChjb25zdCBj aGFyICppbikKZGlmZiAtUE5hdXIgR3RrUmFkaWFudC9yYWRpYW50L21haW5mcmFtZS5jcHAgd29y a2luZy9yYWRpYW50L21haW5mcmFtZS5jcHAKLS0tIEd0a1JhZGlhbnQvcmFkaWFudC9tYWluZnJh bWUuY3BwCVR1ZSBKYW4gMjIgMTM6MzA6NTYgMjAwMgorKysgd29ya2luZy9yYWRpYW50L21haW5m cmFtZS5jcHAJVHVlIEphbiAyMiAxNDo0MDo0MCAyMDAyCkBAIC00NDg4LDcgKzQ0ODgsOSBAQAog ICBib29sIGJUb29sYmFyID0gZ19QcmVmc0RsZy5tX2JXaWRlVG9vbGJhcjsKICAgaW50IG5TaGFk ZXIgPSBnX1ByZWZzRGxnLm1fblNoYWRlcjsKICAgaW50IG5UZXh0dXJlUXVhbGl0eSA9IGdfUHJl ZnNEbGcubV9uVGV4dHVyZVF1YWxpdHk7CisjaWZkZWYgV0lOMzIgIAogICBib29sIGJOb1N5c01l bnVQb3B1cHMgPSBnX1ByZWZzRGxnLm1fYk5vU3lzTWVudVBvcHVwczsKKyNlbmRpZiAgCiAgIGdf UHJlZnNEbGcuTG9hZFByZWZzKCk7CiAgIAogICBpZiAoZ19QcmVmc0RsZy5Eb01vZGFsKCkgPT0g SURPSykKQEAgLTQ0OTgsOCArNDUwMCwxMSBAQAogICAgICAgICAoZ19QcmVmc0RsZy5tX2JMYXRj aGVkV2lkZVRvb2xiYXIgIT0gYlRvb2xiYXIpIHx8CiAgICAgICAgIChnX1ByZWZzRGxnLm1fYkxh dGNoZWRQYXRjaFRvb2xiYXIgIT0gYlRvb2xiYXIpIHx8CiAgICAgICAgIChnX1ByZWZzRGxnLm1f bkxhdGNoZWRTaGFkZXIgIT0gblNoYWRlcikgfHwKLSAgICAgICAgKGdfUHJlZnNEbGcubV9uTGF0 Y2hlZFRleHR1cmVRdWFsaXR5ICE9IG5UZXh0dXJlUXVhbGl0eSkgfHwKLSAgICAgICAgKGdfUHJl ZnNEbGcubV9iTGF0Y2hlZE5vU3lzTWVudVBvcHVwcyAhPSBiTm9TeXNNZW51UG9wdXBzKSkKKyAg ICAgICAgKGdfUHJlZnNEbGcubV9uTGF0Y2hlZFRleHR1cmVRdWFsaXR5ICE9IG5UZXh0dXJlUXVh bGl0eSkgCisjaWZkZWYgV0lOMzIgICAgCisgICAgICAgIHx8IChnX1ByZWZzRGxnLm1fYkxhdGNo ZWROb1N5c01lbnVQb3B1cHMgIT0gYk5vU3lzTWVudVBvcHVwcykKKyNlbmRpZiAgICAKKyAgICAg ICAgKQogICAgICAgZ3RrX01lc3NhZ2VCb3gobV9wV2lkZ2V0LCAiWW91IG11c3QgcmVzdGFydCBR M1JhZGlhbnQgZm9yIHRoZSBjaGFuZ2VzIHRvIHRha2UgZWZmZWN0LiIpOwogCiAgICAgLy8gaWYg dGhlIHZpZXcgbW9kZSB3YXMgc3dpdGNoZWQgdG8gZmxvYXRpbmcsIHNldCB0aGUgWiB3aW5kb3cg b24gYnkgZGVmYXVsdApkaWZmIC1QTmF1ciBHdGtSYWRpYW50L3JhZGlhbnQvcHJlZmVyZW5jZXMu Y3BwIHdvcmtpbmcvcmFkaWFudC9wcmVmZXJlbmNlcy5jcHAKLS0tIEd0a1JhZGlhbnQvcmFkaWFu dC9wcmVmZXJlbmNlcy5jcHAJVHVlIEphbiAyMiAxMzozMToyOCAyMDAyCisrKyB3b3JraW5nL3Jh ZGlhbnQvcHJlZmVyZW5jZXMuY3BwCVR1ZSBKYW4gMjIgMTQ6NDI6MDAgMjAwMgpAQCAtMjI2Niw4 ICsyMjY2LDYgQEAKICAgcHJvZmlsZV9zYXZlX3N0cmluZyhQUkVGX1NFQ1RJT04sIFVTRVJJTklf S0VZLCBtX3N0clVzZXJQYXRoLkdldEJ1ZmZlciAoKSk7CiAgIHByb2ZpbGVfc2F2ZV9pbnQgKFBS RUZfU0VDVElPTiwgUk9UQVRJT05fS0VZLCBtX25Sb3RhdGlvbik7CiAgIHByb2ZpbGVfc2F2ZV9p bnQgKFBSRUZfU0VDVElPTiwgQ0hBU0VNT1VTRV9LRVksIG1fYkNoYXNlTW91c2UpOwotICBwcm9m aWxlX3NhdmVfaW50IChQUkVGX1NFQ1RJT04sIFNUQVJUT05QUklNTU9OX0tFWSwgbV9iU3RhcnRP blByaW1Nb24pOwotICBwcm9maWxlX3NhdmVfaW50IChQUkVGX1NFQ1RJT04sIE5PU1lTTUVOVVBP UFVQU19LRVksIG1fYkxhdGNoZWROb1N5c01lbnVQb3B1cHMpOwogICBwcm9maWxlX3NhdmVfaW50 IChQUkVGX1NFQ1RJT04sIEVOVElUWVNIT1dfS0VZLCBtX25FbnRpdHlTaG93U3RhdGUpOwogICBw cm9maWxlX3NhdmVfaW50IChQUkVGX1NFQ1RJT04sIFRFWFRVUkVTQ0FMRV9LRVksIG1fblRleHR1 cmVTY2FsZSk7CiAgIHByb2ZpbGVfc2F2ZV9mbG9hdCAoUFJFRl9TRUNUSU9OLCBURVhUVVJFREVG QVVMVFNDQUxFX0tFWSwgbV9mVGV4dHVyZURlZmF1bHRTY2FsZSk7CkBAIC0yMzAzLDYgKzIzMDEs OCBAQAogICAvLyBzb21lIHBsYXRmb3JtIHNwZWNpZmljIHByZWZzCiAjaWZkZWYgV0lOMzIKICAg cHJvZmlsZV9zYXZlX2ludCAoUFJFRl9TRUNUSU9OLCBOQVRJVkVHVUlfS0VZLCBtX2JOYXRpdmVH VUkpOworICBwcm9maWxlX3NhdmVfaW50IChQUkVGX1NFQ1RJT04sIFNUQVJUT05QUklNTU9OX0tF WSwgbV9iU3RhcnRPblByaW1Nb24pOworICBwcm9maWxlX3NhdmVfaW50IChQUkVGX1NFQ1RJT04s IE5PU1lTTUVOVVBPUFVQU19LRVksIG1fYkxhdGNoZWROb1N5c01lbnVQb3B1cHMpOwogI2VuZGlm CiAKICAgcHJvZmlsZV9zYXZlX2ludCAoUFJFRl9TRUNUSU9OLCBQQVRDSEJCT1hTRUxfS0VZLCBt X2JQYXRjaEJCb3hTZWxlY3QpOwo= --Multipart_Tue__22_Jan_2002_16:48:41_+1100_081cf6d8-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 07:38:25 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 01:38:25 -0600 Subject: [Gtkradiant] [Bug 325] New: nightly contains an old build of q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=325 Summary: nightly contains an old build of q3map Product: GtkRadiant Version: 1.2-nightly OS/Version: other Status: NEW Severity: normal Priority: P2 Component: setup AssignedTo: ttimo@idsoftware.com ReportedBy: rfm@redshift.com Downloaded and installed http://zerowing.idsoftware.com/nightly/GtkRadiantSetupWolf-1.2.1-01212002.exe The q3map.exe in the gamepack folder appears to be an old version. It doesn't understand -connect, and the date on the file is 12/21/01. The following output comes from running a bsp command from the menu: E:\games\RTCWolfenstein\Radiant-gamepack>E:\GAMES\RTCWOL~1\RADIAN~1\q3map -conn ect 127.0.0.1:39000 -game wolf -fs_basepath E:\GAMES\RTCWOL~1\ "unnamed.map" Q3Map v1.0m (c) 1999 Id Software Inc. / Gray Matter ---- q3map ---- ************ ERROR ************ Unknown option "-connect" Building q3map from cvs and copying it over seems to work. Should I submit stuff like this as a bug or just post on the mailing list ? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 07:57:04 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 01:57:04 -0600 Subject: [Gtkradiant] [Bug 326] New: shaders on gensurf generated terrains are scrambled. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=326 Summary: shaders on gensurf generated terrains are scrambled. Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 9x Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: rfm@redshift.com I have a terrain I created in 1.1 using gensurf. The top is textured with common/terrain, and all other surfaces are common/caulk. When I load the map in 1.2 (from this build http://zerowing.idsoftware.com/nightly/GtkRadiantSetupWolf-1.2.1-01212002.exe) the top surface is changed to common/caulk in the editor. Inspecting the map file with a text editor shows that it does specify terrain. To get a simpler test case, I generated a smaller terrain in 1.1, and loaded it into 1.2. This time it changed all the caulk surfaces to terrain. I'll attach the second example to the bug. Note that this map is not expected to compile, the simple act of loading it triggers the bug on my system. Also note that this terrain was generated with 1.1, and works correctly in 1.1, so it is not a 1.2 gensurf bug. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 07:58:33 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 01:58:33 -0600 Subject: [Gtkradiant] [Bug 326] shaders on gensurf generated terrains are scrambled. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=326 ------- Additional Comments From rfm@redshift.com 2002-01-22 01:58 ------- Created an attachment (id=158) map file, top surface is terrain, all others are caulk ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 10:47:18 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 04:47:18 -0600 Subject: [Gtkradiant] [Bug 326] shaders on gensurf generated terrains are scrambled. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=326 rr2do2@q3f.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From rr2do2@q3f.com 2002-01-22 04:47 ------- Noticed this as well. If a func_group has terrain 1 set, it will bork the textures during loading. When it is 0, it works fine. Doing seem to have a speed impact on loading either so I suspect a bug in the terrain loading optimizations. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 12:23:15 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 06:23:15 -0600 Subject: [Gtkradiant] CVS: html code update Message-ID: This is a mixed plain/HTML MIME encoded message. --101170219527518 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 06:23:13 html code update -- 2 files modified : GtkRadiant/setup/data/tools/links.htm 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/links.htm?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/links.htm?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/links.htm.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/setup/data/tools/credits.html 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h --101170219527518 Content-Type: text/html CVS report
Commit from timo 2002/01/22   06:23:13


html code update


 
2 files modified
Module File name Version
GtkRadiant setup/data/tools/links.htm 1.4 >>> 1.5
GtkRadiant setup/data/tools/credits.html 1.6 >>> 1.7
--101170219527518-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 12:24:57 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 06:24:57 -0600 Subject: [Gtkradiant] CVS: html code update Message-ID: This is a mixed plain/HTML MIME encoded message. --101170229727468 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 06:20:12 html code update -- 2 files modified : GtkRadiant/setup/data/tools/links.htm 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/links.htm?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/links.htm?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/links.htm.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/setup/data/tools/credits.html 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/credits.html.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h --101170229727468 Content-Type: text/html CVS report
Commit from timo 2002/01/22   06:20:12


html code update


 
2 files modified
Module File name Version
GtkRadiant setup/data/tools/links.htm 1.4 >>> 1.5
GtkRadiant setup/data/tools/credits.html 1.6 >>> 1.7
--101170229727468-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 12:38:00 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 06:38:00 -0600 Subject: [Gtkradiant] CVS: linux fixes Message-ID: This is a mixed plain/HTML MIME encoded message. --101170307830979 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 06:37:43 linux fixes -- GtkRadiant/docs/developer/CHANGES 1.226 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.226 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 22/1/2002 + Gef + - linux build fixes + 21/1/2002 TTimo - scanning in g_strAppPath/modules/ and plugins/ prior to g_strGameToolsPath 4 files modified : GtkRadiant/docs/developer/CHANGES 1.226 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.226 1.225 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.225 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.225&r2=text&tr2=1.226&f=h GtkRadiant/plugins/vfspk3/vfs.cpp 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfs.cpp?rev=1.18 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfs.cpp?rev=1.17 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/vfspk3/vfs.cpp.diff?r1=text&tr1=1.17&r2=text&tr2=1.18&f=h GtkRadiant/radiant/mainframe.cpp 1.73 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.73 1.72 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.72 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.72&r2=text&tr2=1.73&f=h GtkRadiant/radiant/preferences.cpp 1.32 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.32 1.31 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.31 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.31&r2=text&tr2=1.32&f=h --101170307830979 Content-Type: text/html CVS report
Commit from timo 2002/01/22   06:37:43


linux fixes


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 22/1/2002
+   Gef
+   - linux build fixes
+ 
  21/1/2002
    TTimo
    - scanning in g_strAppPath/modules/ and plugins/ prior to g_strGameToolsPath
 
4 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.225 >>> 1.226
GtkRadiant plugins/vfspk3/vfs.cpp 1.17 >>> 1.18
GtkRadiant radiant/mainframe.cpp 1.72 >>> 1.73
GtkRadiant radiant/preferences.cpp 1.31 >>> 1.32
--101170307830979-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 13:48:08 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 07:48:08 -0600 Subject: [Gtkradiant] [Bug 312] Update icons/buttons/bitmaps etc... Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=312 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-22 07:48 ------- Not sure it's 'the right' policy. Patches can be written and submitted in a way that 'should' work on all platforms (even if not actually tested on other platforms). If they don't work on the other platforms, the fix will be very easy. That was just a note though, in this particular case I will just apply the patch an make sure it's working on win32 too ;-) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 13:53:04 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 07:53:04 -0600 Subject: [Gtkradiant] [Bug 325] nightly contains an old build of q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=325 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-22 07:53 ------- TTimo@TTIMO /cygdrive/c/quake3/Radiant $ ./q3map.exe Q3Map - v1.0r (c) 1999 Id Software Inc. Q3Map (GtkR) - v1.2.1-y10 GtkRadiant - v1.2.1-nightly Jan 22 2002 Pimping into the 21st century... Default game config: Quake III Arena ************ ERROR ************ usage: q3map [general options] [options] mapfile --- TTimo@TTIMO /cygdrive/c/Program Files/Return to Castle Wolfenstein/Radiant $ ./q3map.exe Q3Map v1.0m (c) 1999 Id Software Inc. / Gray Matter ************ ERROR ************ usage: q3map [options] mapfile --- oops .. bug in setup code .. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 14:03:05 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 08:03:05 -0600 Subject: [Gtkradiant] CVS: forgot to add this one yesterday Message-ID: This is a mixed plain/HTML MIME encoded message. --10117081841425 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 08:03:03 forgot to add this one yesterday -- 1 file added : GtkRadiant/libs/multimon.h 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/libs/multimon.h?rev=1.1 --10117081841425 Content-Type: text/html CVS report
Commit from timo 2002/01/22   08:03:03


forgot to add this one yesterday


 
1 file added
Module File name Version
GtkRadiant libs/multimon.h 1.1
--10117081841425-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 14:11:31 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 08:11:31 -0600 Subject: [Gtkradiant] [Bug 325] nightly contains an old build of q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=325 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-22 08:11 ------- fixed ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 14:11:47 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 08:11:47 -0600 Subject: [Gtkradiant] CVS: bug #325 (setup) Message-ID: This is a mixed plain/HTML MIME encoded message. --10117087073105 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 08:11:43 bug #325 (setup) -- GtkRadiant/docs/developer/CHANGES 1.227 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.227 diff : 22/1/2002 Gef - linux build fixes + SCDS_reyalP + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=325 + wrong file packaged in setup 21/1/2002 TTimo *************** *** 15,24 **** --- 18,39 ---- - updated IS setup: installing the plugins with the core installing the common modules in the core + - Compiling manual, more IS stuff, .xlink etc. RR2DO2 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315 patches for improved multimonitor support (with some associated pref items) + + ydnar + - more q3map: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=324 + - radiosity fixes (proper handling of ambient light) + - polygonoffset fixes + - lightmaps on patches work better (normal calcs adjusted, planar patches are + box projected like brush sides) + - double vfs init in bsp stage removed (this needs to be tested on Linux) + - lighting is faster again + - a couple crash bugs resolved + - other tasty nibbles 20/1/2002 EvilTypeGuy 3 files modified : GtkRadiant/docs/developer/CHANGES 1.227 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.227 1.226 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.226 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.226&r2=text&tr2=1.227&f=h GtkRadiant/setup/win32/template/File/Default.fdf 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h Exectuable/Wolf 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h --10117087073105 Content-Type: text/html CVS report
Commit from timo 2002/01/22   08:11:43


bug #325 (setup)


GtkRadiant/docs/developer/CHANGES
  22/1/2002
    Gef
    - linux build fixes
+   SCDS_reyalP
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=325
+   wrong file packaged in setup
  
  21/1/2002
    TTimo
***************
*** 15,24 ****
--- 18,39 ----
    - updated IS setup:
      installing the plugins with the core
      installing the common modules in the core
+   - Compiling manual, more IS stuff, .xlink etc.
  
    RR2DO2
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=315
      patches for improved multimonitor support (with some associated pref items)
+ 
+   ydnar
+   - more q3map: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=324
+     - radiosity fixes (proper handling of ambient light)
+     - polygonoffset fixes
+     - lightmaps on patches work better (normal calcs adjusted, planar patches are 
+       box projected like brush sides)
+     - double vfs init in bsp stage removed (this needs to be tested on Linux)
+     - lighting is faster again
+     - a couple crash bugs resolved
+     - other tasty nibbles
  
  20/1/2002
    EvilTypeGuy
 
3 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.226 >>> 1.227
GtkRadiant setup/win32/template/File/Default.fdf 1.11 >>> 1.12
Exectuable Wolf 1.8 >>> 1.9
--10117087073105-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 14:18:01 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 08:18:01 -0600 Subject: [Gtkradiant] [Bug 326] shaders on gensurf generated terrains are scrambled. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=326 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-22 08:18 ------- sounds like terrain load optimisation bug indeed If we detect a terrain entity, we wait for the first terrain shader and re-use it without lookup everywhere (along with caulk). My guess .. we get the terrain shader wrong? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 16:35:18 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 10:35:18 -0600 Subject: [Gtkradiant] CVS: GtkR + RTCW howto Message-ID: This is a mixed plain/HTML MIME encoded message. --10117173186813 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 10:35:14 GtkR + RTCW howto -- 5 files added : WolfPack/docs/GtkRadiant_WOLF_HOWTO/game1.png 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/docs/GtkRadiant_WOLF_HOWTO/game1.png?rev=1.1 WolfPack/docs/GtkRadiant_WOLF_HOWTO/game2.png 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/docs/GtkRadiant_WOLF_HOWTO/game2.png?rev=1.1 WolfPack/docs/GtkRadiant_WOLF_HOWTO/index.html 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/docs/GtkRadiant_WOLF_HOWTO/index.html?rev=1.1 WolfPack/docs/GtkRadiant_WOLF_HOWTO/monitor.png 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/docs/GtkRadiant_WOLF_HOWTO/monitor.png?rev=1.1 WolfPack/docs/GtkRadiant_WOLF_HOWTO/project.png 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/docs/GtkRadiant_WOLF_HOWTO/project.png?rev=1.1 1 files modified : WolfPack/game.xlink 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/game.xlink?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/game.xlink?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/game.xlink.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h --10117173186813 Content-Type: text/html CVS report
Commit from timo 2002/01/22   10:35:14


GtkR + RTCW howto


 
5 files added
Module File name Version
WolfPack docs/GtkRadiant_WOLF_HOWTO/game1.png 1.1
WolfPack docs/GtkRadiant_WOLF_HOWTO/game2.png 1.1
WolfPack docs/GtkRadiant_WOLF_HOWTO/index.html 1.1
WolfPack docs/GtkRadiant_WOLF_HOWTO/monitor.png 1.1
WolfPack docs/GtkRadiant_WOLF_HOWTO/project.png 1.1
 
1 file modified
Module File name Version
WolfPack game.xlink 1.3 >>> 1.4
--10117173186813-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 16:35:02 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 17:35:02 +0100 Subject: [Gtkradiant] GtkRadiant + RTCW howto Message-ID: <5.0.2.1.2.20020122173323.00acc140@wheresmymailserver.com> I wrote a short doc about the specifics of GtkRadiant for Return To Caslte Wolfenstein editing. It's uploaded at http://zerowing.idsoftware.com/nightly/GtkR_WOLF_HOWTO/ and will be in the setups. If you have comments, things I forgot, etc., speak now.. Only a few minor things to tweak, and RC builds will be available. TTimo From gtkradiant@zerowing.idsoftware.com Tue Jan 22 17:20:43 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 11:20:43 -0600 Subject: [Gtkradiant] [Bug 327] New: PCX file loading not confirming to standards Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=327 Summary: PCX file loading not confirming to standards Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: rr2do2@q3f.com This results for example in photoshop written pcx files, who take advantage of the fact that the pcx specification allows for data to be appended to a scanline after the pixel data. Radiant pcx loading functions didn't deal with this. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 17:21:15 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 11:21:15 -0600 Subject: [Gtkradiant] [Bug 327] PCX file loading not confirming to standards Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=327 ------- Additional Comments From rr2do2@q3f.com 2002-01-22 11:21 ------- Created an attachment (id=159) Patch fixing pcx reading to confirm to specifications ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 17:40:35 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 11:40:35 -0600 Subject: [Gtkradiant] [Bug 328] New: Slight Manual Correction Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=328 Summary: Slight Manual Correction Product: GtkRadiant Version: 1.2-nightly Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: gbiggans@uglab.eee.strath.ac.uk "Computed" should read "Constructive" for CSG ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 17:43:27 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 11:43:27 -0600 Subject: [Gtkradiant] [Bug 328] Slight Manual Correction Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=328 ------- Additional Comments From gbiggans@uglab.eee.strath.ac.uk 2002-01-22 11:43 ------- Created an attachment (id=160) Manual Correction ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 18:02:02 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 12:02:02 -0600 Subject: [Gtkradiant] CVS: update on howto Message-ID: This is a mixed plain/HTML MIME encoded message. --10117225229790 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 12:01:59 update on howto -- 1 files modified : WolfPack/docs/GtkRadiant_WOLF_HOWTO/index.html 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/docs/GtkRadiant_WOLF_HOWTO/index.html?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/docs/GtkRadiant_WOLF_HOWTO/index.html?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/docs/GtkRadiant_WOLF_HOWTO/index.html.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h --10117225229790 Content-Type: text/html CVS report
Commit from timo 2002/01/22   12:01:59


update on howto


 
1 file modified
Module File name Version
WolfPack docs/GtkRadiant_WOLF_HOWTO/index.html 1.1 >>> 1.2
--10117225229790-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 18:02:40 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 12:02:40 -0600 Subject: [Gtkradiant] CVS: links update, RTCW guide in IS setup, CSG typo in manual Message-ID: This is a mixed plain/HTML MIME encoded message. --10117225599891 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 12:02:36 links update, RTCW guide in IS setup, CSG typo in manual -- 5 files modified : GtkRadiant/docs/manual/Q3Rad_Manual/ch05/pg5_1.htm 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/ch05/pg5_1.htm?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/ch05/pg5_1.htm?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/manual/Q3Rad_Manual/ch05/pg5_1.htm.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/data/tools/links.htm 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/links.htm?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/links.htm?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/links.htm.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/setup/win32/template/File/Default.fdf 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.13 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.12 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&f=h Exectuable/Wolf 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.10 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf?rev=1.9 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Exectuable/Wolf.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&f=h GtkRadiant/setup/win32/template/Shell/Default.shl 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Shell/Default.shl?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Shell/Default.shl?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Shell/Default.shl.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h --10117225599891 Content-Type: text/html CVS report
Commit from timo 2002/01/22   12:02:36


links update, RTCW guide in IS setup, CSG typo in manual


 
5 files modified
Module File name Version
GtkRadiant docs/manual/Q3Rad_Manual/ch05/pg5_1.htm 1.2 >>> 1.3
GtkRadiant setup/data/tools/links.htm 1.5 >>> 1.6
GtkRadiant setup/win32/template/File/Default.fdf 1.12 >>> 1.13
Exectuable Wolf 1.9 >>> 1.10
GtkRadiant setup/win32/template/Shell/Default.shl 1.3 >>> 1.4
--10117225599891-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 18:02:42 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 12:02:42 -0600 Subject: [Gtkradiant] [Bug 328] Slight Manual Correction Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=328 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-22 12:02 ------- ok ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 18:11:41 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 12:11:41 -0600 Subject: [Gtkradiant] CVS: got rid of .wal warning Message-ID: This is a mixed plain/HTML MIME encoded message. --101172310111607 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 12:11:38 got rid of .wal warning -- 1 files modified : GtkRadiant/plugins/shaders/shaders.cpp 1.29 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.cpp?rev=1.29 1.28 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.cpp?rev=1.28 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/shaders/shaders.cpp.diff?r1=text&tr1=1.28&r2=text&tr2=1.29&f=h --101172310111607 Content-Type: text/html CVS report
Commit from timo 2002/01/22   12:11:38


got rid of .wal warning


 
1 file modified
Module File name Version
GtkRadiant plugins/shaders/shaders.cpp 1.28 >>> 1.29
--101172310111607-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 18:48:13 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 12:48:13 -0600 Subject: [Gtkradiant] [Bug 327] PCX file loading not confirming to standards Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=327 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-22 12:48 ------- ok ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 18:50:54 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 12:50:54 -0600 Subject: [Gtkradiant] CVS: bug #327, pcx loading fix Message-ID: This is a mixed plain/HTML MIME encoded message. --101172545413813 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 12:50:48 bug #327, pcx loading fix -- GtkRadiant/docs/developer/CHANGES 1.228 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.228 diff : SCDS_reyalP - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=325 wrong file packaged in setup + RR2DO2 + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=327 + fix to PCX loading 21/1/2002 TTimo 4 files modified : GtkRadiant/docs/developer/CHANGES 1.228 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.228 1.227 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.227 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.227&r2=text&tr2=1.228&f=h GtkRadiant/plugins/image/lbmlib.cpp 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/lbmlib.cpp?rev=1.10 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/lbmlib.cpp?rev=1.9 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/lbmlib.cpp.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&f=h GtkRadiant/radiant/map.cpp 1.23 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.23 1.22 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.22 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp.diff?r1=text&tr1=1.22&r2=text&tr2=1.23&f=h GtkRadiant/tools/quake3/common/imagelib.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/imagelib.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/imagelib.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/imagelib.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h --101172545413813 Content-Type: text/html CVS report
Commit from timo 2002/01/22   12:50:48


bug #327, pcx loading fix


GtkRadiant/docs/developer/CHANGES
    SCDS_reyalP
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=325
    wrong file packaged in setup
+   RR2DO2
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=327
+   fix to PCX loading  
  
  21/1/2002
    TTimo
 
4 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.227 >>> 1.228
GtkRadiant plugins/image/lbmlib.cpp 1.9 >>> 1.10
GtkRadiant radiant/map.cpp 1.22 >>> 1.23
GtkRadiant tools/quake3/common/imagelib.c 1.5 >>> 1.6
--101172545413813-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 18:55:45 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 12:55:45 -0600 Subject: [Gtkradiant] CVS: fix Message-ID: This is a mixed plain/HTML MIME encoded message. --101172574515421 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 12:55:43 fix -- 1 files modified : GtkRadiant/tools/quake3/q3map/bsp.c 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.19 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.18 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c.diff?r1=text&tr1=1.18&r2=text&tr2=1.19&f=h --101172574515421 Content-Type: text/html CVS report
Commit from timo 2002/01/22   12:55:43


fix


 
1 file modified
Module File name Version
GtkRadiant tools/quake3/q3map/bsp.c 1.18 >>> 1.19
--101172574515421-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 19:13:50 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 13:13:50 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-22 13:13 ------- applied ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 19:15:18 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 13:15:18 -0600 Subject: [Gtkradiant] CVS: #298, cut & paste Message-ID: This is a mixed plain/HTML MIME encoded message. --101172691817276 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 13:15:04 #298, cut & paste -- GtkRadiant/docs/developer/CHANGES 1.229 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.229 diff : RR2DO2 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=327 fix to PCX loading + SPoG + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 + cut & paste bugfix 21/1/2002 TTimo 6 files modified : GtkRadiant/docs/developer/CHANGES 1.229 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.229 1.228 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.228 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.228&r2=text&tr2=1.229&f=h GtkRadiant/radiant/mainframe.cpp 1.74 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.74 1.73 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.73 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.73&r2=text&tr2=1.74&f=h GtkRadiant/radiant/map.cpp 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.24 1.23 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.23 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp.diff?r1=text&tr1=1.23&r2=text&tr2=1.24&f=h GtkRadiant/radiant/preferences.cpp 1.33 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.33 1.32 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.32 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.32&r2=text&tr2=1.33&f=h GtkRadiant/radiant/preferences.h 1.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.26 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.25 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.25&r2=text&tr2=1.26&f=h GtkRadiant/radiant/select.cpp 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp?rev=1.18 1.17 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp?rev=1.17 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp.diff?r1=text&tr1=1.17&r2=text&tr2=1.18&f=h --101172691817276 Content-Type: text/html CVS report
Commit from timo 2002/01/22   13:15:04


#298, cut & paste


GtkRadiant/docs/developer/CHANGES
    RR2DO2
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=327
    fix to PCX loading  
+   SPoG
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298
+   cut & paste bugfix
  
  21/1/2002
    TTimo
 
6 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.228 >>> 1.229
GtkRadiant radiant/mainframe.cpp 1.73 >>> 1.74
GtkRadiant radiant/map.cpp 1.23 >>> 1.24
GtkRadiant radiant/preferences.cpp 1.32 >>> 1.33
GtkRadiant radiant/preferences.h 1.25 >>> 1.26
GtkRadiant radiant/select.cpp 1.17 >>> 1.18
--101172691817276-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 19:32:28 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 13:32:28 -0600 Subject: [Gtkradiant] [Bug 329] New: map module, remove 'dead' code from trunk Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=329 Summary: map module, remove 'dead' code from trunk Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com the map parsing code is still in the core, in a 'dead' state the project settings need to move to XML before this can be cleaned up ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 20:09:42 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 14:09:42 -0600 Subject: [Gtkradiant] [Bug 326] shaders on gensurf generated terrains are scrambled. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=326 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-22 14:09 ------- Created an attachment (id=161) patch: "textures/" added ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 20:17:28 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 14:17:28 -0600 Subject: [Gtkradiant] CVS: #326 fix Message-ID: This is a mixed plain/HTML MIME encoded message. --101173064819752 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 14:17:26 #326 fix -- 1 files modified : GtkRadiant/radiant/map.cpp 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.25 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.24 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&f=h --101173064819752 Content-Type: text/html CVS report
Commit from timo 2002/01/22   14:17:26


#326 fix


 
1 file modified
Module File name Version
GtkRadiant radiant/map.cpp 1.24 >>> 1.25
--101173064819752-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 20:17:35 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 14:17:35 -0600 Subject: [Gtkradiant] [Bug 326] shaders on gensurf generated terrains are scrambled. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=326 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-22 14:17 ------- applied similar solution ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 20:59:53 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 14:59:53 -0600 Subject: [Gtkradiant] [Bug 326] shaders on gensurf generated terrains are scrambled. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=326 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-22 14:59 ------- Created an attachment (id=162) patch: #ifdef'd and removed terrain hack ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 21:06:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 15:06:00 -0600 Subject: [Gtkradiant] [Bug 330] New: crash with patches on "structural" filter Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=330 Summary: crash with patches on "structural" filter Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: wjoseph@europe.ea.com Patch-brushes texdefs are tested for being detail/structural - this causes a crash because patch brushes have no texdef. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 21:09:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 15:09:03 -0600 Subject: [Gtkradiant] [Bug 330] crash with patches on "structural" filter Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=330 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-22 15:09 ------- Created an attachment (id=163) patch: ignores patches when filtering detail/structural ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 21:30:39 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 15:30:39 -0600 Subject: [Gtkradiant] [Bug 331] New: mapq3 Win32-Release using wrong run-time library Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=331 Summary: mapq3 Win32-Release using wrong run-time library Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: wjoseph@europe.ea.com Change mapq3 project file to use Multithreaded DLL for Win32-Release config ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 21:31:56 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 15:31:56 -0600 Subject: [Gtkradiant] [Bug 331] mapq3 Win32-Release using wrong run-time library Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=331 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-22 15:31 ------- Created an attachment (id=164) patch: adds /MD - patch -lp 0 - apply in GtkRadiant root ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 21:36:49 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 15:36:49 -0600 Subject: [Gtkradiant] [Bug 331] mapq3 Win32-Release using wrong run-time library Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=331 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-22 15:36 ------- ok ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 21:41:09 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 15:41:09 -0600 Subject: [Gtkradiant] [Bug 330] crash with patches on "structural" filter Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=330 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-22 15:41 ------- ok ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 22:00:55 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 16:00:55 -0600 Subject: [Gtkradiant] [Bug 332] New: md3 entitities don't get rotated correctly Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=332 Summary: md3 entitities don't get rotated correctly Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: wjoseph@europe.ea.com Select_ApplyMatrix should update the origin key on fixedsize entities when it changes the origin vector. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 22:02:43 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 16:02:43 -0600 Subject: [Gtkradiant] [Bug 332] md3 entitities don't get rotated correctly Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=332 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-22 16:02 ------- Created an attachment (id=165) patch: sets origin key - apply with patch -lp 0 in GtkRadiant root ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 22:08:41 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 16:08:41 -0600 Subject: [Gtkradiant] [Bug 333] New: Select_Scale affects fixedsize entities Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=333 Summary: Select_Scale affects fixedsize entities Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: wjoseph@europe.ea.com They're fixedsize... and should not be scalable. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 22:10:31 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 16:10:31 -0600 Subject: [Gtkradiant] [Bug 333] Select_Scale affects fixedsize entities Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=333 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-22 16:10 ------- Created an attachment (id=166) patch: ignores fixedsize entities - apply with patch -lp 0 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 22:36:57 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 16:36:57 -0600 Subject: [Gtkradiant] CVS: Message-ID: This is a mixed plain/HTML MIME encoded message. --101173901623833 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 16:36:50 -- 10 files removed : GtkRadiant/plugins/map/Conscript was 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/Attic/Conscript?rev=1.5 GtkRadiant/plugins/map/brush.cpp was 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/Attic/brush.cpp?rev=1.8 GtkRadiant/plugins/map/entity.cpp was 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/Attic/entity.cpp?rev=1.7 GtkRadiant/plugins/map/map.cpp was 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/Attic/map.cpp?rev=1.6 GtkRadiant/plugins/map/map.def was 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/Attic/map.def?rev=1.1 GtkRadiant/plugins/map/map.dsp was 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/Attic/map.dsp?rev=1.8 GtkRadiant/plugins/map/patch.cpp was 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/Attic/patch.cpp?rev=1.4 GtkRadiant/plugins/map/plugin.cpp was 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/Attic/plugin.cpp?rev=1.8 GtkRadiant/plugins/map/plugin.h was 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/Attic/plugin.h?rev=1.9 GtkRadiant/plugins/map/stub.cpp was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/map/Attic/stub.cpp?rev=1.2 7 files modified : GtkRadiant/plugins/mapq3/mapq3.dsp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/mapq3.dsp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/mapq3.dsp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/mapq3.dsp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/radiant/brush.cpp 1.30 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp?rev=1.30 1.29 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp?rev=1.29 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.cpp.diff?r1=text&tr1=1.29&r2=text&tr2=1.30&f=h GtkRadiant/radiant/brush.h 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.h?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.h?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/brush.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h GtkRadiant/radiant/entity.cpp 1.20 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity.cpp?rev=1.20 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity.cpp?rev=1.19 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/entity.cpp.diff?r1=text&tr1=1.19&r2=text&tr2=1.20&f=h GtkRadiant/radiant/filters.cpp 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/filters.cpp?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/filters.cpp?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/filters.cpp.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/radiant/map.cpp 1.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.26 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.25 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp.diff?r1=text&tr1=1.25&r2=text&tr2=1.26&f=h GtkRadiant/radiant/qe3.h 1.47 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.47 1.46 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.46 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h.diff?r1=text&tr1=1.46&r2=text&tr2=1.47&f=h --101173901623833 Content-Type: text/html CVS report
Commit from timo 2002/01/22   16:36:50




 
10 files removed
Module File name Last version
GtkRadiant plugins/map/Conscript 1.5
GtkRadiant plugins/map/brush.cpp 1.8
GtkRadiant plugins/map/entity.cpp 1.7
GtkRadiant plugins/map/map.cpp 1.6
GtkRadiant plugins/map/map.def 1.1
GtkRadiant plugins/map/map.dsp 1.8
GtkRadiant plugins/map/patch.cpp 1.4
GtkRadiant plugins/map/plugin.cpp 1.8
GtkRadiant plugins/map/plugin.h 1.9
GtkRadiant plugins/map/stub.cpp 1.2
 
7 files modified
Module File name Version
GtkRadiant plugins/mapq3/mapq3.dsp 1.3 >>> 1.4
GtkRadiant radiant/brush.cpp 1.29 >>> 1.30
GtkRadiant radiant/brush.h 1.11 >>> 1.12
GtkRadiant radiant/entity.cpp 1.19 >>> 1.20
GtkRadiant radiant/filters.cpp 1.5 >>> 1.6
GtkRadiant radiant/map.cpp 1.25 >>> 1.26
GtkRadiant radiant/qe3.h 1.46 >>> 1.47
--101173901623833-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 22:53:19 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 16:53:19 -0600 Subject: [Gtkradiant] [Bug 332] md3 entitities don't get rotated correctly Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=332 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-22 16:53 ------- ok ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 22 22:56:52 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 16:56:52 -0600 Subject: [Gtkradiant] CVS: #332, #333 Message-ID: This is a mixed plain/HTML MIME encoded message. --101174021225700 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 16:56:44 #332, #333 -- GtkRadiant/docs/developer/CHANGES 1.230 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.230 diff : SPoG - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 cut & paste bugfix + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=332 + update origin key on entities + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=333 + made fixedsize entities not scalable 21/1/2002 TTimo 2 files modified : GtkRadiant/docs/developer/CHANGES 1.230 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.230 1.229 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.229 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.229&r2=text&tr2=1.230&f=h GtkRadiant/radiant/select.cpp 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp?rev=1.19 1.18 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp?rev=1.18 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/select.cpp.diff?r1=text&tr1=1.18&r2=text&tr2=1.19&f=h --101174021225700 Content-Type: text/html CVS report
Commit from timo 2002/01/22   16:56:44


#332, #333


GtkRadiant/docs/developer/CHANGES
    SPoG
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298
    cut & paste bugfix
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=332
+   update origin key on entities
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=333
+   made fixedsize entities not scalable
  
  21/1/2002
    TTimo
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.229 >>> 1.230
GtkRadiant radiant/select.cpp 1.18 >>> 1.19
--101174021225700-- From gtkradiant@zerowing.idsoftware.com Tue Jan 22 22:56:25 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 16:56:25 -0600 Subject: [Gtkradiant] [Bug 333] Select_Scale affects fixedsize entities Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=333 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-22 16:56 ------- ok ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 23 00:29:47 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 22 Jan 2002 18:29:47 -0600 Subject: [Gtkradiant] CVS: 1.2.1 release, fixed uninitialized reference counting in md3 code Message-ID: This is a mixed plain/HTML MIME encoded message. --101174578728588 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/22 18:29:44 1.2.1 release, fixed uninitialized reference counting in md3 code -- 2 files modified : GtkRadiant/include/version.default 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h GtkRadiant/plugins/md3model/md3model.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/md3model.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/md3model.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/md3model.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h --101174578728588 Content-Type: text/html CVS report
Commit from timo 2002/01/22   18:29:44


1.2.1 release, fixed uninitialized reference counting in md3 code


 
2 files modified
Module File name Version
GtkRadiant include/version.default 1.8 >>> 1.9
GtkRadiant plugins/md3model/md3model.cpp 1.3 >>> 1.4
--101174578728588-- From gtkradiant@zerowing.idsoftware.com Wed Jan 23 02:16:13 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 20:16:13 -0600 Subject: [Gtkradiant] [Bug 334] New: load shaders at startup broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 Summary: load shaders at startup broken Product: GtkRadiant Version: 1.2.1 OS/Version: All Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com if you set for common shaders loading at startup, it doesn't work ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 23 04:54:37 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 22:54:37 -0600 Subject: [Gtkradiant] [Bug 335] New: bobtoolz files not in gamepack directory Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=335 Summary: bobtoolz files not in gamepack directory Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 9x Status: NEW Severity: normal Priority: P2 Component: setup AssignedTo: ttimo@idsoftware.com ReportedBy: rfm@redshift.com With the multigame setup, running bobtoolz->brush cleanup gives the following errors BobToolz::ERROR->Failed To Load Exclusion List: E:\games\RTCWolfenstein\Radiant-gamepack\plugins\bt\bt-el1.txt BobToolz::ERROR->Failed To Load Exclusion List: E:\games\RTCWolfenstein\Radiant-gamepack\plugins\bt\bt-el2.txt The above mentioned files are in the plugins directory under the main gtkradiant install, rather than in the gamepack directory. Creating plugins\bt and copying the files in the gamepack directory makes the error go away. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 05:10:23 2002 From: gtkradiant@zerowing.idsoftware.com (reed mideke) Date: Wed, 23 Jan 2002 21:10:23 -0800 Subject: [Gtkradiant] CVS mode bad on /GtkRadiant/PLUGINS/MAPQ3/mapq3.dsp Message-ID: <3C4F973F.7060904@redshift.com> The above mentioned file has cvs keyword option kv instead of b, which (at least in my setup) leaves it in unix textmode, incomprehsible to msdev. The other project files seem to be b mode, and work correctly. -- Email: rfm(at)redshift.com or rfm(at)portalofevil.com Home page: http://www.redshift.com/~rfm From gtkradiant@zerowing.idsoftware.com Wed Jan 23 05:33:14 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 22 Jan 2002 23:33:14 -0600 Subject: [Gtkradiant] [Bug 335] bobtoolz files not in gamepack directory Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=335 gbiggans@uglab.eee.strath.ac.uk changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |gbiggans@uglab.eee.strath.ac | |.uk Component|setup |bobtoolz OS/Version|Windows 9x |All Platform| |All Target Milestone|1.1.2 |1.2.2 ------- Additional Comments From gbiggans@uglab.eee.strath.ac.uk 2002-01-22 23:33 ------- They ARE included.... but bleh, i know what it'll be, i need to play with the new projectkeys stuff to read the paths relative from the editor, it's probably trying to read from some obscure hard-coded place. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 23 12:47:24 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 06:47:24 -0600 Subject: [Gtkradiant] [Bug 336] New: plugin API needs update for shader path changes Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336 Summary: plugin API needs update for shader path changes Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: wjoseph@europe.ea.com Plugin functions which create faces and patches should expect a texture name, relative to "textures/". As 1.2.x uses full shader names internally instead of texture names, these functions need to add "textures/" to the texture name to make it a valid shader name. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 23 13:11:35 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 07:11:35 -0600 Subject: [Gtkradiant] [Bug 336] plugin API needs update for shader path changes Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-23 07:11 ------- Created an attachment (id=167) patch: apply with patch -lp 0 in GtkRadiant root ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 23 13:30:51 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Wed, 23 Jan 2002 07:30:51 -0600 Subject: [Gtkradiant] CVS: see CHANGES 23/1/2002 Message-ID: This is a mixed plain/HTML MIME encoded message. --101179265111142 Content-Type: text/plain User : spog Root : zerowing:/cvs Date : 2002/01/23 07:29:35 see CHANGES 23/1/2002 -- GtkRadiant/docs/developer/CHANGES 1.231 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.231 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 23/1/2002 + SPoG + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336 + plugin API bugfix - fixes textures on stuff created by plugins + 22/1/2002 Gef - linux build fixes 2 files modified : GtkRadiant/docs/developer/CHANGES 1.231 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.231 1.230 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.230 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.230&r2=text&tr2=1.231&f=h GtkRadiant/radiant/pluginmanager.cpp 1.57 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.57 1.56 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.56 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp.diff?r1=text&tr1=1.56&r2=text&tr2=1.57&f=h --101179265111142 Content-Type: text/html CVS report
Commit from spog 2002/01/23   07:29:35


see CHANGES 23/1/2002


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 23/1/2002
+   SPoG
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336
+   plugin API bugfix - fixes textures on stuff created by plugins
+ 
  22/1/2002
    Gef
    - linux build fixes
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.230 >>> 1.231
GtkRadiant radiant/pluginmanager.cpp 1.56 >>> 1.57
--101179265111142-- From gtkradiant@zerowing.idsoftware.com Wed Jan 23 13:33:21 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Wed, 23 Jan 2002 07:33:21 -0600 Subject: [Gtkradiant] CVS: Message-ID: This is a mixed plain/HTML MIME encoded message. --101179280111314 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/23 07:33:19 -- 1 file removed : GtkRadiant/plugins/mapq3/mapq3.dsp was 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/Attic/mapq3.dsp?rev=1.4 --101179280111314 Content-Type: text/html CVS report
Commit from timo 2002/01/23   07:33:19




 
1 file removed
Module File name Last version
GtkRadiant plugins/mapq3/mapq3.dsp 1.4
--101179280111314-- From gtkradiant@zerowing.idsoftware.com Wed Jan 23 13:33:24 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Wed, 23 Jan 2002 14:33:24 +0100 Subject: [Gtkradiant] CVS mode bad on /GtkRadiant/PLUGINS/MAPQ3/mapq3.dsp In-Reply-To: <3C4F973F.7060904@redshift.com> References: <3C4F973F.7060904@redshift.com> Message-ID: <20020123143324.3ac6a17d.ttimo@idsoftware.com> Thanks for reporting. Just corrected that (did the fixes from linux, but -kb is a rather common issue so I hope I did it right) TTimo On Wed, 23 Jan 2002 21:10:23 -0800 reed mideke wrote: > The above mentioned file has cvs keyword option kv instead of b, > which (at least in my setup) leaves it in unix textmode, > incomprehsible to msdev. > The other project files seem to be b mode, and work correctly. > -- > Email: rfm(at)redshift.com or rfm(at)portalofevil.com > Home page: http://www.redshift.com/~rfm > > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Wed Jan 23 13:36:31 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Wed, 23 Jan 2002 07:36:31 -0600 Subject: [Gtkradiant] CVS: Adding with right -kb flags Message-ID: This is a mixed plain/HTML MIME encoded message. --101179299012444 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/23 07:36:28 Adding with right -kb flags -- 1 file added : GtkRadiant/plugins/mapq3/mapq3.dsp 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/mapq3.dsp?rev=1.6 --101179299012444 Content-Type: text/html CVS report
Commit from timo 2002/01/23   07:36:28


Adding with right -kb flags


 
1 file added
Module File name Version
GtkRadiant plugins/mapq3/mapq3.dsp 1.6
--101179299012444-- From gtkradiant@zerowing.idsoftware.com Thu Jan 24 01:37:48 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 19:37:48 -0600 Subject: [Gtkradiant] [Bug 337] New: regioning doesn't work anymore in 1.2.1 Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=337 Summary: regioning doesn't work anymore in 1.2.1 Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: mworks@gmx.de dj_bop has a samplemap where compiling a region cause endless WARNING: Node with unbounded volume greets Hansi Hase ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 01:40:45 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 19:40:45 -0600 Subject: [Gtkradiant] [Bug 338] New: unable to compile with a fresh GTK 121 install Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=338 Summary: unable to compile with a fresh GTK 121 install Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: mworks@gmx.de fs_basepath thingie.. djbobo knows whats wrong.. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 01:44:29 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 19:44:29 -0600 Subject: [Gtkradiant] [Bug 340] New: custom texturefolder doesn't show up in the menue after a clean install of 121 Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=340 Summary: custom texturefolder doesn't show up in the menue after a clean install of 121 Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: mworks@gmx.de you need to add them to youre shaderlist.txt .. shaderlist txt only is NOT enabled.. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 01:42:31 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 19:42:31 -0600 Subject: [Gtkradiant] [Bug 339] New: djbob is too lazy to enter bugs he knows by himself Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=339 Summary: djbob is too lazy to enter bugs he knows by himself Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: mworks@gmx.de spank him ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 01:44:45 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 19:44:45 -0600 Subject: [Gtkradiant] [Bug 339] djbob is too lazy to enter bugs he knows by himself Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=339 gbiggans@uglab.eee.strath.ac.uk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |INVALID ------- Additional Comments From gbiggans@uglab.eee.strath.ac.uk 2002-01-23 19:44 ------- mac, DONT abuse this ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 01:49:50 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 19:49:50 -0600 Subject: [Gtkradiant] [Bug 341] New: after selection an mapmodel all other mobj turn black Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=341 Summary: after selection an mapmodel all other mobj turn black Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: mworks@gmx.de ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 02:19:56 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 20:19:56 -0600 Subject: [Gtkradiant] [Bug 342] New: suggestion: customizable 2d viewport colors (grid, entities, brushes etc.) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=342 Summary: suggestion: customizable 2d viewport colors (grid, entities, brushes etc.) Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: mworks@gmx.de especialy in late hours a more eye friendly custom color theme would be good ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 02:54:59 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 20:54:59 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From michael@johalla.de 2002-01-23 20:54 ------- Created an attachment (id=168) There was an error in the patch for the new environment variable SETUP_COMPONENT_PATH. Now it should work. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 03:00:45 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 21:00:45 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From michael@johalla.de 2002-01-23 21:00 ------- Created an attachment (id=169) When copying a supcomponente ony the first option was handled the right way. Problem was: only default_path of the first option was recognized, Problem after patch: subcomponente can only contain tag option ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 03:03:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 21:03:03 -0600 Subject: [Gtkradiant] [Bug 343] New: Fit behaving badly Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=343 Summary: Fit behaving badly Product: GtkRadiant Version: 1.2.1 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: gdewan@prairienet.org Below is a 1 brush map. If I do a 1x1 fit on the non-caulked face, is does not fit 1x1. { "classname" "worldspawn" { ( 1280 1536 1408 ) ( 1024 1536 1408 ) ( 1024 1536 1152 ) common/caulk 0 0 -90 0.500000 -0.500000 134217728 0 0 ( 768 1408 1536 ) ( 768 1536 1536 ) ( 1152 1536 1152 ) common/caulk 0 0 -90 0.500000 -0.500000 134217728 0 0 ( 1024 1408 512 ) ( 1280 1408 512 ) ( 1280 1408 256 ) common/caulk 0 0 -90 0.500000 -0.500000 134217728 0 0 ( 768 1536 1408 ) ( 768 1408 1408 ) ( 1024 1408 1152 ) base_light/patch10_pj_lite 0 0 90 -2.000000 0.500000 134217728 0 0 ( 768 1536 1536 ) ( 768 1408 1536 ) ( 768 1408 1408 ) common/caulk 0 0 -90 0.500000 -0.500000 134217728 0 0 ( 1280 1408 1152 ) ( 1280 1664 1152 ) ( 1024 1664 1152 ) common/caulk 0 0 -90 0.500000 -0.500000 134217728 0 0 } } ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 03:05:06 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 21:05:06 -0600 Subject: [Gtkradiant] [Bug 343] Fit behaving badly Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=343 ------- Additional Comments From gdewan@prairienet.org 2002-01-23 21:05 ------- Created an attachment (id=170) Test map ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 03:05:10 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 21:05:10 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From michael@johalla.de 2002-01-23 21:05 ------- Created an attachment (id=171) Copy WolfPack into linuxq3sdk-full-1.2.1.x86.run ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 03:12:14 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 21:12:14 -0600 Subject: [Gtkradiant] [Bug 344] New: Brush primitive conversion Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=344 Summary: Brush primitive conversion Product: GtkRadiant Version: 1.2.1 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: gdewan@prairienet.org Had a map using brush primitives. When I installed 1.2.1, brush primitives were turned off. When I loaded map, it converted the map without warning be it was about to do so. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 03:41:12 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 21:41:12 -0600 Subject: [Gtkradiant] [Bug 287] No error during initilisation and memory gets low Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=287 Gleeb@planetquake.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All Version|1.1.1 |1.2.1 ------- Additional Comments From Gleeb@planetquake.com 2002-01-23 21:41 ------- Also happens in 1.2.1 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 04:13:53 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 22:13:53 -0600 Subject: [Gtkradiant] [Bug 345] New: Detachable menus option doesn't work quite right Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=345 Summary: Detachable menus option doesn't work quite right Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: eviltypeguy@qeradiant.com The detachable menus option works for all of the menus except for the BSP menu, I'm attaching a patch that will fix that and the horrible indentation of the original patch I submitted. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 04:14:06 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 22:14:06 -0600 Subject: [Gtkradiant] [Bug 345] Detachable menus option doesn't work quite right Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=345 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |eviltypeguy@qeradiant.com Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-23 22:14 ------- mine ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 04:14:38 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 22:14:38 -0600 Subject: [Gtkradiant] [Bug 345] Detachable menus option doesn't work quite right Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=345 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-23 22:14 ------- Created an attachment (id=172) Fixes detachable menus for BSP menu plus lame code indentation for previous patch ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 04:17:20 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 22:17:20 -0600 Subject: [Gtkradiant] [Bug 342] suggestion: customizable 2d viewport colors (grid, entities, brushes etc.) Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=342 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |DUPLICATE ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-23 22:17 ------- *** This bug has been marked as a duplicate of 228 *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 04:17:21 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 22:17:21 -0600 Subject: [Gtkradiant] [Bug 228] enhancement-savable themes Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=228 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mworks@gmx.de ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-23 22:17 ------- *** Bug 342 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 04:21:38 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 22:21:38 -0600 Subject: [Gtkradiant] [Bug 309] make md5 checksum in makeself work on l33t distributions Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=309 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-23 22:21 ------- my debian box uses 'md5', so does the slackware box...others use 'md5sum', this should be easy to fix ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 04:47:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 23 Jan 2002 22:47:54 -0600 Subject: [Gtkradiant] [Bug 346] New: quakev2.qe4 update Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=346 Summary: quakev2.qe4 update Product: GtkRadiant Version: 1.2.1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: hr.o@hccnet.nl Seems that someone forgot to add the -fs_basepath switch to quakev2.qe4 's compile options , so with a bit of braincrack and djbob i made this update: http://hro.digitalarenas.com/quake3/quakev2.zip Hr.O ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 06:24:40 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 00:24:40 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 hydra@hydras-world.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From hydra@hydras-world.com 2002-01-24 00:24 ------- can you patch back in the prefs option for CloneNudge. I have been finding it very useful... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 09:34:35 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 03:34:35 -0600 Subject: [Gtkradiant] [Bug 347] New: Plugins refresh crashes radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347 Summary: Plugins refresh crashes radiant Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: blocker Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: bushboy@ritualistic.com Plugin 'refresh' crashes radiant if map is loaded, or crashes once you load a map or just plain crashes when you 'refresh' ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 13:09:21 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 07:09:21 -0600 Subject: [Gtkradiant] [Bug 341] after selection an mapmodel all other mobj turn black Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=341 wjoseph@europe.ea.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From wjoseph@europe.ea.com 2002-01-24 07:09 ------- More information would be helpful. Which game-pack? Which map? Which mapmodel? plus, all the things you did since starting up radiant. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 13:15:14 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 07:15:14 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-24 07:15 ------- What functionality does it add? As far as i can tell, turning "clone nudge" off is the same as using ctrl+c/ctrl+v ... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 13:21:27 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 07:21:27 -0600 Subject: [Gtkradiant] [Bug 341] after selection an mapmodel all other mobj turn black Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=341 ------- Additional Comments From mworks@gmx.de 2002-01-24 07:21 ------- custom mapmodel on a custom map in q3 editing.. i loaded gtk121 wanted to move some mapmodels and i selcted one all others turned black.. i can make screenshots if they would help. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 13:35:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 07:35:03 -0600 Subject: [Gtkradiant] [Bug 348] New: Curry plugin upgrade status regarding RTCW specific shaders ? Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=348 Summary: Curry plugin upgrade status regarding RTCW specific shaders ? Product: GtkRadiant Version: 1.2.1 OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: bushboy@ritualistic.com Is curry being upgraded to support the new RTCW specific shader parameters ? Just curious... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 13:46:02 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 07:46:02 -0600 Subject: [Gtkradiant] [Bug 348] Curry plugin upgrade status regarding RTCW specific shaders ? Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=348 maj@telefragged.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From maj@telefragged.com 2002-01-24 07:46 ------- Not by me. The parser should handle the new keywords sanely though, albeit with a few warnings. Wasn't someone working on a new shader parser/renderer? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 13:56:58 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 07:56:58 -0600 Subject: [Gtkradiant] [Bug 349] New: bspc for linux in cvs not working Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=349 Summary: bspc for linux in cvs not working Product: GtkRadiant Version: 1.2.1 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: setup AssignedTo: ttimo@idsoftware.com ReportedBy: michael@johalla.de The program bspc (setup/linux/bspc) in the cvs does not work. When starting it, it core dumps. It's only 50 Bytes. Maybe not included as binary? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 14:59:23 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 08:59:23 -0600 Subject: [Gtkradiant] [Bug 350] New: TODO: extend entitiy definitions functionality Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=350 Summary: TODO: extend entitiy definitions functionality Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: wjoseph@europe.ea.com This is a problem with supporting multiple "game" versions. Entities.def was designed originally with no intention of visualising the various configurations of entities (apart from position, colour and bounding-box). For example, a misc_model entity requires visualising the appearance of the model, the "angle" of the model, and in the case of RTCW, the "modelscale" key. Support for these configurations is currently hardcoded and messy, and limits the ease of supporting other entity sets in different games. Since it is not practical to anticipate and deal with every visualisation tweak made by different game versions, we should instead try to support the low-level visualisation options provided by the Q3 renderer. A customisable per-game XML entity definition file can remap the custom entity keys to these low-level visualisation options. An example solution for misc_model would be.. low-level support for translate (float,float,float) rotate(float,float,float) scale(float,float,float). Remap "origin" key directly to translate(), "angle" key to rotate (0,0,angle), "modelscale" key directly to scale(). Currently entities.def is limited in what it can specify for an entity definition. We need a new format (XML-based) that can define entities better. Things to define include: name appearance (colour&bounding-box, modelpath) list of valid spawnflags (plus comments) - for GUI list of valid epair keys (plus default values, comments) - with remappings to low-level visualisation functions. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 16:04:40 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Thu, 24 Jan 2002 10:04:40 -0600 Subject: [Gtkradiant] CVS: cvsreport+doxygen fixups Message-ID: This is a mixed plain/HTML MIME encoded message. --10118882802969 Content-Type: text/plain User : spog Root : zerowing:/cvs Date : 2002/01/24 10:04:32 cvsreport+doxygen fixups -- GtkRadiant/docs/developer/CHANGES 1.234 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.234 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 24/1/2002 + TTimo (commited as SPoG) + - fixing permissions on cvsreport and doxygen stuff, upgraded dot + 23/1/2002 SPoG - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336 1 files modified : GtkRadiant/docs/developer/CHANGES 1.234 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.234 1.233 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.233 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.233&r2=text&tr2=1.234&f=h --10118882802969 Content-Type: text/html CVS report
Commit from spog 2002/01/24   10:04:32


cvsreport+doxygen fixups


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 24/1/2002
+   TTimo (commited as SPoG)
+   - fixing permissions on cvsreport and doxygen stuff, upgraded dot
+ 
  23/1/2002
    SPoG
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336
 
1 file modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.233 >>> 1.234
--10118882802969-- From gtkradiant@zerowing.idsoftware.com Thu Jan 24 16:16:06 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Thu, 24 Jan 2002 10:16:06 -0600 Subject: [Gtkradiant] CVS: kicking doxygen on this branch Message-ID: This is a mixed plain/HTML MIME encoded message. --10118889666383 Content-Type: text/plain User : timo Branch : synapse Root : zerowing:/cvs Date : 2002/01/24 10:15:59 kicking doxygen on this branch -- GtkRadiant/docs/developer/CHANGES 1.171.2.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.171.2.4 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 24/01/2002 + TTimo - synapse branch + - kicking a new doxygen generation + 22/11/2001 TTimo - synapse branch - have the basics of module API exploration working on linux 1 files modified : GtkRadiant/docs/developer/CHANGES 1.171.2.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.171.2.4 1.171.2.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.171.2.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.171.2.3&r2=text&tr2=1.171.2.4&f=h --10118889666383 Content-Type: text/html CVS report
Commit from timo on branch synapse 2002/01/24   10:15:59


kicking doxygen on this branch


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 24/01/2002
+   TTimo - synapse branch
+   - kicking a new doxygen generation
+ 
  22/11/2001
    TTimo - synapse branch
    - have the basics of module API exploration working on linux
 
1 file modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.171.2.3 >>> 1.171.2.4
--10118889666383-- From gtkradiant@zerowing.idsoftware.com Thu Jan 24 16:49:10 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 10:49:10 -0600 Subject: [Gtkradiant] [Bug 336] plugin API needs update for shader path changes Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336 wjoseph@europe.ea.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 16:58:06 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 10:58:06 -0600 Subject: [Gtkradiant] [Bug 346] quakev2.qe4 update Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=346 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-24 10:58 ------- this is the Q3 game mode .qe4, the wolf one is fine ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 17:38:11 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 11:38:11 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From michael@johalla.de 2002-01-24 11:38 ------- Created an attachment (id=173) Setup is already asking the path to engine, so games/*.game contain the absolute path to the engine, ever! ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 17:43:31 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 11:43:31 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From michael@johalla.de 2002-01-24 11:43 ------- Created an attachment (id=174) There was a misunderstanding, what the entry "basegame" in games/*.game should contain. Fixed it to the relative path to the game engine. Now the linuxversion runs out of the box :) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 17:56:05 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Thu, 24 Jan 2002 11:56:05 -0600 Subject: [Gtkradiant] CVS: see CHANGES 24/1/2002 Message-ID: This is a mixed plain/HTML MIME encoded message. --101189496511446 Content-Type: text/plain User : spog Root : zerowing:/cvs Date : 2002/01/24 11:55:48 see CHANGES 24/1/2002 -- GtkRadiant/docs/developer/CHANGES 1.235 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.235 diff : that we distribute with the binaries. (see changelog) 24/1/2002 + SPoG + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=322 + added modelscale key check to misc_model entity in md3/entity module + added angle key check to eclassmodel class in md3/entity module + fixed bugs in BP writing and reading in map module TTimo (commited as SPoG) - fixing permissions on cvsreport and doxygen stuff, upgraded dot 7 files modified : GtkRadiant/docs/developer/CHANGES 1.235 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.235 1.234 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.234 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.234&r2=text&tr2=1.235&f=h GtkRadiant/plugins/mapq3/parse.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/parse.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/parse.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/parse.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/plugins/mapq3/write.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/write.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/write.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/write.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/plugins/md3model/eclassmodel.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/eclassmodel.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/eclassmodel.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/eclassmodel.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/plugins/md3model/entitymodel.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/plugins/md3model/miscmodel.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/radiant/map.cpp 1.27 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.27 1.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.26 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp.diff?r1=text&tr1=1.26&r2=text&tr2=1.27&f=h --101189496511446 Content-Type: text/html CVS report
Commit from spog 2002/01/24   11:55:48


see CHANGES 24/1/2002


GtkRadiant/docs/developer/CHANGES
  that we distribute with the binaries. (see changelog)
  
  24/1/2002
+   SPoG
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=322
+   added modelscale key check to misc_model entity in md3/entity module
+   added angle key check to eclassmodel class in md3/entity module
+   fixed bugs in BP writing and reading in map module
    TTimo (commited as SPoG)
    - fixing permissions on cvsreport and doxygen stuff, upgraded dot
  
 
7 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.234 >>> 1.235
GtkRadiant plugins/mapq3/parse.cpp 1.3 >>> 1.4
GtkRadiant plugins/mapq3/write.cpp 1.2 >>> 1.3
GtkRadiant plugins/md3model/eclassmodel.cpp 1.4 >>> 1.5
GtkRadiant plugins/md3model/entitymodel.cpp 1.3 >>> 1.4
GtkRadiant plugins/md3model/miscmodel.cpp 1.3 >>> 1.4
GtkRadiant radiant/map.cpp 1.26 >>> 1.27
--101189496511446-- From gtkradiant@zerowing.idsoftware.com Thu Jan 24 18:52:12 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 12:52:12 -0600 Subject: [Gtkradiant] [Bug 322] misc_model modelscale key doesnt reflect changes in editor Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=322 wjoseph@europe.ea.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 19:31:02 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 13:31:02 -0600 Subject: [Gtkradiant] [Bug 298] Copy/Paste is broken since new map-module Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=298 ------- Additional Comments From hydra@hydras-world.com 2002-01-24 13:31 ------- yup, that's right. but I'd like to be able to use space instead of having to press 4 keys... :) just makes my life easier, and probably other people's too. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 22:31:04 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 16:31:04 -0600 Subject: [Gtkradiant] [Bug 350] TODO: extend entitiy definitions functionality Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=350 hydra@hydras-world.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From hydra@hydras-world.com 2002-01-24 16:31 ------- MMmm yes, and as luck would have it I've already modularised eclass and .def file loading and wrote a nice little API. I direct you to bug #282 http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=282 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 22:53:23 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 16:53:23 -0600 Subject: [Gtkradiant] [Bug 346] quakev2.qe4 update Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=346 ------- Additional Comments From hr.o@hccnet.nl 2002-01-24 16:53 ------- After some questions from nakedape, I experimented a bit with Team Arena, and it seems q3map doesn't even look at /missionpack on compile, and thus creates squished textures in the bsp. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 23:07:23 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 17:07:23 -0600 Subject: [Gtkradiant] [Bug 346] quakev2.qe4 update Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=346 ------- Additional Comments From ttimo@idsoftware.com 2002-01-24 17:07 ------- please report independent issues in indivudal bug reports thank you going to have to move that ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 23:12:44 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 17:12:44 -0600 Subject: [Gtkradiant] [Bug 351] New: check -fs_game in ydnar's q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=351 Summary: check -fs_game in ydnar's q3map Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com i.e on TA usage, -fs_game and stuff? (suspecting a bad usage situation from the user but you never know) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 23:14:18 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 17:14:18 -0600 Subject: [Gtkradiant] [Bug 351] check -fs_game in ydnar's q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=351 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-24 17:14 ------- was a parasite on #346 originally ------- Additional Comments From Hero de Haan 2002-01-24 16:53 ------- After some questions from nakedape, I experimented a bit with Team Arena, and it seems q3map doesn't even look at /missionpack on compile, and thus creates squished textures in the bsp. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 24 23:11:36 2002 From: gtkradiant@zerowing.idsoftware.com (ydnar) Date: Thu, 24 Jan 2002 15:11:36 -0800 Subject: [Gtkradiant] fs_basepath, qdir, etc. References: Message-ID: <001701c1a52c$7a142850$3400a8c0@tetsuo> All the paths related stuff in q3map is blah. It needs to be rewritten. I volunteer to do it this weekend, probably in this form: q3map -root C:/quake3 -path my_ta_mod -path missionpack -path baseq3 Where an arbitrary number of root paths can be supplied to q3map in explicit search order. Naturally, the linux version would add ~/.q3a or ~./wolf (or whatever that path is) as additional root paths. It would also allow searching outside of a root path if any -path arguments were fully qualified (having a drive letter and/or / prefix). The mess of strcat()s and #ifdefs in main() need to go. -path baseq3 would be implicit as a last search path, and -path Main would be implicit with -game wolf. SetQDirFromPath() can be replaced by a more sensible alternative that simply lops a couple nodes off the end of a map path -or- simply descends down one directory (assuming Quake3/Radiant/q3map.exe). Another alternative would be to store q3map.ini or an xml settings file in the q3map dir that specifies the proper paths for Quake3/Wolf/whatever. The installer could write this file out. Comments/suggestions welcome. y From gtkradiant@zerowing.idsoftware.com Thu Jan 24 23:19:36 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Fri, 25 Jan 2002 00:19:36 +0100 Subject: [Gtkradiant] fs_basepath, qdir, etc. In-Reply-To: <001701c1a52c$7a142850$3400a8c0@tetsuo> References: <001701c1a52c$7a142850$3400a8c0@tetsuo> Message-ID: <20020125001936.24925b79.ttimo@idsoftware.com> The main requirement we had in GtkRadiant and the tools was to mimic the way the Q3 filesystem works, and particularly the search order. We also followed the variables used in Q3 for the command line parameters, as it was easier to follow what's happening. So for instance we set the fs_basepath (to C:\quake3 in your case) and we use fs_game for initialization of a mod directory. What I don't like about this is seeing more and changed command line, for not much different functionality. q3map -root C:/quake3 -path baseq3 -path missionpack equivalent in existing build to q3map -fs_basepath C:/quake3 -fs_game missionpack The long term is to have q3map use the same VFS .dll module as radiant during init anyway, so this will be trashed again at some point. TTimo On Thu, 24 Jan 2002 15:11:36 -0800 "ydnar" wrote: > All the paths related stuff in q3map is blah. It needs to be rewritten. I > volunteer to do it this weekend, probably in this form: > > q3map -root C:/quake3 -path my_ta_mod -path missionpack -path baseq3 > > Where an arbitrary number of root paths can be supplied to q3map in explicit > search order. Naturally, the linux version would add ~/.q3a or ~./wolf (or > whatever that path is) as additional root paths. It would also allow > searching outside of a root path if any -path arguments were fully qualified > (having a drive letter and/or / prefix). > > The mess of strcat()s and #ifdefs in main() need to go. > > -path baseq3 would be implicit as a last search path, and -path Main would > be implicit with -game wolf. > > SetQDirFromPath() can be replaced by a more sensible alternative that simply > lops a couple nodes off the end of a map path -or- simply descends down one > directory (assuming Quake3/Radiant/q3map.exe). > > Another alternative would be to store q3map.ini or an xml settings file in > the q3map dir that specifies the proper paths for Quake3/Wolf/whatever. The > installer could write this file out. > > Comments/suggestions welcome. > > y > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Thu Jan 24 23:28:45 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 17:28:45 -0600 Subject: [Gtkradiant] [Bug 352] New: only 1 md3 shows in XZ & YZ views Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=352 Summary: only 1 md3 shows in XZ & YZ views Product: GtkRadiant Version: 1.2.1 URL: http://monsto.digitalarenas.com/badpics OS/Version: Windows 9x Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: monsto.brukes@home.com [17:18:12] in yz and xz views, won't show more than 1 md3 at a time. [17:18:33] on top of that when one IS displayed, brushes aren't shown unless selected. [17:18:38] suggestions? [17:19:21] noone else i talked to had it, that's a nother reason i didn't want to bugzilla [17:20:46] err well .. if we can't reproduce, for us it's not really a bug .. [17:20:53] yes i know that. [17:21:02] BUT do you have any suggestions of what i might try [17:21:04] the md3 module is spog's stuff [17:21:19] so he should really be the one you ask about it [17:21:19] what vidcard do you have monsto? [17:21:27] elsa tnt2 [17:22:38] latest drivers? [17:22:51] yeah far as i can tell. [17:22:52] ya at this point I'd suspect drivers too [17:23:04] it's weird, can you take some screenies [17:23:10] that's what _I_ thought, but elsas are latest, maybe should try detonator. [17:23:20] you tried switched between skinned / boxed and stuff [17:23:24] http://monsto.digitalarenas.com/images/badpics [<---pics link] [17:23:34] TTimo: yeah but it's just 2d views. [17:23:41] monsto: digitalarenas \o/ [17:23:46] pic 0 is top view, xy where everything works. [17:24:04] you can see the orientation of the md3s to the camera icon [17:24:26] as i slide the yz view to the left, the first one goes offscreen, then the 2nd one, then brushes come back. [17:29:14] Monsto: summing up [17:29:20] you see both models in xy [17:29:24] right. [17:29:26] but you only see one in the others [17:29:32] sounds like a soft problem, not drivers ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 00:30:11 2002 From: gtkradiant@zerowing.idsoftware.com (Hydra) Date: Fri, 25 Jan 2002 01:30:11 +0100 Subject: [Gtkradiant] fs_basepath, qdir, etc. References: <001701c1a52c$7a142850$3400a8c0@tetsuo> <20020125001936.24925b79.ttimo@idsoftware.com> Message-ID: <01ed01c1a537$778a9640$0300a8c0@hydra01> ok, stoopid question time: why can't we have our cake and eat it ? why can't we have both the -root and -path options in addition to the -fs_basepath -fs_game options ? sure, ttimo and the majority of other users out there don't want to change their batch files, so we need to have a fallback if -root and -path options are NOT specified. just thinking out-loud.. Hydra From gtkradiant@zerowing.idsoftware.com Fri Jan 25 00:47:49 2002 From: gtkradiant@zerowing.idsoftware.com (ydnar) Date: Thu, 24 Jan 2002 16:47:49 -0800 Subject: [Gtkradiant] fs_basepath, qdir, etc. References: <001701c1a52c$7a142850$3400a8c0@tetsuo> <20020125001936.24925b79.ttimo@idsoftware.com> <01ed01c1a537$778a9640$0300a8c0@hydra01> Message-ID: <003701c1a539$ea754f40$3400a8c0@tetsuo> After TTimo and I discussed it, I think that preserving -fs_basepath is a wise idea, as it mimics Quake 3's +set fs_basepath "" and +set fs_game "" functionality. fs_basepath : root :: fs_game : path I will, however, clean up the code that deals with that mess. Try to make it more reliable in the odd cases... y ----- Original Message ----- From: "Hydra" To: Sent: Thursday, January 24, 2002 4:30 PM Subject: Re: [Gtkradiant] fs_basepath, qdir, etc. > ok, stoopid question time: > > why can't we have our cake and eat it ? > > why can't we have both the -root and -path options in addition to the > -fs_basepath -fs_game options ? > > sure, ttimo and the majority of other users out there don't want to change > their batch files, so we need to have a fallback if -root and -path options > are NOT specified. > > just thinking out-loud.. > > Hydra > > > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Fri Jan 25 04:57:28 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 22:57:28 -0600 Subject: [Gtkradiant] [Bug 348] Curry plugin upgrade status regarding RTCW specific shaders ? Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=348 ------- Additional Comments From bushboy@ritualistic.com 2002-01-24 22:57 ------- Yeah - it works fine, but obviously won't display shaders with RTCW specific paramaters. I use curry extensively as it's more convenient than q3ase, so hopefully someone can add RTCW support ? Plus, it takes ages to load in because of all the parsing 'errors' ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 04:58:27 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 22:58:27 -0600 Subject: [Gtkradiant] [Bug 85] menu commands "Restore" and "Maximize" not accesible Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=85 ------- Additional Comments From hfds@swbell.net 2002-01-24 22:58 ------- it's not so much the maximize/restore commands being in the window, but having the ability to maximize/restore the window. this would be a good thing. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 05:23:02 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 23:23:02 -0600 Subject: [Gtkradiant] [Bug 335] bobtoolz files not in gamepack directory Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=335 ------- Additional Comments From hfds@swbell.net 2002-01-24 23:23 ------- i got this too, but i am unable to recreate it, after i got the projectfile settings and paths done right. curry still crashes radiant though. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 05:31:19 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 24 Jan 2002 23:31:19 -0600 Subject: [Gtkradiant] [Bug 338] unable to compile with a fresh GTK 121 install Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=338 hfds@swbell.net changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From hfds@swbell.net 2002-01-24 23:31 ------- yes. also the need for 8.3 compliance. i had fun. http://www.quake3world.com/ubb/Forum6/HTML/020065.html? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 06:15:13 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 00:15:13 -0600 Subject: [Gtkradiant] [Bug 347] Plugins refresh crashes radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347 hfds@swbell.net changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From hfds@swbell.net 2002-01-25 00:15 ------- before i fixed the .qe4's, refresh plugins crashed radiant for me also. now that i fixed the .qe4's, i can't get it to repeat. nor do i get the djbobtoolz error anymore. but loading gensurf and then doing new map crashed it. (first gensurf load) also a curry write/refresh still crashes radiant. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 07:41:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 01:41:05 -0600 Subject: [Gtkradiant] [Bug 334] load shaders at startup broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 hfds@swbell.net changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From hfds@swbell.net 2002-01-25 01:41 ------- nor does it work for all shaders. and you not get the texture directories as you did in the old nightly and 1.1.1 it's as if shaderlist.txt only is always enabled. repairing .qe4 did not fix this. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 07:43:30 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 01:43:30 -0600 Subject: [Gtkradiant] [Bug 348] Curry plugin upgrade status regarding RTCW specific shaders ? Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=348 ------- Additional Comments From hfds@swbell.net 2002-01-25 01:43 ------- write/refresh in curry crashes radiant 1.2.1 every time for me. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 07:45:52 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 01:45:52 -0600 Subject: [Gtkradiant] [Bug 340] custom texturefolder doesn't show up in the menue after a clean install of 121 Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=340 hfds@swbell.net changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From hfds@swbell.net 2002-01-25 01:45 ------- this workaround works, but gives you shader not found errors in console for each of the dir's you had to add. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 07:56:09 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 01:56:09 -0600 Subject: [Gtkradiant] [Bug 347] Plugins refresh crashes radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347 ------- Additional Comments From hfds@swbell.net 2002-01-25 01:56 ------- BobToolz::ERROR->Failed To Load Exclusion List: E:\Program Files\Quake III Arena\Radiant\plugins\bt\bt-el1.txt BobToolz::ERROR->Failed To Load Exclusion List: E:\Program Files\Quake III Arena\Radiant\plugins\bt\bt-el2.txt FIXME: ShadersTable request table scheme BLOWS 31 invalid/duplicate planes removed here it is again ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 13:16:28 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 07:16:28 -0600 Subject: [Gtkradiant] [Bug 350] TODO: extend entitiy definitions functionality Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=350 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-25 07:16 ------- IMO we don't really need the ability to load more than one .def format. There will only ever be one .def file per mod... so it wouldn't be hard to convert each one by hand to a new xml format. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 13:20:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 07:20:54 -0600 Subject: [Gtkradiant] [Bug 88] loading a background image in the 2D view to use as a layout Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=88 ------- Additional Comments From natasdm@digital.net 2002-01-25 07:20 ------- Couple Questions, I don't see the source anywhere, but I have a little experiance putting bitmaps on the background of Dialogs and I could rig it to work in a View. I persoanally override the ON_WM_ERASEBKGND() Message with a OnEraseBkgnd(CDC* pDC); function, and also to put static text over it, I override ON_WM_CTLCOLOR(); returning a transparent background brush with the forground as the text color I want. Even if you were using Visual Studio, you would have to overide these by hand. This could also be done for the View in the same manner (I would also add a GDI Bitblt to the ondraw()). The level editor I'm working on for my game (although rudimentary) uses DirectX for it's graphics...I'm assuming the radiant Programs use OpenGL for support on linux cards, I have Zero Linux programing experiance. NatasDM@digital.net ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 14:05:31 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 08:05:31 -0600 Subject: [Gtkradiant] [Bug 350] TODO: extend entitiy definitions functionality Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=350 ------- Additional Comments From hydra@hydras-world.com 2002-01-25 08:05 ------- I agree that it wouldn't take too much effort to convert each one by hand, once... But mod-authors often update their entity definition files so you'd end up with having to re-do each conversion from to .xml each time a new definition file is released. If there was (and already is...) an API to load .def files from varying formats then this problem is sorted. Additionally it helps with supporting other games and their own definition file formats. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 14:11:44 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 08:11:44 -0600 Subject: [Gtkradiant] [Bug 334] load shaders at startup broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 ------- Additional Comments From hydra@hydras-world.com 2002-01-25 08:11 ------- the texture menu problem is fixed in this patch (see bug #197): http://zerowing.idsoftware.com/bugzilla/showattachment.cgi?attach_id=121 the other problem (shaders loading at startup) is still valid. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 15:20:10 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Fri, 25 Jan 2002 09:20:10 -0600 Subject: [Gtkradiant] CVS: see CHANGES 25/1/2002 Message-ID: This is a mixed plain/HTML MIME encoded message. --1011972010865 Content-Type: text/plain User : spog Root : zerowing:/cvs Date : 2002/01/25 09:19:36 see CHANGES 25/1/2002 -- GtkRadiant/docs/developer/CHANGES 1.236 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.236 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 25/1/2002 + SPoG + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=352 + using the wrong matrix stack for XY_Draw caused stack overflow error + - texture_mode was set to an invalid enum in wireframe/flatshade mode + 24/1/2002 SPoG - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=322 6 files modified : GtkRadiant/docs/developer/CHANGES 1.236 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.236 1.235 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.235 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.235&r2=text&tr2=1.236&f=h GtkRadiant/radiant/qe3.cpp 1.48 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.48 1.47 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.47 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp.diff?r1=text&tr1=1.47&r2=text&tr2=1.48&f=h GtkRadiant/radiant/texwindow.cpp 1.38 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp?rev=1.38 1.37 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp?rev=1.37 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp.diff?r1=text&tr1=1.37&r2=text&tr2=1.38&f=h GtkRadiant/radiant/xywindow.cpp 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/xywindow.cpp?rev=1.24 1.23 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/xywindow.cpp?rev=1.23 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/xywindow.cpp.diff?r1=text&tr1=1.23&r2=text&tr2=1.24&f=h GtkRadiant/radiant/z.cpp 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/z.cpp?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/z.cpp?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/z.cpp.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h GtkRadiant/radiant/zwindow.cpp 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/zwindow.cpp?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/zwindow.cpp?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/zwindow.cpp.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h --1011972010865 Content-Type: text/html CVS report
Commit from spog 2002/01/25   09:19:36


see CHANGES 25/1/2002


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 25/1/2002
+   SPoG
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=352
+   using the wrong matrix stack for XY_Draw caused stack overflow error
+   - texture_mode was set to an invalid enum in wireframe/flatshade mode
+ 
  24/1/2002
    SPoG
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=322
 
6 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.235 >>> 1.236
GtkRadiant radiant/qe3.cpp 1.47 >>> 1.48
GtkRadiant radiant/texwindow.cpp 1.37 >>> 1.38
GtkRadiant radiant/xywindow.cpp 1.23 >>> 1.24
GtkRadiant radiant/z.cpp 1.8 >>> 1.9
GtkRadiant radiant/zwindow.cpp 1.6 >>> 1.7
--1011972010865-- From gtkradiant@zerowing.idsoftware.com Fri Jan 25 15:44:51 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 09:44:51 -0600 Subject: [Gtkradiant] [Bug 353] New: q3map error: Chose a 0 valued axis Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=353 Summary: q3map error: Chose a 0 valued axis Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: wjoseph@europe.ea.com can we confirm that this will be fixed in the next available build? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 17:08:16 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 11:08:16 -0600 Subject: [Gtkradiant] [Bug 346] quakev2.qe4 update Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=346 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-25 11:08 ------- ok ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 17:09:53 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 11:09:53 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From ttimo@idsoftware.com 2002-01-25 11:09 ------- holy fuck, what's that mess how many of the patches among the pile actually need to be applied now ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 17:33:30 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 11:33:30 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From ttimo@idsoftware.com 2002-01-25 11:33 ------- applying 131 + 142 + 143 + 144 168 is a dupe of 144 169 doesn't make sense in my head yet 171 .. no, we don't do a blunt copy, need to be more selective keeping 173 and 174 around, will probably be relevant (will see during testing) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 19:29:20 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 13:29:20 -0600 Subject: [Gtkradiant] [Bug 351] check -fs_game in ydnar's q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=351 ------- Additional Comments From ydnar@rasterproductions.com 2002-01-25 13:29 ------- Moved/reworked the cmdline argument -> path processing/vfs init for q3map. See attachment. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 19:30:21 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 13:30:21 -0600 Subject: [Gtkradiant] [Bug 351] check -fs_game in ydnar's q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=351 ------- Additional Comments From ydnar@rasterproductions.com 2002-01-25 13:30 ------- Created an attachment (id=175) bsp.c and path_init.c (needs to be tested on Linux) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 20:17:55 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Fri, 25 Jan 2002 14:17:55 -0600 Subject: [Gtkradiant] CVS: see CHANGES 25/1/2002 Message-ID: This is a mixed plain/HTML MIME encoded message. --10119898758082 Content-Type: text/plain User : spog Root : zerowing:/cvs Date : 2002/01/25 14:16:24 see CHANGES 25/1/2002 -- GtkRadiant/docs/developer/CHANGES 1.237 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.237 diff : - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=352 using the wrong matrix stack for XY_Draw caused stack overflow error - texture_mode was set to an invalid enum in wireframe/flatshade mode + - changed plugin API to expect gamedir-relative texturenames + - fixed gensurf to create faces/patches with gamedir-relative textures 24/1/2002 SPoG 5 files modified : GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/gtkgensurf/genmap.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/genmap.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/genmap.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/genmap.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/contrib/gtkgensurf/gtkgensurf.dsp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/gtkgensurf.dsp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/gtkgensurf.dsp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/gtkgensurf.dsp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/docs/developer/CHANGES 1.237 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.237 1.236 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.236 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.236&r2=text&tr2=1.237&f=h GtkRadiant/radiant/pluginmanager.cpp 1.58 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.58 1.57 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.57 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp.diff?r1=text&tr1=1.57&r2=text&tr2=1.58&f=h --10119898758082 Content-Type: text/html CVS report
Commit from spog 2002/01/25   14:16:24


see CHANGES 25/1/2002


GtkRadiant/docs/developer/CHANGES
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=352
    using the wrong matrix stack for XY_Draw caused stack overflow error
    - texture_mode was set to an invalid enum in wireframe/flatshade mode
+   - changed plugin API to expect gamedir-relative texturenames
+   - fixed gensurf to create faces/patches with gamedir-relative textures
  
  24/1/2002
    SPoG
 
5 files modified
Module File name Version
GtkRadiant contrib/bobtoolz/bobToolz_gtk.dsp 1.4 >>> 1.5
GtkRadiant contrib/gtkgensurf/genmap.cpp 1.2 >>> 1.3
GtkRadiant contrib/gtkgensurf/gtkgensurf.dsp 1.4 >>> 1.5
GtkRadiant docs/developer/CHANGES 1.236 >>> 1.237
GtkRadiant radiant/pluginmanager.cpp 1.57 >>> 1.58
--10119898758082-- From gtkradiant@zerowing.idsoftware.com Fri Jan 25 22:04:35 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 16:04:35 -0600 Subject: [Gtkradiant] [Bug 354] New: Moving preferences over to using XML Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=354 Summary: Moving preferences over to using XML Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: gbiggans@uglab.eee.strath.ac.uk Made a generic CXMLPropertyBag class which stores "epair" preferences. Class needs to be expanded a bit more, and plugin API expanded to allow querying, and changing of the data. Also, adding support for different "sections" to the pref files might be useful. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Fri Jan 25 22:05:37 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Fri, 25 Jan 2002 16:05:37 -0600 Subject: [Gtkradiant] [Bug 354] Moving preferences over to using XML Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=354 ------- Additional Comments From gbiggans@uglab.eee.strath.ac.uk 2002-01-25 16:05 ------- Created an attachment (id=176) Adding basic XML property class support ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 07:44:59 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 01:44:59 -0600 Subject: [Gtkradiant] [Bug 355] New: Shader editor crashes radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=355 Summary: Shader editor crashes radiant Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: blocker Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: bushboy@ritualistic.com Hitting shift over a texture to bring up the shader editor can crash radiant if you leave the editor open and shift-click on another texture. Occurs in 1.1.2-nightly and 1.2.1 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 08:00:48 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 02:00:48 -0600 Subject: [Gtkradiant] [Bug 356] New: walls.shader not included in media for RTCW ? Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=356 Summary: walls.shader not included in media for RTCW ? Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: setup AssignedTo: ttimo@idsoftware.com ReportedBy: bushboy@ritualistic.com It appears that walls.shader for RTCW is not included in the 1.2.1 release and it's not listed in shaderlist.txt Also, there's a shader textures/decals/burnm_01a missing from decals.shader ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 08:03:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 02:03:05 -0600 Subject: [Gtkradiant] [Bug 357] New: Duplicate brush when creating entity Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=357 Summary: Duplicate brush when creating entity Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: bushboy@ritualistic.com RTCW - I'm getting a duplicate brush each time I create an entity. The entity appears about 4 units away from the brush used to create the entity and the original brush remains. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 10:59:36 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 26 Jan 2002 04:59:36 -0600 Subject: [Gtkradiant] CVS: checking in patches #144 and #169 from bug #279 (linux setup) Message-ID: This is a mixed plain/HTML MIME encoded message. --101204277622040 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/26 04:59:23 checking in patches #144 and #169 from bug #279 (linux setup) -- 3 files modified : setup/copy.c 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/copy.c?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/copy.c?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/copy.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h setup/gtk_ui.c 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/gtk_ui.c?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/gtk_ui.c?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/gtk_ui.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h setup/install.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/install.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/install.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/install.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h --101204277622040 Content-Type: text/html CVS report
Commit from timo 2002/01/26   04:59:23


checking in patches #144 and #169 from bug #279 (linux setup)


 
3 files modified
Module File name Version
setup copy.c 1.3 >>> 1.4
setup gtk_ui.c 1.6 >>> 1.7
setup install.c 1.5 >>> 1.6
--101204277622040-- From gtkradiant@zerowing.idsoftware.com Sat Jan 26 11:04:54 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 26 Jan 2002 05:04:54 -0600 Subject: [Gtkradiant] CVS: rebuilt glibc 2.1 bins Message-ID: This is a mixed plain/HTML MIME encoded message. --101204309422211 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/26 05:03:20 rebuilt glibc 2.1 bins -- 2 files modified : setup/image/setup.data/bin/Linux/x86/setup 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h --101204309422211 Content-Type: text/html CVS report
Commit from timo 2002/01/26   05:03:20


rebuilt glibc 2.1 bins


 
2 files modified
Module File name Version
setup image/setup.data/bin/Linux/x86/setup 1.5 >>> 1.6
setup image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.5 >>> 1.6
--101204309422211-- From gtkradiant@zerowing.idsoftware.com Sat Jan 26 12:02:05 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 26 Jan 2002 06:02:05 -0600 Subject: [Gtkradiant] CVS: Message-ID: This is a mixed plain/HTML MIME encoded message. --101204652523164 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/26 06:02:03 -- 1 file removed : WolfPack/readme-astro.txt was 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/Attic/readme-astro.txt?rev=1.1 --101204652523164 Content-Type: text/html CVS report
Commit from timo 2002/01/26   06:02:03




 
1 file removed
Module File name Last version
WolfPack readme-astro.txt 1.1
--101204652523164-- From gtkradiant@zerowing.idsoftware.com Sat Jan 26 12:26:10 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 06:26:10 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From ttimo@idsoftware.com 2002-01-26 06:26 ------- applied 169, 173 and 174 (i.e. afaik no more patches waiting to be applied above here). added an enginepath in the .game file to have .game attributes interpreted the same way on win32 and linux, reducing the OS-specific stuff tweaked a bunch of things in the editor code and setup code, still not there yet: - even if you deselect a component, it will try to install anyway - some files are missing (see errors reported during setup run) - I need to provide a new bspc / look at Q3 bspc vs Wolf bspc - would be a good idea to statically link against libxml2? It seems that distribs with correct libxml2 installation are fairly rare ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 12:46:43 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 06:46:43 -0600 Subject: [Gtkradiant] [Bug 347] Plugins refresh crashes radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-26 06:46 ------- removed the menu this was broken since modules have been introduced without distinction compared to plugins. obviously you can't refresh a module that easily. it will come back when synapse is done ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 12:52:25 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 06:52:25 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From ttimo@idsoftware.com 2002-01-26 06:52 ------- forgot to mention: - some of the links in Help menu won't work, because the doc is not installed in the appropriate spots ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 13:11:01 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 26 Jan 2002 07:11:01 -0600 Subject: [Gtkradiant] CVS: more work on linux setup (bug #279)... Message-ID: This is a mixed plain/HTML MIME encoded message. --101205066127062 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/26 07:06:01 more work on linux setup (bug #279) + took out the refresh command from plugin menu -- GtkRadiant/docs/developer/CHANGES 1.238 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.238 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 26/1/2002 + Gef - Michael Schlueter - TTimo + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 + applied several patches (to setup code and to the setup scripts) + modified makesdk.pl to update with more content + added an "enginepath" attribute to the game file, reworked the handling in editor + TTimo + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347 + took out the refresh command from the plugin menu + 25/1/2002 SPoG - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=352 2 files removed : GtkRadiant/setup/quakev2.qe4 was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/Attic/quakev2.qe4?rev=1.2 GtkRadiant/setup/linux/config/ta.data was 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/Attic/ta.data?rev=1.1 15 files modified : GtkRadiant/docs/developer/CHANGES 1.238 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.238 1.237 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.237 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.237&r2=text&tr2=1.238&f=h GtkRadiant/radiant/main.cpp 1.39 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.39 1.38 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.38 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&f=h GtkRadiant/radiant/mainframe.cpp 1.75 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.75 1.74 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.74 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.74&r2=text&tr2=1.75&f=h GtkRadiant/radiant/preferences.cpp 1.34 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.34 1.33 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.33 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.33&r2=text&tr2=1.34&f=h GtkRadiant/radiant/preferences.h 1.27 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.27 1.26 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.26 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.26&r2=text&tr2=1.27&f=h GtkRadiant/radiant/qe3.h 1.48 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.48 1.47 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.47 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h.diff?r1=text&tr1=1.47&r2=text&tr2=1.48&f=h GtkRadiant/setup/data/baseq3/scripts/quakev2.qe4 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/quakev2.qe4?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/quakev2.qe4?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/quakev2.qe4.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/linux/makesdk.pl 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/linux/config/main.data 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/main.data?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/main.data?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/main.data.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/setup/linux/config/quake3.data 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/quake3.data?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/quake3.data?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/quake3.data.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/setup/linux/config/wolf.data 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/wolf.data?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/wolf.data?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/wolf.data.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/linux/setup.data/config.games.sh 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/vslick/Radiant.vpw 1.30 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.30 1.29 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.29 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.29&r2=text&tr2=1.30&f=h --101205066127062 Content-Type: text/html CVS report
Commit from timo 2002/01/26   07:06:01


more work on linux setup (bug #279)
+ took out the refresh command from plugin menu


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 26/1/2002
+   Gef - Michael Schlueter - TTimo 
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
+   applied several patches (to setup code and to the setup scripts)
+   modified makesdk.pl to update with more content
+   added an "enginepath" attribute to the game file, reworked the handling in editor
+   TTimo
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347
+   took out the refresh command from the plugin menu
+ 
  25/1/2002
    SPoG
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=352
 
2 files removed
Module File name Last version
GtkRadiant setup/quakev2.qe4 1.2
GtkRadiant setup/linux/config/ta.data 1.1
 
15 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.237 >>> 1.238
GtkRadiant radiant/main.cpp 1.38 >>> 1.39
GtkRadiant radiant/mainframe.cpp 1.74 >>> 1.75
GtkRadiant radiant/preferences.cpp 1.33 >>> 1.34
GtkRadiant radiant/preferences.h 1.26 >>> 1.27
GtkRadiant radiant/qe3.h 1.47 >>> 1.48
GtkRadiant setup/data/baseq3/scripts/quakev2.qe4 1.3 >>> 1.4
GtkRadiant setup/linux/makesdk.pl 1.3 >>> 1.4
GtkRadiant setup/linux/config/main.data 1.1 >>> 1.2
GtkRadiant setup/linux/config/quake3.data 1.1 >>> 1.2
GtkRadiant setup/linux/config/wolf.data 1.2 >>> 1.3
GtkRadiant setup/linux/setup.data/config.games.sh 1.2 >>> 1.3
GtkRadiant setup/linux/setup.data/bin/Linux/x86/setup 1.2 >>> 1.3
GtkRadiant setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.3 >>> 1.4
GtkRadiant vslick/Radiant.vpw 1.29 >>> 1.30
--101205066127062-- From gtkradiant@zerowing.idsoftware.com Sat Jan 26 15:06:47 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 26 Jan 2002 09:06:47 -0600 Subject: [Gtkradiant] CVS: fixed the select/not select on subcomponents Message-ID: This is a mixed plain/HTML MIME encoded message. --101205760731299 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/26 09:06:42 fixed the select/not select on subcomponents -- 2 files modified : setup/copy.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/copy.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/copy.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/copy.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h setup/vslick/setup.vpw 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/vslick/setup.vpw?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/vslick/setup.vpw?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/vslick/setup.vpw.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h --101205760731299 Content-Type: text/html CVS report
Commit from timo 2002/01/26   09:06:42


fixed the select/not select on subcomponents


 
2 files modified
Module File name Version
setup copy.c 1.4 >>> 1.5
setup vslick/setup.vpw 1.3 >>> 1.4
--101205760731299-- From gtkradiant@zerowing.idsoftware.com Sat Jan 26 15:07:20 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 09:07:20 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From ttimo@idsoftware.com 2002-01-26 09:07 ------- fixed the install toggle on subcomponents in setup source setup image not updated yet ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 16:21:15 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 26 Jan 2002 10:21:15 -0600 Subject: [Gtkradiant] CVS: fixed missing/misplaced documentation items, checking in new bspc binary Message-ID: This is a mixed plain/HTML MIME encoded message. --10120620752477 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/26 10:20:39 fixed missing/misplaced documentation items, checking in new bspc binary -- 1 file removed : GtkRadiant/setup/linux/setup.data/setup.xml was 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/Attic/setup.xml?rev=1.4 6 files modified : GtkRadiant/setup/data/tools/global.xlink 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/global.xlink?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/global.xlink?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/global.xlink.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/setup/linux/bspc 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/bspc?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/bspc?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/bspc.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/linux/makesdk.pl 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/setup/linux/config/main.data 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/main.data?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/main.data?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/main.data.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/linux/config/moremain.data 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/moremain.data?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/moremain.data?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/moremain.data.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/vslick/Radiant.vpw 1.31 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.31 1.30 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.30 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.30&r2=text&tr2=1.31&f=h --10120620752477 Content-Type: text/html CVS report
Commit from timo 2002/01/26   10:20:39


fixed missing/misplaced documentation items, checking in new bspc binary


 
1 file removed
Module File name Last version
GtkRadiant setup/linux/setup.data/setup.xml 1.4
 
6 files modified
Module File name Version
GtkRadiant setup/data/tools/global.xlink 1.1 >>> 1.2
GtkRadiant setup/linux/bspc 1.3 >>> 1.4
GtkRadiant setup/linux/makesdk.pl 1.4 >>> 1.5
GtkRadiant setup/linux/config/main.data 1.2 >>> 1.3
GtkRadiant setup/linux/config/moremain.data 1.1 >>> 1.2
GtkRadiant vslick/Radiant.vpw 1.30 >>> 1.31
--10120620752477-- From gtkradiant@zerowing.idsoftware.com Sat Jan 26 17:46:26 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 11:46:26 -0600 Subject: [Gtkradiant] [Bug 358] New: Camera Strafe Left/Right keys sometimes stop functioning Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=358 Summary: Camera Strafe Left/Right keys sometimes stop functioning Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: dxtreme@planetquake.com Camera Strafe Left/Right keys sometimes stop functioning. Happens spontaniously, and in most cases is fixed by selecting a face of a brush. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 18:10:48 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 12:10:48 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-26 12:10 ------- Created an attachment (id=177) Adds *.cf files & uses them. I think I have all the files in the right places now... maybe ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 18:13:22 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 12:13:22 -0600 Subject: [Gtkradiant] [Bug 334] load shaders at startup broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-26 12:13 ------- putting a link to patch 121 in here is totally bogus, please don't pollute bug reports parasite bug reports on existing bugs are ignored too any solution on the actual problem here yet? I'm not sure djbob's migration ot XML would solve the problem on the way ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 18:25:31 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 26 Jan 2002 12:25:31 -0600 Subject: [Gtkradiant] CVS: Final fixes to the makesdk code Message-ID: This is a mixed plain/HTML MIME encoded message. --10120695316813 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/26 12:25:19 Final fixes to the makesdk code -- GtkRadiant/docs/developer/CHANGES 1.239 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.239 diff : TTimo - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347 took out the refresh command from the plugin menu + - more linux fixes: + bringing all the plugins to compile again on linux + polishing the setup code (all the right files in the right places) + - for linux release, bumping ver to 1.2.2 + win32 will have a 1.2.3-nightly after that 25/1/2002 SPoG *************** *** 32,37 **** --- 37,44 ---- SPoG - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336 plugin API bugfix - fixes textures on stuff created by plugins + + ---- 1.2.1 was released here 22/1/2002 Gef 2 files removed : GtkRadiant/contrib/Conscript was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/Attic/Conscript?rev=1.2 GtkRadiant/plugins/Conscript was 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/Attic/Conscript?rev=1.3 9 files modified : GtkRadiant/Construct 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h GtkRadiant/contrib/bobtoolz/Conscript 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/Conscript?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/Conscript?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/Conscript.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/contrib/gtkgensurf/Conscript 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/Conscript?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/Conscript?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/Conscript.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/contrib/prtview/AboutDialog.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/AboutDialog.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/AboutDialog.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/AboutDialog.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/prtview/ConfigDialog.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/ConfigDialog.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/ConfigDialog.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/ConfigDialog.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/prtview/Conscript 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/Conscript?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/Conscript?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/Conscript.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/contrib/prtview/LoadPortalFileDialog.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/LoadPortalFileDialog.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/LoadPortalFileDialog.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/LoadPortalFileDialog.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/docs/developer/CHANGES 1.239 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.239 1.238 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.238 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.238&r2=text&tr2=1.239&f=h GtkRadiant/plugins/textool/Conscript 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/Conscript?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/Conscript?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/Conscript.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h --10120695316813 Content-Type: text/html CVS report
Commit from timo 2002/01/26   12:25:19


Final fixes to the makesdk code


GtkRadiant/docs/developer/CHANGES
    TTimo
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347
    took out the refresh command from the plugin menu
+   - more linux fixes:
+     bringing all the plugins to compile again on linux
+     polishing the setup code (all the right files in the right places)
+   - for linux release, bumping ver to 1.2.2
+     win32 will have a 1.2.3-nightly after that
  
  25/1/2002
    SPoG
***************
*** 32,37 ****
--- 37,44 ----
    SPoG
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336
    plugin API bugfix - fixes textures on stuff created by plugins
+ 
+ ---- 1.2.1 was released here
  
  22/1/2002
    Gef
 
2 files removed
Module File name Last version
GtkRadiant contrib/Conscript 1.2
GtkRadiant plugins/Conscript 1.3
 
9 files modified
Module File name Version
GtkRadiant Construct 1.10 >>> 1.11
GtkRadiant contrib/bobtoolz/Conscript 1.2 >>> 1.3
GtkRadiant contrib/gtkgensurf/Conscript 1.2 >>> 1.3
GtkRadiant contrib/prtview/AboutDialog.cpp 1.4 >>> 1.5
GtkRadiant contrib/prtview/ConfigDialog.cpp 1.4 >>> 1.5
GtkRadiant contrib/prtview/Conscript 1.2 >>> 1.3
GtkRadiant contrib/prtview/LoadPortalFileDialog.cpp 1.4 >>> 1.5
GtkRadiant docs/developer/CHANGES 1.238 >>> 1.239
GtkRadiant plugins/textool/Conscript 1.2 >>> 1.3
--10120695316813-- From gtkradiant@zerowing.idsoftware.com Sat Jan 26 18:42:57 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 26 Jan 2002 12:42:57 -0600 Subject: [Gtkradiant] CVS: rebuilt glibc 2.1 Message-ID: This is a mixed plain/HTML MIME encoded message. --10120705779599 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/26 12:39:12 rebuilt glibc 2.1 -- 2 files modified : setup/image/setup.data/bin/Linux/x86/setup 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h --10120705779599 Content-Type: text/html CVS report
Commit from timo 2002/01/26   12:39:12


rebuilt glibc 2.1


 
2 files modified
Module File name Version
setup image/setup.data/bin/Linux/x86/setup 1.6 >>> 1.7
setup image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.6 >>> 1.7
--10120705779599-- From gtkradiant@zerowing.idsoftware.com Sat Jan 26 19:06:11 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 13:06:11 -0600 Subject: [Gtkradiant] [Bug 359] New: mod-dir not being recognized at compile time Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=359 Summary: mod-dir not being recognized at compile time Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: blocker Priority: P1 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: nakedape@planetquake.com - i am using GTKR1.2.1 with the full install of Q3/TA/Wolf editing assets. - when switching to TA editing mode, the "fs_game" shows correctly in the gui Project settings as "missionpack" and the user0.qe4 gets updated correctly with "dir" "missionpack" but the OPEN dialog does not start inside the "missionpack" mod directory - the TA textures, shader, and entities show up in the editor correctly but upon compiling the map the textures which are NOT present inside "baseq3" get all squished (a problem with the compiler not seeing "missionpack" correctly??) - i am using Hr.O's edited "quakev2.qe4" (which adds in the "-fs_basepath" argument to all the compile options so compiling will work) which can be downloaded from here: http://hro.digitalarenas.com/quake3/quakev2.zip ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 19:12:48 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 26 Jan 2002 13:12:48 -0600 Subject: [Gtkradiant] CVS: updated for 1.2.2 Message-ID: This is a mixed plain/HTML MIME encoded message. --101207236812762 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/26 13:12:43 updated for 1.2.2 -- 1 files modified : GtkRadiant/setup/changelog.txt 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h --101207236812762 Content-Type: text/html CVS report
Commit from timo 2002/01/26   13:12:43


updated for 1.2.2


 
1 file modified
Module File name Version
GtkRadiant setup/changelog.txt 1.8 >>> 1.9
--101207236812762-- From gtkradiant@zerowing.idsoftware.com Sat Jan 26 19:22:14 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 13:22:14 -0600 Subject: [Gtkradiant] [Bug 360] New: CameraStafeLeft/Right button bug report was a mistake Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=360 Summary: CameraStafeLeft/Right button bug report was a mistake Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: dxtreme@planetquake.com The bug report regarding misbeheabior of CameraStafeLeft/Right buttons was a mistake. The error turned out to be caused by a different application, so ferget about it. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 19:26:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 13:26:05 -0600 Subject: [Gtkradiant] [Bug 360] CameraStafeLeft/Right button bug report was a mistake Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=360 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |INVALID ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 19:26:37 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 13:26:37 -0600 Subject: [Gtkradiant] [Bug 358] Camera Strafe Left/Right keys sometimes stop functioning Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=358 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |INVALID ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 22:45:02 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 16:45:02 -0600 Subject: [Gtkradiant] [Bug 361] New: FIX: texture menu problem Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=361 Summary: FIX: texture menu problem Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: hydra@hydras-world.com Here's the fix to the texture menu bug problem that was entered as a parasite bug in bug #334 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 22:45:22 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 16:45:22 -0600 Subject: [Gtkradiant] [Bug 361] FIX: texture menu problem Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=361 ------- Additional Comments From hydra@hydras-world.com 2002-01-26 16:45 ------- Created an attachment (id=178) patch to fix ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 22:47:24 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 16:47:24 -0600 Subject: [Gtkradiant] [Bug 334] load shaders at startup broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 ------- Additional Comments From hydra@hydras-world.com 2002-01-26 16:47 ------- texture menu parasite bug has a new bug report all for itself and a seperate patch that just fixes *that* *exact* problem. http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=361 i think this main issue will still need to be looked at. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 23:18:07 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 17:18:07 -0600 Subject: [Gtkradiant] [Bug 362] New: Current linux build of curry doesn't display any shader previews Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362 Summary: Current linux build of curry doesn't display any shader previews Product: GtkRadiant Version: 1.2.1 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: gefdavis@dingoblue.net.au Debug builds emit: Curry: DEBUG: CShaderTreeView::OnSelchangedTree: newlySelectedShaderName.parse threw an exception on shader selection... The following patch makes changes to the format curry requests some shaders, in one instance it removes the textures/ prefix, and in another it skips the removal of the textures/ prefix, and in yet another instance it skips adding the textures/ prefix. So I don't really understand why the patch fixes what it fixes. Seems things I don't entirely understand are doing things that I don't entirely understand... again ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sat Jan 26 23:18:47 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 17:18:47 -0600 Subject: [Gtkradiant] [Bug 362] Current linux build of curry doesn't display any shader previews Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-26 17:18 ------- Created an attachment (id=179) Fixes shader preview... somehow ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 00:39:47 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 18:39:47 -0600 Subject: [Gtkradiant] [Bug 131] improve base prompt path for map load/save Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=131 ------- Additional Comments From ttimo@idsoftware.com 2002-01-26 18:39 ------- Mh .. sometimes my bug reports don't make a lot of sense when I look at them the second time around. What I mean to say was: on linux we prompt in the main path /usr/local/games/quake3/baseq3/maps (or other) , whereas we should be prompting in ~/.q3a/baseq3/maps we also need to use the correct fs_game setting (that's not a linux specific issue I believe) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 00:55:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 18:55:05 -0600 Subject: [Gtkradiant] [Bug 359] mod-dir not being recognized at compile time Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=359 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-26 18:55 ------- identified the problem Alpha used to write fs_basepath and fs_game for us in the BSP command expansion this new one doesn't (it's broken) adding the -fs_basepath in the .qe4 'sort of works', but doesn't settle the -fs_game problem (which can change depending on project settings) this should all go back to the old way stick to a non fs_basepath project file have correct expansion in QE_ExpandBSPString this would require a bump in .qe4 versions to make sure next installer forces people to reload from new template. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 01:00:38 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 19:00:38 -0600 Subject: [Gtkradiant] [Bug 363] New: -onlyents problem Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=363 Summary: -onlyents problem Product: GtkRadiant Version: 1.2.1 Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: gdewan@prairienet.org Added some weapon/ammo/armor/health to a map, then recompiled with -onlyents. Some jump pads that were targeted on various target_position's were not pushing the player in the right direction anymore. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 02:07:35 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sat, 26 Jan 2002 20:07:35 -0600 Subject: [Gtkradiant] CVS: more setup work, worked on fs_game problem, ydnar's cleanup to q3map vfs init Message-ID: This is a mixed plain/HTML MIME encoded message. --101209725421143 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/26 20:07:09 more setup work, worked on fs_game problem, ydnar's cleanup to q3map vfs init -- GtkRadiant/docs/developer/CHANGES 1.240 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.240 diff : TTimo - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347 ! took out the refresh command from the plugin menu - more linux fixes: bringing all the plugins to compile again on linux polishing the setup code (all the right files in the right places) - for linux release, bumping ver to 1.2.2 win32 will have a 1.2.3-nightly after that 25/1/2002 SPoG --- 9,30 ---- added an "enginepath" attribute to the game file, reworked the handling in editor TTimo - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347 ! took out the refresh command from the plugin menu - more linux fixes: bringing all the plugins to compile again on linux polishing the setup code (all the right files in the right places) - for linux release, bumping ver to 1.2.2 win32 will have a 1.2.3-nightly after that + - added correct init of ~/.q3a or ~/.wolf + *nix systems have a 'prefix' attribute in the .game file to specify + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=359 + identified the mod compiling problems + applying back the old fs_basepath fs_game code to the BSP generation + + ydnar- TTimo + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=351 + cleaner path init code + it doesn't init for ~/.q3a and ~/.wolf paths yet 25/1/2002 SPoG *************** *** 211,217 **** TTimo - added Wolf specific project settings dialog: correct fs_game selection and combo names ! added multiplayer / single player mapping mode selection 4/1/2002 TTimo --- 221,227 ---- TTimo - added Wolf specific project settings dialog: correct fs_game selection and combo names ! added multiplayer / single player mapping mode selection 4/1/2002 TTimo 10 files modified : GtkRadiant/docs/developer/CHANGES 1.240 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.240 1.239 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.239 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.239&r2=text&tr2=1.240&f=h GtkRadiant/radiant/main.cpp 1.40 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.40 1.39 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.39 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp.diff?r1=text&tr1=1.39&r2=text&tr2=1.40&f=h GtkRadiant/radiant/preferences.cpp 1.35 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.35 1.34 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.34 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.34&r2=text&tr2=1.35&f=h GtkRadiant/radiant/preferences.h 1.28 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.28 1.27 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.27 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.27&r2=text&tr2=1.28&f=h GtkRadiant/radiant/qe3.cpp 1.49 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.49 1.48 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.48 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp.diff?r1=text&tr1=1.48&r2=text&tr2=1.49&f=h GtkRadiant/setup/data/baseq3/scripts/quakev2.qe4 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/quakev2.qe4?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/quakev2.qe4?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/quakev2.qe4.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/setup/linux/setup.data/config.games.sh 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/tools/quake3/Conscript 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/Conscript?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/Conscript?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/Conscript.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/tools/quake3/q3map/bsp.c 1.20 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.20 1.19 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.19 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.20&f=h GtkRadiant/vslick/Radiant.vpw 1.32 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.32 1.31 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.31 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.31&r2=text&tr2=1.32&f=h --101209725421143 Content-Type: text/html CVS report
Commit from timo 2002/01/26   20:07:09


more setup work, worked on fs_game problem, ydnar's cleanup to q3map vfs init


GtkRadiant/docs/developer/CHANGES
    TTimo
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347
!   took out the refresh command from the plugin menu
    - more linux fixes:
      bringing all the plugins to compile again on linux
      polishing the setup code (all the right files in the right places)
    - for linux release, bumping ver to 1.2.2
      win32 will have a 1.2.3-nightly after that
  
  25/1/2002
    SPoG
--- 9,30 ----
    added an "enginepath" attribute to the game file, reworked the handling in editor
    TTimo
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347
!     took out the refresh command from the plugin menu
    - more linux fixes:
      bringing all the plugins to compile again on linux
      polishing the setup code (all the right files in the right places)
    - for linux release, bumping ver to 1.2.2
      win32 will have a 1.2.3-nightly after that
+   - added correct init of ~/.q3a or ~/.wolf
+     *nix systems have a 'prefix' attribute in the .game file to specify
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=359
+     identified the mod compiling problems
+     applying back the old fs_basepath fs_game code to the BSP generation
+     
+   ydnar- TTimo
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=351
+     cleaner path init code
+     it doesn't init for ~/.q3a and ~/.wolf paths yet
  
  25/1/2002
    SPoG
***************
*** 211,217 ****
    TTimo
    - added Wolf specific project settings dialog:
      correct fs_game selection and combo names
! 	added multiplayer / single player mapping mode selection
  
  4/1/2002
    TTimo
--- 221,227 ----
    TTimo
    - added Wolf specific project settings dialog:
      correct fs_game selection and combo names
!     added multiplayer / single player mapping mode selection
  
  4/1/2002
    TTimo
 
10 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.239 >>> 1.240
GtkRadiant radiant/main.cpp 1.39 >>> 1.40
GtkRadiant radiant/preferences.cpp 1.34 >>> 1.35
GtkRadiant radiant/preferences.h 1.27 >>> 1.28
GtkRadiant radiant/qe3.cpp 1.48 >>> 1.49
GtkRadiant setup/data/baseq3/scripts/quakev2.qe4 1.4 >>> 1.5
GtkRadiant setup/linux/setup.data/config.games.sh 1.3 >>> 1.4
GtkRadiant tools/quake3/Conscript 1.5 >>> 1.6
GtkRadiant tools/quake3/q3map/bsp.c 1.19 >>> 1.20
GtkRadiant vslick/Radiant.vpw 1.31 >>> 1.32
--101209725421143-- From gtkradiant@zerowing.idsoftware.com Sun Jan 27 02:10:11 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sat, 26 Jan 2002 20:10:11 -0600 Subject: [Gtkradiant] [Bug 351] check -fs_game in ydnar's q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=351 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-26 20:10 ------- checked in it doesn't init the ~/.q3a ~/.wolf yet ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 13:57:42 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 07:57:42 -0600 Subject: [Gtkradiant] [Bug 364] New: last map not saved to radiant.ini Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=364 Summary: last map not saved to radiant.ini Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: hfds@swbell.net have to edit the last map by hand when load last map is enabled ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 14:03:19 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 08:03:19 -0600 Subject: [Gtkradiant] [Bug 365] New: default map directory refuses to change Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=365 Summary: default map directory refuses to change Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: hfds@swbell.net default map directory refuses to change no matter what the project file has set for mapspath ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 14:04:21 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 08:04:21 -0600 Subject: [Gtkradiant] [Bug 365] default map directory refuses to change Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=365 hfds@swbell.net changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From hfds@swbell.net 2002-01-27 08:04 ------- this affects both open and save as ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 15:29:54 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 27 Jan 2002 09:29:54 -0600 Subject: [Gtkradiant] CVS: forgot to add the file Message-ID: This is a mixed plain/HTML MIME encoded message. --10121453942715 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/27 09:29:51 forgot to add the file -- 1 file added : GtkRadiant/tools/quake3/q3map/path_init.c 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c?rev=1.1 --10121453942715 Content-Type: text/html CVS report
Commit from timo 2002/01/27   09:29:51


forgot to add the file


 
1 file added
Module File name Version
GtkRadiant tools/quake3/q3map/path_init.c 1.1
--10121453942715-- From gtkradiant@zerowing.idsoftware.com Sun Jan 27 15:43:42 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 09:43:42 -0600 Subject: [Gtkradiant] [Bug 365] default map directory refuses to change Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=365 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |wjoseph@europe.ea.com ------- Additional Comments From ttimo@idsoftware.com 2002-01-27 09:43 ------- I don't think mapspath is used anymore we rely on basepath, and basegame there is another bug item about this being broken for now too end of the line for this bug, mapspath should probably go away in XML project file .. assigning the bug to spog ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 18:10:24 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 12:10:24 -0600 Subject: [Gtkradiant] [Bug 351] check -fs_game in ydnar's q3map Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=351 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-27 12:10 ------- fixed the init #ifdef Q_UNIX -> #if defined(__linux__) || defined(__APPLE__) also switched the init order to be correct with fs_game ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 18:11:15 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 12:11:15 -0600 Subject: [Gtkradiant] [Bug 359] mod-dir not being recognized at compile time Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=359 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-27 12:11 ------- fixed bumped project to v3, will have to distribute quakev3.qe4 now ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 18:17:39 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 27 Jan 2002 12:17:39 -0600 Subject: [Gtkradiant] CVS: Message-ID: This is a mixed plain/HTML MIME encoded message. --10121554597878 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/27 12:17:37 -- 1 file added : WolfPack/scripts/quakev3.qe4 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/quakev3.qe4?rev=1.1 1 file removed : WolfPack/scripts/quakev2.qe4 was 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/WolfPack/scripts/Attic/quakev2.qe4?rev=1.1 --10121554597878 Content-Type: text/html CVS report
Commit from timo 2002/01/27   12:17:37




 
1 file added
Module File name Version
WolfPack scripts/quakev3.qe4 1.1
 
1 file removed
Module File name Last version
WolfPack scripts/quakev2.qe4 1.1
--10121554597878-- From gtkradiant@zerowing.idsoftware.com Sun Jan 27 18:20:17 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 27 Jan 2002 12:20:17 -0600 Subject: [Gtkradiant] CVS: q3map and bsp monitoring fixes Message-ID: This is a mixed plain/HTML MIME encoded message. --10121556178565 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/27 12:19:34 q3map and bsp monitoring fixes -- GtkRadiant/docs/developer/CHANGES 1.241 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.241 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 27/1/2002 + TTimo + - switching to v3 project file, forcing reload of template if non-v3 + need to distribute quakev3.qe4 in setups now (done for linux setup, will have to in win32) + - renamed Main to main in q3map init paths + - fixes the ~/. inits and init order in q3map + 26/1/2002 Gef - Michael Schlueter - TTimo - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 1 file added : GtkRadiant/setup/data/baseq3/scripts/quakev3.qe4 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/quakev3.qe4?rev=1.1 1 file removed : GtkRadiant/setup/data/baseq3/scripts/quakev2.qe4 was 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/Attic/quakev2.qe4?rev=1.5 9 files modified : GtkRadiant/docs/developer/CHANGES 1.241 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.241 1.240 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.240 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.240&r2=text&tr2=1.241&f=h GtkRadiant/radiant/mainframe.cpp 1.76 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.76 1.75 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.75 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.75&r2=text&tr2=1.76&f=h GtkRadiant/radiant/preferences.cpp 1.36 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.36 1.35 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.35 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.35&r2=text&tr2=1.36&f=h GtkRadiant/radiant/preferences.h 1.29 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.29 1.28 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.28 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h.diff?r1=text&tr1=1.28&r2=text&tr2=1.29&f=h GtkRadiant/radiant/qe3.cpp 1.50 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.50 1.49 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.49 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp.diff?r1=text&tr1=1.49&r2=text&tr2=1.50&f=h GtkRadiant/tools/quake3/Conscript 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/Conscript?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/Conscript?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/Conscript.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/tools/quake3/q3map/path_init.c 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h GtkRadiant/vslick/Radiant.vpw 1.33 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.33 1.32 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.32 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.32&r2=text&tr2=1.33&f=h GtkRadiant/vslick/q3map.vpj 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/q3map.vpj?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/q3map.vpj?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/q3map.vpj.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h --10121556178565 Content-Type: text/html CVS report
Commit from timo 2002/01/27   12:19:34


q3map and bsp monitoring fixes


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 27/1/2002
+   TTimo
+   - switching to v3 project file, forcing reload of template if non-v3
+   need to distribute quakev3.qe4 in setups now (done for linux setup, will have to in win32)
+   - renamed Main to main in q3map init paths
+   - fixes the ~/. inits and init order in q3map
+ 
  26/1/2002
    Gef - Michael Schlueter - TTimo 
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
 
1 file added
Module File name Version
GtkRadiant setup/data/baseq3/scripts/quakev3.qe4 1.1
 
1 file removed
Module File name Last version
GtkRadiant setup/data/baseq3/scripts/quakev2.qe4 1.5
 
9 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.240 >>> 1.241
GtkRadiant radiant/mainframe.cpp 1.75 >>> 1.76
GtkRadiant radiant/preferences.cpp 1.35 >>> 1.36
GtkRadiant radiant/preferences.h 1.28 >>> 1.29
GtkRadiant radiant/qe3.cpp 1.49 >>> 1.50
GtkRadiant tools/quake3/Conscript 1.6 >>> 1.7
GtkRadiant tools/quake3/q3map/path_init.c 1.1 >>> 1.2
GtkRadiant vslick/Radiant.vpw 1.32 >>> 1.33
GtkRadiant vslick/q3map.vpj 1.4 >>> 1.5
--10121556178565-- From gtkradiant@zerowing.idsoftware.com Sun Jan 27 18:30:19 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 12:30:19 -0600 Subject: [Gtkradiant] [Bug 366] New: Bobtoolz update Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=366 Summary: Bobtoolz update Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: bobtoolz AssignedTo: ttimo@idsoftware.com ReportedBy: gbiggans@uglab.eee.strath.ac.uk Upgrade bobtoolz with several of the new functions, merged from a local fork of the alpha branch, also, clean up a few functions a little, and use full paths for textures. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 18:39:37 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 12:39:37 -0600 Subject: [Gtkradiant] [Bug 362] Current linux build of curry doesn't display any shader previews Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-27 12:39 ------- applied ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 18:40:37 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 12:40:37 -0600 Subject: [Gtkradiant] [Bug 352] only 1 md3 shows in XZ & YZ views Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=352 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-27 12:40 ------- spog has fixed I believe (see CHANGES file) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 20:13:42 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 14:13:42 -0600 Subject: [Gtkradiant] [Bug 367] New: need API for plugins to retrieve their installation path Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=367 Summary: need API for plugins to retrieve their installation path Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com That's needed when plugins need to load files of their own. We used to rely on pfn_GetQERPath, but it doesn't do the job anymore due to multiple locations being scanned for modules. exclusion list stuff that's not in the linux installer yet gonna fix hmm something about that it's loaded on a per game basis atm as plugin cant get the app path so would it be possible to put them in the game packs, at least for the moment? NICK W2k[away] is now known as W2k I don't understand different files for different games is that what you mean well, the same, they just need to be installed in the game dirs instead of the main radiant one ah so you mean you need access to g_strAppPath instead of g_strGameToolsPath you have now well do any of the plugins use that apart from bobtoolz? if not, we could switch it back to app for the moment curry and pk3man seem to load stuff in bitmaps/ below their install do they have a problem finding their files too lemme see seems not i have neither of the projects tho what is the function used to retrieve the path I guess we should just change it to give the path of the plugin g_FuncTable.m_pfnGetQERPath() mh that cannot just be changed like that indeed i dont know why it WAS i didnt even know till after 1.2.1 was released we probably need to do something so that a plugin can explicitely retrieve the path in which it has been installed yeah could duplicate the install but it would mean for other plugins too that sucks ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 21:40:33 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 15:40:33 -0600 Subject: [Gtkradiant] [Bug 368] New: curry fails to load the logo Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368 Summary: curry fails to load the logo Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: curry AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com curry.cpp around ln 155 the call won't load the logo, as it will look in the VFS and that file is not present in curry.pk3 it should use g_FuncTable.m_pfnPathForPluginName(PLUGIN_NAME) and the load bitmap function from the core, but provide the full path ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 22:09:54 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 27 Jan 2002 16:09:54 -0600 Subject: [Gtkradiant] CVS: added PathForPluginName to the main plugin API, fixing some linux setup and plugin related things Message-ID: This is a mixed plain/HTML MIME encoded message. --101216939414566 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/27 16:09:17 added PathForPluginName to the main plugin API, fixing some linux setup and plugin related things -- GtkRadiant/docs/developer/CHANGES 1.242 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.242 diff : need to distribute quakev3.qe4 in setups now (done for linux setup, will have to in win32) - renamed Main to main in q3map init paths - fixes the ~/. inits and init order in q3map + - added m_pfnPathForPluginName to the main function table, returns the directory a plugin is running from + used in bobtoolz / curry / pk3man to find various files + see also todo: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368 + - some fixes to textures loading paths in curry + - linux setup copying correct content for curry (pk3 in wolf media) and bobtoolz (bt/ in plugins/) + + Gef + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362 + gensurf fix 26/1/2002 Gef - Michael Schlueter - TTimo 7 files added : GtkRadiant/contrib/bobtoolz/DVisDrawer.cpp 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DVisDrawer.cpp?rev=1.1 GtkRadiant/contrib/bobtoolz/DVisDrawer.h 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DVisDrawer.h?rev=1.1 GtkRadiant/contrib/bobtoolz/bsploader.cpp 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bsploader.cpp?rev=1.1 GtkRadiant/contrib/bobtoolz/bsploader.h 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bsploader.h?rev=1.1 GtkRadiant/contrib/bobtoolz/visfind.cpp 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/visfind.cpp?rev=1.1 GtkRadiant/contrib/bobtoolz/visfind.h 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/visfind.h?rev=1.1 GtkRadiant/vslick/pk3man.vpj 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/pk3man.vpj?rev=1.1 30 files modified : GtkRadiant/contrib/bobtoolz/Conscript 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/Conscript?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/Conscript?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/Conscript.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/DBrush.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBrush.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBrush.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBrush.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/bobtoolz/DBrush.h 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBrush.h?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBrush.h?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBrush.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/DEntity.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DEntity.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DEntity.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DEntity.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/DEntity.h 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DEntity.h?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DEntity.h?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DEntity.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/DMap.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DMap.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DMap.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DMap.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/DMap.h 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DMap.h?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DMap.h?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DMap.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/DPatch.h 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPatch.h?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPatch.h?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPatch.h.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/DPlane.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPlane.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPlane.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPlane.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/bobtoolz/DShape.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DShape.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DShape.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DShape.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/DWinding.h 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DWinding.h?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DWinding.h?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DWinding.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/contrib/bobtoolz/StdAfx.h 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/StdAfx.h?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/StdAfx.h?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/StdAfx.h.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/contrib/bobtoolz/cportals.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/cportals.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/cportals.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/cportals.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/funchandlers-GTK.cpp 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers-GTK.cpp?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers-GTK.cpp?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers-GTK.cpp.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/contrib/bobtoolz/funchandlers.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/bobtoolz/funchandlers.h 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers.h?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers.h?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/bobtoolz/lists.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/lists.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/lists.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/lists.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/bobtoolz/lists.h 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/lists.h?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/lists.h?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/lists.h.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/bobtoolz/misc.cpp 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.cpp?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.cpp?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.cpp.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/contrib/bobtoolz/shapes.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/shapes.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/shapes.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/shapes.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/contrib/bobtoolz/dialogs/dialogs-gtk.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/dialogs/dialogs-gtk.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/dialogs/dialogs-gtk.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/dialogs/dialogs-gtk.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/contrib/bobtoolz/dialogs/dialogs-gtk.h 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/dialogs/dialogs-gtk.h?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/dialogs/dialogs-gtk.h?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/dialogs/dialogs-gtk.h.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/docs/developer/CHANGES 1.242 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.242 1.241 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.241 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.241&r2=text&tr2=1.242&f=h GtkRadiant/include/qerplugin.h 1.25 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qerplugin.h?rev=1.25 1.24 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qerplugin.h?rev=1.24 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qerplugin.h.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&f=h GtkRadiant/radiant/plugin.h 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/plugin.h?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/plugin.h?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/plugin.h.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h GtkRadiant/radiant/pluginmanager.cpp 1.59 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.59 1.58 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.58 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp.diff?r1=text&tr1=1.58&r2=text&tr2=1.59&f=h GtkRadiant/radiant/pluginmanager.h 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.h?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.h?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.h.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h GtkRadiant/setup/linux/makesdk.pl 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/vslick/Radiant.vpw 1.34 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.34 1.33 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.33 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.33&r2=text&tr2=1.34&f=h --101216939414566 Content-Type: text/html CVS report
Commit from timo 2002/01/27   16:09:17


added PathForPluginName to the main plugin API, fixing some linux setup and plugin related things


GtkRadiant/docs/developer/CHANGES
    need to distribute quakev3.qe4 in setups now (done for linux setup, will have to in win32)
    - renamed Main to main in q3map init paths
    - fixes the ~/. inits and init order in q3map
+   - added m_pfnPathForPluginName to the main function table, returns the directory a plugin is running from
+     used in bobtoolz / curry / pk3man to find various files
+     see also todo: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368
+   - some fixes to textures loading paths in curry
+   - linux setup copying correct content for curry (pk3 in wolf media) and bobtoolz (bt/ in plugins/)
+   
+   Gef
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362
+   gensurf fix
  
  26/1/2002
    Gef - Michael Schlueter - TTimo 
 
7 files added
Module File name Version
GtkRadiant contrib/bobtoolz/DVisDrawer.cpp 1.1
GtkRadiant contrib/bobtoolz/DVisDrawer.h 1.1
GtkRadiant contrib/bobtoolz/bsploader.cpp 1.1
GtkRadiant contrib/bobtoolz/bsploader.h 1.1
GtkRadiant contrib/bobtoolz/visfind.cpp 1.1
GtkRadiant contrib/bobtoolz/visfind.h 1.1
GtkRadiant vslick/pk3man.vpj 1.1
 
30 files modified
Module File name Version
GtkRadiant contrib/bobtoolz/Conscript 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/DBrush.cpp 1.4 >>> 1.5
GtkRadiant contrib/bobtoolz/DBrush.h 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/DEntity.cpp 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/DEntity.h 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/DMap.cpp 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/DMap.h 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/DPatch.h 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/DPlane.cpp 1.4 >>> 1.5
GtkRadiant contrib/bobtoolz/DShape.cpp 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/DWinding.h 1.2 >>> 1.3
GtkRadiant contrib/bobtoolz/StdAfx.h 1.5 >>> 1.6
GtkRadiant contrib/bobtoolz/bobToolz-GTK.cpp 1.5 >>> 1.6
GtkRadiant contrib/bobtoolz/cportals.cpp 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/funchandlers-GTK.cpp 1.5 >>> 1.6
GtkRadiant contrib/bobtoolz/funchandlers.cpp 1.3 >>> 1.4
GtkRadiant contrib/bobtoolz/funchandlers.h 1.4 >>> 1.5
GtkRadiant contrib/bobtoolz/lists.cpp 1.4 >>> 1.5
GtkRadiant contrib/bobtoolz/lists.h 1.4 >>> 1.5
GtkRadiant contrib/bobtoolz/misc.cpp 1.5 >>> 1.6
GtkRadiant contrib/bobtoolz/shapes.cpp 1.4 >>> 1.5
GtkRadiant contrib/bobtoolz/dialogs/dialogs-gtk.cpp 1.2 >>> 1.3
GtkRadiant contrib/bobtoolz/dialogs/dialogs-gtk.h 1.2 >>> 1.3
GtkRadiant docs/developer/CHANGES 1.241 >>> 1.242
GtkRadiant include/qerplugin.h 1.24 >>> 1.25
GtkRadiant radiant/plugin.h 1.10 >>> 1.11
GtkRadiant radiant/pluginmanager.cpp 1.58 >>> 1.59
GtkRadiant radiant/pluginmanager.h 1.11 >>> 1.12
GtkRadiant setup/linux/makesdk.pl 1.5 >>> 1.6
GtkRadiant vslick/Radiant.vpw 1.33 >>> 1.34
--101216939414566-- From gtkradiant@zerowing.idsoftware.com Sun Jan 27 22:12:34 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 16:12:34 -0600 Subject: [Gtkradiant] [Bug 366] Bobtoolz update Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=366 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-27 16:12 ------- checked in along with some fixes of my own ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 22:12:05 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 16:12:05 -0600 Subject: [Gtkradiant] [Bug 367] need API for plugins to retrieve their installation path Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=367 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-27 16:12 ------- added m_pfnPathForPluginName to the main table, updated various plugins which needed it ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 22:44:59 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 16:44:59 -0600 Subject: [Gtkradiant] [Bug 361] FIX: texture menu problem Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=361 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-27 16:44 ------- applied ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 22:47:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 16:47:03 -0600 Subject: [Gtkradiant] [Bug 335] bobtoolz files not in gamepack directory Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=335 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From ttimo@idsoftware.com 2002-01-27 16:47 ------- ok that's been fixed *** This bug has been marked as a duplicate of 367 *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 22:47:04 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Sun, 27 Jan 2002 16:47:04 -0600 Subject: [Gtkradiant] [Bug 367] need API for plugins to retrieve their installation path Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=367 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rfm@redshift.com ------- Additional Comments From ttimo@idsoftware.com 2002-01-27 16:47 ------- *** Bug 335 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Sun Jan 27 22:50:00 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 27 Jan 2002 16:50:00 -0600 Subject: [Gtkradiant] CVS: final fix, building linux setup Message-ID: This is a mixed plain/HTML MIME encoded message. --101217179917806 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/27 16:49:43 final fix, building linux setup -- GtkRadiant/docs/developer/CHANGES 1.243 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.243 diff : see also todo: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368 - some fixes to textures loading paths in curry - linux setup copying correct content for curry (pk3 in wolf media) and bobtoolz (bt/ in plugins/) + - building 1.2.2 setups Gef - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362 gensurf fix + + djbob + - bobtoolz update + + Hydra + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=361 + fixes a bug with the texture menu loading, now we see the non-shaderlist directories too 26/1/2002 Gef - Michael Schlueter - TTimo 4 files modified : GtkRadiant/docs/developer/CHANGES 1.243 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.243 1.242 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.242 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.242&r2=text&tr2=1.243&f=h GtkRadiant/include/version.default 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h GtkRadiant/radiant/texwindow.cpp 1.39 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp?rev=1.39 1.38 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp?rev=1.38 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp.diff?r1=text&tr1=1.38&r2=text&tr2=1.39&f=h GtkRadiant/vslick/Radiant.vpw 1.35 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.35 1.34 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.34 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.34&r2=text&tr2=1.35&f=h --101217179917806 Content-Type: text/html CVS report
Commit from timo 2002/01/27   16:49:43


final fix, building linux setup


GtkRadiant/docs/developer/CHANGES
      see also todo: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368
    - some fixes to textures loading paths in curry
    - linux setup copying correct content for curry (pk3 in wolf media) and bobtoolz (bt/ in plugins/)
+   - building 1.2.2 setups
    
    Gef
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362
    gensurf fix
+   
+   djbob
+   - bobtoolz update
+   
+   Hydra
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=361
+   fixes a bug with the texture menu loading, now we see the non-shaderlist directories too
  
  26/1/2002
    Gef - Michael Schlueter - TTimo 
 
4 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.242 >>> 1.243
GtkRadiant include/version.default 1.10 >>> 1.11
GtkRadiant radiant/texwindow.cpp 1.38 >>> 1.39
GtkRadiant vslick/Radiant.vpw 1.34 >>> 1.35
--101217179917806-- From gtkradiant@zerowing.idsoftware.com Sun Jan 27 23:29:58 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 27 Jan 2002 17:29:58 -0600 Subject: [Gtkradiant] CVS: built glibc 2.1 bins Message-ID: This is a mixed plain/HTML MIME encoded message. --101217419820914 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/27 17:26:14 built glibc 2.1 bins -- 2 files modified : setup/image/setup.data/bin/Linux/x86/setup 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/setup.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/setup/image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h --101217419820914 Content-Type: text/html CVS report
Commit from timo 2002/01/27   17:26:14


built glibc 2.1 bins


 
2 files modified
Module File name Version
setup image/setup.data/bin/Linux/x86/setup 1.7 >>> 1.8
setup image/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.7 >>> 1.8
--101217419820914-- From gtkradiant@zerowing.idsoftware.com Mon Jan 28 00:28:24 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 27 Jan 2002 18:28:24 -0600 Subject: [Gtkradiant] CVS: fixed image.so build, built linux 1.2.2 setup Message-ID: This is a mixed plain/HTML MIME encoded message. --101217770424094 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/27 18:13:23 fixed image.so build, built linux 1.2.2 setup -- 3 files modified : GtkRadiant/plugins/image/Conscript 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/Conscript?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/Conscript?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/Conscript.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h --101217770424094 Content-Type: text/html CVS report
Commit from timo 2002/01/27   18:13:23


fixed image.so build, built linux 1.2.2 setup


 
3 files modified
Module File name Version
GtkRadiant plugins/image/Conscript 1.4 >>> 1.5
GtkRadiant setup/linux/setup.data/bin/Linux/x86/setup 1.3 >>> 1.4
GtkRadiant setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.4 >>> 1.5
--101217770424094-- From gtkradiant@zerowing.idsoftware.com Mon Jan 28 01:03:26 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Sun, 27 Jan 2002 19:03:26 -0600 Subject: [Gtkradiant] CVS: Message-ID: This is a mixed plain/HTML MIME encoded message. --101217980628793 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/27 19:03:23 -- 1 file removed : GtkRadiant/contrib/config.mk was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/Attic/config.mk?rev=1.2 2 files modified : GtkRadiant/contrib/bobtoolz/misc.cpp 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.cpp?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.cpp?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.cpp.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/include/version.default 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h --101217980628793 Content-Type: text/html CVS report
Commit from timo 2002/01/27   19:03:23




 
1 file removed
Module File name Last version
GtkRadiant contrib/config.mk 1.2
 
2 files modified
Module File name Version
GtkRadiant contrib/bobtoolz/misc.cpp 1.6 >>> 1.7
GtkRadiant include/version.default 1.11 >>> 1.12
--101217980628793-- From gtkradiant@zerowing.idsoftware.com Mon Jan 28 11:13:17 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 28 Jan 2002 05:13:17 -0600 Subject: [Gtkradiant] [Bug 357] Duplicate brush when creating entity Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=357 wjoseph@europe.ea.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |INVALID ------- Additional Comments From wjoseph@europe.ea.com 2002-01-28 05:13 ------- This is a feature change which may have gone undocumented. To create fixedsize entities (ie. entities that don't contain brushes) you don't need to have a brush selected. The entity will be created at the point you clicked on. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 28 11:38:26 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 28 Jan 2002 05:38:26 -0600 Subject: [Gtkradiant] CVS: some more fixes to q3map Message-ID: This is a mixed plain/HTML MIME encoded message. --10122179067799 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/28 05:38:08 some more fixes to q3map -- GtkRadiant/docs/developer/CHANGES 1.244 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.244 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 28/1/2002 + TTimo + - fixed BSP version depending on game mode in q3map + (home dir guessing is still fucked, have to fix before release) + 27/1/2002 TTimo - switching to v3 project file, forcing reload of template if non-v3 *************** *** 12,18 **** see also todo: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368 - some fixes to textures loading paths in curry - linux setup copying correct content for curry (pk3 in wolf media) and bobtoolz (bt/ in plugins/) ! - building 1.2.2 setups Gef - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362 --- 17,23 ---- see also todo: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368 - some fixes to textures loading paths in curry - linux setup copying correct content for curry (pk3 in wolf media) and bobtoolz (bt/ in plugins/) ! - building 1.2.2 setups Gef - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362 5 files modified : GtkRadiant/docs/developer/CHANGES 1.244 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.244 1.243 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.243 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.243&r2=text&tr2=1.244&f=h GtkRadiant/radiant/watchbsp.cpp 1.21 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.21 1.20 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.20 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&f=h GtkRadiant/setup/changelog.txt 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.10 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.9 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&f=h GtkRadiant/tools/quake3/q3map/path_init.c 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/vslick/Radiant.vpw 1.36 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.36 1.35 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.35 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.35&r2=text&tr2=1.36&f=h --10122179067799 Content-Type: text/html CVS report
Commit from timo 2002/01/28   05:38:08


some more fixes to q3map


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 28/1/2002
+   TTimo
+   - fixed BSP version depending on game mode in q3map
+     (home dir guessing is still fucked, have to fix before release)
+ 
  27/1/2002
    TTimo
    - switching to v3 project file, forcing reload of template if non-v3
***************
*** 12,18 ****
      see also todo: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368
    - some fixes to textures loading paths in curry
    - linux setup copying correct content for curry (pk3 in wolf media) and bobtoolz (bt/ in plugins/)
!   - building 1.2.2 setups
    
    Gef
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362
--- 17,23 ----
      see also todo: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368
    - some fixes to textures loading paths in curry
    - linux setup copying correct content for curry (pk3 in wolf media) and bobtoolz (bt/ in plugins/)
!   - building 1.2.2 setups  
    
    Gef
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362
 
5 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.243 >>> 1.244
GtkRadiant radiant/watchbsp.cpp 1.20 >>> 1.21
GtkRadiant setup/changelog.txt 1.9 >>> 1.10
GtkRadiant tools/quake3/q3map/path_init.c 1.2 >>> 1.3
GtkRadiant vslick/Radiant.vpw 1.35 >>> 1.36
--10122179067799-- From gtkradiant@zerowing.idsoftware.com Mon Jan 28 13:06:51 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 28 Jan 2002 07:06:51 -0600 Subject: [Gtkradiant] [Bug 369] New: Gensurf texture names missing textures/ prefix Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=369 Summary: Gensurf texture names missing textures/ prefix Product: GtkRadiant Version: 1.2.1 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: gefdavis@dingoblue.net.au patch follows ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 28 13:07:45 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 28 Jan 2002 07:07:45 -0600 Subject: [Gtkradiant] [Bug 369] Gensurf texture names missing textures/ prefix Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=369 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-28 07:07 ------- Created an attachment (id=180) Fixes shader names returned from gensurf ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 28 13:08:16 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 28 Jan 2002 07:08:16 -0600 Subject: [Gtkradiant] [Bug 357] Duplicate brush when creating entity Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=357 ------- Additional Comments From bushboy@ritualistic.com 2002-01-28 07:08 ------- Ah - ok, didn't realise ! Nice feature - will take a bit of getting used to, but it's a good enhancement ! ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 28 16:08:14 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 28 Jan 2002 10:08:14 -0600 Subject: [Gtkradiant] CVS: more q3map bugfix, Gef's update to GenSurf Message-ID: This is a mixed plain/HTML MIME encoded message. --101223409314676 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/28 10:07:53 more q3map bugfix, Gef's update to GenSurf -- GtkRadiant/docs/developer/CHANGES 1.245 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.245 diff : TTimo - fixed BSP version depending on game mode in q3map (home dir guessing is still fucked, have to fix before release) + - fixed q3map init_path.c home path bug on init + + Gef + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=369 + more fixes to texture paths in gensurf 27/1/2002 TTimo 6 files modified : GtkRadiant/contrib/gtkgensurf/genmap.cpp 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/genmap.cpp?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/genmap.cpp?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/genmap.cpp.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/contrib/gtkgensurf/gensurf.cpp 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/gensurf.cpp?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/gensurf.cpp?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/gensurf.cpp.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/docs/developer/CHANGES 1.245 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.245 1.244 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.244 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.244&r2=text&tr2=1.245&f=h GtkRadiant/include/version.default 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.13 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.12 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&f=h GtkRadiant/setup/changelog.txt 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h GtkRadiant/tools/quake3/q3map/path_init.c 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h --101223409314676 Content-Type: text/html CVS report
Commit from timo 2002/01/28   10:07:53


more q3map bugfix, Gef's update to GenSurf


GtkRadiant/docs/developer/CHANGES
    TTimo
    - fixed BSP version depending on game mode in q3map
      (home dir guessing is still fucked, have to fix before release)
+   - fixed q3map init_path.c home path bug on init
+ 
+   Gef
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=369
+     more fixes to texture paths in gensurf
  
  27/1/2002
    TTimo
 
6 files modified
Module File name Version
GtkRadiant contrib/gtkgensurf/genmap.cpp 1.3 >>> 1.4
GtkRadiant contrib/gtkgensurf/gensurf.cpp 1.2 >>> 1.3
GtkRadiant docs/developer/CHANGES 1.244 >>> 1.245
GtkRadiant include/version.default 1.12 >>> 1.13
GtkRadiant setup/changelog.txt 1.10 >>> 1.11
GtkRadiant tools/quake3/q3map/path_init.c 1.3 >>> 1.4
--101223409314676-- From gtkradiant@zerowing.idsoftware.com Mon Jan 28 16:14:38 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Mon, 28 Jan 2002 10:14:38 -0600 Subject: [Gtkradiant] [Bug 369] Gensurf texture names missing textures/ prefix Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=369 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-28 10:14 ------- applied ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Mon Jan 28 19:07:51 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 28 Jan 2002 20:07:51 +0100 Subject: [Gtkradiant] linux GtkR 1.2.3 released, next plans Message-ID: <20020128200751.79822096.ttimo@idsoftware.com> The full setup for GtkR 1.2.3 on linux is released. Immediate plans for now, release a patch (i.e. 'nightly') for win32 to fix most of the issues since 1.2.1. This is gonna take some work on the setup scripts (which I am going to be doing), meanwhile you can point to me the stability fixes in bugzilla so that we can patch them in. In the long run I think we are going to create a new branch for the 'developement' stuff. The need for a stable version is big, and we are not there yet. And on the other hand there are some 'new functionality' patches waiting to be applied. TTimo From gtkradiant@zerowing.idsoftware.com Mon Jan 28 22:59:10 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Mon, 28 Jan 2002 16:59:10 -0600 Subject: [Gtkradiant] CVS: win32 fixes. 1.2.4-nightly now Message-ID: This is a mixed plain/HTML MIME encoded message. --101225875022752 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/28 16:59:02 win32 fixes. 1.2.4-nightly now -- GtkRadiant/docs/developer/CHANGES 1.246 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.246 diff : that we distribute with the binaries. (see changelog) 28/1/2002 + + TTimo + - win32 fixes + - 1.2.4-nightly + + djbob + - EClass_ForName fix if malformed name + + ---- 1.2.3 linux released + TTimo - fixed BSP version depending on game mode in q3map (home dir guessing is still fucked, have to fix before release) 6 files modified : GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/docs/developer/CHANGES 1.246 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.246 1.245 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.245 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.245&r2=text&tr2=1.246&f=h GtkRadiant/include/version.default 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.14 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.13 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&f=h GtkRadiant/radiant/eclass.cpp 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/eclass.cpp?rev=1.14 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/eclass.cpp?rev=1.13 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/eclass.cpp.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&f=h GtkRadiant/radiant/preferences.cpp 1.37 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.37 1.36 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.36 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.36&r2=text&tr2=1.37&f=h GtkRadiant/tools/quake3/q3map/q3map.dsp 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp?rev=1.15 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp?rev=1.14 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&f=h --101225875022752 Content-Type: text/html CVS report
Commit from timo 2002/01/28   16:59:02


win32 fixes. 1.2.4-nightly now


GtkRadiant/docs/developer/CHANGES
  that we distribute with the binaries. (see changelog)
  
  28/1/2002
+ 
+   TTimo
+   - win32 fixes
+   - 1.2.4-nightly
+ 
+   djbob
+   - EClass_ForName fix if malformed name
+ 
+ ---- 1.2.3 linux released
+ 
    TTimo
    - fixed BSP version depending on game mode in q3map
      (home dir guessing is still fucked, have to fix before release)
 
6 files modified
Module File name Version
GtkRadiant contrib/bobtoolz/bobToolz_gtk.dsp 1.5 >>> 1.6
GtkRadiant docs/developer/CHANGES 1.245 >>> 1.246
GtkRadiant include/version.default 1.13 >>> 1.14
GtkRadiant radiant/eclass.cpp 1.13 >>> 1.14
GtkRadiant radiant/preferences.cpp 1.36 >>> 1.37
GtkRadiant tools/quake3/q3map/q3map.dsp 1.14 >>> 1.15
--101225875022752-- From gtkradiant@zerowing.idsoftware.com Tue Jan 29 18:14:11 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 12:14:11 -0600 Subject: [Gtkradiant] [Bug 355] Shader editor crashes radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=355 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-29 12:14 ------- It is not recommended to use the shader editor under win32, I believe that radiant even throws up a warning or it's documented in the radiant FAQ, use editpad instead ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 18:18:54 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 12:18:54 -0600 Subject: [Gtkradiant] [Bug 355] Shader editor crashes radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=355 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-29 12:18 ------- would need to check if editpad on win32 still works, where it needs to be installed and stuff.. also maybe add a prefs thing for the command to exec (hardcoded internal editor, hardcoded editpad, custom command) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 19:08:12 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 13:08:12 -0600 Subject: [Gtkradiant] [Bug 370] New: q3map 1.2.4-y2 source changes Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=370 Summary: q3map 1.2.4-y2 source changes Product: GtkRadiant Version: 1.2-nightly Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: ydnar@rasterproductions.com A lot of files got touched. Merging these can/will probably be annoying. After my own merge I just deleted all the old conflicting code. This has been tested on Win32 with RTCW as well as Quake 3 by a number of people. The only file I would pay close attention to is path_init.c. Added: game_t.h for the game_t structure so it can be included by qbsp.h and light.h. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 19:09:01 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 13:09:01 -0600 Subject: [Gtkradiant] [Bug 370] q3map 1.2.4-y2 source changes Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=370 ------- Additional Comments From ydnar@rasterproductions.com 2002-01-29 13:09 ------- Created an attachment (id=181) zipped source changes ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 19:34:46 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 13:34:46 -0600 Subject: [Gtkradiant] [Bug 370] q3map 1.2.4-y2 source changes Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=370 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From ttimo@idsoftware.com 2002-01-29 13:34 ------- ydnar: you have some changelog info? ydnar: where the hell is posterize in pshp? :) ah TTimo yeah nm, found it TTimo: http://www.quake3world.com/ubb/Forum6/HTML/019997-3.html? near the bottom of the page (the really big post from last night) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 19:56:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 13:56:03 -0600 Subject: [Gtkradiant] [Bug 370] q3map 1.2.4-y2 source changes Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=370 ------- Additional Comments From ydnar@rasterproductions.com 2002-01-29 13:56 ------- Created an attachment (id=182) bsp.c and patch.c to catch all degenerate patches -> xml_select() ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 20:02:48 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Tue, 29 Jan 2002 14:02:48 -0600 Subject: [Gtkradiant] CVS: see CHANGES 29/1/2002 Message-ID: This is a mixed plain/HTML MIME encoded message. --10123345679145 Content-Type: text/plain User : spog Root : zerowing:/cvs Date : 2002/01/29 14:02:37 see CHANGES 29/1/2002 -- GtkRadiant/docs/developer/CHANGES 1.247 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.247 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 29/1/2002 + + SPoG + - fixed misc_model "modelscale" and "modelscale_vec" support + 28/1/2002 TTimo 3 files modified : GtkRadiant/docs/developer/CHANGES 1.247 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.247 1.246 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.246 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.246&r2=text&tr2=1.247&f=h GtkRadiant/plugins/md3model/entitymodel.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/plugins/md3model/miscmodel.cpp 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h --10123345679145 Content-Type: text/html CVS report
Commit from spog 2002/01/29   14:02:37


see CHANGES 29/1/2002


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 29/1/2002
+ 
+   SPoG
+   - fixed misc_model "modelscale" and "modelscale_vec" support
+ 
  28/1/2002
  
    TTimo
 
3 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.246 >>> 1.247
GtkRadiant plugins/md3model/entitymodel.cpp 1.4 >>> 1.5
GtkRadiant plugins/md3model/miscmodel.cpp 1.4 >>> 1.5
--10123345679145-- From gtkradiant@zerowing.idsoftware.com Tue Jan 29 20:22:15 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 29 Jan 2002 14:22:15 -0600 Subject: [Gtkradiant] CVS: setup code updates Message-ID: This is a mixed plain/HTML MIME encoded message. --101233573512001 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/29 14:22:08 setup code updates -- GtkRadiant/docs/developer/CHANGES 1.248 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.248 diff : SPoG - fixed misc_model "modelscale" and "modelscale_vec" support + + TTimo + - upgraded setup scripts to support nightly build 28/1/2002 2 files added : Q3/1_2_1 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Q3/1_2_1?rev=1.1 Wolf/1_2_1 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Wolf/1_2_1?rev=1.1 8 files modified : GtkRadiant/docs/developer/CHANGES 1.248 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.248 1.247 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.247 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.247&r2=text&tr2=1.248&f=h GtkRadiant/setup/win32/TODO 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/TODO?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/TODO?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/TODO.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/win32/setup.pl 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.10 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.9 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&f=h GtkRadiant/setup/win32/template/Component/Default.cdf 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/setup/win32/template/Component/Default.fgl 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.fgl?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.fgl?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.fgl.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/setup/win32/template/File/Default.fdf 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.14 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.13 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&f=h Default/Q3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Default/Q3?rev=1.2 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Default/Q3?rev=1.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Default/Q3.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&f=h Media/Wolf 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h --101233573512001 Content-Type: text/html CVS report
Commit from timo 2002/01/29   14:22:08


setup code updates


GtkRadiant/docs/developer/CHANGES
  
    SPoG
    - fixed misc_model "modelscale" and "modelscale_vec" support
+   
+   TTimo
+   - upgraded setup scripts to support nightly build
  
  28/1/2002
  
 
2 files added
Module File name Version
Q3 1_2_1 1.1
Wolf 1_2_1 1.1
 
8 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.247 >>> 1.248
GtkRadiant setup/win32/TODO 1.3 >>> 1.4
GtkRadiant setup/win32/setup.pl 1.9 >>> 1.10
GtkRadiant setup/win32/template/Component/Default.cdf 1.5 >>> 1.6
GtkRadiant setup/win32/template/Component/Default.fgl 1.4 >>> 1.5
GtkRadiant setup/win32/template/File/Default.fdf 1.13 >>> 1.14
Default Q3 1.1 >>> 1.2
Media Wolf 1.6 >>> 1.7
--101233573512001-- From gtkradiant@zerowing.idsoftware.com Tue Jan 29 20:48:07 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 14:48:07 -0600 Subject: [Gtkradiant] [Bug 371] New: propagate PCX fix code? Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=371 Summary: propagate PCX fix code? Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com the pcx loading is settled? I see more changes my patches fix it yup but if I remember the fix was in two places RR2DO2 modified there and in the image module I didn't fix it in Radiant's imaglib just in tools/common/imagelib.c is the function the same in the image module? yeah that's what I mean, probably needs to propagate * TTimo pokes RR2DO2 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 21:24:27 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 15:24:27 -0600 Subject: [Gtkradiant] [Bug 372] New: wrong path for user*.qe4 on linux Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=372 Summary: wrong path for user*.qe4 on linux Product: GtkRadiant Version: 1.2.1 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: michael@johalla.de user*.qe4 is searched in the wrong path or path not created before using it. Output from strace: access("/home/michael/.q3a/radiant/user0.qe4", R_OK) = -1 ENOENT (No such file or directory) write(6, "project file is version 3\n", 26) = 26 open("/home/michael/.q3a/radiant/user0.qe4", O_RDWR|O_CREAT|O_TRUNC, 0666) = -1 ENOENT (No such file or directory) write(6, "Could not open project file!\nerr"..., 156) = 156 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 21:29:34 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 15:29:34 -0600 Subject: [Gtkradiant] [Bug 372] wrong path for user*.qe4 on linux Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=372 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-29 15:29 ------- ok try this: cd to ~/.q3a and do mkdir radiant try again will add to known issues .. please report here if that fixes it ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 21:37:06 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 29 Jan 2002 15:37:06 -0600 Subject: [Gtkradiant] CVS: ydnar q3map update, changelog.txt updated Message-ID: This is a mixed plain/HTML MIME encoded message. --101234022515868 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/29 15:36:48 ydnar q3map update, changelog.txt updated -- GtkRadiant/docs/developer/CHANGES 1.249 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.249 diff : TTimo - upgraded setup scripts to support nightly build + ydnar + q3map 1.2.4-y2 + + New features: + - -nopatchfix argument. This disables lightmap patch fixes and makes a map suitable for lighting with -vlight. + - Degenerate patches are treated like broken brushes. They are ignored, warned about, and selected in Radiant if you ran with the -connect option (or from the BSP menu). This was what was causing the "0 valued axis" error some people were experiencing. + + New entity keys: + - "_lightmapscale" key for brush entities (worldspawn, func_*). This lets a mapper scale the lightmap samplesize per-entity. For large constructions, 2.0 or 3.0 is a fine value, and keeps BSP size down and compile times low. For those areas you want to have high-detail shadows, make a func_group and use a value of 0.25 or so. It will scale the samplesize value for the surface's shader (default 16) or the -samplesize argument. + - "modelscale" and "modelscale_vec" keys for misc_models (1.0 = default). This was for proper RTCW support and is available for Quake 3 maps as well. Lets you scale up map models in the world, getting around the MD3 size limitation. The next build of GtkRadiant has SPoG's code to support this in-editor so you can see what effect a scale has. + - Flare surfaces are now supressed from the BSP. They serve no purpose other than add to the vert & surfacecount in a BSP. These surfaces were created silently when a shader has "light 1" or "q3map_flareshader X." Use the new -flares switch when BSPing your map to have them emitted. + + Changes: + - GtkRadiant 1.2.4-nightly version increment. + - Full WolfSDK style lighting enabled with -game wolf, including lightJuniors. This includes linear lights by default (no angle attenuation) and support for the additional RTCW "fade" and "angle" keys, and spawnflag changes, including q3map_nondynamic on light entities. This may require maps being constructed for RTCW with the current toolset to change their light entities. Sorry. :) Note, Wolf-style lighting only works with -light, and not -vlight. + - Vertex light stitching now uses a near-ambient light check for dark vertexes as opposed to lower-than-average fixups. This preserves some shadow detail better while getting the buried verts lit properly. Comments encouraged. + - Surfaces' samplesize are now stored in the BSP. This change makes BSPs generated from this version incompatible with all other q3maps. The upside is that -samplesize N is no longer necessary on the -light or -vlight stage. This feature is necessary to support the "_lightmapscale" key. + - Additional PVS optimizations in lighting. + + Fixes: + - Will compile for RTCW properly (1.2.1-y12 didn't). + - No more sparklies where fog meets brush faces. They're split properly now. + - Crash bug in vlight fixed. + - Vertex light fixups/stitching is considerably faster. + - Vertex light fixups ONLY stitch faces with lightmaps. For pointlight surfaces you're on your own. + - Better snapping logic when merging nearly-coincident vertexes on complex brush windings. + - Bug where the .prt file had some bogus or nearly-borked portals. They're cleaned up like everything else now. + - A few stupid bugs in path initialization. Should work better. Also includes TTimo's fixes to my code so it would work properly on Linux. + - RR2DO2's PCX loading patch for alphamaps. This bug was manifesting itself in the form of offset or incorrect samples being used on terrain entities. + - A ton of other minor little fixes here and there. + 28/1/2002 TTimo 1 file added : GtkRadiant/tools/quake3/q3map/game_t.h 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/game_t.h?rev=1.1 21 files modified : GtkRadiant/docs/developer/CHANGES 1.249 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.249 1.248 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.248 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.248&r2=text&tr2=1.249&f=h GtkRadiant/setup/changelog.txt 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.12 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.11 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&f=h GtkRadiant/tools/quake3/common/imagelib.c 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/imagelib.c?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/imagelib.c?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/imagelib.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/tools/quake3/q3map/brush.c 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/brush.c?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/brush.c?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/brush.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h GtkRadiant/tools/quake3/q3map/bsp.c 1.21 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.21 1.20 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.20 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&f=h GtkRadiant/tools/quake3/q3map/fog.c 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/fog.c?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/fog.c?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/fog.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/tools/quake3/q3map/light.c 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c?rev=1.15 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c?rev=1.14 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&f=h GtkRadiant/tools/quake3/q3map/light.h 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.h?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.h?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.h.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/tools/quake3/q3map/light_bounce.c 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_bounce.c?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_bounce.c?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_bounce.c.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/tools/quake3/q3map/light_trace.c 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_trace.c?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_trace.c?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_trace.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/tools/quake3/q3map/lightmaps.c 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightmaps.c?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightmaps.c?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightmaps.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/tools/quake3/q3map/lightv.c 1.16 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c?rev=1.16 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c?rev=1.15 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&f=h GtkRadiant/tools/quake3/q3map/map.c 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/map.c?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/map.c?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/map.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h GtkRadiant/tools/quake3/q3map/misc_model.c 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/misc_model.c?rev=1.8 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/misc_model.c?rev=1.7 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/misc_model.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&f=h GtkRadiant/tools/quake3/q3map/patch.c 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/patch.c?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/patch.c?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/patch.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/tools/quake3/q3map/path_init.c 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/q3map/portals.c 1.9 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/portals.c?rev=1.9 1.8 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/portals.c?rev=1.8 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/portals.c.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&f=h GtkRadiant/tools/quake3/q3map/qbsp.h 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h?rev=1.13 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h?rev=1.12 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&f=h GtkRadiant/tools/quake3/q3map/shaders.c 1.15 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c?rev=1.15 1.14 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c?rev=1.14 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&f=h GtkRadiant/tools/quake3/q3map/surface.c 1.11 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c?rev=1.11 1.10 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c?rev=1.10 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&f=h GtkRadiant/tools/quake3/q3map/tjunction.c 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/tjunction.c?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/tjunction.c?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/tjunction.c.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h --101234022515868 Content-Type: text/html CVS report
Commit from timo 2002/01/29   15:36:48


ydnar q3map update, changelog.txt updated


GtkRadiant/docs/developer/CHANGES
    TTimo
    - upgraded setup scripts to support nightly build
  
+   ydnar
+   q3map 1.2.4-y2
+ 
+     New features:
+     - -nopatchfix argument. This disables lightmap patch fixes and makes a map suitable for lighting with -vlight.
+     - Degenerate patches are treated like broken brushes. They are ignored, warned about, and selected in Radiant if you ran with the -connect option (or from the BSP menu). This was what was causing the "0 valued axis" error some people were experiencing.
+ 
+     New entity keys:
+     - "_lightmapscale" key for brush entities (worldspawn, func_*). This lets a mapper scale the lightmap samplesize per-entity. For large constructions, 2.0 or 3.0 is a fine value, and keeps BSP size down and compile times low. For those areas you want to have high-detail shadows, make a func_group and use a value of 0.25 or so. It will scale the samplesize value for the surface's shader (default 16) or the -samplesize argument.
+     - "modelscale" and "modelscale_vec" keys for misc_models (1.0 = default). This was for proper RTCW support and is available for Quake 3 maps as well. Lets you scale up map models in the world, getting around the MD3 size limitation. The next build of GtkRadiant has SPoG's code to support this in-editor so you can see what effect a scale has.
+     - Flare surfaces are now supressed from the BSP. They serve no purpose other than add to the vert & surfacecount in a BSP. These surfaces were created silently when a shader has "light 1" or "q3map_flareshader X." Use the new -flares switch when BSPing your map to have them emitted.
+ 
+     Changes:
+     - GtkRadiant 1.2.4-nightly version increment.
+     - Full WolfSDK style lighting enabled with -game wolf, including lightJuniors. This includes linear lights by default (no angle attenuation) and support for the additional RTCW "fade" and "angle" keys, and spawnflag changes, including q3map_nondynamic on light entities. This may require maps being constructed for RTCW with the current toolset to change their light entities. Sorry. :) Note, Wolf-style lighting only works with -light, and not -vlight.
+     - Vertex light stitching now uses a near-ambient light check for dark vertexes as opposed to lower-than-average fixups. This preserves some shadow detail better while getting the buried verts lit properly. Comments encouraged.
+     - Surfaces' samplesize are now stored in the BSP. This change makes BSPs generated from this version incompatible with all other q3maps. The upside is that -samplesize N is no longer necessary on the -light or -vlight stage. This feature is necessary to support the "_lightmapscale" key.
+     - Additional PVS optimizations in lighting.
+ 
+     Fixes:
+     - Will compile for RTCW properly (1.2.1-y12 didn't).
+     - No more sparklies where fog meets brush faces. They're split properly now.
+     - Crash bug in vlight fixed.
+     - Vertex light fixups/stitching is considerably faster.
+     - Vertex light fixups ONLY stitch faces with lightmaps. For pointlight surfaces you're on your own.
+     - Better snapping logic when merging nearly-coincident vertexes on complex brush windings.
+     - Bug where the .prt file had some bogus or nearly-borked portals. They're cleaned up like everything else now.
+     - A few stupid bugs in path initialization. Should work better. Also includes TTimo's fixes to my code so it would work properly on Linux.
+     - RR2DO2's PCX loading patch for alphamaps. This bug was manifesting itself in the form of offset or incorrect samples being used on terrain entities.
+     - A ton of other minor little fixes here and there.
+ 
  28/1/2002
  
    TTimo
 
1 file added
Module File name Version
GtkRadiant tools/quake3/q3map/game_t.h 1.1
 
21 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.248 >>> 1.249
GtkRadiant setup/changelog.txt 1.11 >>> 1.12
GtkRadiant tools/quake3/common/imagelib.c 1.6 >>> 1.7
GtkRadiant tools/quake3/q3map/brush.c 1.8 >>> 1.9
GtkRadiant tools/quake3/q3map/bsp.c 1.20 >>> 1.21
GtkRadiant tools/quake3/q3map/fog.c 1.7 >>> 1.8
GtkRadiant tools/quake3/q3map/light.c 1.14 >>> 1.15
GtkRadiant tools/quake3/q3map/light.h 1.7 >>> 1.8
GtkRadiant tools/quake3/q3map/light_bounce.c 1.2 >>> 1.3
GtkRadiant tools/quake3/q3map/light_trace.c 1.6 >>> 1.7
GtkRadiant tools/quake3/q3map/lightmaps.c 1.6 >>> 1.7
GtkRadiant tools/quake3/q3map/lightv.c 1.15 >>> 1.16
GtkRadiant tools/quake3/q3map/map.c 1.8 >>> 1.9
GtkRadiant tools/quake3/q3map/misc_model.c 1.7 >>> 1.8
GtkRadiant tools/quake3/q3map/patch.c 1.6 >>> 1.7
GtkRadiant tools/quake3/q3map/path_init.c 1.4 >>> 1.5
GtkRadiant tools/quake3/q3map/portals.c 1.8 >>> 1.9
GtkRadiant tools/quake3/q3map/qbsp.h 1.12 >>> 1.13
GtkRadiant tools/quake3/q3map/shaders.c 1.14 >>> 1.15
GtkRadiant tools/quake3/q3map/surface.c 1.10 >>> 1.11
GtkRadiant tools/quake3/q3map/tjunction.c 1.6 >>> 1.7
--101234022515868-- From gtkradiant@zerowing.idsoftware.com Tue Jan 29 21:56:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 15:56:00 -0600 Subject: [Gtkradiant] [Bug 334] load shaders at startup broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |eviltypeguy@qeradiant.com Status|ASSIGNED |NEW ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-29 15:55 ------- hrm...i'll take this ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 21:56:31 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 15:56:31 -0600 Subject: [Gtkradiant] [Bug 334] load shaders at startup broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-29 15:56 ------- Created an attachment (id=183) Patch that fixes the load shaders at startup preference ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 21:59:55 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 15:59:55 -0600 Subject: [Gtkradiant] [Bug 345] Detachable menus option doesn't work quite right Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=345 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-29 15:59 ------- ok ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 22:04:37 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 16:04:37 -0600 Subject: [Gtkradiant] [Bug 334] load shaders at startup broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-29 16:04 ------- ok ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 22:05:55 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 29 Jan 2002 16:05:55 -0600 Subject: [Gtkradiant] CVS: final fixes, liftoff Message-ID: This is a mixed plain/HTML MIME encoded message. --101234195519120 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/29 16:05:41 final fixes, liftoff -- GtkRadiant/docs/developer/CHANGES 1.250 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.250 diff : 29/1/2002 + EvilTypeGuy + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=345 + more detachable menus fixes + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 + fixes 'load shaders at startup' preference + SPoG - fixed misc_model "modelscale" and "modelscale_vec" support 6 files modified : GtkRadiant/docs/developer/CHANGES 1.250 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.250 1.249 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.249 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.249&r2=text&tr2=1.250&f=h GtkRadiant/radiant/mainframe.cpp 1.77 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.77 1.76 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.76 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.76&r2=text&tr2=1.77&f=h GtkRadiant/radiant/qe3.cpp 1.51 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.51 1.50 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.50 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp.diff?r1=text&tr1=1.50&r2=text&tr2=1.51&f=h GtkRadiant/radiant/qe3.h 1.49 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.49 1.48 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.48 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h.diff?r1=text&tr1=1.48&r2=text&tr2=1.49&f=h GtkRadiant/radiant/texwindow.cpp 1.40 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp?rev=1.40 1.39 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp?rev=1.39 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp.diff?r1=text&tr1=1.39&r2=text&tr2=1.40&f=h GtkRadiant/setup/changelog.txt 1.13 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.13 1.12 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.12 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&f=h --101234195519120 Content-Type: text/html CVS report
Commit from timo 2002/01/29   16:05:41


final fixes, liftoff


GtkRadiant/docs/developer/CHANGES
  
  29/1/2002
  
+   EvilTypeGuy
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=345
+   more detachable menus fixes
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334
+   fixes 'load shaders at startup' preference
+ 
    SPoG
    - fixed misc_model "modelscale" and "modelscale_vec" support
    
 
6 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.249 >>> 1.250
GtkRadiant radiant/mainframe.cpp 1.76 >>> 1.77
GtkRadiant radiant/qe3.cpp 1.50 >>> 1.51
GtkRadiant radiant/qe3.h 1.48 >>> 1.49
GtkRadiant radiant/texwindow.cpp 1.39 >>> 1.40
GtkRadiant setup/changelog.txt 1.12 >>> 1.13
--101234195519120-- From gtkradiant@zerowing.idsoftware.com Tue Jan 29 22:05:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 16:05:03 -0600 Subject: [Gtkradiant] [Bug 344] Brush primitive conversion Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=344 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED OS/Version| |All Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-29 16:05 ------- spog checked in the fix to that I recon ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 22:38:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 16:38:00 -0600 Subject: [Gtkradiant] [Bug 372] wrong path for user*.qe4 on linux Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=372 ------- Additional Comments From michael@johalla.de 2002-01-29 16:37 ------- creating ~/.q3a/radiant/ fixes it ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 23:01:16 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 17:01:16 -0600 Subject: [Gtkradiant] [Bug 373] New: search keys used in entity dialog activate radiant commands Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=373 Summary: search keys used in entity dialog activate radiant commands Product: GtkRadiant Version: 1.1-TA OS/Version: other Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: monsto.brukes@home.com in the entity dialog 1) click in the list of entities 2) press I to jump to the first ent beginning with I the first I entity is selected, and "Inverse Selection" command is exec'd. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 23:11:28 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Tue, 29 Jan 2002 17:11:28 -0600 Subject: [Gtkradiant] [Bug 374] New: Entity Filter doesn't filter newly created entities. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=374 Summary: Entity Filter doesn't filter newly created entities. Product: GtkRadiant Version: 1.1-TA OS/Version: other Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: monsto.brukes@home.com 1) select View > Filter > Entities so that it's selected to NOT show entities. 2) rclick, create an entity. The new entity is shown until the filter is toggled off then on. Filtered entities can be selected and modified thru the entity info dialog, but the selection box (not the entity placeholder) is the only thing visible. I'm not sure how much of a bug this would be. If the entity is filtered out as soon as it's deselected, it could be just as confusing as it is now. Perhaps allowing entites to be unfiltered (and selected) when selected thru the entitiy info dialog. Also perhaps a status entry on the statusbar at the bottom, showing the filter status of all filterable objects. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Tue Jan 29 23:50:58 2002 From: gtkradiant@zerowing.idsoftware.com (Michael Schlueter) Date: 30 Jan 2002 00:50:58 +0100 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups In-Reply-To: References: Message-ID: <1012348259.669.26.camel@donald> > ------- Additional Comments From ttimo@idsoftware.com 2002-01-25 11:09 ------- > holy fuck, what's that mess > how many of the patches among the pile actually need to be applied now I'm sorry. I thought all patches were already included. Next time I'll take a longer look on bugzilla. Next week I'll take a look why the 3D preview is so slow on my system (I think software redering is used) or has somebody any solution for that? Bye, Michael From gtkradiant@zerowing.idsoftware.com Tue Jan 29 23:59:00 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Tue, 29 Jan 2002 17:59:00 -0600 Subject: [Gtkradiant] CVS: modelscale bugfix Message-ID: This is a mixed plain/HTML MIME encoded message. --101234874023789 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/29 17:58:55 modelscale bugfix -- GtkRadiant/docs/developer/CHANGES 1.251 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.251 diff : TTimo - upgraded setup scripts to support nightly build + - last minute fix to the modelscale and modelscale_vec code (md3 module) ydnar q3map 1.2.4-y2 2 files modified : GtkRadiant/docs/developer/CHANGES 1.251 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.251 1.250 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.250 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.250&r2=text&tr2=1.251&f=h GtkRadiant/plugins/md3model/miscmodel.cpp 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h --101234874023789 Content-Type: text/html CVS report
Commit from timo 2002/01/29   17:58:55


modelscale bugfix


GtkRadiant/docs/developer/CHANGES
    
    TTimo
    - upgraded setup scripts to support nightly build
+   - last minute fix to the modelscale and modelscale_vec code (md3 module)
  
    ydnar
    q3map 1.2.4-y2
 
2 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.250 >>> 1.251
GtkRadiant plugins/md3model/miscmodel.cpp 1.5 >>> 1.6
--101234874023789-- From gtkradiant@zerowing.idsoftware.com Wed Jan 30 00:02:05 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Wed, 30 Jan 2002 01:02:05 +0100 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups In-Reply-To: <1012348259.669.26.camel@donald> References: Message-ID: <5.0.2.1.2.20020130005706.00b07570@192.168.1.1> heh :-) Fortunately it got all sorted out. Now we need a nightly setup for linux though. A nightly patch for the win32 version is going out tonight. TTimo At 00:50 30/01/2002 +0100, you wrote: > > ------- Additional Comments From ttimo@idsoftware.com 2002-01-25 11:09 > ------- > > holy fuck, what's that mess > > how many of the patches among the pile actually need to be applied now > >I'm sorry. I thought all patches were already included. Next time I'll >take a longer look on bugzilla. > >Next week I'll take a look why the 3D preview is so slow on my system (I >think software redering is used) or has somebody any solution for that? > >Bye, Michael > > > >_______________________________________________ >Gtkradiant mailing list >Gtkradiant@zerowing.idsoftware.com >http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant From gtkradiant@zerowing.idsoftware.com Wed Jan 30 07:40:07 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 01:40:07 -0600 Subject: [Gtkradiant] [Bug 355] Shader editor crashes radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=355 ------- Additional Comments From bushboy@ritualistic.com 2002-01-30 01:40 ------- That preference idea sounds cool - the ability to specify what editor you want to open the shader file with. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 30 16:57:26 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 10:57:26 -0600 Subject: [Gtkradiant] [Bug 375] New: typo in path_init.c of q3map for linux Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=375 Summary: typo in path_init.c of q3map for linux Product: GtkRadiant Version: 1.2.1 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: tools AssignedTo: ttimo@idsoftware.com ReportedBy: michael@johalla.de patch follows ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 30 16:58:45 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 10:58:45 -0600 Subject: [Gtkradiant] [Bug 375] typo in path_init.c of q3map for linux Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=375 ------- Additional Comments From michael@johalla.de 2002-01-30 10:58 ------- Created an attachment (id=184) fixes the bug ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 30 18:48:36 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 12:48:36 -0600 Subject: [Gtkradiant] [Bug 355] Shader editor crashes radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=355 ------- Additional Comments From ydnar@rasterproductions.com 2002-01-30 12:48 ------- On Win32 at least, you can use the ShellExecute() call to tell Windows to open|edit|etc a file at a given path: int err = ShellExecute( (HWND) window, "edit", pathToShader, NULL< NULL, SW_SHOWNORMAL ); if( err < 32 ) HandleError( err ); Whatever command the user has associated with a given suffix, ".shader" for instance, will launch. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 30 18:49:32 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 12:49:32 -0600 Subject: [Gtkradiant] [Bug 355] Shader editor crashes radiant Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=355 ------- Additional Comments From ydnar@rasterproductions.com 2002-01-30 12:49 ------- That should read "NULL, NULL", not "NULL < NULL". Haven't had my coffee yet... ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 30 19:32:21 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 13:32:21 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-30 13:32 ------- Created an attachment (id=185) Cleans game prefix when generating .game files ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 30 19:36:51 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 13:36:51 -0600 Subject: [Gtkradiant] [Bug 376] New: Linux not using homedir/.game/base/maps on load/saveas Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=376 Summary: Linux not using homedir/.game/base/maps on load/saveas Product: GtkRadiant Version: 1.2.1 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: gefdavis@dingoblue.net.au When doing file>load or file>saveas the file dialog opens in the /usr/local/games/ maps directory. Patch follows... Opens dialog in home dir maps directory, also fixes a wierd condition if you click ok without an actual file selected, i.e; if you have a dir selected, or nothing selected at all, radiant will get stuck trying to open the directory. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 30 19:38:41 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 13:38:41 -0600 Subject: [Gtkradiant] [Bug 376] Linux not using homedir/.game/base/maps on load/saveas Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=376 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-30 13:38 ------- Created an attachment (id=186) Makes file.open/saveas show home dir/.../maps, adds two globals for writable maps dir & homedir/prefix ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Wed Jan 30 20:14:43 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 14:14:43 -0600 Subject: [Gtkradiant] [Bug 279] linux 1.2.* setups Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-30 14:14 ------- Created an attachment (id=187) Ensures the games directory exists before trying to create a file there ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 00:02:56 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 18:02:56 -0600 Subject: [Gtkradiant] [Bug 377] New: Texture changes on brushes not displayed in 3D view Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=377 Summary: Texture changes on brushes not displayed in 3D view Product: GtkRadiant Version: 1.2.1 OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: goriki@hotmail.com For me at least there seems to be a problem with texture/shader changes not being shown in the 3D view. It only occurs with changes made using shift+middlemouse. Other application methods are fine. Seems to happen in both 1.2.1 and 1.2.4. If the newly applied texture has different alignment settings, the alignment changes will be shown using the existing texture. New textures are being applied, just not shown, since middleclicking faces will select the shader that should be on the face in the texture browser, and flushing and reloading shaders causes the correct textures to be shown. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 02:43:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 20:43:00 -0600 Subject: [Gtkradiant] [Bug 378] New: Gensurf: adds more snap-to-grid functionality Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=378 Summary: Gensurf: adds more snap-to-grid functionality Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: hydra@hydras-world.com This patch adds more snap-to-grid functionality to GenSurf. Previously snap-to- grid only worked on Bitmap-generated surfaces. This makes it so that snap-to- grid works for all types (I think..) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 02:43:55 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 20:43:55 -0600 Subject: [Gtkradiant] [Bug 378] Gensurf: adds more snap-to-grid functionality Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=378 ------- Additional Comments From hydra@hydras-world.com 2002-01-30 20:43 ------- Created an attachment (id=188) gensurf-SnapToGrid-20020131.diff - use "patch -lp 1" in GtkRadiant/ to apply ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 03:02:19 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Wed, 30 Jan 2002 21:02:19 -0600 Subject: [Gtkradiant] [Bug 374] Entity Filter doesn't filter newly created entities. Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=374 hydra@hydras-world.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From hydra@hydras-world.com 2002-01-30 21:02 ------- > Also perhaps a status entry on the statusbar at the bottom > showing the filter status of all filterable objects. yeah, that's a great idea! ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 10:27:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 04:27:03 -0600 Subject: [Gtkradiant] [Bug 370] q3map 1.2.4-y2 source changes Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=370 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 04:27 ------- this was in 1.2.4-nightly release ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 10:30:13 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 04:30:13 -0600 Subject: [Gtkradiant] [Bug 363] -onlyents problem Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=363 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|ttimo@idsoftware.com |ydnar@rasterproductions.com OS/Version| |All Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 04:30 ------- assigning to ydnar? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 10:29:03 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 04:29:03 -0600 Subject: [Gtkradiant] [Bug 364] last map not saved to radiant.ini Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=364 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 04:29 ------- I can't reproduce, load last map on open works fine here suggesting closure as invalid ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 10:32:04 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 04:32:04 -0600 Subject: [Gtkradiant] [Bug 379] New: spawnflags change back to default 0 Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=379 Summary: spawnflags change back to default 0 Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com Anyone has some insight on this? We may need more precise information to reproduce the behaviour. -- From: Qeradiant.Bug.Reports@home6.telefragged.com To: timo@qeradiant.com Reply-to: o.stannius@trixter.de Subject: Qeradiant bug form Date: Tue, 29 Jan 2002 10:59:55 -0600 CPU: pIII 1ghz dual VideoCard: 3D VideoCard: geforce 2 VideoDrivers: detonator 21.83 OpenGL Drivers: detonator 21.83 System RAM: 1 GB Hard Drive space: 20 GB Operating System: NT QERadiant Version: 1.2.1 Install (Full or upgrade): Sender's e-mail: o.stannius@trixter.de Problem: 1st error: when u move entitys around, sometimes the spawnflags change back to default (0 i think??) witnessed it with func_explosive, trigger_objective_info etc. it is mere annoying if u forget to re-check the spawnflags after moving stuff around 2nd error: if u use csg subtract to subtract a brush from a terrain and u UNDO the action the brush becomes part of the func_group of the terrain ... isn"t really a problem either. just to notify u thnx anyway, for all ur efforts :) How to Reproduce: see above ------------------------------------------------- Submitted: 01/29/02 10:59:54 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 10:37:57 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 04:37:57 -0600 Subject: [Gtkradiant] [Bug 364] last map not saved to radiant.ini Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=364 ------- Additional Comments From hfds@swbell.net 2002-01-31 04:37 ------- load last map works fine. writing the last map to radiant.ini does not. i have/had to edit radiant.ini by hand to change the last map. (1.2.1, haven't installed nightly yet) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 10:58:15 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 04:58:15 -0600 Subject: [Gtkradiant] [Bug 380] New: sky shader pack kills ingame sky texture Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=380 Summary: sky shader pack kills ingame sky texture Product: GtkRadiant Version: 1.2-nightly OS/Version: All Status: NEW Severity: normal Priority: P2 Component: setup AssignedTo: ttimo@idsoftware.com ReportedBy: ttimo@idsoftware.com CPU: amd 902 VideoCard: ati 32meg 3D VideoCard: VideoDrivers: latest ati driver OpenGL Drivers: latest open gl System RAM: 320 Hard Drive space: 32 gig Operating System: me QERadiant Version: gtkradiant 1.2.1 Install (Full or upgrade): Sender's e-mail: helmickmichael@hotmail.com Problem: installed gtk1.2.1 about 6 times. I was missing my sky texture in my retail copy of rtcw first level. I went and changed the sky back to the original with word pad in the sky shader scripts. I am not sure if that will hurt gtk1.2.1 latter on though. my old quake III levels I made looked fine in gtk1.2.1 when I loaded them but after compile with qbuild they were missing textures and and whole brushes??? I don't understand why this is happing with gtk1.2.1. if i make a level from scratch I don't get this problem. also museum that came with gtk1.2.1 loades fine until compile. looks like someone ran through and chopped up the level with an axe. I also don't understand how to make an .ass file for sp in wolf. I followed the directions but C:\Program Files\Return To Castle Wolfenstein\Radiant\makeaas.bat. is no where to be found. I have installed and uninstalled gtk1.2.1 6 times and still have no clue on how to make an sp .ass according to the read me help in gtk1.2.1 wolf compi! le! does not seem to help. I can't get my downloaded textures to show up now with out loading them by file. there is a wood/wood and a few other textures wolf has that I can not find anywhere. also (this may sound stupid) but I can't find the entity weapon placement list. I can use ammo grenade's to fight with but thats about all. maybe I need to look more or something. great effort. I love gtk radiant 1.1.1 My bigest complaint is that my old levels and even the ones that come with gtk 1.2.1 don't seem to be doing very well after a compile. and how do you find that .bat to help make ass sp maps for wolf?? keep up the good work I look forward to more goodness helmickmichael@hotmail.com How to Reproduce: level compile from old maps. could not find rtcw textures. no sp ass file.??? need some clue here play retail copy of rtcw missing sky texture. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 11:13:13 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 05:13:13 -0600 Subject: [Gtkradiant] [Bug 380] sky shader pack kills ingame sky texture Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=380 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 05:13 ------- From: Qeradiant.Bug.Reports@home6.telefragged.com To: timo@qeradiant.com Reply-to: heaven_mm@yahoo.com Subject: Qeradiant bug form Date: Sun, 27 Jan 2002 13:43:28 -0600 CPU: AMD K7 600Mhz VideoCard: Riva TNT2 M64 3D VideoCard: Riva TNT2 M64 VideoDrivers: Detonators OpenGL Drivers: not sure System RAM: 128 MB Ram Hard Drive space: about 1 Gb Operating System: Windows 98 QERadiant Version: 1.2.1 Install (Full or upgrade): Sender's e-mail: heaven_mm@yahoo.com Problem: It's not really error with the program itself. It's a problem with some of the shader files you have included with newest version. After I have installed the program the skies in levels escape1, village1 don't appear at all. Instead of them grey texture with black lines appears. I don't know where the problem might be. How to Reproduce: I loaded all maps and find out that only these two maps have that problem. I reinstalled RTCW and everything eas ok, but just when I install Gtk Radiant again it appears again... ------------------------------------------------- Submitted: 01/27/02 13:43:27 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 12:03:30 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 06:03:30 -0600 Subject: [Gtkradiant] [Bug 377] Texture changes on brushes not displayed in 3D view Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=377 wjoseph@europe.ea.com changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From wjoseph@europe.ea.com 2002-01-31 06:03 ------- I can't reproduce this in the current build.. Does this happen 100% of the time, or just after you do stuff for a bit? If it happens all the time, that suggests a problem with your installation/config. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 12:08:09 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 06:08:09 -0600 Subject: [Gtkradiant] [Bug 381] New: tries to load plug-ins twice Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=381 Summary: tries to load plug-ins twice Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: hfds@swbell.net 1.2.1 loaded 2 instances of the plug-ins successfully. both worked, too. 1.2.4 is unable to load the 2 successfully because the versions are incompatible. it still tries to though. maybe it's looking in gtkradiant 1.1.1 directory? 1.1 is in gtkradiant 1.2.1 is in radiant and 1.2.4 is in radiant_nightly. all e:/quake3/.. (or \ rather) don't know if it's related or if it's fixed in 1.2.4 or if i should file a different report but 1.2.1 also tried to load two instances of your new modules. and here's one 1.2.4 console msg i don't know enough about to report yet: texture not found for shader: textures/commonbotclip (and many others) but it had already loaded botclip & the others (another instance of doubling. are they related somehow? i wouldn't know) hth ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 12:13:53 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 06:13:53 -0600 Subject: [Gtkradiant] [Bug 364] last map not saved to radiant.ini Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=364 ------- Additional Comments From hfds@swbell.net 2002-01-31 06:13 ------- this is not fixed in 1.2.4 last map refuses to change. loads fine though. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 12:15:24 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 06:15:24 -0600 Subject: [Gtkradiant] [Bug 365] default map directory refuses to change Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=365 ------- Additional Comments From hfds@swbell.net 2002-01-31 06:15 ------- this is fixed by the project file settings changing, as you said. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 13:29:09 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 07:29:09 -0600 Subject: [Gtkradiant] [Bug 382] New: ATI Radeon Bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=382 Summary: ATI Radeon Bug Product: GtkRadiant Version: 1.2-nightly OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2 Component: editor AssignedTo: ttimo@idsoftware.com ReportedBy: y-stu-k@tiberium-hl.com This bug is actually for WindowsXP, buts its not limited to WindowsXP the same thing happens in Windows 2000 Pro as well Ok this bug occurs on all of the ATI Radeon 8500 drivers i have tryed, i'm not sure if it is only on the 8500 it maybe on some of the other Radeons too. The bug is basically a corrupting of the Map view and the 3D View. But... its effected by several other things it seems. This bug doesn't occur in Q3Radiant or WolfRadiant unless i place a light entity on my map. Things that don't effect it, i've spent serval hours tweaking my Radeon to see if my various driver settings effect what happens and they don't, i have also played around with the setting of GTKRadiant as well but to no effect. I have supplyed some pictures if they attached correctly! First of all the bug (shown in picture 1) for some reason the top left quater of the map view becomes corrupted as does the 3D View. Once this happens it seems to sort of return to normal by selecting a brush and manipulating it in some way e.g vertex manipulation etc... but if y move to look at a different part of a map with returns to the corrupted look again. The other thing is the zooming issue with the 3D view dissapears and the YZ and XZ views the grid and everything else dissapears (see picture 2) This is in the worldcraft style layout Now if you zoom out on the XY view the whole returns and as long as the XY view is zoomed out then the problem never occurs (see picture3). In the Quad view the other bug doesn't happen. I hope this has been of some help i'll gladly test anything you produce please let me know if theres anyother information you need and i'll try and supply it e-mail y-stu-k@tiberium-hl.com Reagards Stuart (Y-STU-K) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 13:37:41 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 07:37:41 -0600 Subject: [Gtkradiant] [Bug 382] ATI Radeon Bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=382 ------- Additional Comments From y-stu-k@tiberium-hl.com 2002-01-31 07:37 ------- Created an attachment (id=189) please ask me for the other picture as i don't know the mime type for a zip file ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 13:39:55 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 07:39:55 -0600 Subject: [Gtkradiant] [Bug 382] ATI Radeon Bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=382 ------- Additional Comments From y-stu-k@tiberium-hl.com 2002-01-31 07:39 ------- Created an attachment (id=191) Picture 3 ok i manahed to attach all of the pictures ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 13:38:43 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 07:38:43 -0600 Subject: [Gtkradiant] [Bug 382] ATI Radeon Bug Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=382 ------- Additional Comments From y-stu-k@tiberium-hl.com 2002-01-31 07:38 ------- Created an attachment (id=190) picture 2 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 13:56:06 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 07:56:06 -0600 Subject: [Gtkradiant] [Bug 381] tries to load plug-ins twice Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=381 hfds@swbell.net changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From hfds@swbell.net 2002-01-31 07:56 ------- double plugin load and double module load gone with default installation settings. this still remains: WARNING: textures/common/botclip.tga has empty alpha channel LOADED: textures/common/botclip.tga texture not found for shader: textures/commonbotclip texture not found for shader: textures/commoncaulk texture not found for shader: textures/commonclip ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 13:56:28 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 07:56:28 -0600 Subject: [Gtkradiant] [Bug 364] last map not saved to radiant.ini Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=364 ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 07:56 ------- so nothing new under the sun, 'works for me' anyone able to reproduce the problem (EXCEPT Mr. hfds@swbell.net obviously) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 14:19:36 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 08:19:36 -0600 Subject: [Gtkradiant] [Bug 364] last map not saved to radiant.ini Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=364 ------- Additional Comments From hfds@swbell.net 2002-01-31 08:19 ------- ok i figured it out needs to be installed in default directory :( works for me now signed, jetscreamer ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 14:29:43 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 08:29:43 -0600 Subject: [Gtkradiant] [Bug 349] bspc for linux in cvs not working Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=349 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 08:29 ------- new release has an updated bin ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 14:34:02 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 08:34:02 -0600 Subject: [Gtkradiant] [Bug 364] last map not saved to radiant.ini Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=364 ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 08:34 ------- can you be more precise? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 14:37:37 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 08:37:37 -0600 Subject: [Gtkradiant] [Bug 375] typo in path_init.c of q3map for linux Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=375 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 08:37 ------- ok ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 14:38:57 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 08:38:57 -0600 Subject: [Gtkradiant] [Bug 131] improve base prompt path for map load/save Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=131 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 08:38 ------- *** This bug has been marked as a duplicate of 376 *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 14:38:58 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 08:38:58 -0600 Subject: [Gtkradiant] [Bug 376] Linux not using homedir/.game/base/maps on load/saveas Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=376 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ttimo@idsoftware.com ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 08:38 ------- *** Bug 131 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 14:52:44 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 08:52:44 -0600 Subject: [Gtkradiant] [Bug 376] Linux not using homedir/.game/base/maps on load/saveas Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=376 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Platform| |All Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 08:52 ------- yup, cleaner that way obviously :-) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 14:57:06 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 08:57:06 -0600 Subject: [Gtkradiant] [Bug 376] Linux not using homedir/.game/base/maps on load/saveas Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=376 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 08:57 ------- oh wait patch 186 fixes something but that's not the right bug patch 186 is for bug http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 (Cleans game prefix when generating .game files (text/plain)) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 15:00:52 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 09:00:52 -0600 Subject: [Gtkradiant] [Bug 376] Linux not using homedir/.game/base/maps on load/saveas Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=376 ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 09:00 ------- I thought that patch 186 was swapped with another patch (185), but actually it looks like 186 == 185 so I'm still waiting for the correct patch file on this one :) ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 15:09:26 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 09:09:26 -0600 Subject: [Gtkradiant] [Bug 233] Redrawing 3D preview is very slow Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=233 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 09:09 ------- A thought: check that in the preferences, 3D view tab, you have 'update XY view on camera move' disabled. That is particularly important if you are using the 4 view mode. closing the bug as invalid otherwise. OS setup issue if it's not the problem above ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 15:23:25 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 09:23:25 -0600 Subject: [Gtkradiant] [Bug 364] last map not saved to radiant.ini Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=364 ------- Additional Comments From hfds@swbell.net 2002-01-31 09:23 ------- " and mappers are really really used to have their tools below the game directory" this is true. i did not install in the default location. i forced e:\quake3 \radiant. it wouldn't update/write some values, like lastmap, but it would write lastproject. i uninstalled deleted everything and used setup defaults. works now. 1.2.4. perhaps a better title would be: won't function properly when setup in alternate path? haven't tried mod support again. this other thing didn't go away: texture not found for shader: textures/commonnodraw ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 15:28:31 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 09:28:31 -0600 Subject: [Gtkradiant] [Bug 381] tries to load plug-ins twice Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=381 ------- Additional Comments From hfds@swbell.net 2002-01-31 09:28 ------- this also goes away when installed in default path ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 15:30:13 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 09:30:13 -0600 Subject: [Gtkradiant] [Bug 381] tries to load plug-ins twice Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=381 ------- Additional Comments From hfds@swbell.net 2002-01-31 09:30 ------- not this though texture not found for shader: textures/commonbotclip ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 15:38:26 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 09:38:26 -0600 Subject: [Gtkradiant] [Bug 364] last map not saved to radiant.ini Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=364 ------- Additional Comments From wjoseph@europe.ea.com 2002-01-31 09:38 ------- AFAIK the win32 setup prompts you for the path to the game engine (eg quake3.exe). This is because some components of radiant HAVE to be installed there. The game-specific radiant stuff (prefs/project files) is also expected to be installed there - but there is no real reason for it to be there other than because that's where it always has been (and radiant will b0rk if it isn't). Ideally, we would rethink VFS a bit for win32 so that we don't have to install anything directly in the engine dir... or at least so that we can confine everything to enginedir/radiant/ instead of putting it in baseq3 ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 16:05:07 2002 From: gtkradiant@zerowing.idsoftware.com (Timothee Besset) Date: Thu, 31 Jan 2002 10:05:07 -0600 Subject: [Gtkradiant] CVS: work on linux nightly setup Message-ID: This is a mixed plain/HTML MIME encoded message. --101249310727688 Content-Type: text/plain User : timo Root : zerowing:/cvs Date : 2002/01/31 10:04:54 work on linux nightly setup -- GtkRadiant/docs/developer/CHANGES 1.252 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.252 diff : This is the changelog for developpers, != changelog for the end user that we distribute with the binaries. (see changelog) + 31/1/2002 + + Micheal Schlueter + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=375 + syntax fix to q3map path_init.c + + Gef + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 + patch 185 == 186 + tweaking to config stuff in linux setup + patch 187 + Ensures the games directory exists before trying to create a file there + patch 177 + Adds *.cf files & uses them. I think I have all the files in the right places now... maybe + (some additional fixes on top by me) + + ---- first 1.2.4-nightly released here + 29/1/2002 EvilTypeGuy 3 files added : GtkRadiant/setup/linux/all.cf 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/all.cf?rev=1.1 GtkRadiant/setup/linux/q3.cf 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/q3.cf?rev=1.1 GtkRadiant/setup/linux/wolf.cf 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/wolf.cf?rev=1.1 8 files modified : GtkRadiant/docs/developer/CHANGES 1.252 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.252 1.251 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.251 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.251&r2=text&tr2=1.252&f=h GtkRadiant/setup/linux/makesdk.pl 1.7 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.7 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.6 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&f=h GtkRadiant/setup/linux/config/moremain.data 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/moremain.data?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/moremain.data?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/moremain.data.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/linux/config/quake3.data 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/quake3.data?rev=1.3 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/quake3.data?rev=1.2 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/quake3.data.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&f=h GtkRadiant/setup/linux/config/wolf.data 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/wolf.data?rev=1.4 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/wolf.data?rev=1.3 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/wolf.data.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&f=h GtkRadiant/setup/linux/setup.data/config.games.sh 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh?rev=1.5 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh?rev=1.4 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&f=h GtkRadiant/tools/quake3/q3map/path_init.c 1.6 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c?rev=1.6 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c?rev=1.5 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&f=h GtkRadiant/vslick/Radiant.vpw 1.37 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.37 1.36 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.36 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw.diff?r1=text&tr1=1.36&r2=text&tr2=1.37&f=h --101249310727688 Content-Type: text/html CVS report
Commit from timo 2002/01/31   10:04:54


work on linux nightly setup


GtkRadiant/docs/developer/CHANGES
  This is the changelog for developpers, != changelog for the end user 
  that we distribute with the binaries. (see changelog)
  
+ 31/1/2002
+ 
+   Micheal Schlueter
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=375
+   syntax fix to q3map path_init.c
+   
+   Gef
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
+   patch 185 == 186
+   tweaking to config stuff in linux setup
+   patch 187
+   Ensures the games directory exists before trying to create a file there
+   patch 177
+   Adds *.cf files & uses them. I think I have all the files in the right places now... maybe
+   (some additional fixes on top by me)
+ 
+ ---- first 1.2.4-nightly released here
+ 
  29/1/2002
  
    EvilTypeGuy
 
3 files added
Module File name Version
GtkRadiant setup/linux/all.cf 1.1
GtkRadiant setup/linux/q3.cf 1.1
GtkRadiant setup/linux/wolf.cf 1.1
 
8 files modified
Module File name Version
GtkRadiant docs/developer/CHANGES 1.251 >>> 1.252
GtkRadiant setup/linux/makesdk.pl 1.6 >>> 1.7
GtkRadiant setup/linux/config/moremain.data 1.2 >>> 1.3
GtkRadiant setup/linux/config/quake3.data 1.2 >>> 1.3
GtkRadiant setup/linux/config/wolf.data 1.3 >>> 1.4
GtkRadiant setup/linux/setup.data/config.games.sh 1.4 >>> 1.5
GtkRadiant tools/quake3/q3map/path_init.c 1.5 >>> 1.6
GtkRadiant vslick/Radiant.vpw 1.36 >>> 1.37
--101249310727688-- From gtkradiant@zerowing.idsoftware.com Thu Jan 31 16:10:44 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 10:10:44 -0600 Subject: [Gtkradiant] [Bug 334] load shaders at startup broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-31 10:10 ------- Ack, I typoed something in this ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 16:11:26 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 10:11:26 -0600 Subject: [Gtkradiant] [Bug 334] load shaders at startup broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-31 10:11 ------- Created an attachment (id=192) Fixes common startup shaders setting to not double load common shaders incorrectly ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 16:17:41 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 10:17:41 -0600 Subject: [Gtkradiant] [Bug 334] load shaders at startup broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 ttimo@idsoftware.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Additional Comments From ttimo@idsoftware.com 2002-01-31 10:17 ------- ok ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 16:20:03 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Thu, 31 Jan 2002 10:20:03 -0600 Subject: [Gtkradiant] CVS: see CHANGES 31/1/2002 Message-ID: This is a mixed plain/HTML MIME encoded message. --101249400330604 Content-Type: text/plain User : spog Branch : bsp-module Root : zerowing:/cvs Date : 2002/01/31 10:19:09 see CHANGES 31/1/2002 -- GtkRadiant/docs/developer/CHANGES 1.231.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.231.2.1 diff : 14 files modified : GtkRadiant/radiant.dsw 1.17.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant.dsw?rev=1.17.2.1 GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp 1.4.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp?rev=1.4.2.1 GtkRadiant/contrib/gtkgensurf/gtkgensurf.dsp 1.4.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/gtkgensurf.dsp?rev=1.4.2.1 GtkRadiant/docs/developer/CHANGES 1.231.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.231.2.1 GtkRadiant/plugins/mapq3/mapq3.dsp 1.4.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/mapq3.dsp?rev=1.4.2.1 GtkRadiant/radiant/gtkmisc.cpp 1.26.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/gtkmisc.cpp?rev=1.26.2.1 GtkRadiant/radiant/main.cpp 1.38.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.38.2.1 GtkRadiant/radiant/mainframe.cpp 1.74.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.74.2.1 GtkRadiant/radiant/preferences.cpp 1.33.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.33.2.1 GtkRadiant/radiant/q3radiant.dsp 1.38.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/q3radiant.dsp?rev=1.38.2.1 GtkRadiant/radiant/qe3.cpp 1.47.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.47.2.1 GtkRadiant/radiant/qe3.h 1.47.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.47.2.1 GtkRadiant/tools/quake3/q3data/q3data.dsp 1.7.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp?rev=1.7.2.1 GtkRadiant/tools/quake3/q3map/q3map.dsp 1.14.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp?rev=1.14.2.1 --101249400330604 Content-Type: text/html CVS report
Commit from spog on branch bsp-module 2002/01/31   10:19:09


see CHANGES 31/1/2002


GtkRadiant/docs/developer/CHANGES

 
14 files modified
Module File name Version
GtkRadiant radiant.dsw     1.17.2.1
GtkRadiant contrib/bobtoolz/bobToolz_gtk.dsp     1.4.2.1
GtkRadiant contrib/gtkgensurf/gtkgensurf.dsp     1.4.2.1
GtkRadiant docs/developer/CHANGES     1.231.2.1
GtkRadiant plugins/mapq3/mapq3.dsp     1.4.2.1
GtkRadiant radiant/gtkmisc.cpp     1.26.2.1
GtkRadiant radiant/main.cpp     1.38.2.1
GtkRadiant radiant/mainframe.cpp     1.74.2.1
GtkRadiant radiant/preferences.cpp     1.33.2.1
GtkRadiant radiant/q3radiant.dsp     1.38.2.1
GtkRadiant radiant/qe3.cpp     1.47.2.1
GtkRadiant radiant/qe3.h     1.47.2.1
GtkRadiant tools/quake3/q3data/q3data.dsp     1.7.2.1
GtkRadiant tools/quake3/q3map/q3map.dsp     1.14.2.1
--101249400330604-- From gtkradiant@zerowing.idsoftware.com Thu Jan 31 16:26:45 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Thu, 31 Jan 2002 10:26:45 -0600 Subject: [Gtkradiant] CVS: Message-ID: This is a mixed plain/HTML MIME encoded message. --101249440530775 Content-Type: text/plain User : spog Root : zerowing:/cvs Date : 2002/01/31 10:26:42 -- 2 files added : GtkRadiant/setup/data/baseq3/scripts/default_project.xml 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/default_project.xml?rev=1.1.2.1 GtkRadiant/setup/data/baseq3/scripts/project.dtd 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/project.dtd?rev=1.1.2.1 1 file removed : GtkRadiant/setup/data/baseq3/scripts/quakev2.qe4 was 1.5 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/Attic/quakev2.qe4?rev=1.5 --101249440530775 Content-Type: text/html CVS report
Commit from spog 2002/01/31   10:26:42




 
2 files added
Module File name Version
GtkRadiant setup/data/baseq3/scripts/default_project.xml 1.1.2.1
GtkRadiant setup/data/baseq3/scripts/project.dtd 1.1.2.1
 
1 file removed
Module File name Last version
GtkRadiant setup/data/baseq3/scripts/quakev2.qe4 1.5
--101249440530775-- From gtkradiant@zerowing.idsoftware.com Thu Jan 31 16:34:53 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 10:34:53 -0600 Subject: [Gtkradiant] [Bug 376] Linux not using homedir/.game/base/maps on load/saveas Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=376 ------- Additional Comments From gefdavis@dingoblue.net.au 2002-01-31 10:34 ------- Created an attachment (id=193) *slaps forehead* doh! ... This patch hasn't been overwritten by another patch ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 17:09:48 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 11:09:48 -0600 Subject: [Gtkradiant] [Bug 380] sky shader pack kills ingame sky texture Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=380 ------- Additional Comments From frebond1@home.com 2002-01-31 11:09 ------- I haven't seen this happen yet, and I've tested it with a clean install of RTCW and Gtk prior to releasing. Can someone send me a screenshot of this? frebond1@home.com ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 17:19:15 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 11:19:15 -0600 Subject: [Gtkradiant] [Bug 381] tries to load plug-ins twice Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=381 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-31 11:19 ------- What you're seeing is a recurrance of bug #334, which has been taken care of in current CVS. Since you mentioned you're not seeing the other problems now, I'll assume this is dead *** This bug has been marked as a duplicate of 334 *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 17:19:16 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 11:19:16 -0600 Subject: [Gtkradiant] [Bug 334] load shaders at startup broken Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 eviltypeguy@qeradiant.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hfds@swbell.net ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-31 11:19 ------- *** Bug 381 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 17:56:47 2002 From: gtkradiant@zerowing.idsoftware.com (William Joseph) Date: Thu, 31 Jan 2002 11:56:47 -0600 Subject: [Gtkradiant] CVS: result of merge from trunk Message-ID: This is a mixed plain/HTML MIME encoded message. --10124998072190 Content-Type: text/plain User : spog Branch : bsp-module Root : zerowing:/cvs Date : 2002/01/31 11:46:22 result of merge from trunk -- GtkRadiant/docs/developer/CHANGES 1.231.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.231.2.2 diff : that we distribute with the binaries. (see changelog) 31/1/2002 + + Micheal Schlueter + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=375 + syntax fix to q3map path_init.c + + Gef + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 + patch 185 == 186 + tweaking to config stuff in linux setup + patch 187 + Ensures the games directory exists before trying to create a file there + patch 177 + Adds *.cf files & uses them. I think I have all the files in the right places now... maybe + (some additional fixes on top by me) + SPoG - bsp-module branch - changed QE_LoadProject and QE_SaveProject to load/save xml project file format - changed request dialog for project files to loop until a valid file is found - fixed memleaks in CGameDescription constructor for xmlGetProp - added converting gametoolspath unix format when parsed from game file + 29/1/2002 + + EvilTypeGuy + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=345 + more detachable menus fixes + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334 + fixes 'load shaders at startup' preference + + SPoG + - fixed misc_model "modelscale" and "modelscale_vec" support + + TTimo + - upgraded setup scripts to support nightly build + - last minute fix to the modelscale and modelscale_vec code (md3 module) + + ydnar + q3map 1.2.4-y2 + + New features: + - -nopatchfix argument. This disables lightmap patch fixes and makes a map suitable for lighting with -vlight. + - Degenerate patches are treated like broken brushes. They are ignored, warned about, and selected in Radiant if you ran with the -connect option (or from the BSP menu). This was what was causing the "0 valued axis" error some people were experiencing. + + New entity keys: + - "_lightmapscale" key for brush entities (worldspawn, func_*). This lets a mapper scale the lightmap samplesize per-entity. For large constructions, 2.0 or 3.0 is a fine value, and keeps BSP size down and compile times low. For those areas you want to have high-detail shadows, make a func_group and use a value of 0.25 or so. It will scale the samplesize value for the surface's shader (default 16) or the -samplesize argument. + - "modelscale" and "modelscale_vec" keys for misc_models (1.0 = default). This was for proper RTCW support and is available for Quake 3 maps as well. Lets you scale up map models in the world, getting around the MD3 size limitation. The next build of GtkRadiant has SPoG's code to support this in-editor so you can see what effect a scale has. + - Flare surfaces are now supressed from the BSP. They serve no purpose other than add to the vert & surfacecount in a BSP. These surfaces were created silently when a shader has "light 1" or "q3map_flareshader X." Use the new -flares switch when BSPing your map to have them emitted. + + Changes: + - GtkRadiant 1.2.4-nightly version increment. + - Full WolfSDK style lighting enabled with -game wolf, including lightJuniors. This includes linear lights by default (no angle attenuation) and support for the additional RTCW "fade" and "angle" keys, and spawnflag changes, including q3map_nondynamic on light entities. This may require maps being constructed for RTCW with the current toolset to change their light entities. Sorry. :) Note, Wolf-style lighting only works with -light, and not -vlight. + - Vertex light stitching now uses a near-ambient light check for dark vertexes as opposed to lower-than-average fixups. This preserves some shadow detail better while getting the buried verts lit properly. Comments encouraged. + - Surfaces' samplesize are now stored in the BSP. This change makes BSPs generated from this version incompatible with all other q3maps. The upside is that -samplesize N is no longer necessary on the -light or -vlight stage. This feature is necessary to support the "_lightmapscale" key. + - Additional PVS optimizations in lighting. + + Fixes: + - Will compile for RTCW properly (1.2.1-y12 didn't). + - No more sparklies where fog meets brush faces. They're split properly now. + - Crash bug in vlight fixed. + - Vertex light fixups/stitching is considerably faster. + - Vertex light fixups ONLY stitch faces with lightmaps. For pointlight surfaces you're on your own. + - Better snapping logic when merging nearly-coincident vertexes on complex brush windings. + - Bug where the .prt file had some bogus or nearly-borked portals. They're cleaned up like everything else now. + - A few stupid bugs in path initialization. Should work better. Also includes TTimo's fixes to my code so it would work properly on Linux. + - RR2DO2's PCX loading patch for alphamaps. This bug was manifesting itself in the form of offset or incorrect samples being used on terrain entities. + - A ton of other minor little fixes here and there. + + 28/1/2002 + + TTimo + - win32 fixes + - 1.2.4-nightly + + djbob + - EClass_ForName fix if malformed name + + ---- 1.2.3 linux released + + TTimo + - fixed BSP version depending on game mode in q3map + (home dir guessing is still fucked, have to fix before release) + - fixed q3map init_path.c home path bug on init + + Gef + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=369 + more fixes to texture paths in gensurf + + 27/1/2002 + TTimo + - switching to v3 project file, forcing reload of template if non-v3 + need to distribute quakev3.qe4 in setups now (done for linux setup, will have to in win32) + - renamed Main to main in q3map init paths + - fixes the ~/. inits and init order in q3map + - added m_pfnPathForPluginName to the main function table, returns the directory a plugin is running from + used in bobtoolz / curry / pk3man to find various files + see also todo: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368 + - some fixes to textures loading paths in curry + - linux setup copying correct content for curry (pk3 in wolf media) and bobtoolz (bt/ in plugins/) + - building 1.2.2 setups + + Gef + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362 + gensurf fix + + djbob + - bobtoolz update + + Hydra + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=361 + fixes a bug with the texture menu loading, now we see the non-shaderlist directories too + + 26/1/2002 + Gef - Michael Schlueter - TTimo + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279 + applied several patches (to setup code and to the setup scripts) + modified makesdk.pl to update with more content + added an "enginepath" attribute to the game file, reworked the handling in editor + TTimo + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347 + took out the refresh command from the plugin menu + - more linux fixes: + bringing all the plugins to compile again on linux + polishing the setup code (all the right files in the right places) + - for linux release, bumping ver to 1.2.2 + win32 will have a 1.2.3-nightly after that + - added correct init of ~/.q3a or ~/.wolf + *nix systems have a 'prefix' attribute in the .game file to specify + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=359 + identified the mod compiling problems + applying back the old fs_basepath fs_game code to the BSP generation + + ydnar- TTimo + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=351 + cleaner path init code + it doesn't init for ~/.q3a and ~/.wolf paths yet + + 25/1/2002 + SPoG + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=352 + using the wrong matrix stack for XY_Draw caused stack overflow error + - texture_mode was set to an invalid enum in wireframe/flatshade mode + - changed plugin API to expect gamedir-relative texturenames + - fixed gensurf to create faces/patches with gamedir-relative textures + + 24/1/2002 + SPoG + - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=322 + added modelscale key check to misc_model entity in md3/entity module + added angle key check to eclassmodel class in md3/entity module + fixed bugs in BP writing and reading in map module + TTimo (commited as SPoG) + - fixing permissions on cvsreport and doxygen stuff, upgraded dot + + >>>>>>> 1.252 23/1/2002 SPoG - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336 plugin API bugfix - fixes textures on stuff created by plugins + ---- 1.2.1 was released here + 22/1/2002 Gef - linux build fixes *************** *** 184,190 **** TTimo - added Wolf specific project settings dialog: correct fs_game selection and combo names ! added multiplayer / single player mapping mode selection 4/1/2002 TTimo --- 334,340 ---- TTimo - added Wolf specific project settings dialog: correct fs_game selection and combo names ! added multiplayer / single player mapping mode selection 4/1/2002 TTimo 15 files added : GtkRadiant/contrib/bobtoolz/DVisDrawer.cpp 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DVisDrawer.cpp?rev=1.1.2.1 GtkRadiant/contrib/bobtoolz/DVisDrawer.h 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DVisDrawer.h?rev=1.1.2.1 GtkRadiant/contrib/bobtoolz/bsploader.cpp 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bsploader.cpp?rev=1.1.2.1 GtkRadiant/contrib/bobtoolz/bsploader.h 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bsploader.h?rev=1.1.2.1 GtkRadiant/contrib/bobtoolz/visfind.cpp 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/visfind.cpp?rev=1.1.2.1 GtkRadiant/contrib/bobtoolz/visfind.h 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/visfind.h?rev=1.1.2.1 GtkRadiant/setup/data/baseq3/scripts/quakev3.qe4 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/baseq3/scripts/quakev3.qe4?rev=1.1.2.1 GtkRadiant/setup/linux/all.cf 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/all.cf?rev=1.1.2.1 GtkRadiant/setup/linux/q3.cf 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/q3.cf?rev=1.1.2.1 GtkRadiant/setup/linux/wolf.cf 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/wolf.cf?rev=1.1.2.1 Q3/1_2_1 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Q3/1_2_1?rev=1.1.2.1 Wolf/1_2_1 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Wolf/1_2_1?rev=1.1.2.1 GtkRadiant/tools/quake3/q3map/game_t.h 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/game_t.h?rev=1.1.2.1 GtkRadiant/tools/quake3/q3map/path_init.c 1.6.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/path_init.c?rev=1.6.2.1 GtkRadiant/vslick/pk3man.vpj 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/pk3man.vpj?rev=1.1.2.1 6 files removed : GtkRadiant/contrib/Conscript was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/Attic/Conscript?rev=1.2 GtkRadiant/contrib/config.mk was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/Attic/config.mk?rev=1.2 GtkRadiant/plugins/Conscript was 1.3 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/Attic/Conscript?rev=1.3 GtkRadiant/setup/quakev2.qe4 was 1.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/Attic/quakev2.qe4?rev=1.2 GtkRadiant/setup/linux/config/ta.data was 1.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/Attic/ta.data?rev=1.1 GtkRadiant/setup/linux/setup.data/setup.xml was 1.4 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/Attic/setup.xml?rev=1.4 99 files modified : GtkRadiant/Construct 1.10.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/Construct?rev=1.10.2.1 GtkRadiant/contrib/bobtoolz/Conscript 1.2.14.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/Conscript?rev=1.2.14.1 GtkRadiant/contrib/bobtoolz/DBrush.cpp 1.4.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBrush.cpp?rev=1.4.2.1 GtkRadiant/contrib/bobtoolz/DBrush.h 1.3.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DBrush.h?rev=1.3.12.1 GtkRadiant/contrib/bobtoolz/DEntity.cpp 1.3.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DEntity.cpp?rev=1.3.12.1 GtkRadiant/contrib/bobtoolz/DEntity.h 1.3.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DEntity.h?rev=1.3.12.1 GtkRadiant/contrib/bobtoolz/DMap.cpp 1.3.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DMap.cpp?rev=1.3.12.1 GtkRadiant/contrib/bobtoolz/DMap.h 1.3.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DMap.h?rev=1.3.12.1 GtkRadiant/contrib/bobtoolz/DPatch.h 1.3.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPatch.h?rev=1.3.12.1 GtkRadiant/contrib/bobtoolz/DPlane.cpp 1.4.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DPlane.cpp?rev=1.4.2.1 GtkRadiant/contrib/bobtoolz/DShape.cpp 1.3.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DShape.cpp?rev=1.3.2.1 GtkRadiant/contrib/bobtoolz/DWinding.h 1.2.22.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/DWinding.h?rev=1.2.22.1 GtkRadiant/contrib/bobtoolz/StdAfx.h 1.5.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/StdAfx.h?rev=1.5.2.1 GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp 1.5.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz-GTK.cpp?rev=1.5.2.1 GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp 1.4.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp?rev=1.4.2.2 1.4.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp?rev=1.4.2.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/bobToolz_gtk.dsp.diff?r1=text&tr1=1.4.2.1&r2=text&tr2=1.4.2.2&f=h GtkRadiant/contrib/bobtoolz/cportals.cpp 1.3.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/cportals.cpp?rev=1.3.12.1 GtkRadiant/contrib/bobtoolz/funchandlers-GTK.cpp 1.5.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers-GTK.cpp?rev=1.5.2.1 GtkRadiant/contrib/bobtoolz/funchandlers.cpp 1.3.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers.cpp?rev=1.3.12.1 GtkRadiant/contrib/bobtoolz/funchandlers.h 1.4.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/funchandlers.h?rev=1.4.12.1 GtkRadiant/contrib/bobtoolz/lists.cpp 1.4.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/lists.cpp?rev=1.4.12.1 GtkRadiant/contrib/bobtoolz/lists.h 1.4.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/lists.h?rev=1.4.12.1 GtkRadiant/contrib/bobtoolz/misc.cpp 1.5.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/misc.cpp?rev=1.5.2.1 GtkRadiant/contrib/bobtoolz/shapes.cpp 1.4.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/shapes.cpp?rev=1.4.2.1 GtkRadiant/contrib/bobtoolz/dialogs/dialogs-gtk.cpp 1.2.22.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/dialogs/dialogs-gtk.cpp?rev=1.2.22.1 GtkRadiant/contrib/bobtoolz/dialogs/dialogs-gtk.h 1.2.22.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/bobtoolz/dialogs/dialogs-gtk.h?rev=1.2.22.1 GtkRadiant/contrib/gtkgensurf/Conscript 1.2.14.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/Conscript?rev=1.2.14.1 GtkRadiant/contrib/gtkgensurf/genmap.cpp 1.2.22.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/genmap.cpp?rev=1.2.22.1 GtkRadiant/contrib/gtkgensurf/gensurf.cpp 1.2.22.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/gtkgensurf/gensurf.cpp?rev=1.2.22.1 GtkRadiant/contrib/prtview/AboutDialog.cpp 1.4.22.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/AboutDialog.cpp?rev=1.4.22.1 GtkRadiant/contrib/prtview/ConfigDialog.cpp 1.4.22.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/ConfigDialog.cpp?rev=1.4.22.1 GtkRadiant/contrib/prtview/Conscript 1.2.14.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/Conscript?rev=1.2.14.1 GtkRadiant/contrib/prtview/LoadPortalFileDialog.cpp 1.4.22.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/contrib/prtview/LoadPortalFileDialog.cpp?rev=1.4.22.1 GtkRadiant/docs/developer/CHANGES 1.231.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.231.2.2 1.231.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES?rev=1.231.2.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/docs/developer/CHANGES.diff?r1=text&tr1=1.231.2.1&r2=text&tr2=1.231.2.2&f=h GtkRadiant/include/qerplugin.h 1.24.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/qerplugin.h?rev=1.24.2.1 GtkRadiant/include/version.default 1.9.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/include/version.default?rev=1.9.2.1 GtkRadiant/plugins/image/Conscript 1.4.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/image/Conscript?rev=1.4.12.1 GtkRadiant/plugins/mapq3/parse.cpp 1.3.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/parse.cpp?rev=1.3.2.1 GtkRadiant/plugins/mapq3/write.cpp 1.2.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/mapq3/write.cpp?rev=1.2.2.1 GtkRadiant/plugins/md3model/eclassmodel.cpp 1.4.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/eclassmodel.cpp?rev=1.4.2.1 GtkRadiant/plugins/md3model/entitymodel.cpp 1.3.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/entitymodel.cpp?rev=1.3.2.1 GtkRadiant/plugins/md3model/miscmodel.cpp 1.3.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/md3model/miscmodel.cpp?rev=1.3.2.1 GtkRadiant/plugins/textool/Conscript 1.2.14.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/plugins/textool/Conscript?rev=1.2.14.1 GtkRadiant/radiant/eclass.cpp 1.13.6.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/eclass.cpp?rev=1.13.6.1 GtkRadiant/radiant/main.cpp 1.38.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.38.2.2 1.38.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp?rev=1.38.2.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/main.cpp.diff?r1=text&tr1=1.38.2.1&r2=text&tr2=1.38.2.2&f=h GtkRadiant/radiant/mainframe.cpp 1.74.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.74.2.2 1.74.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp?rev=1.74.2.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/mainframe.cpp.diff?r1=text&tr1=1.74.2.1&r2=text&tr2=1.74.2.2&f=h GtkRadiant/radiant/map.cpp 1.26.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/map.cpp?rev=1.26.2.1 GtkRadiant/radiant/plugin.h 1.10.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/plugin.h?rev=1.10.12.1 GtkRadiant/radiant/pluginmanager.cpp 1.57.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.cpp?rev=1.57.2.1 GtkRadiant/radiant/pluginmanager.h 1.11.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/pluginmanager.h?rev=1.11.2.1 GtkRadiant/radiant/preferences.cpp 1.33.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.33.2.2 1.33.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp?rev=1.33.2.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.cpp.diff?r1=text&tr1=1.33.2.1&r2=text&tr2=1.33.2.2&f=h GtkRadiant/radiant/preferences.h 1.26.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/preferences.h?rev=1.26.2.1 GtkRadiant/radiant/qe3.cpp 1.47.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.47.2.2 1.47.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp?rev=1.47.2.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.cpp.diff?r1=text&tr1=1.47.2.1&r2=text&tr2=1.47.2.2&f=h GtkRadiant/radiant/qe3.h 1.47.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.47.2.2 1.47.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h?rev=1.47.2.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/qe3.h.diff?r1=text&tr1=1.47.2.1&r2=text&tr2=1.47.2.2&f=h GtkRadiant/radiant/texwindow.cpp 1.37.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/texwindow.cpp?rev=1.37.2.1 GtkRadiant/radiant/watchbsp.cpp 1.20.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/watchbsp.cpp?rev=1.20.2.1 GtkRadiant/radiant/xywindow.cpp 1.23.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/xywindow.cpp?rev=1.23.2.1 GtkRadiant/radiant/z.cpp 1.8.10.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/z.cpp?rev=1.8.10.1 GtkRadiant/radiant/zwindow.cpp 1.6.14.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/radiant/zwindow.cpp?rev=1.6.14.1 GtkRadiant/setup/changelog.txt 1.8.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/changelog.txt?rev=1.8.2.1 GtkRadiant/setup/data/tools/global.xlink 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/data/tools/global.xlink?rev=1.1.2.1 GtkRadiant/setup/linux/bspc 1.3.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/bspc?rev=1.3.2.1 GtkRadiant/setup/linux/makesdk.pl 1.3.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/makesdk.pl?rev=1.3.2.1 GtkRadiant/setup/linux/config/main.data 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/main.data?rev=1.1.2.1 GtkRadiant/setup/linux/config/moremain.data 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/moremain.data?rev=1.1.2.1 GtkRadiant/setup/linux/config/quake3.data 1.1.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/quake3.data?rev=1.1.2.1 GtkRadiant/setup/linux/config/wolf.data 1.2.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/config/wolf.data?rev=1.2.2.1 GtkRadiant/setup/linux/setup.data/config.games.sh 1.2.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/config.games.sh?rev=1.2.2.1 GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup 1.2.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/setup?rev=1.2.2.1 GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk 1.3.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk?rev=1.3.2.1 GtkRadiant/setup/win32/TODO 1.3.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/TODO?rev=1.3.2.1 GtkRadiant/setup/win32/setup.pl 1.9.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/setup.pl?rev=1.9.2.1 GtkRadiant/setup/win32/template/Component/Default.cdf 1.5.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.cdf?rev=1.5.2.1 GtkRadiant/setup/win32/template/Component/Default.fgl 1.4.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/Component/Default.fgl?rev=1.4.2.1 GtkRadiant/setup/win32/template/File/Default.fdf 1.13.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/setup/win32/template/File/Default.fdf?rev=1.13.2.1 Default/Q3 1.1.4.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Default/Q3?rev=1.1.4.1 Media/Wolf 1.6.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/Media/Wolf?rev=1.6.2.1 GtkRadiant/tools/quake3/Conscript 1.5.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/Conscript?rev=1.5.2.1 GtkRadiant/tools/quake3/common/imagelib.c 1.6.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/common/imagelib.c?rev=1.6.2.1 GtkRadiant/tools/quake3/q3data/q3data.dsp 1.7.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp?rev=1.7.2.2 1.7.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp?rev=1.7.2.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3data/q3data.dsp.diff?r1=text&tr1=1.7.2.1&r2=text&tr2=1.7.2.2&f=h GtkRadiant/tools/quake3/q3map/brush.c 1.8.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/brush.c?rev=1.8.2.1 GtkRadiant/tools/quake3/q3map/bsp.c 1.19.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/bsp.c?rev=1.19.2.1 GtkRadiant/tools/quake3/q3map/fog.c 1.7.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/fog.c?rev=1.7.2.1 GtkRadiant/tools/quake3/q3map/light.c 1.14.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.c?rev=1.14.2.1 GtkRadiant/tools/quake3/q3map/light.h 1.7.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light.h?rev=1.7.2.1 GtkRadiant/tools/quake3/q3map/light_bounce.c 1.2.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_bounce.c?rev=1.2.2.1 GtkRadiant/tools/quake3/q3map/light_trace.c 1.6.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/light_trace.c?rev=1.6.2.1 GtkRadiant/tools/quake3/q3map/lightmaps.c 1.6.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightmaps.c?rev=1.6.2.1 GtkRadiant/tools/quake3/q3map/lightv.c 1.15.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/lightv.c?rev=1.15.2.1 GtkRadiant/tools/quake3/q3map/map.c 1.8.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/map.c?rev=1.8.2.1 GtkRadiant/tools/quake3/q3map/misc_model.c 1.7.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/misc_model.c?rev=1.7.2.1 GtkRadiant/tools/quake3/q3map/patch.c 1.6.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/patch.c?rev=1.6.2.1 GtkRadiant/tools/quake3/q3map/portals.c 1.8.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/portals.c?rev=1.8.2.1 GtkRadiant/tools/quake3/q3map/q3map.dsp 1.14.2.2 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp?rev=1.14.2.2 1.14.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp?rev=1.14.2.1 diff : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/q3map.dsp.diff?r1=text&tr1=1.14.2.1&r2=text&tr2=1.14.2.2&f=h GtkRadiant/tools/quake3/q3map/qbsp.h 1.12.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/qbsp.h?rev=1.12.2.1 GtkRadiant/tools/quake3/q3map/shaders.c 1.14.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/shaders.c?rev=1.14.2.1 GtkRadiant/tools/quake3/q3map/surface.c 1.10.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/surface.c?rev=1.10.2.1 GtkRadiant/tools/quake3/q3map/tjunction.c 1.6.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/tools/quake3/q3map/tjunction.c?rev=1.6.2.1 GtkRadiant/vslick/Radiant.vpw 1.29.2.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/Radiant.vpw?rev=1.29.2.1 GtkRadiant/vslick/q3map.vpj 1.4.12.1 : http://zerowing.idsoftware.com/viewcvs/viewcvs.cgi/GtkRadiant/vslick/q3map.vpj?rev=1.4.12.1 --10124998072190 Content-Type: text/html CVS report
Commit from spog on branch bsp-module 2002/01/31   11:46:22


result of merge from trunk


GtkRadiant/docs/developer/CHANGES
  that we distribute with the binaries. (see changelog)
  
  31/1/2002
+ 
+   Micheal Schlueter
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=375
+   syntax fix to q3map path_init.c
+   
+   Gef
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
+   patch 185 == 186
+   tweaking to config stuff in linux setup
+   patch 187
+   Ensures the games directory exists before trying to create a file there
+   patch 177
+   Adds *.cf files & uses them. I think I have all the files in the right places now... maybe
+   (some additional fixes on top by me)
+ 
    SPoG - bsp-module branch
    - changed QE_LoadProject and QE_SaveProject to load/save xml project file format
    - changed request dialog for project files to loop until a valid file is found
    - fixed memleaks in CGameDescription constructor for xmlGetProp
    - added converting gametoolspath unix format when parsed from game file
  
+ 29/1/2002
+ 
+   EvilTypeGuy
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=345
+   more detachable menus fixes
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=334
+   fixes 'load shaders at startup' preference
+ 
+   SPoG
+   - fixed misc_model "modelscale" and "modelscale_vec" support
+   
+   TTimo
+   - upgraded setup scripts to support nightly build
+   - last minute fix to the modelscale and modelscale_vec code (md3 module)
+ 
+   ydnar
+   q3map 1.2.4-y2
+ 
+     New features:
+     - -nopatchfix argument. This disables lightmap patch fixes and makes a map suitable for lighting with -vlight.
+     - Degenerate patches are treated like broken brushes. They are ignored, warned about, and selected in Radiant if you ran with the -connect option (or from the BSP menu). This was what was causing the "0 valued axis" error some people were experiencing.
+ 
+     New entity keys:
+     - "_lightmapscale" key for brush entities (worldspawn, func_*). This lets a mapper scale the lightmap samplesize per-entity. For large constructions, 2.0 or 3.0 is a fine value, and keeps BSP size down and compile times low. For those areas you want to have high-detail shadows, make a func_group and use a value of 0.25 or so. It will scale the samplesize value for the surface's shader (default 16) or the -samplesize argument.
+     - "modelscale" and "modelscale_vec" keys for misc_models (1.0 = default). This was for proper RTCW support and is available for Quake 3 maps as well. Lets you scale up map models in the world, getting around the MD3 size limitation. The next build of GtkRadiant has SPoG's code to support this in-editor so you can see what effect a scale has.
+     - Flare surfaces are now supressed from the BSP. They serve no purpose other than add to the vert & surfacecount in a BSP. These surfaces were created silently when a shader has "light 1" or "q3map_flareshader X." Use the new -flares switch when BSPing your map to have them emitted.
+ 
+     Changes:
+     - GtkRadiant 1.2.4-nightly version increment.
+     - Full WolfSDK style lighting enabled with -game wolf, including lightJuniors. This includes linear lights by default (no angle attenuation) and support for the additional RTCW "fade" and "angle" keys, and spawnflag changes, including q3map_nondynamic on light entities. This may require maps being constructed for RTCW with the current toolset to change their light entities. Sorry. :) Note, Wolf-style lighting only works with -light, and not -vlight.
+     - Vertex light stitching now uses a near-ambient light check for dark vertexes as opposed to lower-than-average fixups. This preserves some shadow detail better while getting the buried verts lit properly. Comments encouraged.
+     - Surfaces' samplesize are now stored in the BSP. This change makes BSPs generated from this version incompatible with all other q3maps. The upside is that -samplesize N is no longer necessary on the -light or -vlight stage. This feature is necessary to support the "_lightmapscale" key.
+     - Additional PVS optimizations in lighting.
+ 
+     Fixes:
+     - Will compile for RTCW properly (1.2.1-y12 didn't).
+     - No more sparklies where fog meets brush faces. They're split properly now.
+     - Crash bug in vlight fixed.
+     - Vertex light fixups/stitching is considerably faster.
+     - Vertex light fixups ONLY stitch faces with lightmaps. For pointlight surfaces you're on your own.
+     - Better snapping logic when merging nearly-coincident vertexes on complex brush windings.
+     - Bug where the .prt file had some bogus or nearly-borked portals. They're cleaned up like everything else now.
+     - A few stupid bugs in path initialization. Should work better. Also includes TTimo's fixes to my code so it would work properly on Linux.
+     - RR2DO2's PCX loading patch for alphamaps. This bug was manifesting itself in the form of offset or incorrect samples being used on terrain entities.
+     - A ton of other minor little fixes here and there.
+ 
+ 28/1/2002
+ 
+   TTimo
+   - win32 fixes
+   - 1.2.4-nightly
+ 
+   djbob
+   - EClass_ForName fix if malformed name
+ 
+ ---- 1.2.3 linux released
+ 
+   TTimo
+   - fixed BSP version depending on game mode in q3map
+     (home dir guessing is still fucked, have to fix before release)
+   - fixed q3map init_path.c home path bug on init
+ 
+   Gef
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=369
+     more fixes to texture paths in gensurf
+ 
+ 27/1/2002
+   TTimo
+   - switching to v3 project file, forcing reload of template if non-v3
+   need to distribute quakev3.qe4 in setups now (done for linux setup, will have to in win32)
+   - renamed Main to main in q3map init paths
+   - fixes the ~/. inits and init order in q3map
+   - added m_pfnPathForPluginName to the main function table, returns the directory a plugin is running from
+     used in bobtoolz / curry / pk3man to find various files
+     see also todo: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=368
+   - some fixes to textures loading paths in curry
+   - linux setup copying correct content for curry (pk3 in wolf media) and bobtoolz (bt/ in plugins/)
+   - building 1.2.2 setups  
+   
+   Gef
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=362
+   gensurf fix
+   
+   djbob
+   - bobtoolz update
+   
+   Hydra
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=361
+   fixes a bug with the texture menu loading, now we see the non-shaderlist directories too
+ 
+ 26/1/2002
+   Gef - Michael Schlueter - TTimo 
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=279
+   applied several patches (to setup code and to the setup scripts)
+   modified makesdk.pl to update with more content
+   added an "enginepath" attribute to the game file, reworked the handling in editor
+   TTimo
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=347
+     took out the refresh command from the plugin menu
+   - more linux fixes:
+     bringing all the plugins to compile again on linux
+     polishing the setup code (all the right files in the right places)
+   - for linux release, bumping ver to 1.2.2
+     win32 will have a 1.2.3-nightly after that
+   - added correct init of ~/.q3a or ~/.wolf
+     *nix systems have a 'prefix' attribute in the .game file to specify
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=359
+     identified the mod compiling problems
+     applying back the old fs_basepath fs_game code to the BSP generation
+     
+   ydnar- TTimo
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=351
+     cleaner path init code
+     it doesn't init for ~/.q3a and ~/.wolf paths yet
+ 
+ 25/1/2002
+   SPoG
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=352
+   using the wrong matrix stack for XY_Draw caused stack overflow error
+   - texture_mode was set to an invalid enum in wireframe/flatshade mode
+   - changed plugin API to expect gamedir-relative texturenames
+   - fixed gensurf to create faces/patches with gamedir-relative textures
+ 
+ 24/1/2002
+   SPoG
+   - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=322
+   added modelscale key check to misc_model entity in md3/entity module
+   added angle key check to eclassmodel class in md3/entity module
+   fixed bugs in BP writing and reading in map module
+   TTimo (commited as SPoG)
+   - fixing permissions on cvsreport and doxygen stuff, upgraded dot
+ 
+ >>>>>>> 1.252
  23/1/2002
    SPoG
    - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=336
    plugin API bugfix - fixes textures on stuff created by plugins
  
+ ---- 1.2.1 was released here
+ 
  22/1/2002
    Gef
    - linux build fixes
***************
*** 184,190 ****
    TTimo
    - added Wolf specific project settings dialog:
      correct fs_game selection and combo names
! 	added multiplayer / single player mapping mode selection
  
  4/1/2002
    TTimo
--- 334,340 ----
    TTimo
    - added Wolf specific project settings dialog:
      correct fs_game selection and combo names
!     added multiplayer / single player mapping mode selection
  
  4/1/2002
    TTimo
 
15 files added
Module File name Version
GtkRadiant contrib/bobtoolz/DVisDrawer.cpp 1.1.2.1
GtkRadiant contrib/bobtoolz/DVisDrawer.h 1.1.2.1
GtkRadiant contrib/bobtoolz/bsploader.cpp 1.1.2.1
GtkRadiant contrib/bobtoolz/bsploader.h 1.1.2.1
GtkRadiant contrib/bobtoolz/visfind.cpp 1.1.2.1
GtkRadiant contrib/bobtoolz/visfind.h 1.1.2.1
GtkRadiant setup/data/baseq3/scripts/quakev3.qe4 1.1.2.1
GtkRadiant setup/linux/all.cf 1.1.2.1
GtkRadiant setup/linux/q3.cf 1.1.2.1
GtkRadiant setup/linux/wolf.cf 1.1.2.1
Q3 1_2_1 1.1.2.1
Wolf 1_2_1 1.1.2.1
GtkRadiant tools/quake3/q3map/game_t.h 1.1.2.1
GtkRadiant tools/quake3/q3map/path_init.c 1.6.2.1
GtkRadiant vslick/pk3man.vpj 1.1.2.1
 
6 files removed
Module File name Last version
GtkRadiant contrib/Conscript 1.2
GtkRadiant contrib/config.mk 1.2
GtkRadiant plugins/Conscript 1.3
GtkRadiant setup/quakev2.qe4 1.2
GtkRadiant setup/linux/config/ta.data 1.1
GtkRadiant setup/linux/setup.data/setup.xml 1.4
 
99 files modified
Module File name Version
GtkRadiant Construct     1.10.2.1
GtkRadiant contrib/bobtoolz/Conscript     1.2.14.1
GtkRadiant contrib/bobtoolz/DBrush.cpp     1.4.2.1
GtkRadiant contrib/bobtoolz/DBrush.h     1.3.12.1
GtkRadiant contrib/bobtoolz/DEntity.cpp     1.3.12.1
GtkRadiant contrib/bobtoolz/DEntity.h     1.3.12.1
GtkRadiant contrib/bobtoolz/DMap.cpp     1.3.12.1
GtkRadiant contrib/bobtoolz/DMap.h     1.3.12.1
GtkRadiant contrib/bobtoolz/DPatch.h     1.3.12.1
GtkRadiant contrib/bobtoolz/DPlane.cpp     1.4.2.1
GtkRadiant contrib/bobtoolz/DShape.cpp     1.3.2.1
GtkRadiant contrib/bobtoolz/DWinding.h     1.2.22.1
GtkRadiant contrib/bobtoolz/StdAfx.h     1.5.2.1
GtkRadiant contrib/bobtoolz/bobToolz-GTK.cpp     1.5.2.1
GtkRadiant contrib/bobtoolz/bobToolz_gtk.dsp 1.4.2.1 >>> 1.4.2.2
GtkRadiant contrib/bobtoolz/cportals.cpp     1.3.12.1
GtkRadiant contrib/bobtoolz/funchandlers-GTK.cpp     1.5.2.1
GtkRadiant contrib/bobtoolz/funchandlers.cpp     1.3.12.1
GtkRadiant contrib/bobtoolz/funchandlers.h     1.4.12.1
GtkRadiant contrib/bobtoolz/lists.cpp     1.4.12.1
GtkRadiant contrib/bobtoolz/lists.h     1.4.12.1
GtkRadiant contrib/bobtoolz/misc.cpp     1.5.2.1
GtkRadiant contrib/bobtoolz/shapes.cpp     1.4.2.1
GtkRadiant contrib/bobtoolz/dialogs/dialogs-gtk.cpp     1.2.22.1
GtkRadiant contrib/bobtoolz/dialogs/dialogs-gtk.h     1.2.22.1
GtkRadiant contrib/gtkgensurf/Conscript     1.2.14.1
GtkRadiant contrib/gtkgensurf/genmap.cpp     1.2.22.1
GtkRadiant contrib/gtkgensurf/gensurf.cpp     1.2.22.1
GtkRadiant contrib/prtview/AboutDialog.cpp     1.4.22.1
GtkRadiant contrib/prtview/ConfigDialog.cpp     1.4.22.1
GtkRadiant contrib/prtview/Conscript     1.2.14.1
GtkRadiant contrib/prtview/LoadPortalFileDialog.cpp     1.4.22.1
GtkRadiant docs/developer/CHANGES 1.231.2.1 >>> 1.231.2.2
GtkRadiant include/qerplugin.h     1.24.2.1
GtkRadiant include/version.default     1.9.2.1
GtkRadiant plugins/image/Conscript     1.4.12.1
GtkRadiant plugins/mapq3/parse.cpp     1.3.2.1
GtkRadiant plugins/mapq3/write.cpp     1.2.2.1
GtkRadiant plugins/md3model/eclassmodel.cpp     1.4.2.1
GtkRadiant plugins/md3model/entitymodel.cpp     1.3.2.1
GtkRadiant plugins/md3model/miscmodel.cpp     1.3.2.1
GtkRadiant plugins/textool/Conscript     1.2.14.1
GtkRadiant radiant/eclass.cpp     1.13.6.1
GtkRadiant radiant/main.cpp 1.38.2.1 >>> 1.38.2.2
GtkRadiant radiant/mainframe.cpp 1.74.2.1 >>> 1.74.2.2
GtkRadiant radiant/map.cpp     1.26.2.1
GtkRadiant radiant/plugin.h     1.10.12.1
GtkRadiant radiant/pluginmanager.cpp     1.57.2.1
GtkRadiant radiant/pluginmanager.h     1.11.2.1
GtkRadiant radiant/preferences.cpp 1.33.2.1 >>> 1.33.2.2
GtkRadiant radiant/preferences.h     1.26.2.1
GtkRadiant radiant/qe3.cpp 1.47.2.1 >>> 1.47.2.2
GtkRadiant radiant/qe3.h 1.47.2.1 >>> 1.47.2.2
GtkRadiant radiant/texwindow.cpp     1.37.2.1
GtkRadiant radiant/watchbsp.cpp     1.20.2.1
GtkRadiant radiant/xywindow.cpp     1.23.2.1
GtkRadiant radiant/z.cpp     1.8.10.1
GtkRadiant radiant/zwindow.cpp     1.6.14.1
GtkRadiant setup/changelog.txt     1.8.2.1
GtkRadiant setup/data/tools/global.xlink     1.1.2.1
GtkRadiant setup/linux/bspc     1.3.2.1
GtkRadiant setup/linux/makesdk.pl     1.3.2.1
GtkRadiant setup/linux/config/main.data     1.1.2.1
GtkRadiant setup/linux/config/moremain.data     1.1.2.1
GtkRadiant setup/linux/config/quake3.data     1.1.2.1
GtkRadiant setup/linux/config/wolf.data     1.2.2.1
GtkRadiant setup/linux/setup.data/config.games.sh     1.2.2.1
GtkRadiant setup/linux/setup.data/bin/Linux/x86/setup     1.2.2.1
GtkRadiant setup/linux/setup.data/bin/Linux/x86/glibc-2.1/setup.gtk     1.3.2.1
GtkRadiant setup/win32/TODO     1.3.2.1
GtkRadiant setup/win32/setup.pl     1.9.2.1
GtkRadiant setup/win32/template/Component/Default.cdf     1.5.2.1
GtkRadiant setup/win32/template/Component/Default.fgl     1.4.2.1
GtkRadiant setup/win32/template/File/Default.fdf     1.13.2.1
Default Q3     1.1.4.1
Media Wolf     1.6.2.1
GtkRadiant tools/quake3/Conscript     1.5.2.1
GtkRadiant tools/quake3/common/imagelib.c     1.6.2.1
GtkRadiant tools/quake3/q3data/q3data.dsp 1.7.2.1 >>> 1.7.2.2
GtkRadiant tools/quake3/q3map/brush.c     1.8.2.1
GtkRadiant tools/quake3/q3map/bsp.c     1.19.2.1
GtkRadiant tools/quake3/q3map/fog.c     1.7.2.1
GtkRadiant tools/quake3/q3map/light.c     1.14.2.1
GtkRadiant tools/quake3/q3map/light.h     1.7.2.1
GtkRadiant tools/quake3/q3map/light_bounce.c     1.2.2.1
GtkRadiant tools/quake3/q3map/light_trace.c     1.6.2.1
GtkRadiant tools/quake3/q3map/lightmaps.c     1.6.2.1
GtkRadiant tools/quake3/q3map/lightv.c     1.15.2.1
GtkRadiant tools/quake3/q3map/map.c     1.8.2.1
GtkRadiant tools/quake3/q3map/misc_model.c     1.7.2.1
GtkRadiant tools/quake3/q3map/patch.c     1.6.2.1
GtkRadiant tools/quake3/q3map/portals.c     1.8.2.1
GtkRadiant tools/quake3/q3map/q3map.dsp 1.14.2.1 >>> 1.14.2.2
GtkRadiant tools/quake3/q3map/qbsp.h     1.12.2.1
GtkRadiant tools/quake3/q3map/shaders.c     1.14.2.1
GtkRadiant tools/quake3/q3map/surface.c     1.10.2.1
GtkRadiant tools/quake3/q3map/tjunction.c     1.6.2.1
GtkRadiant vslick/Radiant.vpw     1.29.2.1
GtkRadiant vslick/q3map.vpj     1.4.12.1
--10124998072190-- From gtkradiant@zerowing.idsoftware.com Thu Jan 31 18:00:00 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 12:00:00 -0600 Subject: [Gtkradiant] [Bug 354] Moving preferences over to using XML Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=354 gbiggans@uglab.eee.strath.ac.uk changed: What |Removed |Added ---------------------------------------------------------------------------- Platform| |All ------- Additional Comments From gbiggans@uglab.eee.strath.ac.uk 2002-01-31 11:59 ------- > xmlNodePtr pNode = mpDocNode->children; > while (pNode) > { > if (xmlGetProp(pNode, (xmlChar *)"name") && !strcmp(name, (char *) xmlGetProp(pNode, (xmlChar *)"name"))) > return pNode; > pNode = pNode->next; > } > return NULL; needs to be: > xmlNodePtr pNode = mpDocNode->children; > while (pNode) > { > xmlhChar* prop = xmlGetProp(pNode, (xmlChar *)"name"); > if (prop && !strcmp(name, (char *)prop)) > { > xmlFree(prop); > return pNode; > } > xmlFree(prop); > pNode = pNode->next; > } > return NULL; to prevent a mem leak. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 19:45:54 2002 From: gtkradiant@zerowing.idsoftware.com (ydnar) Date: Thu, 31 Jan 2002 11:45:54 -0800 Subject: [Gtkradiant] [Bug 379] New: spawnflags change back to default 0 References: Message-ID: <00d901c1aa8f$e59866a0$3400a8c0@tetsuo> Can the evil that is CSG subtract be purged now? ----- Original Message ----- From: To: Sent: Thursday, January 31, 2002 2:32 AM Subject: [Gtkradiant] [Bug 379] New: spawnflags change back to default 0 > http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=379 > > Summary: spawnflags change back to default 0 > Product: GtkRadiant > Version: 1.2-nightly > OS/Version: All > Status: NEW > Severity: normal > Priority: P2 > Component: editor > AssignedTo: ttimo@idsoftware.com > ReportedBy: ttimo@idsoftware.com > > > Anyone has some insight on this? > We may need more precise information to reproduce the behaviour. > > -- > > From: Qeradiant.Bug.Reports@home6.telefragged.com > To: timo@qeradiant.com > Reply-to: o.stannius@trixter.de > Subject: Qeradiant bug form > Date: Tue, 29 Jan 2002 10:59:55 -0600 > > > CPU: pIII 1ghz dual > VideoCard: > 3D VideoCard: geforce 2 > VideoDrivers: detonator 21.83 > OpenGL Drivers: detonator 21.83 > System RAM: 1 GB > Hard Drive space: 20 GB > Operating System: NT > QERadiant Version: 1.2.1 > Install (Full or upgrade): > Sender's e-mail: o.stannius@trixter.de > Problem: > 1st error: > when u move entitys around, sometimes the spawnflags change back to default (0 i > think??) > witnessed it with func_explosive, trigger_objective_info etc. > it is mere annoying if u forget to re-check the spawnflags after moving stuff around > > 2nd error: > if u use csg subtract to subtract a brush from a terrain and u UNDO the action > the brush becomes part of the func_group of the terrain ... > isn"t really a problem either. just to notify u > > thnx anyway, for all ur efforts :) > How to Reproduce: > see above > > ------------------------------------------------- > Submitted: 01/29/02 10:59:54 > > > > ------- You are receiving this mail because: ------- > Whoops! I have no idea! > > _______________________________________________ > Gtkradiant mailing list > Gtkradiant@zerowing.idsoftware.com > http://zerowing.idsoftware.com/mailman/listinfo/gtkradiant > From gtkradiant@zerowing.idsoftware.com Thu Jan 31 21:03:57 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 15:03:57 -0600 Subject: [Gtkradiant] [Bug 364] last map not saved to radiant.ini Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=364 ------- Additional Comments From hfds@swbell.net 2002-01-31 15:03 ------- now this problem is intermittent on my box. it has successfully written lastmap more than once. (error might be occuring more frequently after initial install?) seems to me not writing lastmap might just be a symptom. the problem is that sometimes gtk is unable to write to radiant.ini. it goes ding (default beep, such a small thing) approx 30 seconds after radiant shuts down, when it won't write lastmap. when it IS able to write lastmap, no ding. file handle not closed? borked path to .ini? no idea. what sets the path to .ini when it's time to write to it? enviroment? file? ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 20:51:58 2002 From: gtkradiant@zerowing.idsoftware.com (EvilTypeGuy) Date: Thu, 31 Jan 2002 14:51:58 -0600 Subject: [Gtkradiant] [Bug 379] New: spawnflags change back to default 0 In-Reply-To: <00d901c1aa8f$e59866a0$3400a8c0@tetsuo> References: <00d901c1aa8f$e59866a0$3400a8c0@tetsuo> Message-ID: <20020131205158.GA335@virtucon.warpcore.org> Oooh, can it, can it? /me pants happily ;D -EvilTypeGuy On Thu, Jan 31, 2002 at 11:45:54AM -0800, ydnar wrote: > Can the evil that is CSG subtract be purged now? > ----- Original Message ----- > > 2nd error: > > if u use csg subtract to subtract a brush from a terrain and u UNDO the > action > > the brush becomes part of the func_group of the terrain ... > > isn"t really a problem either. just to notify u From gtkradiant@zerowing.idsoftware.com Thu Jan 31 21:11:36 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 15:11:36 -0600 Subject: [Gtkradiant] [Bug 377] Texture changes on brushes not displayed in 3D view Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=377 ------- Additional Comments From goriki@hotmail.com 2002-01-31 15:11 ------- It happens 100% of the time. I still have version 1.1.1 installed on the same system, so I just tried that and confirmed that the older version does not exhibit the bug at all. It could still be graphics related: I'm using an ASUS V8200T2 GF3Ti200 with 23.11 drivers - I'll try an older set of drivers and see if it persists. I've also now realised that for any brush faces I've tried shift+middleclicking a new shader onto, I can't get shown shader to update on those faces without flushing and reloading whatever method I use to try to replace it. i.e. I can do what I like with a face's shader until I shift+middleclick, which 'breaks' that face. ------- You are receiving this mail because: ------- Whoops! I have no idea! From gtkradiant@zerowing.idsoftware.com Thu Jan 31 22:03:20 2002 From: gtkradiant@zerowing.idsoftware.com (gtkradiant@zerowing.idsoftware.com) Date: Thu, 31 Jan 2002 16:03:20 -0600 Subject: [Gtkradiant] [Bug 377] Texture changes on brushes not displayed in 3D view Message-ID: http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=377 ------- Additional Comments From eviltypeguy@qeradiant.com 2002-01-31 16:03 ------- Actually with a current CVS build I'm seeing the same issue. Also drag and dropping the texture onto faces causes the face to disappear instead of being textured properly unless I flush & reload textures. So I'd have to agree with the synopsis here so far. Haven't a clue yet as to why or what causes it though... ------- You are receiving this mail because: ------- Whoops! I have no idea!