rnd-20070916-1-src
[rocksndiamonds.git] / src / conf_var.c
index fbca9addd1600c9f8a7978c4e28bbeb40928bacb..f0993e6e4832d8c337af80dcc8b067dcb2f36ffe 100644 (file)
@@ -960,6 +960,26 @@ struct TokenIntPtrInfo image_config_vars[] =
     "border.draw_masked.DOOR",
     &border.draw_masked[GFX_SPECIAL_ARG_DOOR]
   },
+  {
+    "border.draw_masked_when_fading",
+    &border.draw_masked_when_fading
+  },
+  {
+    "init.busy.x",
+    &init.busy.x
+  },
+  {
+    "init.busy.y",
+    &init.busy.y
+  },
+  {
+    "init.busy.align",
+    &init.busy.align
+  },
+  {
+    "init.busy.valign",
+    &init.busy.valign
+  },
   {
     "menu.enter_menu.fade_mode",
     &menu.enter_menu.fade_mode
@@ -996,6 +1016,18 @@ struct TokenIntPtrInfo image_config_vars[] =
     "menu.enter_screen.post_delay",
     &menu.enter_screen[GFX_SPECIAL_ARG_DEFAULT].post_delay
   },
+  {
+    "menu.next_screen.fade_mode",
+    &menu.next_screen.fade_mode
+  },
+  {
+    "menu.next_screen.fade_delay",
+    &menu.next_screen.fade_delay
+  },
+  {
+    "menu.next_screen.post_delay",
+    &menu.next_screen.post_delay
+  },
   {
     "menu.leave_screen.fade_mode",
     &menu.leave_screen[GFX_SPECIAL_ARG_DEFAULT].fade_mode
@@ -2716,6 +2748,38 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.score.draw_order",
     &game.panel.score.sort_priority
   },
+  {
+    "game.panel.highscore.x",
+    &game.panel.highscore.x
+  },
+  {
+    "game.panel.highscore.y",
+    &game.panel.highscore.y
+  },
+  {
+    "game.panel.highscore.align",
+    &game.panel.highscore.align
+  },
+  {
+    "game.panel.highscore.valign",
+    &game.panel.highscore.valign
+  },
+  {
+    "game.panel.highscore.digits",
+    &game.panel.highscore.size
+  },
+  {
+    "game.panel.highscore.font",
+    &game.panel.highscore.font
+  },
+  {
+    "game.panel.highscore.draw_masked",
+    &game.panel.highscore.draw_masked
+  },
+  {
+    "game.panel.highscore.draw_order",
+    &game.panel.highscore.sort_priority
+  },
   {
     "game.panel.time.x",
     &game.panel.time.x
@@ -3708,6 +3772,134 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.panel.gravity_state.draw_order",
     &game.panel.gravity_state.sort_priority
   },
+  {
+    "game.panel.graphic_1.x",
+    &game.panel.graphic[0].x
+  },
+  {
+    "game.panel.graphic_1.y",
+    &game.panel.graphic[0].y
+  },
+  {
+    "game.panel.graphic_1.draw_masked",
+    &game.panel.graphic[0].draw_masked
+  },
+  {
+    "game.panel.graphic_1.draw_order",
+    &game.panel.graphic[0].sort_priority
+  },
+  {
+    "game.panel.graphic_2.x",
+    &game.panel.graphic[1].x
+  },
+  {
+    "game.panel.graphic_2.y",
+    &game.panel.graphic[1].y
+  },
+  {
+    "game.panel.graphic_2.draw_masked",
+    &game.panel.graphic[1].draw_masked
+  },
+  {
+    "game.panel.graphic_2.draw_order",
+    &game.panel.graphic[1].sort_priority
+  },
+  {
+    "game.panel.graphic_3.x",
+    &game.panel.graphic[2].x
+  },
+  {
+    "game.panel.graphic_3.y",
+    &game.panel.graphic[2].y
+  },
+  {
+    "game.panel.graphic_3.draw_masked",
+    &game.panel.graphic[2].draw_masked
+  },
+  {
+    "game.panel.graphic_3.draw_order",
+    &game.panel.graphic[2].sort_priority
+  },
+  {
+    "game.panel.graphic_4.x",
+    &game.panel.graphic[3].x
+  },
+  {
+    "game.panel.graphic_4.y",
+    &game.panel.graphic[3].y
+  },
+  {
+    "game.panel.graphic_4.draw_masked",
+    &game.panel.graphic[3].draw_masked
+  },
+  {
+    "game.panel.graphic_4.draw_order",
+    &game.panel.graphic[3].sort_priority
+  },
+  {
+    "game.panel.graphic_5.x",
+    &game.panel.graphic[4].x
+  },
+  {
+    "game.panel.graphic_5.y",
+    &game.panel.graphic[4].y
+  },
+  {
+    "game.panel.graphic_5.draw_masked",
+    &game.panel.graphic[4].draw_masked
+  },
+  {
+    "game.panel.graphic_5.draw_order",
+    &game.panel.graphic[4].sort_priority
+  },
+  {
+    "game.panel.graphic_6.x",
+    &game.panel.graphic[5].x
+  },
+  {
+    "game.panel.graphic_6.y",
+    &game.panel.graphic[5].y
+  },
+  {
+    "game.panel.graphic_6.draw_masked",
+    &game.panel.graphic[5].draw_masked
+  },
+  {
+    "game.panel.graphic_6.draw_order",
+    &game.panel.graphic[5].sort_priority
+  },
+  {
+    "game.panel.graphic_7.x",
+    &game.panel.graphic[6].x
+  },
+  {
+    "game.panel.graphic_7.y",
+    &game.panel.graphic[6].y
+  },
+  {
+    "game.panel.graphic_7.draw_masked",
+    &game.panel.graphic[6].draw_masked
+  },
+  {
+    "game.panel.graphic_7.draw_order",
+    &game.panel.graphic[6].sort_priority
+  },
+  {
+    "game.panel.graphic_8.x",
+    &game.panel.graphic[7].x
+  },
+  {
+    "game.panel.graphic_8.y",
+    &game.panel.graphic[7].y
+  },
+  {
+    "game.panel.graphic_8.draw_masked",
+    &game.panel.graphic[7].draw_masked
+  },
+  {
+    "game.panel.graphic_8.draw_order",
+    &game.panel.graphic[7].sort_priority
+  },
   {
     "game.panel.element_1.x",
     &game.panel.element[0].x
@@ -4816,6 +5008,10 @@ struct TokenIntPtrInfo image_config_vars[] =
     "game.forced_scroll_delay_value",
     &game.forced_scroll_delay_value
   },
+  {
+    "game.use_native_emc_graphics_engine",
+    &game.use_native_emc_graphics_engine
+  },
   {
     "[player].boring_delay_fixed",
     &game.player_boring_delay_fixed