-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There was a bug in the following client versions that allowed players to use more than the regular colors. - qwcl-1.50 - qwcl-1.55 - qwcl-1.64 - qwcl-2.00 - qwcl-2.10 - glqwcl-1.64 - glqwcl-2.10 The bug was fixed in: - qwcl-2.20 - glqwcl-2.20 Both the software and GL clients correctly restricted colors to the range of 0 - 13 when using the color command. However, the developers forgot to apply this restriction to the bottomcolor and topcolor cvars. The behavior differed slightly between the qwcl and glqwcl clients. In the software version, only two additional colors were available: color 14 (orange) and color 15 (bright red). In the GL version, players could select from the entire palette. This commit aims to reintroduce the most popular colors used during that time: - Orange (color 14, mapped to palette index 232) - Bright red (color 15, mapped to palette index 248) - Black (color 16, mapped to palette index 0)
- Loading branch information
Showing
4 changed files
with
78 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters