View Issue Details

IDProjectCategoryView StatusLast Update
0000302DarkRadiantMap Editingpublic24.05.2007 12:25
Reportergreebo Assigned Toorbweaver  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.1 
Fixed in Version0.9.1 
Summary0000302: editor_mins/editor_maxs not inherited (e.g. path entities)
DescriptionThe path entities do not inherit their editor_mins/editor_maxs spawnargs from "path_default", causing the editor to require brushes for creation. This is perhaps related to the fix we had a while ago regarding the editor_* spawnargs?
TagsNo tags attached.

Activities

orbweaver

orbweaver

22.05.2007 19:36

developer   ~0000652

The editor_mins and editor_maxs are definitely being inherited, I'm not sure what's going on here.
greebo

greebo

22.05.2007 21:31

administrator   ~0000654

Maybe the _isFixedSize bool or what it's called doesn't get set accordingly to the inherited spawnargs?
orbweaver

orbweaver

23.05.2007 07:15

developer   ~0000655

Good point, that value is set during parsing so it won't get set if you just copy the keys.

I will get rid of the explicit setMins()/setMaxs(), which I have in fact been meaning to do for a while, and just use the editor_mins/maxs keys to determine the size.
orbweaver

orbweaver

23.05.2007 15:37

developer   ~0000656

Fixed in SVN.

Issue History

Date Modified Username Field Change
22.05.2007 06:47 greebo New Issue
22.05.2007 08:52 greebo Status new => confirmed
22.05.2007 19:36 orbweaver Note Added: 0000652
22.05.2007 21:31 greebo Note Added: 0000654
23.05.2007 07:15 orbweaver Note Added: 0000655
23.05.2007 15:37 orbweaver Status confirmed => assigned
23.05.2007 15:37 orbweaver Assigned To => orbweaver
23.05.2007 15:37 orbweaver Status assigned => resolved
23.05.2007 15:37 orbweaver Fixed in Version => latest SVN
23.05.2007 15:37 orbweaver Resolution open => fixed
23.05.2007 15:37 orbweaver Note Added: 0000656
24.05.2007 12:25 greebo Status resolved => closed