rnd-20030422-2-src
authorHolger Schemel <info@artsoft.org>
Tue, 22 Apr 2003 21:13:02 +0000 (23:13 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:41:26 +0000 (10:41 +0200)
CHANGES
src/conftime.h
src/main.c
src/main.h
src/tape.c

diff --git a/CHANGES b/CHANGES
index 0d9b2eee0fe0a2be2f5edbb61263b403a60eee87..ca0d819e4ccceb05103cf84d814b4aa90dffa5b6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
-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]
 ------------------------------------------
index 895ef92bf4774ad10dd9aebd0238322bce2110f7..32cd1cc261159fb9bb854e7edf92dc40c83af144 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "[2003-04-22 01:54]"
+#define COMPILE_DATE_STRING "[2003-04-22 23:10]"
index 836b436fd9b30bc5a2e4adc2f016e42aa081437b..1289c0b6faca1dd467202d00267ee509aa96824c 100644 (file)
@@ -3018,15 +3018,18 @@ struct FontInfo font_info[NUM_FONTS + 1] =
   { "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"           },
 };
 
 
index a690c06446194b726e13642a0a7bc82be0c2ed6b..a7adb261709867776db97bd27d102c182c1e9dab 100644 (file)
 #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
index 43c97f5ce7d2938175ddf1aad4e858e1e8f75762..69ed9f938039936889111782f35b9a8e722d4ab8 100644 (file)
@@ -50,7 +50,7 @@ static struct GadgetInfo *tape_gadget[NUM_TAPE_BUTTONS];
 #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
@@ -78,7 +78,7 @@ static struct GadgetInfo *tape_gadget[NUM_TAPE_BUTTONS];
 #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