View Issue Details

IDProjectCategoryView StatusLast Update
0002325DarkRadiantMap Editingpublic11.10.2012 19:04
ReporterSneaksieDave Assigned Togreebo  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
PlatformWin32OSWindowsOS VersionXP
Product Version1.4.0 
Target Version1.7.0Fixed in Version1.7.0 
Summary0002325: Generate color picker for "ambient_light" property
DescriptionWhen using the location_settings system, one of the properties set is "ambient_light". It'd be most helpful if this key generated a standard light entity color picker.

(I think this might be possible in configuration files... checking)
TagsNo tags attached.

Relationships

related to 0002848 closedgreebo Add support for editor_color directives 

Activities

SneaksieDave

SneaksieDave

29.07.2010 17:29

reporter   ~0003151

I addressed this locally by adding:

<property match="ambient_light" category="Basic" type="colour" />

to doom3.game.
tels

tels

04.08.2010 05:42

reporter   ~0003158

Last edited: 04.08.2010 05:42

That should be fixed better in DR on a general purpose. The "real" bug here is that DR treats:

"editor_color variablename" "a color for blah"

the same as

"editor_color" "0.5 0.1 0.2"

(ore simply ignores it). That means it is never possible to define a spawnarg as color (so it gets the color picker) without resorting to the config trick above. This does, however, not scale, as we have hundreds of these spawnargs and listen them all twice is a maintainance nightmare.

Issue History

Date Modified Username Field Change
28.07.2010 15:07 SneaksieDave New Issue
28.07.2010 16:28 greebo Target Version 1.5.0 =>
29.07.2010 17:29 SneaksieDave Note Added: 0003151
04.08.2010 05:42 tels Note Added: 0003158
04.08.2010 05:42 tels Note Edited: 0003158
04.08.2010 05:42 tels Note Edited: 0003158
24.08.2011 07:02 greebo Relationship added child of 0002848
24.08.2011 07:02 greebo Relationship deleted child of 0002848
24.08.2011 07:03 greebo Relationship added related to 0002848
24.08.2011 08:45 greebo Target Version => 1.7.0
24.08.2011 08:45 greebo Assigned To => greebo
24.08.2011 08:45 greebo Status new => assigned
24.08.2011 08:45 greebo Status assigned => resolved
24.08.2011 08:45 greebo Fixed in Version => 1.7.0
24.08.2011 08:45 greebo Resolution open => fixed
11.10.2012 19:04 greebo Status resolved => closed