-Pre-Release Version 2.2.0rc6 [?? ??? ????]
+Pre-Release Version 2.2.0rc6 [22 APR 2003]
------------------------------------------
+ - added missing source file
+ - fixed little font directive bug
+ - added actual CHANGES file ;-)
Pre-Release Version 2.2.0rc5 [20 APR 2003]
------------------------------------------
-#define COMPILE_DATE_STRING "[2003-04-22 01:54]"
+#define COMPILE_DATE_STRING "[2003-04-22 23:10]"
{ "font.text_2" },
{ "font.text_3" },
{ "font.text_4" },
- { "font.input" },
- { "font.input.active" },
+ { "font.input_1.active" },
+ { "font.input_1" },
+ { "font.input_2.active" },
+ { "font.input_2" },
{ "font.option_off" },
{ "font.option_on" },
{ "font.value_1" },
{ "font.value_2" },
{ "font.value_old" },
- { "font.tape_recorder" },
{ "font.level_number" },
+ { "font.tape_recorder" },
+ { "font.game_info" },
};
#define FONT_TEXT_2 9
#define FONT_TEXT_3 10
#define FONT_TEXT_4 11
-#define FONT_INPUT_1 12
-#define FONT_INPUT_1_ACTIVE 13
-#define FONT_INPUT_2 14
-#define FONT_INPUT_2_ACTIVE 15
+#define FONT_INPUT_1_ACTIVE 12
+#define FONT_INPUT_1 13
+#define FONT_INPUT_2_ACTIVE 14
+#define FONT_INPUT_2 15
#define FONT_OPTION_OFF 16
#define FONT_OPTION_ON 17
#define FONT_VALUE_1 18
#define VIDEO_DATE_LABEL_YPOS (VIDEO_DISPLAY1_YPOS)
#define VIDEO_DATE_LABEL_XSIZE (VIDEO_DISPLAY_XSIZE)
#define VIDEO_DATE_LABEL_YSIZE (VIDEO_DISPLAY_YSIZE)
-#define VIDEO_DATE_XPOS (VIDEO_DISPLAY1_XPOS + 1)
+#define VIDEO_DATE_XPOS (VIDEO_DISPLAY1_XPOS + 2)
#define VIDEO_DATE_YPOS (VIDEO_DISPLAY1_YPOS + 14)
#define VIDEO_DATE_XSIZE (VIDEO_DISPLAY_XSIZE)
#define VIDEO_DATE_YSIZE 16
#define VIDEO_PAUSE_SYMBOL_YPOS (VIDEO_DISPLAY2_YPOS)
#define VIDEO_PAUSE_SYMBOL_XSIZE 17
#define VIDEO_PAUSE_SYMBOL_YSIZE 13
-#define VIDEO_TIME_XPOS (VIDEO_DISPLAY2_XPOS + 38)
+#define VIDEO_TIME_XPOS (VIDEO_DISPLAY2_XPOS + 39)
#define VIDEO_TIME_YPOS (VIDEO_DISPLAY2_YPOS + 14)
#define VIDEO_TIME_XSIZE 50
#define VIDEO_TIME_YSIZE 16