View Issue Details

IDProjectCategoryView StatusLast Update
0000301DarkRadiantMap Editingpublic17.06.2007 19:58
Reportergreebo Assigned Togreebo  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.1 
Fixed in Version0.9.1 
Summary0000301: Counter discrepancy (only brushcount is displayed in the statusbar)
DescriptionThe brush count code in the statusbar is VERY old and should be refactored to something else that can be used for other things as well.

Some kind of universal counter, taking an enum as argument would be nice, something along the lines of:

enum CounterType {
   cEntity,
   cBrush,
   cPatch,
   cLight,
};

and a class that provides the methods increase(),decrease(),reset() and get(), all of them taking the CounterType as argument.
TagsNo tags attached.

Activities

greebo

greebo

27.05.2007 21:32

administrator   ~0000660

Added central counter class with three enumerations (counterPatch, counterBrush and counterEntities).

Issue History

Date Modified Username Field Change
21.05.2007 14:26 greebo New Issue
21.05.2007 14:26 greebo Status new => confirmed
27.05.2007 21:30 greebo Status confirmed => assigned
27.05.2007 21:30 greebo Assigned To => greebo
27.05.2007 21:32 greebo Status assigned => resolved
27.05.2007 21:32 greebo Fixed in Version => latest SVN
27.05.2007 21:32 greebo Resolution open => fixed
27.05.2007 21:32 greebo Note Added: 0000660
17.06.2007 19:58 greebo Status resolved => closed