rnd-20030420-1-src
authorHolger Schemel <info@artsoft.org>
Sun, 20 Apr 2003 20:40:18 +0000 (22:40 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:41:23 +0000 (10:41 +0200)
src/conftime.h
src/editor.c
src/main.h

index 8975fe6a48c91228010f1f2f677ec8ec1d7a3dbe..80b5e3e815f45c02086635a0302bebd68d50e499 100644 (file)
@@ -1 +1 @@
-#define COMPILE_DATE_STRING "[2003-04-19 12:26]"
+#define COMPILE_DATE_STRING "[2003-04-20 22:39]"
index a10ba95f4844805b53069071d99c514440359cf9..1d2115ceb853649c2b8a5509816929ddcb59a4ae 100644 (file)
@@ -3440,6 +3440,7 @@ static void DrawPropertiesConfig()
       MapCheckbuttonGadget(i);
     }
 
+#if 1
     /* draw selectbox gadget */
     i = ED_SELECTBOX_ID_CUSTOM_CHANGE_CAUSE;
     x = selectbox_info[i].x + xoffset_right2;
@@ -3451,6 +3452,7 @@ static void DrawPropertiesConfig()
     ModifyGadget(level_editor_gadget[selectbox_info[i].gadget_id],
                 GDI_SELECTBOX_INDEX, *selectbox_info[i].index, GDI_END);
     MapSelectboxGadget(i);
+#endif
   }
 }
 
@@ -3746,6 +3748,7 @@ static void DrawPropertiesInfo()
     if (HAS_PROPERTY(properties_element, properties[i].value))
       num_standard_properties++;
 
+#if 1
   if (num_standard_properties > 0)
   {
     DrawTextF(pad_x, pad_y + screen_line * font2_height, font1_nr,
@@ -3764,6 +3767,7 @@ static void DrawPropertiesInfo()
 
     screen_line++;
   }
+#endif
 
   PrintInfoText("Description:", FONT_TEXT_1, screen_line);
   if (PrintElementDescriptionFromFile(filename, screen_line + 1) == 0)
index 796179bce97936ac065269bb96a731c05996dd9a..22807c17e54d12acdba6a6d434348b0ba02f3d08 100644 (file)
 #define PROGRAM_VERSION_MAJOR  2
 #define PROGRAM_VERSION_MINOR  2
 #define PROGRAM_VERSION_PATCH  0
-#define PROGRAM_VERSION_STRING "2.2.0rc4"
+#define PROGRAM_VERSION_STRING "2.2.0rc6"
 
 #define PROGRAM_TITLE_STRING   "Rocks'n'Diamonds"
 #define PROGRAM_AUTHOR_STRING  "Holger Schemel"