MantisBT - Soldat Dedicated Server | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000041 | Soldat Dedicated Server | Scripting Core | public | 2011-09-17 19:44 | 2012-05-24 20:48 |
Reporter | DorkeyDear | ||||
Assigned To | |||||
Priority | low | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Platform | x86 | OS | Windows | OS Version | 7 |
Product Version | 2.7.0 | ||||
Target Version | Fixed in Version | ||||
John | |||||
Summary | 0000041: WriteConsole ignores its color parameter's alpha channel | ||||
Description | WriteConsole appears to ignore the color's alpha channel in its parameter. | ||||
Steps To Reproduce | function ARGB(const a, r, g, b: longint): longint; begin Result := (a shl 24) or (r shl 16) or (g shl 8) or b; end; procedure OnPlayerSpeak(const Id: byte; const Text: string); var i: integer; begin for i := 1 to 10 do WriteConsole(0, '######## i = ' + InttoStr(i) + '; A = ' + InttoStr(i * 25), ARGB(i * 25, 255, 255, 255)); end; | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2011-09-17 19:44 | DorkeyDear | New Issue | |||
2011-09-24 23:44 | Fryer | Assigned To | => Fryer | ||
2011-09-24 23:44 | Fryer | Status | new => acknowledged | ||
2011-10-01 19:50 | Fryer | Status | acknowledged => assigned | ||
2012-02-03 15:07 | Shoozza | Assigned To | Fryer => | ||
2012-02-03 15:07 | Shoozza | Status | assigned => acknowledged | ||
2012-02-29 20:12 | Falcon | Assigned To | => Falcon | ||
2012-02-29 20:12 | Falcon | Status | acknowledged => assigned | ||
2012-05-24 20:48 | Falcon | Assigned To | Falcon => | ||
2012-05-24 20:48 | Falcon | Status | assigned => confirmed |
There are no notes attached to this issue. |