[Gtkradiant] [Bug 1106] New: .wad files don't get listed in the textures menu (since rev 100)

bugzilla-daemon at zerowing.idsoftware.com bugzilla-daemon at zerowing.idsoftware.com
Sat Sep 9 05:58:03 CDT 2006


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1106

           Summary: .wad files don't get listed in the textures menu (since
                    rev 100)
           Product: GtkRadiant
           Version: 1.5
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: editor
        AssignedTo: gtkradiant at zerowing.idsoftware.com
        ReportedBy: shaderman at gmx.net


The changes in vfs.cpp affected the creation of the textures menu
(TextureGroupsMenu_Construct() in texwindow.cpp line 286) for games with WAD
support (broken at least with with Quake 1).

this statement

if(extension_equal(path_get_extension(archive), "wad"))

in texwindow.cpp line 248 fails because a colon gets appended to the .wad
extension by the new code in InitPakFile (vfs.cpp line 146-151).

-- 
Configure bugmail: http://zerowing.idsoftware.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Gtkradiant mailing list