X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_var.c;h=e09bb0ff3653109438fff1d05e2bf4d63a60ce78;hb=68d1418be737276c8214780106399c0dae588d1c;hp=e12f0015938b77fd769bb1a0c30248caab987ee6;hpb=41def9c1d8c6939b8754fdab43579272e49d4da4;p=rocksndiamonds.git diff --git a/src/conf_var.c b/src/conf_var.c index e12f0015..e09bb0ff 100644 --- a/src/conf_var.c +++ b/src/conf_var.c @@ -936,6 +936,10 @@ struct TokenIntPtrInfo image_config_vars[] = "border.draw_masked.LEVELS", &border.draw_masked[GFX_SPECIAL_ARG_LEVELS] }, + { + "border.draw_masked.LEVELNR", + &border.draw_masked[GFX_SPECIAL_ARG_LEVELNR] + }, { "border.draw_masked.SCORES", &border.draw_masked[GFX_SPECIAL_ARG_SCORES] @@ -1160,6 +1164,14 @@ struct TokenIntPtrInfo image_config_vars[] = "menu.draw_yoffset.LEVELS", &menu.draw_yoffset[GFX_SPECIAL_ARG_LEVELS] }, + { + "menu.draw_xoffset.LEVELNR", + &menu.draw_xoffset[GFX_SPECIAL_ARG_LEVELNR] + }, + { + "menu.draw_yoffset.LEVELNR", + &menu.draw_yoffset[GFX_SPECIAL_ARG_LEVELNR] + }, { "menu.draw_xoffset.SCORES", &menu.draw_xoffset[GFX_SPECIAL_ARG_SCORES] @@ -1328,6 +1340,14 @@ struct TokenIntPtrInfo image_config_vars[] = "menu.draw_yoffset.SETUP[SHORTCUTS_4]", &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_4] }, + { + "menu.draw_xoffset.SETUP[SHORTCUTS_5]", + &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_5] + }, + { + "menu.draw_yoffset.SETUP[SHORTCUTS_5]", + &menu.draw_yoffset_setup[GFX_SPECIAL_ARG_SETUP_SHORTCUTS_5] + }, { "menu.draw_xoffset.SETUP[CHOOSE_ARTWORK]", &menu.draw_xoffset_setup[GFX_SPECIAL_ARG_SETUP_CHOOSE_ARTWORK] @@ -1356,6 +1376,10 @@ struct TokenIntPtrInfo image_config_vars[] = "menu.list_size.LEVELS", &menu.list_size[GFX_SPECIAL_ARG_LEVELS] }, + { + "menu.list_size.LEVELNR", + &menu.list_size[GFX_SPECIAL_ARG_LEVELNR] + }, { "menu.list_size.SCORES", &menu.list_size[GFX_SPECIAL_ARG_SCORES] @@ -5060,6 +5084,270 @@ struct TokenIntPtrInfo image_config_vars[] = "game.button.sound_simple.y", &game.button.sound_simple.y }, + { + "tape.button.eject.x", + &tape.button.eject.x + }, + { + "tape.button.eject.y", + &tape.button.eject.y + }, + { + "tape.button.stop.x", + &tape.button.stop.x + }, + { + "tape.button.stop.y", + &tape.button.stop.y + }, + { + "tape.button.pause.x", + &tape.button.pause.x + }, + { + "tape.button.pause.y", + &tape.button.pause.y + }, + { + "tape.button.record.x", + &tape.button.record.x + }, + { + "tape.button.record.y", + &tape.button.record.y + }, + { + "tape.button.play.x", + &tape.button.play.x + }, + { + "tape.button.play.y", + &tape.button.play.y + }, + { + "tape.symbol.eject.x", + &tape.symbol.eject.x + }, + { + "tape.symbol.eject.y", + &tape.symbol.eject.y + }, + { + "tape.symbol.stop.x", + &tape.symbol.stop.x + }, + { + "tape.symbol.stop.y", + &tape.symbol.stop.y + }, + { + "tape.symbol.pause.x", + &tape.symbol.pause.x + }, + { + "tape.symbol.pause.y", + &tape.symbol.pause.y + }, + { + "tape.symbol.record.x", + &tape.symbol.record.x + }, + { + "tape.symbol.record.y", + &tape.symbol.record.y + }, + { + "tape.symbol.play.x", + &tape.symbol.play.x + }, + { + "tape.symbol.play.y", + &tape.symbol.play.y + }, + { + "tape.symbol.fast_forward.x", + &tape.symbol.fast_forward.x + }, + { + "tape.symbol.fast_forward.y", + &tape.symbol.fast_forward.y + }, + { + "tape.symbol.warp_forward.x", + &tape.symbol.warp_forward.x + }, + { + "tape.symbol.warp_forward.y", + &tape.symbol.warp_forward.y + }, + { + "tape.symbol.warp_forward_blind.x", + &tape.symbol.warp_forward_blind.x + }, + { + "tape.symbol.warp_forward_blind.y", + &tape.symbol.warp_forward_blind.y + }, + { + "tape.symbol.pause_before_end.x", + &tape.symbol.pause_before_end.x + }, + { + "tape.symbol.pause_before_end.y", + &tape.symbol.pause_before_end.y + }, + { + "tape.symbol.single_step.x", + &tape.symbol.single_step.x + }, + { + "tape.symbol.single_step.y", + &tape.symbol.single_step.y + }, + { + "tape.label.eject.x", + &tape.label.eject.x + }, + { + "tape.label.eject.y", + &tape.label.eject.y + }, + { + "tape.label.stop.x", + &tape.label.stop.x + }, + { + "tape.label.stop.y", + &tape.label.stop.y + }, + { + "tape.label.pause.x", + &tape.label.pause.x + }, + { + "tape.label.pause.y", + &tape.label.pause.y + }, + { + "tape.label.record.x", + &tape.label.record.x + }, + { + "tape.label.record.y", + &tape.label.record.y + }, + { + "tape.label.play.x", + &tape.label.play.x + }, + { + "tape.label.play.y", + &tape.label.play.y + }, + { + "tape.label.fast_forward.x", + &tape.label.fast_forward.x + }, + { + "tape.label.fast_forward.y", + &tape.label.fast_forward.y + }, + { + "tape.label.warp_forward.x", + &tape.label.warp_forward.x + }, + { + "tape.label.warp_forward.y", + &tape.label.warp_forward.y + }, + { + "tape.label.warp_forward_blind.x", + &tape.label.warp_forward_blind.x + }, + { + "tape.label.warp_forward_blind.y", + &tape.label.warp_forward_blind.y + }, + { + "tape.label.pause_before_end.x", + &tape.label.pause_before_end.x + }, + { + "tape.label.pause_before_end.y", + &tape.label.pause_before_end.y + }, + { + "tape.label.single_step.x", + &tape.label.single_step.x + }, + { + "tape.label.single_step.y", + &tape.label.single_step.y + }, + { + "tape.label.date.x", + &tape.label.date.x + }, + { + "tape.label.date.y", + &tape.label.date.y + }, + { + "tape.label.time.x", + &tape.label.time.x + }, + { + "tape.label.time.y", + &tape.label.time.y + }, + { + "tape.text.date.x", + &tape.text.date.x + }, + { + "tape.text.date.y", + &tape.text.date.y + }, + { + "tape.text.date.align", + &tape.text.date.align + }, + { + "tape.text.date.valign", + &tape.text.date.valign + }, + { + "tape.text.date.digits", + &tape.text.date.size + }, + { + "tape.text.date.font", + &tape.text.date.font + }, + { + "tape.text.time.x", + &tape.text.time.x + }, + { + "tape.text.time.y", + &tape.text.time.y + }, + { + "tape.text.time.align", + &tape.text.time.align + }, + { + "tape.text.time.valign", + &tape.text.time.valign + }, + { + "tape.text.time.digits", + &tape.text.time.size + }, + { + "tape.text.time.font", + &tape.text.time.font + }, { "game.forced_scroll_delay_value", &game.forced_scroll_delay_value @@ -5076,6 +5364,10 @@ struct TokenIntPtrInfo image_config_vars[] = "game.use_masked_pushing", &game.use_masked_pushing }, + { + "game.tile_size", + &game.tile_size + }, { "[player].boring_delay_fixed", &game.player_boring_delay_fixed