MantisBT - Zandronum
View Issue Details
0002248Zandronum[All Projects] Bugpublic2015-05-24 16:062018-09-30 22:26
StrikerMan780 
Torr Samaho 
normalminorhave not tried
closedfixed 
MicrosoftWindowsXP/Vista/7
3.0-beta 
3.03.0 
0002248: BOTINFO doesn't read color codes anymore
Here's an example botinfo definition:
{
name = "\cqGrunt"
script = DFULTBOT
gender = male
color = "30 ef 80"
railcolor = "blue"
skin = "Quake 2 Male"
class = "Marine"
revealed = true
favoriteweapon = "railgun"
accuracy = 2
intelect = 3
evade = 2
anticipation = 1
reactiontime = 2
perception = 3
}

In 3.0, the name shows up as "cqGrunt" in-game when it should just be "Grunt" in green.
No tags attached.
Issue History
2015-05-24 16:06StrikerMan780New Issue
2015-05-24 18:49DuskProduct Version => 3.0
2015-05-24 18:49DuskSummary[3.0 Alpha] BOTINFO doesn't read color codes anymore => BOTINFO doesn't read color codes anymore
2015-05-24 19:37DuskProduct Version3.0 => 3.0-beta
2015-05-25 18:07Torr SamahoNote Added: 0012386
2015-05-25 18:07Torr SamahoAssigned To => Torr Samaho
2015-05-25 18:07Torr SamahoStatusnew => needs testing
2015-05-25 18:11cobaltTarget Version => 3.0
2015-05-25 18:11cobaltDescription Updatedbug_revision_view_page.php?rev_id=7157#r7157
2015-05-25 18:11cobaltNote Added: 0012388
2015-05-25 23:31StrikerMan780Note Added: 0012396
2015-05-25 23:58WaTaKiDStatusneeds testing => resolved
2015-05-25 23:58WaTaKiDResolutionopen => fixed
2015-05-25 23:58WaTaKiDFixed in Version => 3.0
2015-05-25 23:58WaTaKiDDescription Updatedbug_revision_view_page.php?rev_id=7164#r7164
2018-09-30 22:26Blzut3Statusresolved => closed

Notes
(0012386)
Torr Samaho   
2015-05-25 18:07   
Should be fixed now.
(0012388)
cobalt   
2015-05-25 18:11   
Issue addressed by commit 4a752cee5db3: Fixed: Color codes in BOTINFO's name field didn't work anymore (fixes 2248).
Committed by Benjamin Berkels [Torr Samaho] on Monday 25 May 2015 20:06:39

Changes in files:

 src/bots.cpp | 8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

(0012396)
StrikerMan780   
2015-05-25 23:31   
Works now.