[Gtkradiant] [Bug 467] radiant accepts to load textures with spaces in name?
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Tue, 23 Apr 2002 08:16:58 -0500
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=467
------- Additional Comments From ttimo@idsoftware.com 2002-04-23 08:16 -------
what I can tell from looking at the current code:
we used to have 'CheckName' called during map load and map save to avoid any
'space in texture name' problems. this got dropped during the switch to a .map
module
fixing the name in SetName would work, but it's a hack. and it doesn't verbose
the operation: ideally we want to say 'you are trying to use a texture/shader
name that has spaces in it'
CheckName should be used when loading textures from disk (something I'm not sure
we were doing before), and should be used in the map load/save process
------- You are receiving this mail because: -------
Whoops! I have no idea!