- Color Standard uses Half-Pixel

- Color Text Optimized uses Half-Pixel
- Added DEBUG Original Color Standard
- Added DEBUG Original Color Text Optimized
- Added Linards tweaked colors
This commit is contained in:
mpohoreski 2011-02-19 22:14:08 +00:00
parent ab6a52ce63
commit 04e11659ab
3 changed files with 399 additions and 260 deletions

View file

@ -258,7 +258,7 @@ void Config_Load_Video()
REGLOAD(TEXT(REGVALUE_VIDEO_MONO_COLOR ),&monochrome);
if (g_eVideoType >= NUM_VIDEO_MODES)
g_eVideoType = VT_COLOR_HALFPIXEL; // VT_COLOR_TVEMU;
g_eVideoType = VT_COLOR_STANDARD; // Old default: VT_COLOR_TVEMU
}

File diff suppressed because it is too large Load diff

View file

@ -8,16 +8,17 @@
{
VT_MONO_HALFPIXEL_REAL // uses custom monochrome
, VT_COLOR_STANDARD
, VT_COLOR_TVEMU // 1.19.3 swapped
, VT_COLOR_TEXT_OPTIMIZED // 1.19.3 swapped
, VT_COLOR_TEXT_OPTIMIZED
, VT_COLOR_TVEMU
#if _DEBUG
, VT_COLOR_HALF_SHIFT_DIM // Michael's 80's retro look --- must >= VT_COLOR_STANDARD && <= VT_COLOR_AUTHENTIC. See: V_CreateDIBSections()
, VT_ORG_COLOR_STANDARD
, VT_ORG_COLOR_TEXT_OPTIMIZED
, VT_COLOR_COLUMN_VISUALIZER
#endif
, VT_COLOR_HALFPIXEL // Half Pixel Support VT_COLOR_AUTHENTIC -> VT_COLOR_HALFPIXEL
, VT_MONO_AMBER // now half pixel
, VT_MONO_GREEN // now half pixel
, VT_MONO_WHITE // now half pixel
// , VT_MONO_AUTHENTIC -- been replaced with the 3 mono modes: amber, green white
#if _DEBUG
, VT_MONO_CUSTOM
, VT_MONO_COLORIZE