Issue Tracker - Robot Battle
Viewing Issue Advanced Details
372 rendering feature N/A 2004-03-05 06:27 2004-11-21 15:26
ZeroOne  
brad  
normal  
closed  
fixed  
none    
none 1.4.04  
0000372: Excluding some styles
I'd like to have a way to exclude some styles from being assigned to bots by random. Many dancing robots (like Sorcerer's Space Invaders or my Chess bots) have their own special skins that definitely don't suit for battle. Maybe these skins could be prefixed with an underscore or something. They would be available if a robot called them by using the Style() function but not viewable in the style selection box when starting a new match.
Issue History
2004-03-05 06:27 ZeroOne New Issue
2004-03-09 14:02 brad Status new => assigned
2004-03-09 14:02 brad Assigned To => brad
2004-03-09 14:03 brad Note Added: 0000741
2004-05-15 18:40 brad Status assigned => resolved
2004-05-15 18:40 brad Resolution open => fixed
2004-05-15 18:40 brad Note Added: 0000763
2004-06-29 01:07 brad Status resolved => closed
2004-11-21 15:26 brad Fixed in Version => 1.4.04

Notes
(0000741)
brad   
2004-03-09 14:03   
Good idea. I'll probably do this by adding a new attribute inside the style files.
(0000763)
brad   
2004-05-15 18:40   
fixed in 1.4.4 by adding the optional "assign" property to style elements (set to "0" to prevent automatic assignment). Styles with assign set to 0 still show up in the match creation and style manager dialogs, so people can select and modify them manually.