From e300f91a9ee9f6160aff68d3bc50a21b797d9941 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Tue, 9 Jan 2007 02:56:07 +0100 Subject: [PATCH] rnd-20070109-1-src * version number set to 3.2.4 --- ChangeLog | 3 + src/conf_chr.c | 389 +++++++++++ src/conf_chr.h | 77 +++ src/conf_e2g.c | 308 +++++++++ src/conf_gfx.h | 1488 ++++++++++++++++++++++-------------------- src/conftime.h | 2 +- src/editor.c | 121 ++++ src/files.c | 296 +++++---- src/init.c | 12 +- src/libgame/system.h | 2 + src/libgame/text.h | 9 + src/main.c | 416 +++++++++++- src/main.h | 42 +- src/screens.c | 1 + 14 files changed, 2296 insertions(+), 870 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4f8bd9d1..c0a46026 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-01-08 + * version number set to 3.2.4 + 2007-01-05 * version 3.2.3 released diff --git a/src/conf_chr.c b/src/conf_chr.c index a797319a..23d78028 100644 --- a/src/conf_chr.c +++ b/src/conf_chr.c @@ -377,5 +377,394 @@ { "char_cursor.ypos", "4" }, { "char_cursor.frames", "1" }, + { "char_button", "RocksFontEM.pcx" }, + { "char_button.xpos", "13" }, + { "char_button.ypos", "4" }, + { "char_button.frames", "1" }, + + { "char_up", "RocksFontEM.pcx" }, + { "char_up.xpos", "14" }, + { "char_up.ypos", "4" }, + { "char_up.frames", "1" }, + + { "char_down", "RocksFontEM.pcx" }, + { "char_down.xpos", "15" }, + { "char_down.ypos", "4" }, + { "char_down.frames", "1" }, + + { "steelchar_space", "RocksFontDC.pcx" }, + { "steelchar_space.xpos", "0" }, + { "steelchar_space.ypos", "0" }, + { "steelchar_space.frames", "1" }, + { "steelchar_space.EDITOR", "RocksFontDC.pcx" }, + { "steelchar_space.EDITOR.xpos", "7" }, + { "steelchar_space.EDITOR.ypos", "4" }, + { "steelchar_space.EDITOR.frames", "1" }, + + { "steelchar_exclam", "RocksFontDC.pcx" }, + { "steelchar_exclam.xpos", "1" }, + { "steelchar_exclam.ypos", "0" }, + { "steelchar_exclam.frames", "1" }, + + { "steelchar_quotedbl", "RocksFontDC.pcx" }, + { "steelchar_quotedbl.xpos", "2" }, + { "steelchar_quotedbl.ypos", "0" }, + { "steelchar_quotedbl.frames", "1" }, + + { "steelchar_numbersign", "RocksFontDC.pcx" }, + { "steelchar_numbersign.xpos", "3" }, + { "steelchar_numbersign.ypos", "0" }, + { "steelchar_numbersign.frames", "1" }, + + { "steelchar_dollar", "RocksFontDC.pcx" }, + { "steelchar_dollar.xpos", "4" }, + { "steelchar_dollar.ypos", "0" }, + { "steelchar_dollar.frames", "1" }, + + { "steelchar_percent", "RocksFontDC.pcx" }, + { "steelchar_percent.xpos", "5" }, + { "steelchar_percent.ypos", "0" }, + { "steelchar_percent.frames", "1" }, + + { "steelchar_ampersand", "RocksFontDC.pcx" }, + { "steelchar_ampersand.xpos", "6" }, + { "steelchar_ampersand.ypos", "0" }, + { "steelchar_ampersand.frames", "1" }, + + { "steelchar_apostrophe", "RocksFontDC.pcx" }, + { "steelchar_apostrophe.xpos", "7" }, + { "steelchar_apostrophe.ypos", "0" }, + { "steelchar_apostrophe.frames", "1" }, + + { "steelchar_parenleft", "RocksFontDC.pcx" }, + { "steelchar_parenleft.xpos", "8" }, + { "steelchar_parenleft.ypos", "0" }, + { "steelchar_parenleft.frames", "1" }, + + { "steelchar_parenright", "RocksFontDC.pcx" }, + { "steelchar_parenright.xpos", "9" }, + { "steelchar_parenright.ypos", "0" }, + { "steelchar_parenright.frames", "1" }, + + { "steelchar_asterisk", "RocksFontDC.pcx" }, + { "steelchar_asterisk.xpos", "10" }, + { "steelchar_asterisk.ypos", "0" }, + { "steelchar_asterisk.frames", "1" }, + + { "steelchar_plus", "RocksFontDC.pcx" }, + { "steelchar_plus.xpos", "11" }, + { "steelchar_plus.ypos", "0" }, + { "steelchar_plus.frames", "1" }, + + { "steelchar_comma", "RocksFontDC.pcx" }, + { "steelchar_comma.xpos", "12" }, + { "steelchar_comma.ypos", "0" }, + { "steelchar_comma.frames", "1" }, + + { "steelchar_minus", "RocksFontDC.pcx" }, + { "steelchar_minus.xpos", "13" }, + { "steelchar_minus.ypos", "0" }, + { "steelchar_minus.frames", "1" }, + + { "steelchar_period", "RocksFontDC.pcx" }, + { "steelchar_period.xpos", "14" }, + { "steelchar_period.ypos", "0" }, + { "steelchar_period.frames", "1" }, + + { "steelchar_slash", "RocksFontDC.pcx" }, + { "steelchar_slash.xpos", "15" }, + { "steelchar_slash.ypos", "0" }, + { "steelchar_slash.frames", "1" }, + + { "steelchar_0", "RocksFontDC.pcx" }, + { "steelchar_0.xpos", "0" }, + { "steelchar_0.ypos", "1" }, + { "steelchar_0.frames", "1" }, + + { "steelchar_1", "RocksFontDC.pcx" }, + { "steelchar_1.xpos", "1" }, + { "steelchar_1.ypos", "1" }, + { "steelchar_1.frames", "1" }, + + { "steelchar_2", "RocksFontDC.pcx" }, + { "steelchar_2.xpos", "2" }, + { "steelchar_2.ypos", "1" }, + { "steelchar_2.frames", "1" }, + + { "steelchar_3", "RocksFontDC.pcx" }, + { "steelchar_3.xpos", "3" }, + { "steelchar_3.ypos", "1" }, + { "steelchar_3.frames", "1" }, + + { "steelchar_4", "RocksFontDC.pcx" }, + { "steelchar_4.xpos", "4" }, + { "steelchar_4.ypos", "1" }, + { "steelchar_4.frames", "1" }, + + { "steelchar_5", "RocksFontDC.pcx" }, + { "steelchar_5.xpos", "5" }, + { "steelchar_5.ypos", "1" }, + { "steelchar_5.frames", "1" }, + + { "steelchar_6", "RocksFontDC.pcx" }, + { "steelchar_6.xpos", "6" }, + { "steelchar_6.ypos", "1" }, + { "steelchar_6.frames", "1" }, + + { "steelchar_7", "RocksFontDC.pcx" }, + { "steelchar_7.xpos", "7" }, + { "steelchar_7.ypos", "1" }, + { "steelchar_7.frames", "1" }, + + { "steelchar_8", "RocksFontDC.pcx" }, + { "steelchar_8.xpos", "8" }, + { "steelchar_8.ypos", "1" }, + { "steelchar_8.frames", "1" }, + + { "steelchar_9", "RocksFontDC.pcx" }, + { "steelchar_9.xpos", "9" }, + { "steelchar_9.ypos", "1" }, + { "steelchar_9.frames", "1" }, + + { "steelchar_colon", "RocksFontDC.pcx" }, + { "steelchar_colon.xpos", "10" }, + { "steelchar_colon.ypos", "1" }, + { "steelchar_colon.frames", "1" }, + + { "steelchar_semicolon", "RocksFontDC.pcx" }, + { "steelchar_semicolon.xpos", "11" }, + { "steelchar_semicolon.ypos", "1" }, + { "steelchar_semicolon.frames", "1" }, + + { "steelchar_less", "RocksFontDC.pcx" }, + { "steelchar_less.xpos", "12" }, + { "steelchar_less.ypos", "1" }, + { "steelchar_less.frames", "1" }, + + { "steelchar_equal", "RocksFontDC.pcx" }, + { "steelchar_equal.xpos", "13" }, + { "steelchar_equal.ypos", "1" }, + { "steelchar_equal.frames", "1" }, + + { "steelchar_greater", "RocksFontDC.pcx" }, + { "steelchar_greater.xpos", "14" }, + { "steelchar_greater.ypos", "1" }, + { "steelchar_greater.frames", "1" }, + + { "steelchar_question", "RocksFontDC.pcx" }, + { "steelchar_question.xpos", "15" }, + { "steelchar_question.ypos", "1" }, + { "steelchar_question.frames", "1" }, + + { "steelchar_at", "RocksFontDC.pcx" }, + { "steelchar_at.xpos", "0" }, + { "steelchar_at.ypos", "2" }, + { "steelchar_at.frames", "1" }, + + { "steelchar_a", "RocksFontDC.pcx" }, + { "steelchar_a.xpos", "1" }, + { "steelchar_a.ypos", "2" }, + { "steelchar_a.frames", "1" }, + + { "steelchar_b", "RocksFontDC.pcx" }, + { "steelchar_b.xpos", "2" }, + { "steelchar_b.ypos", "2" }, + { "steelchar_b.frames", "1" }, + + { "steelchar_c", "RocksFontDC.pcx" }, + { "steelchar_c.xpos", "3" }, + { "steelchar_c.ypos", "2" }, + { "steelchar_c.frames", "1" }, + + { "steelchar_d", "RocksFontDC.pcx" }, + { "steelchar_d.xpos", "4" }, + { "steelchar_d.ypos", "2" }, + { "steelchar_d.frames", "1" }, + + { "steelchar_e", "RocksFontDC.pcx" }, + { "steelchar_e.xpos", "5" }, + { "steelchar_e.ypos", "2" }, + { "steelchar_e.frames", "1" }, + + { "steelchar_f", "RocksFontDC.pcx" }, + { "steelchar_f.xpos", "6" }, + { "steelchar_f.ypos", "2" }, + { "steelchar_f.frames", "1" }, + + { "steelchar_g", "RocksFontDC.pcx" }, + { "steelchar_g.xpos", "7" }, + { "steelchar_g.ypos", "2" }, + { "steelchar_g.frames", "1" }, + + { "steelchar_h", "RocksFontDC.pcx" }, + { "steelchar_h.xpos", "8" }, + { "steelchar_h.ypos", "2" }, + { "steelchar_h.frames", "1" }, + + { "steelchar_i", "RocksFontDC.pcx" }, + { "steelchar_i.xpos", "9" }, + { "steelchar_i.ypos", "2" }, + { "steelchar_i.frames", "1" }, + + { "steelchar_j", "RocksFontDC.pcx" }, + { "steelchar_j.xpos", "10" }, + { "steelchar_j.ypos", "2" }, + { "steelchar_j.frames", "1" }, + + { "steelchar_k", "RocksFontDC.pcx" }, + { "steelchar_k.xpos", "11" }, + { "steelchar_k.ypos", "2" }, + { "steelchar_k.frames", "1" }, + + { "steelchar_l", "RocksFontDC.pcx" }, + { "steelchar_l.xpos", "12" }, + { "steelchar_l.ypos", "2" }, + { "steelchar_l.frames", "1" }, + + { "steelchar_m", "RocksFontDC.pcx" }, + { "steelchar_m.xpos", "13" }, + { "steelchar_m.ypos", "2" }, + { "steelchar_m.frames", "1" }, + + { "steelchar_n", "RocksFontDC.pcx" }, + { "steelchar_n.xpos", "14" }, + { "steelchar_n.ypos", "2" }, + { "steelchar_n.frames", "1" }, + + { "steelchar_o", "RocksFontDC.pcx" }, + { "steelchar_o.xpos", "15" }, + { "steelchar_o.ypos", "2" }, + { "steelchar_o.frames", "1" }, + + { "steelchar_p", "RocksFontDC.pcx" }, + { "steelchar_p.xpos", "0" }, + { "steelchar_p.ypos", "3" }, + { "steelchar_p.frames", "1" }, + + { "steelchar_q", "RocksFontDC.pcx" }, + { "steelchar_q.xpos", "1" }, + { "steelchar_q.ypos", "3" }, + { "steelchar_q.frames", "1" }, + + { "steelchar_r", "RocksFontDC.pcx" }, + { "steelchar_r.xpos", "2" }, + { "steelchar_r.ypos", "3" }, + { "steelchar_r.frames", "1" }, + + { "steelchar_s", "RocksFontDC.pcx" }, + { "steelchar_s.xpos", "3" }, + { "steelchar_s.ypos", "3" }, + { "steelchar_s.frames", "1" }, + + { "steelchar_t", "RocksFontDC.pcx" }, + { "steelchar_t.xpos", "4" }, + { "steelchar_t.ypos", "3" }, + { "steelchar_t.frames", "1" }, + + { "steelchar_u", "RocksFontDC.pcx" }, + { "steelchar_u.xpos", "5" }, + { "steelchar_u.ypos", "3" }, + { "steelchar_u.frames", "1" }, + + { "steelchar_v", "RocksFontDC.pcx" }, + { "steelchar_v.xpos", "6" }, + { "steelchar_v.ypos", "3" }, + { "steelchar_v.frames", "1" }, + + { "steelchar_w", "RocksFontDC.pcx" }, + { "steelchar_w.xpos", "7" }, + { "steelchar_w.ypos", "3" }, + { "steelchar_w.frames", "1" }, + + { "steelchar_x", "RocksFontDC.pcx" }, + { "steelchar_x.xpos", "8" }, + { "steelchar_x.ypos", "3" }, + { "steelchar_x.frames", "1" }, + + { "steelchar_y", "RocksFontDC.pcx" }, + { "steelchar_y.xpos", "9" }, + { "steelchar_y.ypos", "3" }, + { "steelchar_y.frames", "1" }, + + { "steelchar_z", "RocksFontDC.pcx" }, + { "steelchar_z.xpos", "10" }, + { "steelchar_z.ypos", "3" }, + { "steelchar_z.frames", "1" }, + + { "steelchar_bracketleft", "RocksFontDC.pcx" }, + { "steelchar_bracketleft.xpos", "11" }, + { "steelchar_bracketleft.ypos", "3" }, + { "steelchar_bracketleft.frames", "1" }, + + { "steelchar_backslash", "RocksFontDC.pcx" }, + { "steelchar_backslash.xpos", "12" }, + { "steelchar_backslash.ypos", "3" }, + { "steelchar_backslash.frames", "1" }, + + { "steelchar_bracketright", "RocksFontDC.pcx" }, + { "steelchar_bracketright.xpos", "13" }, + { "steelchar_bracketright.ypos", "3" }, + { "steelchar_bracketright.frames", "1" }, + + { "steelchar_asciicircum", "RocksFontDC.pcx" }, + { "steelchar_asciicircum.xpos", "14" }, + { "steelchar_asciicircum.ypos", "3" }, + { "steelchar_asciicircum.frames", "1" }, + + { "steelchar_underscore", "RocksFontDC.pcx" }, + { "steelchar_underscore.xpos", "15" }, + { "steelchar_underscore.ypos", "3" }, + { "steelchar_underscore.frames", "1" }, + + { "steelchar_copyright", "RocksFontDC.pcx" }, + { "steelchar_copyright.xpos", "0" }, + { "steelchar_copyright.ypos", "4" }, + { "steelchar_copyright.frames", "1" }, + + { "steelchar_aumlaut", "RocksFontDC.pcx" }, + { "steelchar_aumlaut.xpos", "1" }, + { "steelchar_aumlaut.ypos", "4" }, + { "steelchar_aumlaut.frames", "1" }, + + { "steelchar_oumlaut", "RocksFontDC.pcx" }, + { "steelchar_oumlaut.xpos", "2" }, + { "steelchar_oumlaut.ypos", "4" }, + { "steelchar_oumlaut.frames", "1" }, + + { "steelchar_uumlaut", "RocksFontDC.pcx" }, + { "steelchar_uumlaut.xpos", "3" }, + { "steelchar_uumlaut.ypos", "4" }, + { "steelchar_uumlaut.frames", "1" }, + + { "steelchar_degree", "RocksFontDC.pcx" }, + { "steelchar_degree.xpos", "4" }, + { "steelchar_degree.ypos", "4" }, + { "steelchar_degree.frames", "1" }, + + { "steelchar_trademark", "RocksFontDC.pcx" }, + { "steelchar_trademark.xpos", "5" }, + { "steelchar_trademark.ypos", "4" }, + { "steelchar_trademark.frames", "1" }, + + { "steelchar_cursor", "RocksFontDC.pcx" }, + { "steelchar_cursor.xpos", "6" }, + { "steelchar_cursor.ypos", "4" }, + { "steelchar_cursor.frames", "1" }, + + { "steelchar_button", "RocksFontDC.pcx" }, + { "steelchar_button.xpos", "13" }, + { "steelchar_button.ypos", "4" }, + { "steelchar_button.frames", "1" }, + + { "steelchar_up", "RocksFontDC.pcx" }, + { "steelchar_up.xpos", "14" }, + { "steelchar_up.ypos", "4" }, + { "steelchar_up.frames", "1" }, + + { "steelchar_down", "RocksFontDC.pcx" }, + { "steelchar_down.xpos", "15" }, + { "steelchar_down.ypos", "4" }, + { "steelchar_down.frames", "1" }, + #endif /* CONF_CHR_C */ diff --git a/src/conf_chr.h b/src/conf_chr.h index 5c586bb3..56000770 100644 --- a/src/conf_chr.h +++ b/src/conf_chr.h @@ -89,5 +89,82 @@ #define EL_CHAR_DEGREE (EL_CHAR_ASCII0 + 100) #define EL_CHAR_TRADEMARK (EL_CHAR_ASCII0 + 101) #define EL_CHAR_CURSOR (EL_CHAR_ASCII0 + 102) +#define EL_CHAR_BUTTON (EL_CHAR_ASCII0 + 109) +#define EL_CHAR_UP (EL_CHAR_ASCII0 + 110) +#define EL_CHAR_DOWN (EL_CHAR_ASCII0 + 111) +#define EL_STEELCHAR_SPACE (EL_STEELCHAR_ASCII0 + 32) +#define EL_STEELCHAR_EXCLAM (EL_STEELCHAR_ASCII0 + 33) +#define EL_STEELCHAR_QUOTEDBL (EL_STEELCHAR_ASCII0 + 34) +#define EL_STEELCHAR_NUMBERSIGN (EL_STEELCHAR_ASCII0 + 35) +#define EL_STEELCHAR_DOLLAR (EL_STEELCHAR_ASCII0 + 36) +#define EL_STEELCHAR_PERCENT (EL_STEELCHAR_ASCII0 + 37) +#define EL_STEELCHAR_AMPERSAND (EL_STEELCHAR_ASCII0 + 38) +#define EL_STEELCHAR_APOSTROPHE (EL_STEELCHAR_ASCII0 + 39) +#define EL_STEELCHAR_PARENLEFT (EL_STEELCHAR_ASCII0 + 40) +#define EL_STEELCHAR_PARENRIGHT (EL_STEELCHAR_ASCII0 + 41) +#define EL_STEELCHAR_ASTERISK (EL_STEELCHAR_ASCII0 + 42) +#define EL_STEELCHAR_PLUS (EL_STEELCHAR_ASCII0 + 43) +#define EL_STEELCHAR_COMMA (EL_STEELCHAR_ASCII0 + 44) +#define EL_STEELCHAR_MINUS (EL_STEELCHAR_ASCII0 + 45) +#define EL_STEELCHAR_PERIOD (EL_STEELCHAR_ASCII0 + 46) +#define EL_STEELCHAR_SLASH (EL_STEELCHAR_ASCII0 + 47) +#define EL_STEELCHAR_0 (EL_STEELCHAR_ASCII0 + 48) +#define EL_STEELCHAR_1 (EL_STEELCHAR_ASCII0 + 49) +#define EL_STEELCHAR_2 (EL_STEELCHAR_ASCII0 + 50) +#define EL_STEELCHAR_3 (EL_STEELCHAR_ASCII0 + 51) +#define EL_STEELCHAR_4 (EL_STEELCHAR_ASCII0 + 52) +#define EL_STEELCHAR_5 (EL_STEELCHAR_ASCII0 + 53) +#define EL_STEELCHAR_6 (EL_STEELCHAR_ASCII0 + 54) +#define EL_STEELCHAR_7 (EL_STEELCHAR_ASCII0 + 55) +#define EL_STEELCHAR_8 (EL_STEELCHAR_ASCII0 + 56) +#define EL_STEELCHAR_9 (EL_STEELCHAR_ASCII0 + 57) +#define EL_STEELCHAR_COLON (EL_STEELCHAR_ASCII0 + 58) +#define EL_STEELCHAR_SEMICOLON (EL_STEELCHAR_ASCII0 + 59) +#define EL_STEELCHAR_LESS (EL_STEELCHAR_ASCII0 + 60) +#define EL_STEELCHAR_EQUAL (EL_STEELCHAR_ASCII0 + 61) +#define EL_STEELCHAR_GREATER (EL_STEELCHAR_ASCII0 + 62) +#define EL_STEELCHAR_QUESTION (EL_STEELCHAR_ASCII0 + 63) +#define EL_STEELCHAR_AT (EL_STEELCHAR_ASCII0 + 64) +#define EL_STEELCHAR_A (EL_STEELCHAR_ASCII0 + 65) +#define EL_STEELCHAR_B (EL_STEELCHAR_ASCII0 + 66) +#define EL_STEELCHAR_C (EL_STEELCHAR_ASCII0 + 67) +#define EL_STEELCHAR_D (EL_STEELCHAR_ASCII0 + 68) +#define EL_STEELCHAR_E (EL_STEELCHAR_ASCII0 + 69) +#define EL_STEELCHAR_F (EL_STEELCHAR_ASCII0 + 70) +#define EL_STEELCHAR_G (EL_STEELCHAR_ASCII0 + 71) +#define EL_STEELCHAR_H (EL_STEELCHAR_ASCII0 + 72) +#define EL_STEELCHAR_I (EL_STEELCHAR_ASCII0 + 73) +#define EL_STEELCHAR_J (EL_STEELCHAR_ASCII0 + 74) +#define EL_STEELCHAR_K (EL_STEELCHAR_ASCII0 + 75) +#define EL_STEELCHAR_L (EL_STEELCHAR_ASCII0 + 76) +#define EL_STEELCHAR_M (EL_STEELCHAR_ASCII0 + 77) +#define EL_STEELCHAR_N (EL_STEELCHAR_ASCII0 + 78) +#define EL_STEELCHAR_O (EL_STEELCHAR_ASCII0 + 79) +#define EL_STEELCHAR_P (EL_STEELCHAR_ASCII0 + 80) +#define EL_STEELCHAR_Q (EL_STEELCHAR_ASCII0 + 81) +#define EL_STEELCHAR_R (EL_STEELCHAR_ASCII0 + 82) +#define EL_STEELCHAR_S (EL_STEELCHAR_ASCII0 + 83) +#define EL_STEELCHAR_T (EL_STEELCHAR_ASCII0 + 84) +#define EL_STEELCHAR_U (EL_STEELCHAR_ASCII0 + 85) +#define EL_STEELCHAR_V (EL_STEELCHAR_ASCII0 + 86) +#define EL_STEELCHAR_W (EL_STEELCHAR_ASCII0 + 87) +#define EL_STEELCHAR_X (EL_STEELCHAR_ASCII0 + 88) +#define EL_STEELCHAR_Y (EL_STEELCHAR_ASCII0 + 89) +#define EL_STEELCHAR_Z (EL_STEELCHAR_ASCII0 + 90) +#define EL_STEELCHAR_BRACKETLEFT (EL_STEELCHAR_ASCII0 + 91) +#define EL_STEELCHAR_BACKSLASH (EL_STEELCHAR_ASCII0 + 92) +#define EL_STEELCHAR_BRACKETRIGHT (EL_STEELCHAR_ASCII0 + 93) +#define EL_STEELCHAR_ASCIICIRCUM (EL_STEELCHAR_ASCII0 + 94) +#define EL_STEELCHAR_UNDERSCORE (EL_STEELCHAR_ASCII0 + 95) +#define EL_STEELCHAR_COPYRIGHT (EL_STEELCHAR_ASCII0 + 96) +#define EL_STEELCHAR_AUMLAUT (EL_STEELCHAR_ASCII0 + 97) +#define EL_STEELCHAR_OUMLAUT (EL_STEELCHAR_ASCII0 + 98) +#define EL_STEELCHAR_UUMLAUT (EL_STEELCHAR_ASCII0 + 99) +#define EL_STEELCHAR_DEGREE (EL_STEELCHAR_ASCII0 + 100) +#define EL_STEELCHAR_TRADEMARK (EL_STEELCHAR_ASCII0 + 101) +#define EL_STEELCHAR_CURSOR (EL_STEELCHAR_ASCII0 + 102) +#define EL_STEELCHAR_BUTTON (EL_STEELCHAR_ASCII0 + 109) +#define EL_STEELCHAR_UP (EL_STEELCHAR_ASCII0 + 110) +#define EL_STEELCHAR_DOWN (EL_STEELCHAR_ASCII0 + 111) #endif /* CONF_CHR_C */ diff --git a/src/conf_e2g.c b/src/conf_e2g.c index 5f1685b4..ea825c9e 100644 --- a/src/conf_e2g.c +++ b/src/conf_e2g.c @@ -3577,6 +3577,314 @@ element_to_graphic[] = EL_CHAR_CURSOR, -1, -1, FALSE, IMG_CHAR_CURSOR }, + { + EL_CHAR_BUTTON, -1, -1, FALSE, + IMG_CHAR_BUTTON + }, + { + EL_CHAR_UP, -1, -1, FALSE, + IMG_CHAR_UP + }, + { + EL_CHAR_DOWN, -1, -1, FALSE, + IMG_CHAR_DOWN + }, + { + EL_STEELCHAR_SPACE, -1, -1, FALSE, + IMG_STEELCHAR_SPACE + }, + { + EL_STEELCHAR_EXCLAM, -1, -1, FALSE, + IMG_STEELCHAR_EXCLAM + }, + { + EL_STEELCHAR_QUOTEDBL, -1, -1, FALSE, + IMG_STEELCHAR_QUOTEDBL + }, + { + EL_STEELCHAR_NUMBERSIGN, -1, -1, FALSE, + IMG_STEELCHAR_NUMBERSIGN + }, + { + EL_STEELCHAR_DOLLAR, -1, -1, FALSE, + IMG_STEELCHAR_DOLLAR + }, + { + EL_STEELCHAR_PERCENT, -1, -1, FALSE, + IMG_STEELCHAR_PERCENT + }, + { + EL_STEELCHAR_AMPERSAND, -1, -1, FALSE, + IMG_STEELCHAR_AMPERSAND + }, + { + EL_STEELCHAR_APOSTROPHE, -1, -1, FALSE, + IMG_STEELCHAR_APOSTROPHE + }, + { + EL_STEELCHAR_PARENLEFT, -1, -1, FALSE, + IMG_STEELCHAR_PARENLEFT + }, + { + EL_STEELCHAR_PARENRIGHT, -1, -1, FALSE, + IMG_STEELCHAR_PARENRIGHT + }, + { + EL_STEELCHAR_ASTERISK, -1, -1, FALSE, + IMG_STEELCHAR_ASTERISK + }, + { + EL_STEELCHAR_PLUS, -1, -1, FALSE, + IMG_STEELCHAR_PLUS + }, + { + EL_STEELCHAR_COMMA, -1, -1, FALSE, + IMG_STEELCHAR_COMMA + }, + { + EL_STEELCHAR_MINUS, -1, -1, FALSE, + IMG_STEELCHAR_MINUS + }, + { + EL_STEELCHAR_PERIOD, -1, -1, FALSE, + IMG_STEELCHAR_PERIOD + }, + { + EL_STEELCHAR_SLASH, -1, -1, FALSE, + IMG_STEELCHAR_SLASH + }, + { + EL_STEELCHAR_0, -1, -1, FALSE, + IMG_STEELCHAR_0 + }, + { + EL_STEELCHAR_1, -1, -1, FALSE, + IMG_STEELCHAR_1 + }, + { + EL_STEELCHAR_2, -1, -1, FALSE, + IMG_STEELCHAR_2 + }, + { + EL_STEELCHAR_3, -1, -1, FALSE, + IMG_STEELCHAR_3 + }, + { + EL_STEELCHAR_4, -1, -1, FALSE, + IMG_STEELCHAR_4 + }, + { + EL_STEELCHAR_5, -1, -1, FALSE, + IMG_STEELCHAR_5 + }, + { + EL_STEELCHAR_6, -1, -1, FALSE, + IMG_STEELCHAR_6 + }, + { + EL_STEELCHAR_7, -1, -1, FALSE, + IMG_STEELCHAR_7 + }, + { + EL_STEELCHAR_8, -1, -1, FALSE, + IMG_STEELCHAR_8 + }, + { + EL_STEELCHAR_9, -1, -1, FALSE, + IMG_STEELCHAR_9 + }, + { + EL_STEELCHAR_COLON, -1, -1, FALSE, + IMG_STEELCHAR_COLON + }, + { + EL_STEELCHAR_SEMICOLON, -1, -1, FALSE, + IMG_STEELCHAR_SEMICOLON + }, + { + EL_STEELCHAR_LESS, -1, -1, FALSE, + IMG_STEELCHAR_LESS + }, + { + EL_STEELCHAR_EQUAL, -1, -1, FALSE, + IMG_STEELCHAR_EQUAL + }, + { + EL_STEELCHAR_GREATER, -1, -1, FALSE, + IMG_STEELCHAR_GREATER + }, + { + EL_STEELCHAR_QUESTION, -1, -1, FALSE, + IMG_STEELCHAR_QUESTION + }, + { + EL_STEELCHAR_AT, -1, -1, FALSE, + IMG_STEELCHAR_AT + }, + { + EL_STEELCHAR_A, -1, -1, FALSE, + IMG_STEELCHAR_A + }, + { + EL_STEELCHAR_B, -1, -1, FALSE, + IMG_STEELCHAR_B + }, + { + EL_STEELCHAR_C, -1, -1, FALSE, + IMG_STEELCHAR_C + }, + { + EL_STEELCHAR_D, -1, -1, FALSE, + IMG_STEELCHAR_D + }, + { + EL_STEELCHAR_E, -1, -1, FALSE, + IMG_STEELCHAR_E + }, + { + EL_STEELCHAR_F, -1, -1, FALSE, + IMG_STEELCHAR_F + }, + { + EL_STEELCHAR_G, -1, -1, FALSE, + IMG_STEELCHAR_G + }, + { + EL_STEELCHAR_H, -1, -1, FALSE, + IMG_STEELCHAR_H + }, + { + EL_STEELCHAR_I, -1, -1, FALSE, + IMG_STEELCHAR_I + }, + { + EL_STEELCHAR_J, -1, -1, FALSE, + IMG_STEELCHAR_J + }, + { + EL_STEELCHAR_K, -1, -1, FALSE, + IMG_STEELCHAR_K + }, + { + EL_STEELCHAR_L, -1, -1, FALSE, + IMG_STEELCHAR_L + }, + { + EL_STEELCHAR_M, -1, -1, FALSE, + IMG_STEELCHAR_M + }, + { + EL_STEELCHAR_N, -1, -1, FALSE, + IMG_STEELCHAR_N + }, + { + EL_STEELCHAR_O, -1, -1, FALSE, + IMG_STEELCHAR_O + }, + { + EL_STEELCHAR_P, -1, -1, FALSE, + IMG_STEELCHAR_P + }, + { + EL_STEELCHAR_Q, -1, -1, FALSE, + IMG_STEELCHAR_Q + }, + { + EL_STEELCHAR_R, -1, -1, FALSE, + IMG_STEELCHAR_R + }, + { + EL_STEELCHAR_S, -1, -1, FALSE, + IMG_STEELCHAR_S + }, + { + EL_STEELCHAR_T, -1, -1, FALSE, + IMG_STEELCHAR_T + }, + { + EL_STEELCHAR_U, -1, -1, FALSE, + IMG_STEELCHAR_U + }, + { + EL_STEELCHAR_V, -1, -1, FALSE, + IMG_STEELCHAR_V + }, + { + EL_STEELCHAR_W, -1, -1, FALSE, + IMG_STEELCHAR_W + }, + { + EL_STEELCHAR_X, -1, -1, FALSE, + IMG_STEELCHAR_X + }, + { + EL_STEELCHAR_Y, -1, -1, FALSE, + IMG_STEELCHAR_Y + }, + { + EL_STEELCHAR_Z, -1, -1, FALSE, + IMG_STEELCHAR_Z + }, + { + EL_STEELCHAR_BRACKETLEFT, -1, -1, FALSE, + IMG_STEELCHAR_BRACKETLEFT + }, + { + EL_STEELCHAR_BACKSLASH, -1, -1, FALSE, + IMG_STEELCHAR_BACKSLASH + }, + { + EL_STEELCHAR_BRACKETRIGHT, -1, -1, FALSE, + IMG_STEELCHAR_BRACKETRIGHT + }, + { + EL_STEELCHAR_ASCIICIRCUM, -1, -1, FALSE, + IMG_STEELCHAR_ASCIICIRCUM + }, + { + EL_STEELCHAR_UNDERSCORE, -1, -1, FALSE, + IMG_STEELCHAR_UNDERSCORE + }, + { + EL_STEELCHAR_COPYRIGHT, -1, -1, FALSE, + IMG_STEELCHAR_COPYRIGHT + }, + { + EL_STEELCHAR_AUMLAUT, -1, -1, FALSE, + IMG_STEELCHAR_AUMLAUT + }, + { + EL_STEELCHAR_OUMLAUT, -1, -1, FALSE, + IMG_STEELCHAR_OUMLAUT + }, + { + EL_STEELCHAR_UUMLAUT, -1, -1, FALSE, + IMG_STEELCHAR_UUMLAUT + }, + { + EL_STEELCHAR_DEGREE, -1, -1, FALSE, + IMG_STEELCHAR_DEGREE + }, + { + EL_STEELCHAR_TRADEMARK, -1, -1, FALSE, + IMG_STEELCHAR_TRADEMARK + }, + { + EL_STEELCHAR_CURSOR, -1, -1, FALSE, + IMG_STEELCHAR_CURSOR + }, + { + EL_STEELCHAR_BUTTON, -1, -1, FALSE, + IMG_STEELCHAR_BUTTON + }, + { + EL_STEELCHAR_UP, -1, -1, FALSE, + IMG_STEELCHAR_UP + }, + { + EL_STEELCHAR_DOWN, -1, -1, FALSE, + IMG_STEELCHAR_DOWN + }, { EL_CUSTOM_1, -1, -1, FALSE, IMG_CUSTOM_1 diff --git a/src/conf_gfx.h b/src/conf_gfx.h index f5c777a3..a3461aa3 100644 --- a/src/conf_gfx.h +++ b/src/conf_gfx.h @@ -885,711 +885,789 @@ #define IMG_CHAR_DEGREE 864 #define IMG_CHAR_TRADEMARK 865 #define IMG_CHAR_CURSOR 866 -#define IMG_CUSTOM_1 867 -#define IMG_CUSTOM_1_EDITOR 868 -#define IMG_CUSTOM_2 869 -#define IMG_CUSTOM_2_EDITOR 870 -#define IMG_CUSTOM_3 871 -#define IMG_CUSTOM_3_EDITOR 872 -#define IMG_CUSTOM_4 873 -#define IMG_CUSTOM_4_EDITOR 874 -#define IMG_CUSTOM_5 875 -#define IMG_CUSTOM_5_EDITOR 876 -#define IMG_CUSTOM_6 877 -#define IMG_CUSTOM_6_EDITOR 878 -#define IMG_CUSTOM_7 879 -#define IMG_CUSTOM_7_EDITOR 880 -#define IMG_CUSTOM_8 881 -#define IMG_CUSTOM_8_EDITOR 882 -#define IMG_CUSTOM_9 883 -#define IMG_CUSTOM_9_EDITOR 884 -#define IMG_CUSTOM_10 885 -#define IMG_CUSTOM_10_EDITOR 886 -#define IMG_CUSTOM_11 887 -#define IMG_CUSTOM_11_EDITOR 888 -#define IMG_CUSTOM_12 889 -#define IMG_CUSTOM_12_EDITOR 890 -#define IMG_CUSTOM_13 891 -#define IMG_CUSTOM_13_EDITOR 892 -#define IMG_CUSTOM_14 893 -#define IMG_CUSTOM_14_EDITOR 894 -#define IMG_CUSTOM_15 895 -#define IMG_CUSTOM_15_EDITOR 896 -#define IMG_CUSTOM_16 897 -#define IMG_CUSTOM_16_EDITOR 898 -#define IMG_CUSTOM_17 899 -#define IMG_CUSTOM_17_EDITOR 900 -#define IMG_CUSTOM_18 901 -#define IMG_CUSTOM_18_EDITOR 902 -#define IMG_CUSTOM_19 903 -#define IMG_CUSTOM_19_EDITOR 904 -#define IMG_CUSTOM_20 905 -#define IMG_CUSTOM_20_EDITOR 906 -#define IMG_CUSTOM_21 907 -#define IMG_CUSTOM_21_EDITOR 908 -#define IMG_CUSTOM_22 909 -#define IMG_CUSTOM_22_EDITOR 910 -#define IMG_CUSTOM_23 911 -#define IMG_CUSTOM_23_EDITOR 912 -#define IMG_CUSTOM_24 913 -#define IMG_CUSTOM_24_EDITOR 914 -#define IMG_CUSTOM_25 915 -#define IMG_CUSTOM_25_EDITOR 916 -#define IMG_CUSTOM_26 917 -#define IMG_CUSTOM_26_EDITOR 918 -#define IMG_CUSTOM_27 919 -#define IMG_CUSTOM_27_EDITOR 920 -#define IMG_CUSTOM_28 921 -#define IMG_CUSTOM_28_EDITOR 922 -#define IMG_CUSTOM_29 923 -#define IMG_CUSTOM_29_EDITOR 924 -#define IMG_CUSTOM_30 925 -#define IMG_CUSTOM_30_EDITOR 926 -#define IMG_CUSTOM_31 927 -#define IMG_CUSTOM_31_EDITOR 928 -#define IMG_CUSTOM_32 929 -#define IMG_CUSTOM_32_EDITOR 930 -#define IMG_CUSTOM_33 931 -#define IMG_CUSTOM_33_EDITOR 932 -#define IMG_CUSTOM_34 933 -#define IMG_CUSTOM_34_EDITOR 934 -#define IMG_CUSTOM_35 935 -#define IMG_CUSTOM_35_EDITOR 936 -#define IMG_CUSTOM_36 937 -#define IMG_CUSTOM_36_EDITOR 938 -#define IMG_CUSTOM_37 939 -#define IMG_CUSTOM_37_EDITOR 940 -#define IMG_CUSTOM_38 941 -#define IMG_CUSTOM_38_EDITOR 942 -#define IMG_CUSTOM_39 943 -#define IMG_CUSTOM_39_EDITOR 944 -#define IMG_CUSTOM_40 945 -#define IMG_CUSTOM_40_EDITOR 946 -#define IMG_CUSTOM_41 947 -#define IMG_CUSTOM_41_EDITOR 948 -#define IMG_CUSTOM_42 949 -#define IMG_CUSTOM_42_EDITOR 950 -#define IMG_CUSTOM_43 951 -#define IMG_CUSTOM_43_EDITOR 952 -#define IMG_CUSTOM_44 953 -#define IMG_CUSTOM_44_EDITOR 954 -#define IMG_CUSTOM_45 955 -#define IMG_CUSTOM_45_EDITOR 956 -#define IMG_CUSTOM_46 957 -#define IMG_CUSTOM_46_EDITOR 958 -#define IMG_CUSTOM_47 959 -#define IMG_CUSTOM_47_EDITOR 960 -#define IMG_CUSTOM_48 961 -#define IMG_CUSTOM_48_EDITOR 962 -#define IMG_CUSTOM_49 963 -#define IMG_CUSTOM_49_EDITOR 964 -#define IMG_CUSTOM_50 965 -#define IMG_CUSTOM_50_EDITOR 966 -#define IMG_CUSTOM_51 967 -#define IMG_CUSTOM_51_EDITOR 968 -#define IMG_CUSTOM_52 969 -#define IMG_CUSTOM_52_EDITOR 970 -#define IMG_CUSTOM_53 971 -#define IMG_CUSTOM_53_EDITOR 972 -#define IMG_CUSTOM_54 973 -#define IMG_CUSTOM_54_EDITOR 974 -#define IMG_CUSTOM_55 975 -#define IMG_CUSTOM_55_EDITOR 976 -#define IMG_CUSTOM_56 977 -#define IMG_CUSTOM_56_EDITOR 978 -#define IMG_CUSTOM_57 979 -#define IMG_CUSTOM_57_EDITOR 980 -#define IMG_CUSTOM_58 981 -#define IMG_CUSTOM_58_EDITOR 982 -#define IMG_CUSTOM_59 983 -#define IMG_CUSTOM_59_EDITOR 984 -#define IMG_CUSTOM_60 985 -#define IMG_CUSTOM_60_EDITOR 986 -#define IMG_CUSTOM_61 987 -#define IMG_CUSTOM_61_EDITOR 988 -#define IMG_CUSTOM_62 989 -#define IMG_CUSTOM_62_EDITOR 990 -#define IMG_CUSTOM_63 991 -#define IMG_CUSTOM_63_EDITOR 992 -#define IMG_CUSTOM_64 993 -#define IMG_CUSTOM_64_EDITOR 994 -#define IMG_CUSTOM_65 995 -#define IMG_CUSTOM_65_EDITOR 996 -#define IMG_CUSTOM_66 997 -#define IMG_CUSTOM_66_EDITOR 998 -#define IMG_CUSTOM_67 999 -#define IMG_CUSTOM_67_EDITOR 1000 -#define IMG_CUSTOM_68 1001 -#define IMG_CUSTOM_68_EDITOR 1002 -#define IMG_CUSTOM_69 1003 -#define IMG_CUSTOM_69_EDITOR 1004 -#define IMG_CUSTOM_70 1005 -#define IMG_CUSTOM_70_EDITOR 1006 -#define IMG_CUSTOM_71 1007 -#define IMG_CUSTOM_71_EDITOR 1008 -#define IMG_CUSTOM_72 1009 -#define IMG_CUSTOM_72_EDITOR 1010 -#define IMG_CUSTOM_73 1011 -#define IMG_CUSTOM_73_EDITOR 1012 -#define IMG_CUSTOM_74 1013 -#define IMG_CUSTOM_74_EDITOR 1014 -#define IMG_CUSTOM_75 1015 -#define IMG_CUSTOM_75_EDITOR 1016 -#define IMG_CUSTOM_76 1017 -#define IMG_CUSTOM_76_EDITOR 1018 -#define IMG_CUSTOM_77 1019 -#define IMG_CUSTOM_77_EDITOR 1020 -#define IMG_CUSTOM_78 1021 -#define IMG_CUSTOM_78_EDITOR 1022 -#define IMG_CUSTOM_79 1023 -#define IMG_CUSTOM_79_EDITOR 1024 -#define IMG_CUSTOM_80 1025 -#define IMG_CUSTOM_80_EDITOR 1026 -#define IMG_CUSTOM_81 1027 -#define IMG_CUSTOM_81_EDITOR 1028 -#define IMG_CUSTOM_82 1029 -#define IMG_CUSTOM_82_EDITOR 1030 -#define IMG_CUSTOM_83 1031 -#define IMG_CUSTOM_83_EDITOR 1032 -#define IMG_CUSTOM_84 1033 -#define IMG_CUSTOM_84_EDITOR 1034 -#define IMG_CUSTOM_85 1035 -#define IMG_CUSTOM_85_EDITOR 1036 -#define IMG_CUSTOM_86 1037 -#define IMG_CUSTOM_86_EDITOR 1038 -#define IMG_CUSTOM_87 1039 -#define IMG_CUSTOM_87_EDITOR 1040 -#define IMG_CUSTOM_88 1041 -#define IMG_CUSTOM_88_EDITOR 1042 -#define IMG_CUSTOM_89 1043 -#define IMG_CUSTOM_89_EDITOR 1044 -#define IMG_CUSTOM_90 1045 -#define IMG_CUSTOM_90_EDITOR 1046 -#define IMG_CUSTOM_91 1047 -#define IMG_CUSTOM_91_EDITOR 1048 -#define IMG_CUSTOM_92 1049 -#define IMG_CUSTOM_92_EDITOR 1050 -#define IMG_CUSTOM_93 1051 -#define IMG_CUSTOM_93_EDITOR 1052 -#define IMG_CUSTOM_94 1053 -#define IMG_CUSTOM_94_EDITOR 1054 -#define IMG_CUSTOM_95 1055 -#define IMG_CUSTOM_95_EDITOR 1056 -#define IMG_CUSTOM_96 1057 -#define IMG_CUSTOM_96_EDITOR 1058 -#define IMG_CUSTOM_97 1059 -#define IMG_CUSTOM_97_EDITOR 1060 -#define IMG_CUSTOM_98 1061 -#define IMG_CUSTOM_98_EDITOR 1062 -#define IMG_CUSTOM_99 1063 -#define IMG_CUSTOM_99_EDITOR 1064 -#define IMG_CUSTOM_100 1065 -#define IMG_CUSTOM_100_EDITOR 1066 -#define IMG_CUSTOM_101 1067 -#define IMG_CUSTOM_101_EDITOR 1068 -#define IMG_CUSTOM_102 1069 -#define IMG_CUSTOM_102_EDITOR 1070 -#define IMG_CUSTOM_103 1071 -#define IMG_CUSTOM_103_EDITOR 1072 -#define IMG_CUSTOM_104 1073 -#define IMG_CUSTOM_104_EDITOR 1074 -#define IMG_CUSTOM_105 1075 -#define IMG_CUSTOM_105_EDITOR 1076 -#define IMG_CUSTOM_106 1077 -#define IMG_CUSTOM_106_EDITOR 1078 -#define IMG_CUSTOM_107 1079 -#define IMG_CUSTOM_107_EDITOR 1080 -#define IMG_CUSTOM_108 1081 -#define IMG_CUSTOM_108_EDITOR 1082 -#define IMG_CUSTOM_109 1083 -#define IMG_CUSTOM_109_EDITOR 1084 -#define IMG_CUSTOM_110 1085 -#define IMG_CUSTOM_110_EDITOR 1086 -#define IMG_CUSTOM_111 1087 -#define IMG_CUSTOM_111_EDITOR 1088 -#define IMG_CUSTOM_112 1089 -#define IMG_CUSTOM_112_EDITOR 1090 -#define IMG_CUSTOM_113 1091 -#define IMG_CUSTOM_113_EDITOR 1092 -#define IMG_CUSTOM_114 1093 -#define IMG_CUSTOM_114_EDITOR 1094 -#define IMG_CUSTOM_115 1095 -#define IMG_CUSTOM_115_EDITOR 1096 -#define IMG_CUSTOM_116 1097 -#define IMG_CUSTOM_116_EDITOR 1098 -#define IMG_CUSTOM_117 1099 -#define IMG_CUSTOM_117_EDITOR 1100 -#define IMG_CUSTOM_118 1101 -#define IMG_CUSTOM_118_EDITOR 1102 -#define IMG_CUSTOM_119 1103 -#define IMG_CUSTOM_119_EDITOR 1104 -#define IMG_CUSTOM_120 1105 -#define IMG_CUSTOM_120_EDITOR 1106 -#define IMG_CUSTOM_121 1107 -#define IMG_CUSTOM_121_EDITOR 1108 -#define IMG_CUSTOM_122 1109 -#define IMG_CUSTOM_122_EDITOR 1110 -#define IMG_CUSTOM_123 1111 -#define IMG_CUSTOM_123_EDITOR 1112 -#define IMG_CUSTOM_124 1113 -#define IMG_CUSTOM_124_EDITOR 1114 -#define IMG_CUSTOM_125 1115 -#define IMG_CUSTOM_125_EDITOR 1116 -#define IMG_CUSTOM_126 1117 -#define IMG_CUSTOM_126_EDITOR 1118 -#define IMG_CUSTOM_127 1119 -#define IMG_CUSTOM_127_EDITOR 1120 -#define IMG_CUSTOM_128 1121 -#define IMG_CUSTOM_128_EDITOR 1122 -#define IMG_CUSTOM_129 1123 -#define IMG_CUSTOM_129_EDITOR 1124 -#define IMG_CUSTOM_130 1125 -#define IMG_CUSTOM_130_EDITOR 1126 -#define IMG_CUSTOM_131 1127 -#define IMG_CUSTOM_131_EDITOR 1128 -#define IMG_CUSTOM_132 1129 -#define IMG_CUSTOM_132_EDITOR 1130 -#define IMG_CUSTOM_133 1131 -#define IMG_CUSTOM_133_EDITOR 1132 -#define IMG_CUSTOM_134 1133 -#define IMG_CUSTOM_134_EDITOR 1134 -#define IMG_CUSTOM_135 1135 -#define IMG_CUSTOM_135_EDITOR 1136 -#define IMG_CUSTOM_136 1137 -#define IMG_CUSTOM_136_EDITOR 1138 -#define IMG_CUSTOM_137 1139 -#define IMG_CUSTOM_137_EDITOR 1140 -#define IMG_CUSTOM_138 1141 -#define IMG_CUSTOM_138_EDITOR 1142 -#define IMG_CUSTOM_139 1143 -#define IMG_CUSTOM_139_EDITOR 1144 -#define IMG_CUSTOM_140 1145 -#define IMG_CUSTOM_140_EDITOR 1146 -#define IMG_CUSTOM_141 1147 -#define IMG_CUSTOM_141_EDITOR 1148 -#define IMG_CUSTOM_142 1149 -#define IMG_CUSTOM_142_EDITOR 1150 -#define IMG_CUSTOM_143 1151 -#define IMG_CUSTOM_143_EDITOR 1152 -#define IMG_CUSTOM_144 1153 -#define IMG_CUSTOM_144_EDITOR 1154 -#define IMG_CUSTOM_145 1155 -#define IMG_CUSTOM_145_EDITOR 1156 -#define IMG_CUSTOM_146 1157 -#define IMG_CUSTOM_146_EDITOR 1158 -#define IMG_CUSTOM_147 1159 -#define IMG_CUSTOM_147_EDITOR 1160 -#define IMG_CUSTOM_148 1161 -#define IMG_CUSTOM_148_EDITOR 1162 -#define IMG_CUSTOM_149 1163 -#define IMG_CUSTOM_149_EDITOR 1164 -#define IMG_CUSTOM_150 1165 -#define IMG_CUSTOM_150_EDITOR 1166 -#define IMG_CUSTOM_151 1167 -#define IMG_CUSTOM_151_EDITOR 1168 -#define IMG_CUSTOM_152 1169 -#define IMG_CUSTOM_152_EDITOR 1170 -#define IMG_CUSTOM_153 1171 -#define IMG_CUSTOM_153_EDITOR 1172 -#define IMG_CUSTOM_154 1173 -#define IMG_CUSTOM_154_EDITOR 1174 -#define IMG_CUSTOM_155 1175 -#define IMG_CUSTOM_155_EDITOR 1176 -#define IMG_CUSTOM_156 1177 -#define IMG_CUSTOM_156_EDITOR 1178 -#define IMG_CUSTOM_157 1179 -#define IMG_CUSTOM_157_EDITOR 1180 -#define IMG_CUSTOM_158 1181 -#define IMG_CUSTOM_158_EDITOR 1182 -#define IMG_CUSTOM_159 1183 -#define IMG_CUSTOM_159_EDITOR 1184 -#define IMG_CUSTOM_160 1185 -#define IMG_CUSTOM_160_EDITOR 1186 -#define IMG_CUSTOM_161 1187 -#define IMG_CUSTOM_161_EDITOR 1188 -#define IMG_CUSTOM_162 1189 -#define IMG_CUSTOM_162_EDITOR 1190 -#define IMG_CUSTOM_163 1191 -#define IMG_CUSTOM_163_EDITOR 1192 -#define IMG_CUSTOM_164 1193 -#define IMG_CUSTOM_164_EDITOR 1194 -#define IMG_CUSTOM_165 1195 -#define IMG_CUSTOM_165_EDITOR 1196 -#define IMG_CUSTOM_166 1197 -#define IMG_CUSTOM_166_EDITOR 1198 -#define IMG_CUSTOM_167 1199 -#define IMG_CUSTOM_167_EDITOR 1200 -#define IMG_CUSTOM_168 1201 -#define IMG_CUSTOM_168_EDITOR 1202 -#define IMG_CUSTOM_169 1203 -#define IMG_CUSTOM_169_EDITOR 1204 -#define IMG_CUSTOM_170 1205 -#define IMG_CUSTOM_170_EDITOR 1206 -#define IMG_CUSTOM_171 1207 -#define IMG_CUSTOM_171_EDITOR 1208 -#define IMG_CUSTOM_172 1209 -#define IMG_CUSTOM_172_EDITOR 1210 -#define IMG_CUSTOM_173 1211 -#define IMG_CUSTOM_173_EDITOR 1212 -#define IMG_CUSTOM_174 1213 -#define IMG_CUSTOM_174_EDITOR 1214 -#define IMG_CUSTOM_175 1215 -#define IMG_CUSTOM_175_EDITOR 1216 -#define IMG_CUSTOM_176 1217 -#define IMG_CUSTOM_176_EDITOR 1218 -#define IMG_CUSTOM_177 1219 -#define IMG_CUSTOM_177_EDITOR 1220 -#define IMG_CUSTOM_178 1221 -#define IMG_CUSTOM_178_EDITOR 1222 -#define IMG_CUSTOM_179 1223 -#define IMG_CUSTOM_179_EDITOR 1224 -#define IMG_CUSTOM_180 1225 -#define IMG_CUSTOM_180_EDITOR 1226 -#define IMG_CUSTOM_181 1227 -#define IMG_CUSTOM_181_EDITOR 1228 -#define IMG_CUSTOM_182 1229 -#define IMG_CUSTOM_182_EDITOR 1230 -#define IMG_CUSTOM_183 1231 -#define IMG_CUSTOM_183_EDITOR 1232 -#define IMG_CUSTOM_184 1233 -#define IMG_CUSTOM_184_EDITOR 1234 -#define IMG_CUSTOM_185 1235 -#define IMG_CUSTOM_185_EDITOR 1236 -#define IMG_CUSTOM_186 1237 -#define IMG_CUSTOM_186_EDITOR 1238 -#define IMG_CUSTOM_187 1239 -#define IMG_CUSTOM_187_EDITOR 1240 -#define IMG_CUSTOM_188 1241 -#define IMG_CUSTOM_188_EDITOR 1242 -#define IMG_CUSTOM_189 1243 -#define IMG_CUSTOM_189_EDITOR 1244 -#define IMG_CUSTOM_190 1245 -#define IMG_CUSTOM_190_EDITOR 1246 -#define IMG_CUSTOM_191 1247 -#define IMG_CUSTOM_191_EDITOR 1248 -#define IMG_CUSTOM_192 1249 -#define IMG_CUSTOM_192_EDITOR 1250 -#define IMG_CUSTOM_193 1251 -#define IMG_CUSTOM_193_EDITOR 1252 -#define IMG_CUSTOM_194 1253 -#define IMG_CUSTOM_194_EDITOR 1254 -#define IMG_CUSTOM_195 1255 -#define IMG_CUSTOM_195_EDITOR 1256 -#define IMG_CUSTOM_196 1257 -#define IMG_CUSTOM_196_EDITOR 1258 -#define IMG_CUSTOM_197 1259 -#define IMG_CUSTOM_197_EDITOR 1260 -#define IMG_CUSTOM_198 1261 -#define IMG_CUSTOM_198_EDITOR 1262 -#define IMG_CUSTOM_199 1263 -#define IMG_CUSTOM_199_EDITOR 1264 -#define IMG_CUSTOM_200 1265 -#define IMG_CUSTOM_200_EDITOR 1266 -#define IMG_CUSTOM_201 1267 -#define IMG_CUSTOM_201_EDITOR 1268 -#define IMG_CUSTOM_202 1269 -#define IMG_CUSTOM_202_EDITOR 1270 -#define IMG_CUSTOM_203 1271 -#define IMG_CUSTOM_203_EDITOR 1272 -#define IMG_CUSTOM_204 1273 -#define IMG_CUSTOM_204_EDITOR 1274 -#define IMG_CUSTOM_205 1275 -#define IMG_CUSTOM_205_EDITOR 1276 -#define IMG_CUSTOM_206 1277 -#define IMG_CUSTOM_206_EDITOR 1278 -#define IMG_CUSTOM_207 1279 -#define IMG_CUSTOM_207_EDITOR 1280 -#define IMG_CUSTOM_208 1281 -#define IMG_CUSTOM_208_EDITOR 1282 -#define IMG_CUSTOM_209 1283 -#define IMG_CUSTOM_209_EDITOR 1284 -#define IMG_CUSTOM_210 1285 -#define IMG_CUSTOM_210_EDITOR 1286 -#define IMG_CUSTOM_211 1287 -#define IMG_CUSTOM_211_EDITOR 1288 -#define IMG_CUSTOM_212 1289 -#define IMG_CUSTOM_212_EDITOR 1290 -#define IMG_CUSTOM_213 1291 -#define IMG_CUSTOM_213_EDITOR 1292 -#define IMG_CUSTOM_214 1293 -#define IMG_CUSTOM_214_EDITOR 1294 -#define IMG_CUSTOM_215 1295 -#define IMG_CUSTOM_215_EDITOR 1296 -#define IMG_CUSTOM_216 1297 -#define IMG_CUSTOM_216_EDITOR 1298 -#define IMG_CUSTOM_217 1299 -#define IMG_CUSTOM_217_EDITOR 1300 -#define IMG_CUSTOM_218 1301 -#define IMG_CUSTOM_218_EDITOR 1302 -#define IMG_CUSTOM_219 1303 -#define IMG_CUSTOM_219_EDITOR 1304 -#define IMG_CUSTOM_220 1305 -#define IMG_CUSTOM_220_EDITOR 1306 -#define IMG_CUSTOM_221 1307 -#define IMG_CUSTOM_221_EDITOR 1308 -#define IMG_CUSTOM_222 1309 -#define IMG_CUSTOM_222_EDITOR 1310 -#define IMG_CUSTOM_223 1311 -#define IMG_CUSTOM_223_EDITOR 1312 -#define IMG_CUSTOM_224 1313 -#define IMG_CUSTOM_224_EDITOR 1314 -#define IMG_CUSTOM_225 1315 -#define IMG_CUSTOM_225_EDITOR 1316 -#define IMG_CUSTOM_226 1317 -#define IMG_CUSTOM_226_EDITOR 1318 -#define IMG_CUSTOM_227 1319 -#define IMG_CUSTOM_227_EDITOR 1320 -#define IMG_CUSTOM_228 1321 -#define IMG_CUSTOM_228_EDITOR 1322 -#define IMG_CUSTOM_229 1323 -#define IMG_CUSTOM_229_EDITOR 1324 -#define IMG_CUSTOM_230 1325 -#define IMG_CUSTOM_230_EDITOR 1326 -#define IMG_CUSTOM_231 1327 -#define IMG_CUSTOM_231_EDITOR 1328 -#define IMG_CUSTOM_232 1329 -#define IMG_CUSTOM_232_EDITOR 1330 -#define IMG_CUSTOM_233 1331 -#define IMG_CUSTOM_233_EDITOR 1332 -#define IMG_CUSTOM_234 1333 -#define IMG_CUSTOM_234_EDITOR 1334 -#define IMG_CUSTOM_235 1335 -#define IMG_CUSTOM_235_EDITOR 1336 -#define IMG_CUSTOM_236 1337 -#define IMG_CUSTOM_236_EDITOR 1338 -#define IMG_CUSTOM_237 1339 -#define IMG_CUSTOM_237_EDITOR 1340 -#define IMG_CUSTOM_238 1341 -#define IMG_CUSTOM_238_EDITOR 1342 -#define IMG_CUSTOM_239 1343 -#define IMG_CUSTOM_239_EDITOR 1344 -#define IMG_CUSTOM_240 1345 -#define IMG_CUSTOM_240_EDITOR 1346 -#define IMG_CUSTOM_241 1347 -#define IMG_CUSTOM_241_EDITOR 1348 -#define IMG_CUSTOM_242 1349 -#define IMG_CUSTOM_242_EDITOR 1350 -#define IMG_CUSTOM_243 1351 -#define IMG_CUSTOM_243_EDITOR 1352 -#define IMG_CUSTOM_244 1353 -#define IMG_CUSTOM_244_EDITOR 1354 -#define IMG_CUSTOM_245 1355 -#define IMG_CUSTOM_245_EDITOR 1356 -#define IMG_CUSTOM_246 1357 -#define IMG_CUSTOM_246_EDITOR 1358 -#define IMG_CUSTOM_247 1359 -#define IMG_CUSTOM_247_EDITOR 1360 -#define IMG_CUSTOM_248 1361 -#define IMG_CUSTOM_248_EDITOR 1362 -#define IMG_CUSTOM_249 1363 -#define IMG_CUSTOM_249_EDITOR 1364 -#define IMG_CUSTOM_250 1365 -#define IMG_CUSTOM_250_EDITOR 1366 -#define IMG_CUSTOM_251 1367 -#define IMG_CUSTOM_251_EDITOR 1368 -#define IMG_CUSTOM_252 1369 -#define IMG_CUSTOM_252_EDITOR 1370 -#define IMG_CUSTOM_253 1371 -#define IMG_CUSTOM_253_EDITOR 1372 -#define IMG_CUSTOM_254 1373 -#define IMG_CUSTOM_254_EDITOR 1374 -#define IMG_CUSTOM_255 1375 -#define IMG_CUSTOM_255_EDITOR 1376 -#define IMG_CUSTOM_256 1377 -#define IMG_CUSTOM_256_EDITOR 1378 -#define IMG_GROUP_1 1379 -#define IMG_GROUP_1_EDITOR 1380 -#define IMG_GROUP_2 1381 -#define IMG_GROUP_2_EDITOR 1382 -#define IMG_GROUP_3 1383 -#define IMG_GROUP_3_EDITOR 1384 -#define IMG_GROUP_4 1385 -#define IMG_GROUP_4_EDITOR 1386 -#define IMG_GROUP_5 1387 -#define IMG_GROUP_5_EDITOR 1388 -#define IMG_GROUP_6 1389 -#define IMG_GROUP_6_EDITOR 1390 -#define IMG_GROUP_7 1391 -#define IMG_GROUP_7_EDITOR 1392 -#define IMG_GROUP_8 1393 -#define IMG_GROUP_8_EDITOR 1394 -#define IMG_GROUP_9 1395 -#define IMG_GROUP_9_EDITOR 1396 -#define IMG_GROUP_10 1397 -#define IMG_GROUP_10_EDITOR 1398 -#define IMG_GROUP_11 1399 -#define IMG_GROUP_11_EDITOR 1400 -#define IMG_GROUP_12 1401 -#define IMG_GROUP_12_EDITOR 1402 -#define IMG_GROUP_13 1403 -#define IMG_GROUP_13_EDITOR 1404 -#define IMG_GROUP_14 1405 -#define IMG_GROUP_14_EDITOR 1406 -#define IMG_GROUP_15 1407 -#define IMG_GROUP_15_EDITOR 1408 -#define IMG_GROUP_16 1409 -#define IMG_GROUP_16_EDITOR 1410 -#define IMG_GROUP_17 1411 -#define IMG_GROUP_17_EDITOR 1412 -#define IMG_GROUP_18 1413 -#define IMG_GROUP_18_EDITOR 1414 -#define IMG_GROUP_19 1415 -#define IMG_GROUP_19_EDITOR 1416 -#define IMG_GROUP_20 1417 -#define IMG_GROUP_20_EDITOR 1418 -#define IMG_GROUP_21 1419 -#define IMG_GROUP_21_EDITOR 1420 -#define IMG_GROUP_22 1421 -#define IMG_GROUP_22_EDITOR 1422 -#define IMG_GROUP_23 1423 -#define IMG_GROUP_23_EDITOR 1424 -#define IMG_GROUP_24 1425 -#define IMG_GROUP_24_EDITOR 1426 -#define IMG_GROUP_25 1427 -#define IMG_GROUP_25_EDITOR 1428 -#define IMG_GROUP_26 1429 -#define IMG_GROUP_26_EDITOR 1430 -#define IMG_GROUP_27 1431 -#define IMG_GROUP_27_EDITOR 1432 -#define IMG_GROUP_28 1433 -#define IMG_GROUP_28_EDITOR 1434 -#define IMG_GROUP_29 1435 -#define IMG_GROUP_29_EDITOR 1436 -#define IMG_GROUP_30 1437 -#define IMG_GROUP_30_EDITOR 1438 -#define IMG_GROUP_31 1439 -#define IMG_GROUP_31_EDITOR 1440 -#define IMG_GROUP_32 1441 -#define IMG_GROUP_32_EDITOR 1442 -#define IMG_EMC_OBJECT 1443 -#define IMG_EMC_SPRITE 1444 -#define IMG_TOON_1 1445 -#define IMG_TOON_2 1446 -#define IMG_TOON_3 1447 -#define IMG_TOON_4 1448 -#define IMG_TOON_5 1449 -#define IMG_TOON_6 1450 -#define IMG_TOON_7 1451 -#define IMG_TOON_8 1452 -#define IMG_TOON_9 1453 -#define IMG_TOON_10 1454 -#define IMG_TOON_11 1455 -#define IMG_TOON_12 1456 -#define IMG_TOON_13 1457 -#define IMG_TOON_14 1458 -#define IMG_TOON_15 1459 -#define IMG_TOON_16 1460 -#define IMG_TOON_17 1461 -#define IMG_TOON_18 1462 -#define IMG_TOON_19 1463 -#define IMG_TOON_20 1464 -#define IMG_MENU_CALIBRATE_RED 1465 -#define IMG_MENU_CALIBRATE_BLUE 1466 -#define IMG_MENU_CALIBRATE_YELLOW 1467 -#define IMG_MENU_BUTTON 1468 -#define IMG_MENU_BUTTON_ACTIVE 1469 -#define IMG_MENU_BUTTON_LEFT 1470 -#define IMG_MENU_BUTTON_LEFT_ACTIVE 1471 -#define IMG_MENU_BUTTON_RIGHT 1472 -#define IMG_MENU_BUTTON_RIGHT_ACTIVE 1473 -#define IMG_MENU_BUTTON_UP 1474 -#define IMG_MENU_BUTTON_UP_ACTIVE 1475 -#define IMG_MENU_BUTTON_DOWN 1476 -#define IMG_MENU_BUTTON_DOWN_ACTIVE 1477 -#define IMG_MENU_BUTTON_ENTER_MENU 1478 -#define IMG_MENU_BUTTON_ENTER_MENU_ACTIVE 1479 -#define IMG_MENU_BUTTON_LEAVE_MENU 1480 -#define IMG_MENU_BUTTON_LEAVE_MENU_ACTIVE 1481 -#define IMG_MENU_BUTTON_NEXT_LEVEL 1482 -#define IMG_MENU_BUTTON_NEXT_LEVEL_ACTIVE 1483 -#define IMG_MENU_BUTTON_PREV_LEVEL 1484 -#define IMG_MENU_BUTTON_PREV_LEVEL_ACTIVE 1485 -#define IMG_MENU_SCROLLBAR 1486 -#define IMG_MENU_SCROLLBAR_ACTIVE 1487 -#define IMG_FONT_INITIAL_1 1488 -#define IMG_FONT_INITIAL_2 1489 -#define IMG_FONT_INITIAL_3 1490 -#define IMG_FONT_INITIAL_4 1491 -#define IMG_FONT_TITLE_1 1492 -#define IMG_FONT_TITLE_2 1493 -#define IMG_FONT_MENU_1 1494 -#define IMG_FONT_MENU_1_ACTIVE 1495 -#define IMG_FONT_MENU_2 1496 -#define IMG_FONT_MENU_2_ACTIVE 1497 -#define IMG_FONT_TEXT_1 1498 -#define IMG_FONT_TEXT_1_LEVELS 1499 -#define IMG_FONT_TEXT_1_PREVIEW 1500 -#define IMG_FONT_TEXT_1_SCORES 1501 -#define IMG_FONT_TEXT_1_ACTIVE_SCORES 1502 -#define IMG_FONT_TEXT_2 1503 -#define IMG_FONT_TEXT_2_LEVELS 1504 -#define IMG_FONT_TEXT_2_PREVIEW 1505 -#define IMG_FONT_TEXT_2_SCORES 1506 -#define IMG_FONT_TEXT_2_ACTIVE_SCORES 1507 -#define IMG_FONT_TEXT_3 1508 -#define IMG_FONT_TEXT_3_LEVELS 1509 -#define IMG_FONT_TEXT_3_PREVIEW 1510 -#define IMG_FONT_TEXT_3_SCORES 1511 -#define IMG_FONT_TEXT_3_ACTIVE_SCORES 1512 -#define IMG_FONT_TEXT_4 1513 -#define IMG_FONT_TEXT_4_LEVELS 1514 -#define IMG_FONT_TEXT_4_SCORES 1515 -#define IMG_FONT_TEXT_4_ACTIVE_SCORES 1516 -#define IMG_FONT_ENVELOPE_1 1517 -#define IMG_FONT_ENVELOPE_2 1518 -#define IMG_FONT_ENVELOPE_3 1519 -#define IMG_FONT_ENVELOPE_4 1520 -#define IMG_FONT_INPUT_1 1521 -#define IMG_FONT_INPUT_1_MAIN 1522 -#define IMG_FONT_INPUT_1_ACTIVE 1523 -#define IMG_FONT_INPUT_1_ACTIVE_MAIN 1524 -#define IMG_FONT_INPUT_1_ACTIVE_SETUP 1525 -#define IMG_FONT_INPUT_2 1526 -#define IMG_FONT_INPUT_2_ACTIVE 1527 -#define IMG_FONT_OPTION_OFF 1528 -#define IMG_FONT_OPTION_ON 1529 -#define IMG_FONT_VALUE_1 1530 -#define IMG_FONT_VALUE_2 1531 -#define IMG_FONT_VALUE_OLD 1532 -#define IMG_FONT_LEVEL_NUMBER 1533 -#define IMG_FONT_TAPE_RECORDER 1534 -#define IMG_FONT_GAME_INFO 1535 -#define IMG_GLOBAL_BORDER 1536 -#define IMG_GLOBAL_DOOR 1537 -#define IMG_EDITOR_ELEMENT_BORDER 1538 -#define IMG_EDITOR_ELEMENT_BORDER_INPUT 1539 -#define IMG_EDITOR_CASCADE_LIST 1540 -#define IMG_EDITOR_CASCADE_LIST_ACTIVE 1541 -#define IMG_BACKGROUND_ENVELOPE_1 1542 -#define IMG_BACKGROUND_ENVELOPE_2 1543 -#define IMG_BACKGROUND_ENVELOPE_3 1544 -#define IMG_BACKGROUND_ENVELOPE_4 1545 -#define IMG_BACKGROUND 1546 -#define IMG_BACKGROUND_TITLE 1547 -#define IMG_BACKGROUND_MESSAGE 1548 -#define IMG_BACKGROUND_MAIN 1549 -#define IMG_BACKGROUND_LEVELS 1550 -#define IMG_BACKGROUND_SCORES 1551 -#define IMG_BACKGROUND_EDITOR 1552 -#define IMG_BACKGROUND_INFO 1553 -#define IMG_BACKGROUND_INFO_ELEMENTS 1554 -#define IMG_BACKGROUND_INFO_MUSIC 1555 -#define IMG_BACKGROUND_INFO_CREDITS 1556 -#define IMG_BACKGROUND_INFO_PROGRAM 1557 -#define IMG_BACKGROUND_INFO_LEVELSET 1558 -#define IMG_BACKGROUND_SETUP 1559 -#define IMG_BACKGROUND_DOOR 1560 -#define IMG_TITLESCREEN_INITIAL_1 1561 -#define IMG_TITLESCREEN_INITIAL_2 1562 -#define IMG_TITLESCREEN_INITIAL_3 1563 -#define IMG_TITLESCREEN_INITIAL_4 1564 -#define IMG_TITLESCREEN_INITIAL_5 1565 -#define IMG_TITLESCREEN_1 1566 -#define IMG_TITLESCREEN_2 1567 -#define IMG_TITLESCREEN_3 1568 -#define IMG_TITLESCREEN_4 1569 -#define IMG_TITLESCREEN_5 1570 +#define IMG_CHAR_BUTTON 867 +#define IMG_CHAR_UP 868 +#define IMG_CHAR_DOWN 869 +#define IMG_STEELCHAR_SPACE 870 +#define IMG_STEELCHAR_SPACE_EDITOR 871 +#define IMG_STEELCHAR_EXCLAM 872 +#define IMG_STEELCHAR_QUOTEDBL 873 +#define IMG_STEELCHAR_NUMBERSIGN 874 +#define IMG_STEELCHAR_DOLLAR 875 +#define IMG_STEELCHAR_PERCENT 876 +#define IMG_STEELCHAR_AMPERSAND 877 +#define IMG_STEELCHAR_APOSTROPHE 878 +#define IMG_STEELCHAR_PARENLEFT 879 +#define IMG_STEELCHAR_PARENRIGHT 880 +#define IMG_STEELCHAR_ASTERISK 881 +#define IMG_STEELCHAR_PLUS 882 +#define IMG_STEELCHAR_COMMA 883 +#define IMG_STEELCHAR_MINUS 884 +#define IMG_STEELCHAR_PERIOD 885 +#define IMG_STEELCHAR_SLASH 886 +#define IMG_STEELCHAR_0 887 +#define IMG_STEELCHAR_1 888 +#define IMG_STEELCHAR_2 889 +#define IMG_STEELCHAR_3 890 +#define IMG_STEELCHAR_4 891 +#define IMG_STEELCHAR_5 892 +#define IMG_STEELCHAR_6 893 +#define IMG_STEELCHAR_7 894 +#define IMG_STEELCHAR_8 895 +#define IMG_STEELCHAR_9 896 +#define IMG_STEELCHAR_COLON 897 +#define IMG_STEELCHAR_SEMICOLON 898 +#define IMG_STEELCHAR_LESS 899 +#define IMG_STEELCHAR_EQUAL 900 +#define IMG_STEELCHAR_GREATER 901 +#define IMG_STEELCHAR_QUESTION 902 +#define IMG_STEELCHAR_AT 903 +#define IMG_STEELCHAR_A 904 +#define IMG_STEELCHAR_B 905 +#define IMG_STEELCHAR_C 906 +#define IMG_STEELCHAR_D 907 +#define IMG_STEELCHAR_E 908 +#define IMG_STEELCHAR_F 909 +#define IMG_STEELCHAR_G 910 +#define IMG_STEELCHAR_H 911 +#define IMG_STEELCHAR_I 912 +#define IMG_STEELCHAR_J 913 +#define IMG_STEELCHAR_K 914 +#define IMG_STEELCHAR_L 915 +#define IMG_STEELCHAR_M 916 +#define IMG_STEELCHAR_N 917 +#define IMG_STEELCHAR_O 918 +#define IMG_STEELCHAR_P 919 +#define IMG_STEELCHAR_Q 920 +#define IMG_STEELCHAR_R 921 +#define IMG_STEELCHAR_S 922 +#define IMG_STEELCHAR_T 923 +#define IMG_STEELCHAR_U 924 +#define IMG_STEELCHAR_V 925 +#define IMG_STEELCHAR_W 926 +#define IMG_STEELCHAR_X 927 +#define IMG_STEELCHAR_Y 928 +#define IMG_STEELCHAR_Z 929 +#define IMG_STEELCHAR_BRACKETLEFT 930 +#define IMG_STEELCHAR_BACKSLASH 931 +#define IMG_STEELCHAR_BRACKETRIGHT 932 +#define IMG_STEELCHAR_ASCIICIRCUM 933 +#define IMG_STEELCHAR_UNDERSCORE 934 +#define IMG_STEELCHAR_COPYRIGHT 935 +#define IMG_STEELCHAR_AUMLAUT 936 +#define IMG_STEELCHAR_OUMLAUT 937 +#define IMG_STEELCHAR_UUMLAUT 938 +#define IMG_STEELCHAR_DEGREE 939 +#define IMG_STEELCHAR_TRADEMARK 940 +#define IMG_STEELCHAR_CURSOR 941 +#define IMG_STEELCHAR_BUTTON 942 +#define IMG_STEELCHAR_UP 943 +#define IMG_STEELCHAR_DOWN 944 +#define IMG_CUSTOM_1 945 +#define IMG_CUSTOM_1_EDITOR 946 +#define IMG_CUSTOM_2 947 +#define IMG_CUSTOM_2_EDITOR 948 +#define IMG_CUSTOM_3 949 +#define IMG_CUSTOM_3_EDITOR 950 +#define IMG_CUSTOM_4 951 +#define IMG_CUSTOM_4_EDITOR 952 +#define IMG_CUSTOM_5 953 +#define IMG_CUSTOM_5_EDITOR 954 +#define IMG_CUSTOM_6 955 +#define IMG_CUSTOM_6_EDITOR 956 +#define IMG_CUSTOM_7 957 +#define IMG_CUSTOM_7_EDITOR 958 +#define IMG_CUSTOM_8 959 +#define IMG_CUSTOM_8_EDITOR 960 +#define IMG_CUSTOM_9 961 +#define IMG_CUSTOM_9_EDITOR 962 +#define IMG_CUSTOM_10 963 +#define IMG_CUSTOM_10_EDITOR 964 +#define IMG_CUSTOM_11 965 +#define IMG_CUSTOM_11_EDITOR 966 +#define IMG_CUSTOM_12 967 +#define IMG_CUSTOM_12_EDITOR 968 +#define IMG_CUSTOM_13 969 +#define IMG_CUSTOM_13_EDITOR 970 +#define IMG_CUSTOM_14 971 +#define IMG_CUSTOM_14_EDITOR 972 +#define IMG_CUSTOM_15 973 +#define IMG_CUSTOM_15_EDITOR 974 +#define IMG_CUSTOM_16 975 +#define IMG_CUSTOM_16_EDITOR 976 +#define IMG_CUSTOM_17 977 +#define IMG_CUSTOM_17_EDITOR 978 +#define IMG_CUSTOM_18 979 +#define IMG_CUSTOM_18_EDITOR 980 +#define IMG_CUSTOM_19 981 +#define IMG_CUSTOM_19_EDITOR 982 +#define IMG_CUSTOM_20 983 +#define IMG_CUSTOM_20_EDITOR 984 +#define IMG_CUSTOM_21 985 +#define IMG_CUSTOM_21_EDITOR 986 +#define IMG_CUSTOM_22 987 +#define IMG_CUSTOM_22_EDITOR 988 +#define IMG_CUSTOM_23 989 +#define IMG_CUSTOM_23_EDITOR 990 +#define IMG_CUSTOM_24 991 +#define IMG_CUSTOM_24_EDITOR 992 +#define IMG_CUSTOM_25 993 +#define IMG_CUSTOM_25_EDITOR 994 +#define IMG_CUSTOM_26 995 +#define IMG_CUSTOM_26_EDITOR 996 +#define IMG_CUSTOM_27 997 +#define IMG_CUSTOM_27_EDITOR 998 +#define IMG_CUSTOM_28 999 +#define IMG_CUSTOM_28_EDITOR 1000 +#define IMG_CUSTOM_29 1001 +#define IMG_CUSTOM_29_EDITOR 1002 +#define IMG_CUSTOM_30 1003 +#define IMG_CUSTOM_30_EDITOR 1004 +#define IMG_CUSTOM_31 1005 +#define IMG_CUSTOM_31_EDITOR 1006 +#define IMG_CUSTOM_32 1007 +#define IMG_CUSTOM_32_EDITOR 1008 +#define IMG_CUSTOM_33 1009 +#define IMG_CUSTOM_33_EDITOR 1010 +#define IMG_CUSTOM_34 1011 +#define IMG_CUSTOM_34_EDITOR 1012 +#define IMG_CUSTOM_35 1013 +#define IMG_CUSTOM_35_EDITOR 1014 +#define IMG_CUSTOM_36 1015 +#define IMG_CUSTOM_36_EDITOR 1016 +#define IMG_CUSTOM_37 1017 +#define IMG_CUSTOM_37_EDITOR 1018 +#define IMG_CUSTOM_38 1019 +#define IMG_CUSTOM_38_EDITOR 1020 +#define IMG_CUSTOM_39 1021 +#define IMG_CUSTOM_39_EDITOR 1022 +#define IMG_CUSTOM_40 1023 +#define IMG_CUSTOM_40_EDITOR 1024 +#define IMG_CUSTOM_41 1025 +#define IMG_CUSTOM_41_EDITOR 1026 +#define IMG_CUSTOM_42 1027 +#define IMG_CUSTOM_42_EDITOR 1028 +#define IMG_CUSTOM_43 1029 +#define IMG_CUSTOM_43_EDITOR 1030 +#define IMG_CUSTOM_44 1031 +#define IMG_CUSTOM_44_EDITOR 1032 +#define IMG_CUSTOM_45 1033 +#define IMG_CUSTOM_45_EDITOR 1034 +#define IMG_CUSTOM_46 1035 +#define IMG_CUSTOM_46_EDITOR 1036 +#define IMG_CUSTOM_47 1037 +#define IMG_CUSTOM_47_EDITOR 1038 +#define IMG_CUSTOM_48 1039 +#define IMG_CUSTOM_48_EDITOR 1040 +#define IMG_CUSTOM_49 1041 +#define IMG_CUSTOM_49_EDITOR 1042 +#define IMG_CUSTOM_50 1043 +#define IMG_CUSTOM_50_EDITOR 1044 +#define IMG_CUSTOM_51 1045 +#define IMG_CUSTOM_51_EDITOR 1046 +#define IMG_CUSTOM_52 1047 +#define IMG_CUSTOM_52_EDITOR 1048 +#define IMG_CUSTOM_53 1049 +#define IMG_CUSTOM_53_EDITOR 1050 +#define IMG_CUSTOM_54 1051 +#define IMG_CUSTOM_54_EDITOR 1052 +#define IMG_CUSTOM_55 1053 +#define IMG_CUSTOM_55_EDITOR 1054 +#define IMG_CUSTOM_56 1055 +#define IMG_CUSTOM_56_EDITOR 1056 +#define IMG_CUSTOM_57 1057 +#define IMG_CUSTOM_57_EDITOR 1058 +#define IMG_CUSTOM_58 1059 +#define IMG_CUSTOM_58_EDITOR 1060 +#define IMG_CUSTOM_59 1061 +#define IMG_CUSTOM_59_EDITOR 1062 +#define IMG_CUSTOM_60 1063 +#define IMG_CUSTOM_60_EDITOR 1064 +#define IMG_CUSTOM_61 1065 +#define IMG_CUSTOM_61_EDITOR 1066 +#define IMG_CUSTOM_62 1067 +#define IMG_CUSTOM_62_EDITOR 1068 +#define IMG_CUSTOM_63 1069 +#define IMG_CUSTOM_63_EDITOR 1070 +#define IMG_CUSTOM_64 1071 +#define IMG_CUSTOM_64_EDITOR 1072 +#define IMG_CUSTOM_65 1073 +#define IMG_CUSTOM_65_EDITOR 1074 +#define IMG_CUSTOM_66 1075 +#define IMG_CUSTOM_66_EDITOR 1076 +#define IMG_CUSTOM_67 1077 +#define IMG_CUSTOM_67_EDITOR 1078 +#define IMG_CUSTOM_68 1079 +#define IMG_CUSTOM_68_EDITOR 1080 +#define IMG_CUSTOM_69 1081 +#define IMG_CUSTOM_69_EDITOR 1082 +#define IMG_CUSTOM_70 1083 +#define IMG_CUSTOM_70_EDITOR 1084 +#define IMG_CUSTOM_71 1085 +#define IMG_CUSTOM_71_EDITOR 1086 +#define IMG_CUSTOM_72 1087 +#define IMG_CUSTOM_72_EDITOR 1088 +#define IMG_CUSTOM_73 1089 +#define IMG_CUSTOM_73_EDITOR 1090 +#define IMG_CUSTOM_74 1091 +#define IMG_CUSTOM_74_EDITOR 1092 +#define IMG_CUSTOM_75 1093 +#define IMG_CUSTOM_75_EDITOR 1094 +#define IMG_CUSTOM_76 1095 +#define IMG_CUSTOM_76_EDITOR 1096 +#define IMG_CUSTOM_77 1097 +#define IMG_CUSTOM_77_EDITOR 1098 +#define IMG_CUSTOM_78 1099 +#define IMG_CUSTOM_78_EDITOR 1100 +#define IMG_CUSTOM_79 1101 +#define IMG_CUSTOM_79_EDITOR 1102 +#define IMG_CUSTOM_80 1103 +#define IMG_CUSTOM_80_EDITOR 1104 +#define IMG_CUSTOM_81 1105 +#define IMG_CUSTOM_81_EDITOR 1106 +#define IMG_CUSTOM_82 1107 +#define IMG_CUSTOM_82_EDITOR 1108 +#define IMG_CUSTOM_83 1109 +#define IMG_CUSTOM_83_EDITOR 1110 +#define IMG_CUSTOM_84 1111 +#define IMG_CUSTOM_84_EDITOR 1112 +#define IMG_CUSTOM_85 1113 +#define IMG_CUSTOM_85_EDITOR 1114 +#define IMG_CUSTOM_86 1115 +#define IMG_CUSTOM_86_EDITOR 1116 +#define IMG_CUSTOM_87 1117 +#define IMG_CUSTOM_87_EDITOR 1118 +#define IMG_CUSTOM_88 1119 +#define IMG_CUSTOM_88_EDITOR 1120 +#define IMG_CUSTOM_89 1121 +#define IMG_CUSTOM_89_EDITOR 1122 +#define IMG_CUSTOM_90 1123 +#define IMG_CUSTOM_90_EDITOR 1124 +#define IMG_CUSTOM_91 1125 +#define IMG_CUSTOM_91_EDITOR 1126 +#define IMG_CUSTOM_92 1127 +#define IMG_CUSTOM_92_EDITOR 1128 +#define IMG_CUSTOM_93 1129 +#define IMG_CUSTOM_93_EDITOR 1130 +#define IMG_CUSTOM_94 1131 +#define IMG_CUSTOM_94_EDITOR 1132 +#define IMG_CUSTOM_95 1133 +#define IMG_CUSTOM_95_EDITOR 1134 +#define IMG_CUSTOM_96 1135 +#define IMG_CUSTOM_96_EDITOR 1136 +#define IMG_CUSTOM_97 1137 +#define IMG_CUSTOM_97_EDITOR 1138 +#define IMG_CUSTOM_98 1139 +#define IMG_CUSTOM_98_EDITOR 1140 +#define IMG_CUSTOM_99 1141 +#define IMG_CUSTOM_99_EDITOR 1142 +#define IMG_CUSTOM_100 1143 +#define IMG_CUSTOM_100_EDITOR 1144 +#define IMG_CUSTOM_101 1145 +#define IMG_CUSTOM_101_EDITOR 1146 +#define IMG_CUSTOM_102 1147 +#define IMG_CUSTOM_102_EDITOR 1148 +#define IMG_CUSTOM_103 1149 +#define IMG_CUSTOM_103_EDITOR 1150 +#define IMG_CUSTOM_104 1151 +#define IMG_CUSTOM_104_EDITOR 1152 +#define IMG_CUSTOM_105 1153 +#define IMG_CUSTOM_105_EDITOR 1154 +#define IMG_CUSTOM_106 1155 +#define IMG_CUSTOM_106_EDITOR 1156 +#define IMG_CUSTOM_107 1157 +#define IMG_CUSTOM_107_EDITOR 1158 +#define IMG_CUSTOM_108 1159 +#define IMG_CUSTOM_108_EDITOR 1160 +#define IMG_CUSTOM_109 1161 +#define IMG_CUSTOM_109_EDITOR 1162 +#define IMG_CUSTOM_110 1163 +#define IMG_CUSTOM_110_EDITOR 1164 +#define IMG_CUSTOM_111 1165 +#define IMG_CUSTOM_111_EDITOR 1166 +#define IMG_CUSTOM_112 1167 +#define IMG_CUSTOM_112_EDITOR 1168 +#define IMG_CUSTOM_113 1169 +#define IMG_CUSTOM_113_EDITOR 1170 +#define IMG_CUSTOM_114 1171 +#define IMG_CUSTOM_114_EDITOR 1172 +#define IMG_CUSTOM_115 1173 +#define IMG_CUSTOM_115_EDITOR 1174 +#define IMG_CUSTOM_116 1175 +#define IMG_CUSTOM_116_EDITOR 1176 +#define IMG_CUSTOM_117 1177 +#define IMG_CUSTOM_117_EDITOR 1178 +#define IMG_CUSTOM_118 1179 +#define IMG_CUSTOM_118_EDITOR 1180 +#define IMG_CUSTOM_119 1181 +#define IMG_CUSTOM_119_EDITOR 1182 +#define IMG_CUSTOM_120 1183 +#define IMG_CUSTOM_120_EDITOR 1184 +#define IMG_CUSTOM_121 1185 +#define IMG_CUSTOM_121_EDITOR 1186 +#define IMG_CUSTOM_122 1187 +#define IMG_CUSTOM_122_EDITOR 1188 +#define IMG_CUSTOM_123 1189 +#define IMG_CUSTOM_123_EDITOR 1190 +#define IMG_CUSTOM_124 1191 +#define IMG_CUSTOM_124_EDITOR 1192 +#define IMG_CUSTOM_125 1193 +#define IMG_CUSTOM_125_EDITOR 1194 +#define IMG_CUSTOM_126 1195 +#define IMG_CUSTOM_126_EDITOR 1196 +#define IMG_CUSTOM_127 1197 +#define IMG_CUSTOM_127_EDITOR 1198 +#define IMG_CUSTOM_128 1199 +#define IMG_CUSTOM_128_EDITOR 1200 +#define IMG_CUSTOM_129 1201 +#define IMG_CUSTOM_129_EDITOR 1202 +#define IMG_CUSTOM_130 1203 +#define IMG_CUSTOM_130_EDITOR 1204 +#define IMG_CUSTOM_131 1205 +#define IMG_CUSTOM_131_EDITOR 1206 +#define IMG_CUSTOM_132 1207 +#define IMG_CUSTOM_132_EDITOR 1208 +#define IMG_CUSTOM_133 1209 +#define IMG_CUSTOM_133_EDITOR 1210 +#define IMG_CUSTOM_134 1211 +#define IMG_CUSTOM_134_EDITOR 1212 +#define IMG_CUSTOM_135 1213 +#define IMG_CUSTOM_135_EDITOR 1214 +#define IMG_CUSTOM_136 1215 +#define IMG_CUSTOM_136_EDITOR 1216 +#define IMG_CUSTOM_137 1217 +#define IMG_CUSTOM_137_EDITOR 1218 +#define IMG_CUSTOM_138 1219 +#define IMG_CUSTOM_138_EDITOR 1220 +#define IMG_CUSTOM_139 1221 +#define IMG_CUSTOM_139_EDITOR 1222 +#define IMG_CUSTOM_140 1223 +#define IMG_CUSTOM_140_EDITOR 1224 +#define IMG_CUSTOM_141 1225 +#define IMG_CUSTOM_141_EDITOR 1226 +#define IMG_CUSTOM_142 1227 +#define IMG_CUSTOM_142_EDITOR 1228 +#define IMG_CUSTOM_143 1229 +#define IMG_CUSTOM_143_EDITOR 1230 +#define IMG_CUSTOM_144 1231 +#define IMG_CUSTOM_144_EDITOR 1232 +#define IMG_CUSTOM_145 1233 +#define IMG_CUSTOM_145_EDITOR 1234 +#define IMG_CUSTOM_146 1235 +#define IMG_CUSTOM_146_EDITOR 1236 +#define IMG_CUSTOM_147 1237 +#define IMG_CUSTOM_147_EDITOR 1238 +#define IMG_CUSTOM_148 1239 +#define IMG_CUSTOM_148_EDITOR 1240 +#define IMG_CUSTOM_149 1241 +#define IMG_CUSTOM_149_EDITOR 1242 +#define IMG_CUSTOM_150 1243 +#define IMG_CUSTOM_150_EDITOR 1244 +#define IMG_CUSTOM_151 1245 +#define IMG_CUSTOM_151_EDITOR 1246 +#define IMG_CUSTOM_152 1247 +#define IMG_CUSTOM_152_EDITOR 1248 +#define IMG_CUSTOM_153 1249 +#define IMG_CUSTOM_153_EDITOR 1250 +#define IMG_CUSTOM_154 1251 +#define IMG_CUSTOM_154_EDITOR 1252 +#define IMG_CUSTOM_155 1253 +#define IMG_CUSTOM_155_EDITOR 1254 +#define IMG_CUSTOM_156 1255 +#define IMG_CUSTOM_156_EDITOR 1256 +#define IMG_CUSTOM_157 1257 +#define IMG_CUSTOM_157_EDITOR 1258 +#define IMG_CUSTOM_158 1259 +#define IMG_CUSTOM_158_EDITOR 1260 +#define IMG_CUSTOM_159 1261 +#define IMG_CUSTOM_159_EDITOR 1262 +#define IMG_CUSTOM_160 1263 +#define IMG_CUSTOM_160_EDITOR 1264 +#define IMG_CUSTOM_161 1265 +#define IMG_CUSTOM_161_EDITOR 1266 +#define IMG_CUSTOM_162 1267 +#define IMG_CUSTOM_162_EDITOR 1268 +#define IMG_CUSTOM_163 1269 +#define IMG_CUSTOM_163_EDITOR 1270 +#define IMG_CUSTOM_164 1271 +#define IMG_CUSTOM_164_EDITOR 1272 +#define IMG_CUSTOM_165 1273 +#define IMG_CUSTOM_165_EDITOR 1274 +#define IMG_CUSTOM_166 1275 +#define IMG_CUSTOM_166_EDITOR 1276 +#define IMG_CUSTOM_167 1277 +#define IMG_CUSTOM_167_EDITOR 1278 +#define IMG_CUSTOM_168 1279 +#define IMG_CUSTOM_168_EDITOR 1280 +#define IMG_CUSTOM_169 1281 +#define IMG_CUSTOM_169_EDITOR 1282 +#define IMG_CUSTOM_170 1283 +#define IMG_CUSTOM_170_EDITOR 1284 +#define IMG_CUSTOM_171 1285 +#define IMG_CUSTOM_171_EDITOR 1286 +#define IMG_CUSTOM_172 1287 +#define IMG_CUSTOM_172_EDITOR 1288 +#define IMG_CUSTOM_173 1289 +#define IMG_CUSTOM_173_EDITOR 1290 +#define IMG_CUSTOM_174 1291 +#define IMG_CUSTOM_174_EDITOR 1292 +#define IMG_CUSTOM_175 1293 +#define IMG_CUSTOM_175_EDITOR 1294 +#define IMG_CUSTOM_176 1295 +#define IMG_CUSTOM_176_EDITOR 1296 +#define IMG_CUSTOM_177 1297 +#define IMG_CUSTOM_177_EDITOR 1298 +#define IMG_CUSTOM_178 1299 +#define IMG_CUSTOM_178_EDITOR 1300 +#define IMG_CUSTOM_179 1301 +#define IMG_CUSTOM_179_EDITOR 1302 +#define IMG_CUSTOM_180 1303 +#define IMG_CUSTOM_180_EDITOR 1304 +#define IMG_CUSTOM_181 1305 +#define IMG_CUSTOM_181_EDITOR 1306 +#define IMG_CUSTOM_182 1307 +#define IMG_CUSTOM_182_EDITOR 1308 +#define IMG_CUSTOM_183 1309 +#define IMG_CUSTOM_183_EDITOR 1310 +#define IMG_CUSTOM_184 1311 +#define IMG_CUSTOM_184_EDITOR 1312 +#define IMG_CUSTOM_185 1313 +#define IMG_CUSTOM_185_EDITOR 1314 +#define IMG_CUSTOM_186 1315 +#define IMG_CUSTOM_186_EDITOR 1316 +#define IMG_CUSTOM_187 1317 +#define IMG_CUSTOM_187_EDITOR 1318 +#define IMG_CUSTOM_188 1319 +#define IMG_CUSTOM_188_EDITOR 1320 +#define IMG_CUSTOM_189 1321 +#define IMG_CUSTOM_189_EDITOR 1322 +#define IMG_CUSTOM_190 1323 +#define IMG_CUSTOM_190_EDITOR 1324 +#define IMG_CUSTOM_191 1325 +#define IMG_CUSTOM_191_EDITOR 1326 +#define IMG_CUSTOM_192 1327 +#define IMG_CUSTOM_192_EDITOR 1328 +#define IMG_CUSTOM_193 1329 +#define IMG_CUSTOM_193_EDITOR 1330 +#define IMG_CUSTOM_194 1331 +#define IMG_CUSTOM_194_EDITOR 1332 +#define IMG_CUSTOM_195 1333 +#define IMG_CUSTOM_195_EDITOR 1334 +#define IMG_CUSTOM_196 1335 +#define IMG_CUSTOM_196_EDITOR 1336 +#define IMG_CUSTOM_197 1337 +#define IMG_CUSTOM_197_EDITOR 1338 +#define IMG_CUSTOM_198 1339 +#define IMG_CUSTOM_198_EDITOR 1340 +#define IMG_CUSTOM_199 1341 +#define IMG_CUSTOM_199_EDITOR 1342 +#define IMG_CUSTOM_200 1343 +#define IMG_CUSTOM_200_EDITOR 1344 +#define IMG_CUSTOM_201 1345 +#define IMG_CUSTOM_201_EDITOR 1346 +#define IMG_CUSTOM_202 1347 +#define IMG_CUSTOM_202_EDITOR 1348 +#define IMG_CUSTOM_203 1349 +#define IMG_CUSTOM_203_EDITOR 1350 +#define IMG_CUSTOM_204 1351 +#define IMG_CUSTOM_204_EDITOR 1352 +#define IMG_CUSTOM_205 1353 +#define IMG_CUSTOM_205_EDITOR 1354 +#define IMG_CUSTOM_206 1355 +#define IMG_CUSTOM_206_EDITOR 1356 +#define IMG_CUSTOM_207 1357 +#define IMG_CUSTOM_207_EDITOR 1358 +#define IMG_CUSTOM_208 1359 +#define IMG_CUSTOM_208_EDITOR 1360 +#define IMG_CUSTOM_209 1361 +#define IMG_CUSTOM_209_EDITOR 1362 +#define IMG_CUSTOM_210 1363 +#define IMG_CUSTOM_210_EDITOR 1364 +#define IMG_CUSTOM_211 1365 +#define IMG_CUSTOM_211_EDITOR 1366 +#define IMG_CUSTOM_212 1367 +#define IMG_CUSTOM_212_EDITOR 1368 +#define IMG_CUSTOM_213 1369 +#define IMG_CUSTOM_213_EDITOR 1370 +#define IMG_CUSTOM_214 1371 +#define IMG_CUSTOM_214_EDITOR 1372 +#define IMG_CUSTOM_215 1373 +#define IMG_CUSTOM_215_EDITOR 1374 +#define IMG_CUSTOM_216 1375 +#define IMG_CUSTOM_216_EDITOR 1376 +#define IMG_CUSTOM_217 1377 +#define IMG_CUSTOM_217_EDITOR 1378 +#define IMG_CUSTOM_218 1379 +#define IMG_CUSTOM_218_EDITOR 1380 +#define IMG_CUSTOM_219 1381 +#define IMG_CUSTOM_219_EDITOR 1382 +#define IMG_CUSTOM_220 1383 +#define IMG_CUSTOM_220_EDITOR 1384 +#define IMG_CUSTOM_221 1385 +#define IMG_CUSTOM_221_EDITOR 1386 +#define IMG_CUSTOM_222 1387 +#define IMG_CUSTOM_222_EDITOR 1388 +#define IMG_CUSTOM_223 1389 +#define IMG_CUSTOM_223_EDITOR 1390 +#define IMG_CUSTOM_224 1391 +#define IMG_CUSTOM_224_EDITOR 1392 +#define IMG_CUSTOM_225 1393 +#define IMG_CUSTOM_225_EDITOR 1394 +#define IMG_CUSTOM_226 1395 +#define IMG_CUSTOM_226_EDITOR 1396 +#define IMG_CUSTOM_227 1397 +#define IMG_CUSTOM_227_EDITOR 1398 +#define IMG_CUSTOM_228 1399 +#define IMG_CUSTOM_228_EDITOR 1400 +#define IMG_CUSTOM_229 1401 +#define IMG_CUSTOM_229_EDITOR 1402 +#define IMG_CUSTOM_230 1403 +#define IMG_CUSTOM_230_EDITOR 1404 +#define IMG_CUSTOM_231 1405 +#define IMG_CUSTOM_231_EDITOR 1406 +#define IMG_CUSTOM_232 1407 +#define IMG_CUSTOM_232_EDITOR 1408 +#define IMG_CUSTOM_233 1409 +#define IMG_CUSTOM_233_EDITOR 1410 +#define IMG_CUSTOM_234 1411 +#define IMG_CUSTOM_234_EDITOR 1412 +#define IMG_CUSTOM_235 1413 +#define IMG_CUSTOM_235_EDITOR 1414 +#define IMG_CUSTOM_236 1415 +#define IMG_CUSTOM_236_EDITOR 1416 +#define IMG_CUSTOM_237 1417 +#define IMG_CUSTOM_237_EDITOR 1418 +#define IMG_CUSTOM_238 1419 +#define IMG_CUSTOM_238_EDITOR 1420 +#define IMG_CUSTOM_239 1421 +#define IMG_CUSTOM_239_EDITOR 1422 +#define IMG_CUSTOM_240 1423 +#define IMG_CUSTOM_240_EDITOR 1424 +#define IMG_CUSTOM_241 1425 +#define IMG_CUSTOM_241_EDITOR 1426 +#define IMG_CUSTOM_242 1427 +#define IMG_CUSTOM_242_EDITOR 1428 +#define IMG_CUSTOM_243 1429 +#define IMG_CUSTOM_243_EDITOR 1430 +#define IMG_CUSTOM_244 1431 +#define IMG_CUSTOM_244_EDITOR 1432 +#define IMG_CUSTOM_245 1433 +#define IMG_CUSTOM_245_EDITOR 1434 +#define IMG_CUSTOM_246 1435 +#define IMG_CUSTOM_246_EDITOR 1436 +#define IMG_CUSTOM_247 1437 +#define IMG_CUSTOM_247_EDITOR 1438 +#define IMG_CUSTOM_248 1439 +#define IMG_CUSTOM_248_EDITOR 1440 +#define IMG_CUSTOM_249 1441 +#define IMG_CUSTOM_249_EDITOR 1442 +#define IMG_CUSTOM_250 1443 +#define IMG_CUSTOM_250_EDITOR 1444 +#define IMG_CUSTOM_251 1445 +#define IMG_CUSTOM_251_EDITOR 1446 +#define IMG_CUSTOM_252 1447 +#define IMG_CUSTOM_252_EDITOR 1448 +#define IMG_CUSTOM_253 1449 +#define IMG_CUSTOM_253_EDITOR 1450 +#define IMG_CUSTOM_254 1451 +#define IMG_CUSTOM_254_EDITOR 1452 +#define IMG_CUSTOM_255 1453 +#define IMG_CUSTOM_255_EDITOR 1454 +#define IMG_CUSTOM_256 1455 +#define IMG_CUSTOM_256_EDITOR 1456 +#define IMG_GROUP_1 1457 +#define IMG_GROUP_1_EDITOR 1458 +#define IMG_GROUP_2 1459 +#define IMG_GROUP_2_EDITOR 1460 +#define IMG_GROUP_3 1461 +#define IMG_GROUP_3_EDITOR 1462 +#define IMG_GROUP_4 1463 +#define IMG_GROUP_4_EDITOR 1464 +#define IMG_GROUP_5 1465 +#define IMG_GROUP_5_EDITOR 1466 +#define IMG_GROUP_6 1467 +#define IMG_GROUP_6_EDITOR 1468 +#define IMG_GROUP_7 1469 +#define IMG_GROUP_7_EDITOR 1470 +#define IMG_GROUP_8 1471 +#define IMG_GROUP_8_EDITOR 1472 +#define IMG_GROUP_9 1473 +#define IMG_GROUP_9_EDITOR 1474 +#define IMG_GROUP_10 1475 +#define IMG_GROUP_10_EDITOR 1476 +#define IMG_GROUP_11 1477 +#define IMG_GROUP_11_EDITOR 1478 +#define IMG_GROUP_12 1479 +#define IMG_GROUP_12_EDITOR 1480 +#define IMG_GROUP_13 1481 +#define IMG_GROUP_13_EDITOR 1482 +#define IMG_GROUP_14 1483 +#define IMG_GROUP_14_EDITOR 1484 +#define IMG_GROUP_15 1485 +#define IMG_GROUP_15_EDITOR 1486 +#define IMG_GROUP_16 1487 +#define IMG_GROUP_16_EDITOR 1488 +#define IMG_GROUP_17 1489 +#define IMG_GROUP_17_EDITOR 1490 +#define IMG_GROUP_18 1491 +#define IMG_GROUP_18_EDITOR 1492 +#define IMG_GROUP_19 1493 +#define IMG_GROUP_19_EDITOR 1494 +#define IMG_GROUP_20 1495 +#define IMG_GROUP_20_EDITOR 1496 +#define IMG_GROUP_21 1497 +#define IMG_GROUP_21_EDITOR 1498 +#define IMG_GROUP_22 1499 +#define IMG_GROUP_22_EDITOR 1500 +#define IMG_GROUP_23 1501 +#define IMG_GROUP_23_EDITOR 1502 +#define IMG_GROUP_24 1503 +#define IMG_GROUP_24_EDITOR 1504 +#define IMG_GROUP_25 1505 +#define IMG_GROUP_25_EDITOR 1506 +#define IMG_GROUP_26 1507 +#define IMG_GROUP_26_EDITOR 1508 +#define IMG_GROUP_27 1509 +#define IMG_GROUP_27_EDITOR 1510 +#define IMG_GROUP_28 1511 +#define IMG_GROUP_28_EDITOR 1512 +#define IMG_GROUP_29 1513 +#define IMG_GROUP_29_EDITOR 1514 +#define IMG_GROUP_30 1515 +#define IMG_GROUP_30_EDITOR 1516 +#define IMG_GROUP_31 1517 +#define IMG_GROUP_31_EDITOR 1518 +#define IMG_GROUP_32 1519 +#define IMG_GROUP_32_EDITOR 1520 +#define IMG_EMC_OBJECT 1521 +#define IMG_EMC_SPRITE 1522 +#define IMG_TOON_1 1523 +#define IMG_TOON_2 1524 +#define IMG_TOON_3 1525 +#define IMG_TOON_4 1526 +#define IMG_TOON_5 1527 +#define IMG_TOON_6 1528 +#define IMG_TOON_7 1529 +#define IMG_TOON_8 1530 +#define IMG_TOON_9 1531 +#define IMG_TOON_10 1532 +#define IMG_TOON_11 1533 +#define IMG_TOON_12 1534 +#define IMG_TOON_13 1535 +#define IMG_TOON_14 1536 +#define IMG_TOON_15 1537 +#define IMG_TOON_16 1538 +#define IMG_TOON_17 1539 +#define IMG_TOON_18 1540 +#define IMG_TOON_19 1541 +#define IMG_TOON_20 1542 +#define IMG_MENU_CALIBRATE_RED 1543 +#define IMG_MENU_CALIBRATE_BLUE 1544 +#define IMG_MENU_CALIBRATE_YELLOW 1545 +#define IMG_MENU_BUTTON 1546 +#define IMG_MENU_BUTTON_ACTIVE 1547 +#define IMG_MENU_BUTTON_LEFT 1548 +#define IMG_MENU_BUTTON_LEFT_ACTIVE 1549 +#define IMG_MENU_BUTTON_RIGHT 1550 +#define IMG_MENU_BUTTON_RIGHT_ACTIVE 1551 +#define IMG_MENU_BUTTON_UP 1552 +#define IMG_MENU_BUTTON_UP_ACTIVE 1553 +#define IMG_MENU_BUTTON_DOWN 1554 +#define IMG_MENU_BUTTON_DOWN_ACTIVE 1555 +#define IMG_MENU_BUTTON_ENTER_MENU 1556 +#define IMG_MENU_BUTTON_ENTER_MENU_ACTIVE 1557 +#define IMG_MENU_BUTTON_LEAVE_MENU 1558 +#define IMG_MENU_BUTTON_LEAVE_MENU_ACTIVE 1559 +#define IMG_MENU_BUTTON_NEXT_LEVEL 1560 +#define IMG_MENU_BUTTON_NEXT_LEVEL_ACTIVE 1561 +#define IMG_MENU_BUTTON_PREV_LEVEL 1562 +#define IMG_MENU_BUTTON_PREV_LEVEL_ACTIVE 1563 +#define IMG_MENU_SCROLLBAR 1564 +#define IMG_MENU_SCROLLBAR_ACTIVE 1565 +#define IMG_FONT_INITIAL_1 1566 +#define IMG_FONT_INITIAL_2 1567 +#define IMG_FONT_INITIAL_3 1568 +#define IMG_FONT_INITIAL_4 1569 +#define IMG_FONT_TITLE_1 1570 +#define IMG_FONT_TITLE_2 1571 +#define IMG_FONT_MENU_1 1572 +#define IMG_FONT_MENU_1_ACTIVE 1573 +#define IMG_FONT_MENU_2 1574 +#define IMG_FONT_MENU_2_ACTIVE 1575 +#define IMG_FONT_TEXT_1 1576 +#define IMG_FONT_TEXT_1_LEVELS 1577 +#define IMG_FONT_TEXT_1_PREVIEW 1578 +#define IMG_FONT_TEXT_1_SCORES 1579 +#define IMG_FONT_TEXT_1_ACTIVE_SCORES 1580 +#define IMG_FONT_TEXT_2 1581 +#define IMG_FONT_TEXT_2_LEVELS 1582 +#define IMG_FONT_TEXT_2_PREVIEW 1583 +#define IMG_FONT_TEXT_2_SCORES 1584 +#define IMG_FONT_TEXT_2_ACTIVE_SCORES 1585 +#define IMG_FONT_TEXT_3 1586 +#define IMG_FONT_TEXT_3_LEVELS 1587 +#define IMG_FONT_TEXT_3_PREVIEW 1588 +#define IMG_FONT_TEXT_3_SCORES 1589 +#define IMG_FONT_TEXT_3_ACTIVE_SCORES 1590 +#define IMG_FONT_TEXT_4 1591 +#define IMG_FONT_TEXT_4_LEVELS 1592 +#define IMG_FONT_TEXT_4_SCORES 1593 +#define IMG_FONT_TEXT_4_ACTIVE_SCORES 1594 +#define IMG_FONT_ENVELOPE_1 1595 +#define IMG_FONT_ENVELOPE_2 1596 +#define IMG_FONT_ENVELOPE_3 1597 +#define IMG_FONT_ENVELOPE_4 1598 +#define IMG_FONT_INPUT_1 1599 +#define IMG_FONT_INPUT_1_MAIN 1600 +#define IMG_FONT_INPUT_1_ACTIVE 1601 +#define IMG_FONT_INPUT_1_ACTIVE_MAIN 1602 +#define IMG_FONT_INPUT_1_ACTIVE_SETUP 1603 +#define IMG_FONT_INPUT_2 1604 +#define IMG_FONT_INPUT_2_ACTIVE 1605 +#define IMG_FONT_OPTION_OFF 1606 +#define IMG_FONT_OPTION_ON 1607 +#define IMG_FONT_VALUE_1 1608 +#define IMG_FONT_VALUE_2 1609 +#define IMG_FONT_VALUE_OLD 1610 +#define IMG_FONT_LEVEL_NUMBER 1611 +#define IMG_FONT_TAPE_RECORDER 1612 +#define IMG_FONT_GAME_INFO 1613 +#define IMG_GLOBAL_BORDER 1614 +#define IMG_GLOBAL_DOOR 1615 +#define IMG_EDITOR_ELEMENT_BORDER 1616 +#define IMG_EDITOR_ELEMENT_BORDER_INPUT 1617 +#define IMG_EDITOR_CASCADE_LIST 1618 +#define IMG_EDITOR_CASCADE_LIST_ACTIVE 1619 +#define IMG_BACKGROUND_ENVELOPE_1 1620 +#define IMG_BACKGROUND_ENVELOPE_2 1621 +#define IMG_BACKGROUND_ENVELOPE_3 1622 +#define IMG_BACKGROUND_ENVELOPE_4 1623 +#define IMG_BACKGROUND 1624 +#define IMG_BACKGROUND_TITLE 1625 +#define IMG_BACKGROUND_MESSAGE 1626 +#define IMG_BACKGROUND_MAIN 1627 +#define IMG_BACKGROUND_LEVELS 1628 +#define IMG_BACKGROUND_SCORES 1629 +#define IMG_BACKGROUND_EDITOR 1630 +#define IMG_BACKGROUND_INFO 1631 +#define IMG_BACKGROUND_INFO_ELEMENTS 1632 +#define IMG_BACKGROUND_INFO_MUSIC 1633 +#define IMG_BACKGROUND_INFO_CREDITS 1634 +#define IMG_BACKGROUND_INFO_PROGRAM 1635 +#define IMG_BACKGROUND_INFO_LEVELSET 1636 +#define IMG_BACKGROUND_SETUP 1637 +#define IMG_BACKGROUND_DOOR 1638 +#define IMG_TITLESCREEN_INITIAL_1 1639 +#define IMG_TITLESCREEN_INITIAL_2 1640 +#define IMG_TITLESCREEN_INITIAL_3 1641 +#define IMG_TITLESCREEN_INITIAL_4 1642 +#define IMG_TITLESCREEN_INITIAL_5 1643 +#define IMG_TITLESCREEN_1 1644 +#define IMG_TITLESCREEN_2 1645 +#define IMG_TITLESCREEN_3 1646 +#define IMG_TITLESCREEN_4 1647 +#define IMG_TITLESCREEN_5 1648 -#define NUM_IMAGE_FILES 1571 +#define NUM_IMAGE_FILES 1649 #endif /* CONF_GFX_H */ diff --git a/src/conftime.h b/src/conftime.h index 16cece1a..036e84e4 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2007-01-06 03:34]" +#define COMPILE_DATE_STRING "[2007-01-09 02:14]" diff --git a/src/editor.c b/src/editor.c index 7ace5ece..d7665cc6 100644 --- a/src/editor.c +++ b/src/editor.c @@ -3742,6 +3742,11 @@ static int editor_el_chars[] = EL_CHAR('°'), EL_CHAR('®'), EL_CHAR(FONT_ASCII_CURSOR), + EL_CHAR(FONT_ASCII_BUTTON), + + EL_CHAR(FONT_ASCII_UP), + EL_CHAR(FONT_ASCII_DOWN), + EL_CHAR(' '), EL_CHAR(' ') }; static int *editor_hl_chars_ptr = editor_hl_chars; @@ -3749,6 +3754,116 @@ static int *editor_el_chars_ptr = editor_el_chars; static int num_editor_hl_chars = SIZEOF_ARRAY_INT(editor_hl_chars); static int num_editor_el_chars = SIZEOF_ARRAY_INT(editor_el_chars); +static int editor_hl_steelchars[] = +{ + EL_INTERNAL_CASCADE_STEELCHARS_ACTIVE, + EL_STEELCHAR('T'), + EL_STEELCHAR('X'), + EL_STEELCHAR('T'), +}; + +static int editor_el_steelchars[] = +{ + EL_STEELCHAR(' '), + EL_STEELCHAR('!'), + EL_STEELCHAR('"'), + EL_STEELCHAR('#'), + + EL_STEELCHAR('$'), + EL_STEELCHAR('%'), + EL_STEELCHAR('&'), + EL_STEELCHAR('\''), + + EL_STEELCHAR('('), + EL_STEELCHAR(')'), + EL_STEELCHAR('*'), + EL_STEELCHAR('+'), + + EL_STEELCHAR(','), + EL_STEELCHAR('-'), + EL_STEELCHAR('.'), + EL_STEELCHAR('/'), + + EL_STEELCHAR('0'), + EL_STEELCHAR('1'), + EL_STEELCHAR('2'), + EL_STEELCHAR('3'), + + EL_STEELCHAR('4'), + EL_STEELCHAR('5'), + EL_STEELCHAR('6'), + EL_STEELCHAR('7'), + + EL_STEELCHAR('8'), + EL_STEELCHAR('9'), + EL_STEELCHAR(':'), + EL_STEELCHAR(';'), + + EL_STEELCHAR('<'), + EL_STEELCHAR('='), + EL_STEELCHAR('>'), + EL_STEELCHAR('?'), + + EL_STEELCHAR('@'), + EL_STEELCHAR('A'), + EL_STEELCHAR('B'), + EL_STEELCHAR('C'), + + EL_STEELCHAR('D'), + EL_STEELCHAR('E'), + EL_STEELCHAR('F'), + EL_STEELCHAR('G'), + + EL_STEELCHAR('H'), + EL_STEELCHAR('I'), + EL_STEELCHAR('J'), + EL_STEELCHAR('K'), + + EL_STEELCHAR('L'), + EL_STEELCHAR('M'), + EL_STEELCHAR('N'), + EL_STEELCHAR('O'), + + EL_STEELCHAR('P'), + EL_STEELCHAR('Q'), + EL_STEELCHAR('R'), + EL_STEELCHAR('S'), + + EL_STEELCHAR('T'), + EL_STEELCHAR('U'), + EL_STEELCHAR('V'), + EL_STEELCHAR('W'), + + EL_STEELCHAR('X'), + EL_STEELCHAR('Y'), + EL_STEELCHAR('Z'), + EL_STEELCHAR('['), + + EL_STEELCHAR('\\'), + EL_STEELCHAR(']'), + EL_STEELCHAR('^'), + EL_STEELCHAR('_'), + + EL_STEELCHAR('©'), + EL_STEELCHAR('Ä'), + EL_STEELCHAR('Ö'), + EL_STEELCHAR('Ü'), + + EL_STEELCHAR('°'), + EL_STEELCHAR('®'), + EL_STEELCHAR(FONT_ASCII_CURSOR), + EL_STEELCHAR(FONT_ASCII_BUTTON), + + EL_STEELCHAR(FONT_ASCII_UP), + EL_STEELCHAR(FONT_ASCII_DOWN), + EL_STEELCHAR(' '), + EL_STEELCHAR(' ') +}; +static int *editor_hl_steelchars_ptr = editor_hl_steelchars; +static int *editor_el_steelchars_ptr = editor_el_steelchars; +static int num_editor_hl_steelchars = SIZEOF_ARRAY_INT(editor_hl_steelchars); +static int num_editor_el_steelchars = SIZEOF_ARRAY_INT(editor_el_steelchars); + static int editor_hl_custom[] = { EL_INTERNAL_CASCADE_CE_ACTIVE, @@ -4305,6 +4420,12 @@ editor_elements_info[] = &editor_hl_chars_ptr, &num_editor_hl_chars, &editor_el_chars_ptr, &num_editor_el_chars }, + { + &setup.editor.el_steelchars, + &setup.editor_cascade.el_steelchars, + &editor_hl_steelchars_ptr, &num_editor_hl_steelchars, + &editor_el_steelchars_ptr, &num_editor_el_steelchars + }, { &setup.editor.el_custom, &setup.editor_cascade.el_ce, diff --git a/src/files.c b/src/files.c index 2107671b..b8abfca8 100644 --- a/src/files.c +++ b/src/files.c @@ -4110,7 +4110,7 @@ int getMappedElement_DC(int element) element = EL_ROCK; break; - /* 0x0118 - 0x036c: (?) */ + /* 0x0117 - 0x036e: (?) */ /* EL_DIAMOND */ /* 0x042d - 0x0684: (?) */ @@ -4582,15 +4582,15 @@ int getMappedElement_DC(int element) break; case 0x15d7: /* (blue) */ - element = EL_CHAR_ASCIICIRCUM; + element = EL_CHAR_UP; break; case 0x15d8: /* (blue) */ - element = EL_CHAR_UNDERSCORE; + element = EL_CHAR_DOWN; break; case 0x15d9: /* (blue) */ - element = EL_CHAR_ASTERISK; + element = EL_CHAR_BUTTON; break; case 0x15da: /* (blue) */ @@ -4798,15 +4798,15 @@ int getMappedElement_DC(int element) break; case 0x160d: /* (green) */ - element = EL_CHAR_ASCIICIRCUM; + element = EL_CHAR_UP; break; case 0x160e: /* (green) */ - element = EL_CHAR_UNDERSCORE; + element = EL_CHAR_DOWN; break; case 0x160f: /* (green) */ - element = EL_CHAR_ASTERISK; + element = EL_CHAR_BUTTON; break; case 0x1610: /* (green) */ @@ -4830,435 +4830,435 @@ int getMappedElement_DC(int element) break; case 0x1615: /* (blue steel) */ - element = EL_CHAR_A; + element = EL_STEELCHAR_A; break; case 0x1616: /* (blue steel) */ - element = EL_CHAR_B; + element = EL_STEELCHAR_B; break; case 0x1617: /* (blue steel) */ - element = EL_CHAR_C; + element = EL_STEELCHAR_C; break; case 0x1618: /* (blue steel) */ - element = EL_CHAR_D; + element = EL_STEELCHAR_D; break; case 0x1619: /* (blue steel) */ - element = EL_CHAR_E; + element = EL_STEELCHAR_E; break; case 0x161a: /* (blue steel) */ - element = EL_CHAR_F; + element = EL_STEELCHAR_F; break; case 0x161b: /* (blue steel) */ - element = EL_CHAR_G; + element = EL_STEELCHAR_G; break; case 0x161c: /* (blue steel) */ - element = EL_CHAR_H; + element = EL_STEELCHAR_H; break; case 0x161d: /* (blue steel) */ - element = EL_CHAR_I; + element = EL_STEELCHAR_I; break; case 0x161e: /* (blue steel) */ - element = EL_CHAR_J; + element = EL_STEELCHAR_J; break; case 0x161f: /* (blue steel) */ - element = EL_CHAR_K; + element = EL_STEELCHAR_K; break; case 0x1620: /* (blue steel) */ - element = EL_CHAR_L; + element = EL_STEELCHAR_L; break; case 0x1621: /* (blue steel) */ - element = EL_CHAR_M; + element = EL_STEELCHAR_M; break; case 0x1622: /* (blue steel) */ - element = EL_CHAR_N; + element = EL_STEELCHAR_N; break; case 0x1623: /* (blue steel) */ - element = EL_CHAR_O; + element = EL_STEELCHAR_O; break; case 0x1624: /* (blue steel) */ - element = EL_CHAR_P; + element = EL_STEELCHAR_P; break; case 0x1625: /* (blue steel) */ - element = EL_CHAR_Q; + element = EL_STEELCHAR_Q; break; case 0x1626: /* (blue steel) */ - element = EL_CHAR_R; + element = EL_STEELCHAR_R; break; case 0x1627: /* (blue steel) */ - element = EL_CHAR_S; + element = EL_STEELCHAR_S; break; case 0x1628: /* (blue steel) */ - element = EL_CHAR_T; + element = EL_STEELCHAR_T; break; case 0x1629: /* (blue steel) */ - element = EL_CHAR_U; + element = EL_STEELCHAR_U; break; case 0x162a: /* (blue steel) */ - element = EL_CHAR_V; + element = EL_STEELCHAR_V; break; case 0x162b: /* (blue steel) */ - element = EL_CHAR_W; + element = EL_STEELCHAR_W; break; case 0x162c: /* (blue steel) */ - element = EL_CHAR_X; + element = EL_STEELCHAR_X; break; case 0x162d: /* (blue steel) */ - element = EL_CHAR_Y; + element = EL_STEELCHAR_Y; break; case 0x162e: /* (blue steel) */ - element = EL_CHAR_Z; + element = EL_STEELCHAR_Z; break; case 0x162f: /* (blue steel) */ - element = EL_CHAR_AUMLAUT; + element = EL_STEELCHAR_AUMLAUT; break; case 0x1630: /* (blue steel) */ - element = EL_CHAR_OUMLAUT; + element = EL_STEELCHAR_OUMLAUT; break; case 0x1631: /* (blue steel) */ - element = EL_CHAR_UUMLAUT; + element = EL_STEELCHAR_UUMLAUT; break; case 0x1632: /* (blue steel) */ - element = EL_CHAR_0; + element = EL_STEELCHAR_0; break; case 0x1633: /* (blue steel) */ - element = EL_CHAR_1; + element = EL_STEELCHAR_1; break; case 0x1634: /* (blue steel) */ - element = EL_CHAR_2; + element = EL_STEELCHAR_2; break; case 0x1635: /* (blue steel) */ - element = EL_CHAR_3; + element = EL_STEELCHAR_3; break; case 0x1636: /* (blue steel) */ - element = EL_CHAR_4; + element = EL_STEELCHAR_4; break; case 0x1637: /* (blue steel) */ - element = EL_CHAR_5; + element = EL_STEELCHAR_5; break; case 0x1638: /* (blue steel) */ - element = EL_CHAR_6; + element = EL_STEELCHAR_6; break; case 0x1639: /* (blue steel) */ - element = EL_CHAR_7; + element = EL_STEELCHAR_7; break; case 0x163a: /* (blue steel) */ - element = EL_CHAR_8; + element = EL_STEELCHAR_8; break; case 0x163b: /* (blue steel) */ - element = EL_CHAR_9; + element = EL_STEELCHAR_9; break; case 0x163c: /* (blue steel) */ - element = EL_CHAR_PERIOD; + element = EL_STEELCHAR_PERIOD; break; case 0x163d: /* (blue steel) */ - element = EL_CHAR_EXCLAM; + element = EL_STEELCHAR_EXCLAM; break; case 0x163e: /* (blue steel) */ - element = EL_CHAR_COLON; + element = EL_STEELCHAR_COLON; break; case 0x163f: /* (blue steel) */ - element = EL_CHAR_LESS; + element = EL_STEELCHAR_LESS; break; case 0x1640: /* (blue steel) */ - element = EL_CHAR_GREATER; + element = EL_STEELCHAR_GREATER; break; case 0x1641: /* (blue steel) */ - element = EL_CHAR_QUESTION; + element = EL_STEELCHAR_QUESTION; break; case 0x1642: /* (blue steel) */ - element = EL_CHAR_COPYRIGHT; + element = EL_STEELCHAR_COPYRIGHT; break; case 0x1643: /* (blue steel) */ - element = EL_CHAR_ASCIICIRCUM; + element = EL_STEELCHAR_UP; break; case 0x1644: /* (blue steel) */ - element = EL_CHAR_UNDERSCORE; + element = EL_STEELCHAR_DOWN; break; case 0x1645: /* (blue steel) */ - element = EL_CHAR_ASTERISK; + element = EL_STEELCHAR_BUTTON; break; case 0x1646: /* (blue steel) */ - element = EL_CHAR_PLUS; + element = EL_STEELCHAR_PLUS; break; case 0x1647: /* (blue steel) */ - element = EL_CHAR_MINUS; + element = EL_STEELCHAR_MINUS; break; case 0x1648: /* (blue steel) */ - element = EL_CHAR_APOSTROPHE; + element = EL_STEELCHAR_APOSTROPHE; break; case 0x1649: /* (blue steel) */ - element = EL_CHAR_PARENLEFT; + element = EL_STEELCHAR_PARENLEFT; break; case 0x164a: /* (blue steel) */ - element = EL_CHAR_PARENRIGHT; + element = EL_STEELCHAR_PARENRIGHT; break; case 0x164b: /* (green steel) */ - element = EL_CHAR_A; + element = EL_STEELCHAR_A; break; case 0x164c: /* (green steel) */ - element = EL_CHAR_B; + element = EL_STEELCHAR_B; break; case 0x164d: /* (green steel) */ - element = EL_CHAR_C; + element = EL_STEELCHAR_C; break; case 0x164e: /* (green steel) */ - element = EL_CHAR_D; + element = EL_STEELCHAR_D; break; case 0x164f: /* (green steel) */ - element = EL_CHAR_E; + element = EL_STEELCHAR_E; break; case 0x1650: /* (green steel) */ - element = EL_CHAR_F; + element = EL_STEELCHAR_F; break; case 0x1651: /* (green steel) */ - element = EL_CHAR_G; + element = EL_STEELCHAR_G; break; case 0x1652: /* (green steel) */ - element = EL_CHAR_H; + element = EL_STEELCHAR_H; break; case 0x1653: /* (green steel) */ - element = EL_CHAR_I; + element = EL_STEELCHAR_I; break; case 0x1654: /* (green steel) */ - element = EL_CHAR_J; + element = EL_STEELCHAR_J; break; case 0x1655: /* (green steel) */ - element = EL_CHAR_K; + element = EL_STEELCHAR_K; break; case 0x1656: /* (green steel) */ - element = EL_CHAR_L; + element = EL_STEELCHAR_L; break; case 0x1657: /* (green steel) */ - element = EL_CHAR_M; + element = EL_STEELCHAR_M; break; case 0x1658: /* (green steel) */ - element = EL_CHAR_N; + element = EL_STEELCHAR_N; break; case 0x1659: /* (green steel) */ - element = EL_CHAR_O; + element = EL_STEELCHAR_O; break; case 0x165a: /* (green steel) */ - element = EL_CHAR_P; + element = EL_STEELCHAR_P; break; case 0x165b: /* (green steel) */ - element = EL_CHAR_Q; + element = EL_STEELCHAR_Q; break; case 0x165c: /* (green steel) */ - element = EL_CHAR_R; + element = EL_STEELCHAR_R; break; case 0x165d: /* (green steel) */ - element = EL_CHAR_S; + element = EL_STEELCHAR_S; break; case 0x165e: /* (green steel) */ - element = EL_CHAR_T; + element = EL_STEELCHAR_T; break; case 0x165f: /* (green steel) */ - element = EL_CHAR_U; + element = EL_STEELCHAR_U; break; case 0x1660: /* (green steel) */ - element = EL_CHAR_V; + element = EL_STEELCHAR_V; break; case 0x1661: /* (green steel) */ - element = EL_CHAR_W; + element = EL_STEELCHAR_W; break; case 0x1662: /* (green steel) */ - element = EL_CHAR_X; + element = EL_STEELCHAR_X; break; case 0x1663: /* (green steel) */ - element = EL_CHAR_Y; + element = EL_STEELCHAR_Y; break; case 0x1664: /* (green steel) */ - element = EL_CHAR_Z; + element = EL_STEELCHAR_Z; break; case 0x1665: /* (green steel) */ - element = EL_CHAR_AUMLAUT; + element = EL_STEELCHAR_AUMLAUT; break; case 0x1666: /* (green steel) */ - element = EL_CHAR_OUMLAUT; + element = EL_STEELCHAR_OUMLAUT; break; case 0x1667: /* (green steel) */ - element = EL_CHAR_UUMLAUT; + element = EL_STEELCHAR_UUMLAUT; break; case 0x1668: /* (green steel) */ - element = EL_CHAR_0; + element = EL_STEELCHAR_0; break; case 0x1669: /* (green steel) */ - element = EL_CHAR_1; + element = EL_STEELCHAR_1; break; case 0x166a: /* (green steel) */ - element = EL_CHAR_2; + element = EL_STEELCHAR_2; break; case 0x166b: /* (green steel) */ - element = EL_CHAR_3; + element = EL_STEELCHAR_3; break; case 0x166c: /* (green steel) */ - element = EL_CHAR_4; + element = EL_STEELCHAR_4; break; case 0x166d: /* (green steel) */ - element = EL_CHAR_5; + element = EL_STEELCHAR_5; break; case 0x166e: /* (green steel) */ - element = EL_CHAR_6; + element = EL_STEELCHAR_6; break; case 0x166f: /* (green steel) */ - element = EL_CHAR_7; + element = EL_STEELCHAR_7; break; case 0x1670: /* (green steel) */ - element = EL_CHAR_8; + element = EL_STEELCHAR_8; break; case 0x1671: /* (green steel) */ - element = EL_CHAR_9; + element = EL_STEELCHAR_9; break; case 0x1672: /* (green steel) */ - element = EL_CHAR_PERIOD; + element = EL_STEELCHAR_PERIOD; break; case 0x1673: /* (green steel) */ - element = EL_CHAR_EXCLAM; + element = EL_STEELCHAR_EXCLAM; break; case 0x1674: /* (green steel) */ - element = EL_CHAR_COLON; + element = EL_STEELCHAR_COLON; break; case 0x1675: /* (green steel) */ - element = EL_CHAR_LESS; + element = EL_STEELCHAR_LESS; break; case 0x1676: /* (green steel) */ - element = EL_CHAR_GREATER; + element = EL_STEELCHAR_GREATER; break; case 0x1677: /* (green steel) */ - element = EL_CHAR_QUESTION; + element = EL_STEELCHAR_QUESTION; break; case 0x1678: /* (green steel) */ - element = EL_CHAR_COPYRIGHT; + element = EL_STEELCHAR_COPYRIGHT; break; case 0x1679: /* (green steel) */ - element = EL_CHAR_ASCIICIRCUM; + element = EL_STEELCHAR_UP; break; case 0x167a: /* (green steel) */ - element = EL_CHAR_UNDERSCORE; + element = EL_STEELCHAR_DOWN; break; case 0x167b: /* (green steel) */ - element = EL_CHAR_ASTERISK; + element = EL_STEELCHAR_BUTTON; break; case 0x167c: /* (green steel) */ - element = EL_CHAR_PLUS; + element = EL_STEELCHAR_PLUS; break; case 0x167d: /* (green steel) */ - element = EL_CHAR_MINUS; + element = EL_STEELCHAR_MINUS; break; case 0x167e: /* (green steel) */ - element = EL_CHAR_APOSTROPHE; + element = EL_STEELCHAR_APOSTROPHE; break; case 0x167f: /* (green steel) */ - element = EL_CHAR_PARENLEFT; + element = EL_STEELCHAR_PARENLEFT; break; case 0x1680: /* (green steel) */ - element = EL_CHAR_PARENRIGHT; + element = EL_STEELCHAR_PARENRIGHT; break; case 0x1681: /* gate (red) */ @@ -5509,7 +5509,7 @@ int getMappedElement_DC(int element) break; default: - if (element >= 0x0118 && element <= 0x036c) /* (?) */ + if (element >= 0x0117 && element <= 0x036e) /* (?) */ element = EL_DIAMOND; else if (element >= 0x042d && element <= 0x0684) /* (?) */ element = EL_EMERALD; @@ -7664,15 +7664,16 @@ void SaveScore(int nr) #define SETUP_TOKEN_EDITOR_EL_DIAMOND_CAVES 6 #define SETUP_TOKEN_EDITOR_EL_DX_BOULDERDASH 7 #define SETUP_TOKEN_EDITOR_EL_CHARS 8 -#define SETUP_TOKEN_EDITOR_EL_CUSTOM 9 -#define SETUP_TOKEN_EDITOR_EL_HEADLINES 10 -#define SETUP_TOKEN_EDITOR_EL_USER_DEFINED 11 -#define SETUP_TOKEN_EDITOR_EL_DYNAMIC 12 -#define SETUP_TOKEN_EDITOR_EL_BY_GAME 13 -#define SETUP_TOKEN_EDITOR_EL_BY_TYPE 14 -#define SETUP_TOKEN_EDITOR_SHOW_ELEMENT_TOKEN 15 +#define SETUP_TOKEN_EDITOR_EL_STEELCHARS 9 +#define SETUP_TOKEN_EDITOR_EL_CUSTOM 10 +#define SETUP_TOKEN_EDITOR_EL_HEADLINES 11 +#define SETUP_TOKEN_EDITOR_EL_USER_DEFINED 12 +#define SETUP_TOKEN_EDITOR_EL_DYNAMIC 13 +#define SETUP_TOKEN_EDITOR_EL_BY_GAME 14 +#define SETUP_TOKEN_EDITOR_EL_BY_TYPE 15 +#define SETUP_TOKEN_EDITOR_SHOW_ELEMENT_TOKEN 16 -#define NUM_EDITOR_SETUP_TOKENS 16 +#define NUM_EDITOR_SETUP_TOKENS 17 /* editor cascade setup */ #define SETUP_TOKEN_EDITOR_CASCADE_BD 0 @@ -7684,13 +7685,14 @@ void SaveScore(int nr) #define SETUP_TOKEN_EDITOR_CASCADE_DC 6 #define SETUP_TOKEN_EDITOR_CASCADE_DX 7 #define SETUP_TOKEN_EDITOR_CASCADE_TEXT 8 -#define SETUP_TOKEN_EDITOR_CASCADE_CE 9 -#define SETUP_TOKEN_EDITOR_CASCADE_GE 10 -#define SETUP_TOKEN_EDITOR_CASCADE_REF 11 -#define SETUP_TOKEN_EDITOR_CASCADE_USER 12 -#define SETUP_TOKEN_EDITOR_CASCADE_DYNAMIC 13 +#define SETUP_TOKEN_EDITOR_CASCADE_STEELTEXT 9 +#define SETUP_TOKEN_EDITOR_CASCADE_CE 10 +#define SETUP_TOKEN_EDITOR_CASCADE_GE 11 +#define SETUP_TOKEN_EDITOR_CASCADE_REF 12 +#define SETUP_TOKEN_EDITOR_CASCADE_USER 13 +#define SETUP_TOKEN_EDITOR_CASCADE_DYNAMIC 14 -#define NUM_EDITOR_CASCADE_SETUP_TOKENS 14 +#define NUM_EDITOR_CASCADE_SETUP_TOKENS 15 /* shortcut setup */ #define SETUP_TOKEN_SHORTCUT_SAVE_GAME 0 @@ -7800,6 +7802,7 @@ static struct TokenInfo editor_setup_tokens[] = { TYPE_SWITCH, &sei.el_dx_boulderdash,"editor.el_dx_boulderdash" }, #endif { TYPE_SWITCH, &sei.el_chars, "editor.el_chars" }, + { TYPE_SWITCH, &sei.el_steelchars, "editor.el_steelchars" }, { TYPE_SWITCH, &sei.el_custom, "editor.el_custom" }, #if 1 { TYPE_SWITCH, ¬_used, "editor.el_headlines" }, @@ -7824,6 +7827,7 @@ static struct TokenInfo editor_cascade_setup_tokens[] = { TYPE_SWITCH, &seci.el_dc, "editor.cascade.el_dc" }, { TYPE_SWITCH, &seci.el_dx, "editor.cascade.el_dx" }, { TYPE_SWITCH, &seci.el_chars, "editor.cascade.el_chars" }, + { TYPE_SWITCH, &seci.el_steelchars, "editor.cascade.el_steelchars" }, { TYPE_SWITCH, &seci.el_ce, "editor.cascade.el_ce" }, { TYPE_SWITCH, &seci.el_ge, "editor.cascade.el_ge" }, { TYPE_SWITCH, &seci.el_ref, "editor.cascade.el_ref" }, @@ -7936,6 +7940,7 @@ static void setSetupInfoToDefaults(struct SetupInfo *si) si->editor.el_diamond_caves = TRUE; si->editor.el_dx_boulderdash = TRUE; si->editor.el_chars = TRUE; + si->editor.el_steelchars = TRUE; si->editor.el_custom = TRUE; si->editor.el_headlines = TRUE; @@ -7982,21 +7987,22 @@ static void setSetupInfoToDefaults(struct SetupInfo *si) static void setSetupInfoToDefaults_EditorCascade(struct SetupInfo *si) { - si->editor_cascade.el_bd = TRUE; - si->editor_cascade.el_em = TRUE; - si->editor_cascade.el_emc = TRUE; - si->editor_cascade.el_rnd = TRUE; - si->editor_cascade.el_sb = TRUE; - si->editor_cascade.el_sp = TRUE; - si->editor_cascade.el_dc = TRUE; - si->editor_cascade.el_dx = TRUE; - - si->editor_cascade.el_chars = FALSE; - si->editor_cascade.el_ce = FALSE; - si->editor_cascade.el_ge = FALSE; - si->editor_cascade.el_ref = FALSE; - si->editor_cascade.el_user = FALSE; - si->editor_cascade.el_dynamic = FALSE; + si->editor_cascade.el_bd = TRUE; + si->editor_cascade.el_em = TRUE; + si->editor_cascade.el_emc = TRUE; + si->editor_cascade.el_rnd = TRUE; + si->editor_cascade.el_sb = TRUE; + si->editor_cascade.el_sp = TRUE; + si->editor_cascade.el_dc = TRUE; + si->editor_cascade.el_dx = TRUE; + + si->editor_cascade.el_chars = FALSE; + si->editor_cascade.el_steelchars = FALSE; + si->editor_cascade.el_ce = FALSE; + si->editor_cascade.el_ge = FALSE; + si->editor_cascade.el_ref = FALSE; + si->editor_cascade.el_user = FALSE; + si->editor_cascade.el_dynamic = FALSE; } static void decodeSetupFileHash(SetupFileHash *setup_file_hash) diff --git a/src/init.c b/src/init.c index ba94035e..1204fb1e 100644 --- a/src/init.c +++ b/src/init.c @@ -3675,6 +3675,7 @@ void InitElementPropertiesStatic() EL_INTERNAL_CASCADE_DC_ACTIVE, EL_INTERNAL_CASCADE_DX_ACTIVE, EL_INTERNAL_CASCADE_CHARS_ACTIVE, + EL_INTERNAL_CASCADE_STEELCHARS_ACTIVE, EL_INTERNAL_CASCADE_CE_ACTIVE, EL_INTERNAL_CASCADE_GE_ACTIVE, EL_INTERNAL_CASCADE_REF_ACTIVE, @@ -3695,6 +3696,7 @@ void InitElementPropertiesStatic() EL_INTERNAL_CASCADE_DC, EL_INTERNAL_CASCADE_DX, EL_INTERNAL_CASCADE_CHARS, + EL_INTERNAL_CASCADE_STEELCHARS, EL_INTERNAL_CASCADE_CE, EL_INTERNAL_CASCADE_GE, EL_INTERNAL_CASCADE_REF, @@ -3865,7 +3867,14 @@ void InitElementPropertiesEngine(int engine_version) for (i = 0; i < MAX_NUM_ELEMENTS; i++) { /* ---------- INACTIVE ------------------------------------------------- */ - SET_PROPERTY(i, EP_INACTIVE, (i >= EL_CHAR_START && i <= EL_CHAR_END)); + SET_PROPERTY(i, EP_INACTIVE, ((i >= EL_CHAR_START && + i <= EL_CHAR_END) || + (i >= EL_STEELCHAR_START && + i <= EL_STEELCHAR_END))); + + /* ---------- INDESTRUCTIBLE -------------------------------------------- */ + if (i >= EL_STEELCHAR_START && i <= EL_STEELCHAR_END) + SET_PROPERTY(i, EP_INDESTRUCTIBLE, TRUE); /* ---------- WALKABLE, PASSABLE, ACCESSIBLE --------------------------- */ SET_PROPERTY(i, EP_WALKABLE, (IS_WALKABLE_OVER(i) || @@ -3919,7 +3928,6 @@ void InitElementPropertiesEngine(int engine_version) !IS_COLLECTIBLE(i))); /* ---------- DRAGONFIRE_PROOF ----------------------------------------- */ - if (IS_HISTORIC_SOLID(i) || i == EL_EXPLOSION) SET_PROPERTY(i, EP_DRAGONFIRE_PROOF, TRUE); else diff --git a/src/libgame/system.h b/src/libgame/system.h index 2d10c7b1..314e07f3 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -726,6 +726,7 @@ struct SetupEditorInfo boolean el_diamond_caves; boolean el_dx_boulderdash; boolean el_chars; + boolean el_steelchars; boolean el_custom; boolean el_user_defined; boolean el_dynamic; @@ -749,6 +750,7 @@ struct SetupEditorCascadeInfo boolean el_dc; boolean el_dx; boolean el_chars; + boolean el_steelchars; boolean el_ce; boolean el_ge; boolean el_ref; diff --git a/src/libgame/text.h b/src/libgame/text.h index f21ffdbf..b1f4c915 100644 --- a/src/libgame/text.h +++ b/src/libgame/text.h @@ -34,6 +34,12 @@ /* special character mapping for default fonts */ #define FONT_ASCII_CURSOR ((char)160) +#define FONT_ASCII_BUTTON ((char)128) +#define FONT_ASCII_UP ((char)129) +#define FONT_ASCII_DOWN ((char)130) +#define FONT_ASCII_LEFT ((char)'<') +#define FONT_ASCII_RIGHT ((char)'>') + #define MAP_FONT_ASCII(c) ((c) >= 'a' && (c) <= 'z' ? 'A' + (c) - 'a' : \ (c) == '©' ? 96 : \ (c) == 'ä' || (c) == 'Ä' ? 97 : \ @@ -42,6 +48,9 @@ (c) == '°' ? 100 : \ (c) == '®' ? 101 : \ (c) == FONT_ASCII_CURSOR ? 102 : \ + (c) == FONT_ASCII_BUTTON ? 109 : \ + (c) == FONT_ASCII_UP ? 110 : \ + (c) == FONT_ASCII_DOWN ? 111 : \ (c)) /* 64 regular ordered ASCII characters, 6 special characters, 1 cursor char. */ diff --git a/src/main.c b/src/main.c index 3b1eb05e..76bb7c5b 100644 --- a/src/main.c +++ b/src/main.c @@ -1115,17 +1115,17 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] = { "char_unused", "char", - "letter ''" + "letter 'button'" }, { "char_unused", "char", - "letter ''" + "letter 'up'" }, { "char_unused", "char", - "letter ''" + "letter 'down'" }, { "expandable_wall_horizontal", @@ -3787,6 +3787,406 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] = "any_element", "this element matches any element" }, + { + "steelchar_space", + "steelchar", + "steel letter ' '" + }, + { + "steelchar_exclam", + "steelchar", + "steel letter '!'" + }, + { + "steelchar_quotedbl", + "steelchar", + "steel letter '\"'" + }, + { + "steelchar_numbersign", + "steelchar", + "steel letter '#'" + }, + { + "steelchar_dollar", + "steelchar", + "steel letter '$'" + }, + { + "steelchar_percent", + "steelchar", + "steel letter '%'" + }, + { + "steelchar_ampersand", + "steelchar", + "steel letter '&'" + }, + { + "steelchar_apostrophe", + "steelchar", + "steel letter '''" + }, + { + "steelchar_parenleft", + "steelchar", + "steel letter '('" + }, + { + "steelchar_parenright", + "steelchar", + "steel letter ')'" + }, + { + "steelchar_asterisk", + "steelchar", + "steel letter '*'" + }, + { + "steelchar_plus", + "steelchar", + "steel letter '+'" + }, + { + "steelchar_comma", + "steelchar", + "steel letter ','" + }, + { + "steelchar_minus", + "steelchar", + "steel letter '-'" + }, + { + "steelchar_period", + "steelchar", + "steel letter '.'" + }, + { + "steelchar_slash", + "steelchar", + "steel letter '/'" + }, + { + "steelchar_0", + "steelchar", + "steel letter '0'" + }, + { + "steelchar_1", + "steelchar", + "steel letter '1'" + }, + { + "steelchar_2", + "steelchar", + "steel letter '2'" + }, + { + "steelchar_3", + "steelchar", + "steel letter '3'" + }, + { + "steelchar_4", + "steelchar", + "steel letter '4'" + }, + { + "steelchar_5", + "steelchar", + "steel letter '5'" + }, + { + "steelchar_6", + "steelchar", + "steel letter '6'" + }, + { + "steelchar_7", + "steelchar", + "steel letter '7'" + }, + { + "steelchar_8", + "steelchar", + "steel letter '8'" + }, + { + "steelchar_9", + "steelchar", + "steel letter '9'" + }, + { + "steelchar_colon", + "steelchar", + "steel letter ':'" + }, + { + "steelchar_semicolon", + "steelchar", + "steel letter ';'" + }, + { + "steelchar_less", + "steelchar", + "steel letter '<'" + }, + { + "steelchar_equal", + "steelchar", + "steel letter '='" + }, + { + "steelchar_greater", + "steelchar", + "steel letter '>'" + }, + { + "steelchar_question", + "steelchar", + "steel letter '?'" + }, + { + "steelchar_at", + "steelchar", + "steel letter '@'" + }, + { + "steelchar_a", + "steelchar", + "steel letter 'A'" + }, + { + "steelchar_b", + "steelchar", + "steel letter 'B'" + }, + { + "steelchar_c", + "steelchar", + "steel letter 'C'" + }, + { + "steelchar_d", + "steelchar", + "steel letter 'D'" + }, + { + "steelchar_e", + "steelchar", + "steel letter 'E'" + }, + { + "steelchar_f", + "steelchar", + "steel letter 'F'" + }, + { + "steelchar_g", + "steelchar", + "steel letter 'G'" + }, + { + "steelchar_h", + "steelchar", + "steel letter 'H'" + }, + { + "steelchar_i", + "steelchar", + "steel letter 'I'" + }, + { + "steelchar_j", + "steelchar", + "steel letter 'J'" + }, + { + "steelchar_k", + "steelchar", + "steel letter 'K'" + }, + { + "steelchar_l", + "steelchar", + "steel letter 'L'" + }, + { + "steelchar_m", + "steelchar", + "steel letter 'M'" + }, + { + "steelchar_n", + "steelchar", + "steel letter 'N'" + }, + { + "steelchar_o", + "steelchar", + "steel letter 'O'" + }, + { + "steelchar_p", + "steelchar", + "steel letter 'P'" + }, + { + "steelchar_q", + "steelchar", + "steel letter 'Q'" + }, + { + "steelchar_r", + "steelchar", + "steel letter 'R'" + }, + { + "steelchar_s", + "steelchar", + "steel letter 'S'" + }, + { + "steelchar_t", + "steelchar", + "steel letter 'T'" + }, + { + "steelchar_u", + "steelchar", + "steel letter 'U'" + }, + { + "steelchar_v", + "steelchar", + "steel letter 'V'" + }, + { + "steelchar_w", + "steelchar", + "steel letter 'W'" + }, + { + "steelchar_x", + "steelchar", + "steel letter 'X'" + }, + { + "steelchar_y", + "steelchar", + "steel letter 'Y'" + }, + { + "steelchar_z", + "steelchar", + "steel letter 'Z'" + }, + { + "steelchar_bracketleft", + "steelchar", + "steel letter '['" + }, + { + "steelchar_backslash", + "steelchar", + "steel letter '\\'" + }, + { + "steelchar_bracketright", + "steelchar", + "steel letter ']'" + }, + { + "steelchar_asciicircum", + "steelchar", + "steel letter '^'" + }, + { + "steelchar_underscore", + "steelchar", + "steel letter '_'" + }, + { + "steelchar_copyright", + "steelchar", + "steel letter '©'" + }, + { + "steelchar_aumlaut", + "steelchar", + "steel letter 'Ä'" + }, + { + "steelchar_oumlaut", + "steelchar", + "steel letter 'Ö'" + }, + { + "steelchar_uumlaut", + "steelchar", + "steel letter 'Ü'" + }, + { + "steelchar_degree", + "steelchar", + "steel letter '°'" + }, + { + "steelchar_trademark", + "steelchar", + "steel letter '®'" + }, + { + "steelchar_cursor", + "steelchar", + "steel letter ' '" + }, + { + "steelchar_unused", + "steelchar", + "steel letter ''" + }, + { + "steelchar_unused", + "steelchar", + "steel letter ''" + }, + { + "steelchar_unused", + "steelchar", + "steel letter ''" + }, + { + "steelchar_unused", + "steelchar", + "steel letter ''" + }, + { + "steelchar_unused", + "steelchar", + "steel letter ''" + }, + { + "steelchar_unused", + "steelchar", + "steel letter ''" + }, + { + "steelchar_unused", + "steelchar", + "steel letter 'button'" + }, + { + "steelchar_unused", + "steelchar", + "steel letter 'up'" + }, + { + "steelchar_unused", + "steelchar", + "steel letter 'down'" + }, /* ----------------------------------------------------------------------- */ /* "real" (and therefore drawable) runtime elements */ @@ -4443,6 +4843,16 @@ struct ElementNameInfo element_name_info[MAX_NUM_ELEMENTS + 1] = "internal", "hide text elements" }, + { + "internal_cascade_steelchars", + "internal", + "show steel text elements" + }, + { + "internal_cascade_steelchars.active", + "internal", + "hide steel text elements" + }, { "internal_cascade_ce", "internal", diff --git a/src/main.h b/src/main.h index b8430daa..46198332 100644 --- a/src/main.h +++ b/src/main.h @@ -34,6 +34,7 @@ #define IMG_SP_EMPTY IMG_SP_EMPTY_SPACE #define IMG_EXPLOSION IMG_DEFAULT_EXPLODING #define IMG_CHAR_START IMG_CHAR_SPACE +#define IMG_STEELCHAR_START IMG_STEELCHAR_SPACE #define IMG_CUSTOM_START IMG_CUSTOM_1 #define SND_UNDEFINED (-1) @@ -1322,7 +1323,18 @@ #define EL_NEXT_CE_8 730 #define EL_ANY_ELEMENT 731 -#define NUM_FILE_ELEMENTS 732 +#define EL_STEELCHAR_START 732 +#define EL_STEELCHAR_ASCII0 (EL_STEELCHAR_START - 32) +#define EL_STEELCHAR_ASCII0_START (EL_STEELCHAR_ASCII0 + 32) + +/* (auto-generated data structure definitions included with normal chars) */ + +#define EL_STEELCHAR_ASCII0_END (EL_STEELCHAR_ASCII0 + 111) +#define EL_STEELCHAR_END (EL_STEELCHAR_START + 79) + +#define EL_STEELCHAR(c) (EL_STEELCHAR_ASCII0 +MAP_FONT_ASCII(c)) + +#define NUM_FILE_ELEMENTS 812 /* "real" (and therefore drawable) runtime elements */ @@ -1471,23 +1483,25 @@ #define EL_INTERNAL_CASCADE_DX_ACTIVE (EL_FIRST_INTERNAL + 19) #define EL_INTERNAL_CASCADE_CHARS (EL_FIRST_INTERNAL + 20) #define EL_INTERNAL_CASCADE_CHARS_ACTIVE (EL_FIRST_INTERNAL + 21) -#define EL_INTERNAL_CASCADE_CE (EL_FIRST_INTERNAL + 22) -#define EL_INTERNAL_CASCADE_CE_ACTIVE (EL_FIRST_INTERNAL + 23) -#define EL_INTERNAL_CASCADE_GE (EL_FIRST_INTERNAL + 24) -#define EL_INTERNAL_CASCADE_GE_ACTIVE (EL_FIRST_INTERNAL + 25) -#define EL_INTERNAL_CASCADE_REF (EL_FIRST_INTERNAL + 26) -#define EL_INTERNAL_CASCADE_REF_ACTIVE (EL_FIRST_INTERNAL + 27) -#define EL_INTERNAL_CASCADE_USER (EL_FIRST_INTERNAL + 28) -#define EL_INTERNAL_CASCADE_USER_ACTIVE (EL_FIRST_INTERNAL + 29) -#define EL_INTERNAL_CASCADE_DYNAMIC (EL_FIRST_INTERNAL + 30) -#define EL_INTERNAL_CASCADE_DYNAMIC_ACTIVE (EL_FIRST_INTERNAL + 31) +#define EL_INTERNAL_CASCADE_STEELCHARS (EL_FIRST_INTERNAL + 22) +#define EL_INTERNAL_CASCADE_STEELCHARS_ACTIVE (EL_FIRST_INTERNAL + 23) +#define EL_INTERNAL_CASCADE_CE (EL_FIRST_INTERNAL + 24) +#define EL_INTERNAL_CASCADE_CE_ACTIVE (EL_FIRST_INTERNAL + 25) +#define EL_INTERNAL_CASCADE_GE (EL_FIRST_INTERNAL + 26) +#define EL_INTERNAL_CASCADE_GE_ACTIVE (EL_FIRST_INTERNAL + 27) +#define EL_INTERNAL_CASCADE_REF (EL_FIRST_INTERNAL + 28) +#define EL_INTERNAL_CASCADE_REF_ACTIVE (EL_FIRST_INTERNAL + 29) +#define EL_INTERNAL_CASCADE_USER (EL_FIRST_INTERNAL + 30) +#define EL_INTERNAL_CASCADE_USER_ACTIVE (EL_FIRST_INTERNAL + 31) +#define EL_INTERNAL_CASCADE_DYNAMIC (EL_FIRST_INTERNAL + 32) +#define EL_INTERNAL_CASCADE_DYNAMIC_ACTIVE (EL_FIRST_INTERNAL + 33) #define EL_INTERNAL_CLIPBOARD_START (EL_FIRST_INTERNAL + 0) #define EL_INTERNAL_CLIPBOARD_END (EL_FIRST_INTERNAL + 2) #define EL_INTERNAL_START (EL_FIRST_INTERNAL + 0) -#define EL_INTERNAL_END (EL_FIRST_INTERNAL + 31) +#define EL_INTERNAL_END (EL_FIRST_INTERNAL + 33) -#define MAX_NUM_ELEMENTS (EL_FIRST_INTERNAL + 32) +#define MAX_NUM_ELEMENTS (EL_FIRST_INTERNAL + 34) /* values for graphics/sounds action types */ @@ -1758,7 +1772,7 @@ /* program information and versioning definitions */ #define PROGRAM_VERSION_MAJOR 3 #define PROGRAM_VERSION_MINOR 2 -#define PROGRAM_VERSION_PATCH 3 +#define PROGRAM_VERSION_PATCH 4 #define PROGRAM_VERSION_BUILD 0 #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" diff --git a/src/screens.c b/src/screens.c index c78cfd13..bd9b5fd1 100644 --- a/src/screens.c +++ b/src/screens.c @@ -3407,6 +3407,7 @@ static struct TokenInfo setup_info_editor[] = { TYPE_SWITCH, &setup.editor.el_dx_boulderdash,"DX-Boulderdash:" }, #endif { TYPE_SWITCH, &setup.editor.el_chars, "Text Characters:" }, + { TYPE_SWITCH, &setup.editor.el_steelchars,"Text Characters (Steel):"}, { TYPE_SWITCH, &setup.editor.el_custom, "Custom & Group Elements:" }, #if 0 { TYPE_SWITCH, &setup.editor.el_headlines, "Headlines:" }, -- 2.34.1