X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Femerald.h;h=e07ff1d1feeeb0a8dda0759326b8f71e004fe6ef;hb=1f5b7dda7fe53b3b0ec085a8e9c99d5ca82c8161;hp=3329c4883abf31a2965ae2ec26d65155b86b2dd1;hpb=ee9f14e2369b8a1991961e2559ff7bada4232bff;p=rocksndiamonds.git diff --git a/src/game_em/emerald.h b/src/game_em/emerald.h index 3329c488..e07ff1d1 100644 --- a/src/game_em/emerald.h +++ b/src/game_em/emerald.h @@ -1,29 +1,57 @@ +/* + +This program "Emerald Mine for X11" +is copyright © 2009 David Tritscher. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product + documentation would be appreciated but is not required. + +3. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE +GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +*/ +/* 2007-03-31 06:22:47 + * + * emerald mine game engine defines + */ + +// ---------------------------------------------------------------------------- +// EM game engine source code was altered for integration in Rocks'n'Diamonds +// ---------------------------------------------------------------------------- + #ifndef EMERALD_H #define EMERALD_H -/* 2000-07-30T11:06:03Z */ // ---------------------------------------------------------------------------- // constant definitions // ---------------------------------------------------------------------------- -/* define these for backwards compatibility */ -#define EM_ENGINE_BAD_ROLL -#define EM_ENGINE_BAD_SPRING - /* define these to use additional elements */ #define EM_ENGINE_USE_ADDITIONAL_ELEMENTS -/* internal definitions for EM engine */ -#ifdef EM_ENGINE_BAD_ROLL -#define BAD_ROLL -#endif - -#ifdef EM_ENGINE_BAD_SPRING -#define BAD_SPRING -#endif - -/* one border for ZBORDER elements, one border for steelwall, if needed */ +/* one border for Zborder elements, one border for steelwall, if needed */ #define EM_MAX_CAVE_WIDTH (MAX_PLAYFIELD_WIDTH + 2 + 2) #define EM_MAX_CAVE_HEIGHT (MAX_PLAYFIELD_HEIGHT + 2 + 2) @@ -39,95 +67,46 @@ enum { - Xblank = 0, /* still */ - Yacid_splash_eB, /* hmm */ - Yacid_splash_wB, /* hmm */ - -#ifdef EM_ENGINE_BAD_ROLL - Xstone_force_e, /* only use these in eater */ - Xstone_force_w, - Xnut_force_e, - Xnut_force_w, - Xspring_force_e, - Xspring_force_w, - Xemerald_force_e, - Xemerald_force_w, - Xdiamond_force_e, - Xdiamond_force_w, - Xbomb_force_e, - Xbomb_force_w, + Xblank = 0, + + Xacid_splash_e, + Xacid_splash_w, + + Xplant, + Yplant, + + Xacid_1, + Xacid_2, + Xacid_3, + Xacid_4, + Xacid_5, + Xacid_6, + Xacid_7, + Xacid_8, + +#ifdef EM_ENGINE_USE_ADDITIONAL_ELEMENTS + Xfake_acid_1, + Xfake_acid_2, + Xfake_acid_3, + Xfake_acid_4, + Xfake_acid_5, + Xfake_acid_6, + Xfake_acid_7, + Xfake_acid_8, #endif - Xstone, - Xstone_pause, - Xstone_fall, - Ystone_s, - Ystone_sB, - Ystone_e, - Ystone_eB, - Ystone_w, - Ystone_wB, - Xnut, - Xnut_pause, - Xnut_fall, - Ynut_s, - Ynut_sB, - Ynut_e, - Ynut_eB, - Ynut_w, - Ynut_wB, - Xbug_n, - Xbug_e, - Xbug_s, - Xbug_w, - Xbug_gon, - Xbug_goe, - Xbug_gos, - Xbug_gow, - Ybug_n, - Ybug_nB, - Ybug_e, - Ybug_eB, - Ybug_s, - Ybug_sB, - Ybug_w, - Ybug_wB, - Ybug_w_n, - Ybug_n_e, - Ybug_e_s, - Ybug_s_w, - Ybug_e_n, - Ybug_s_e, - Ybug_w_s, - Ybug_n_w, - Ybug_stone, - Ybug_spring, - Xtank_n, - Xtank_e, - Xtank_s, - Xtank_w, - Xtank_gon, - Xtank_goe, - Xtank_gos, - Xtank_gow, - Ytank_n, - Ytank_nB, - Ytank_e, - Ytank_eB, - Ytank_s, - Ytank_sB, - Ytank_w, - Ytank_wB, - Ytank_w_n, - Ytank_n_e, - Ytank_e_s, - Ytank_s_w, - Ytank_e_n, - Ytank_s_e, - Ytank_w_s, - Ytank_n_w, - Ytank_stone, - Ytank_spring, + Xgrass, + Ygrass_nB, + Ygrass_eB, + Ygrass_sB, + Ygrass_wB, + + Xdirt, + Ydirt_nB, + Ydirt_eB, + Ydirt_sB, + Ydirt_wB, + Xandroid, Xandroid_1_n, Xandroid_2_n, @@ -153,21 +132,7 @@ enum Yandroid_wB, Yandroid_nw, Yandroid_nwB, - Xspring, - Xspring_pause, - Xspring_e, - Xspring_w, - Xspring_fall, - Yspring_s, - Yspring_sB, - Yspring_e, - Yspring_eB, - Yspring_w, - Yspring_wB, - Yspring_kill_e, - Yspring_kill_eB, - Yspring_kill_w, - Yspring_kill_wB, + Xeater_n, Xeater_e, Xeater_w, @@ -182,6 +147,7 @@ enum Yeater_wB, Yeater_stone, Yeater_spring, + Xalien, Xalien_pause, Yalien_n, @@ -194,6 +160,61 @@ enum Yalien_wB, Yalien_stone, Yalien_spring, + + Xbug_1_n, + Xbug_1_e, + Xbug_1_s, + Xbug_1_w, + Xbug_2_n, + Xbug_2_e, + Xbug_2_s, + Xbug_2_w, + Ybug_n, + Ybug_nB, + Ybug_e, + Ybug_eB, + Ybug_s, + Ybug_sB, + Ybug_w, + Ybug_wB, + Ybug_w_n, + Ybug_n_e, + Ybug_e_s, + Ybug_s_w, + Ybug_e_n, + Ybug_s_e, + Ybug_w_s, + Ybug_n_w, + Ybug_stone, + Ybug_spring, + + Xtank_1_n, + Xtank_1_e, + Xtank_1_s, + Xtank_1_w, + Xtank_2_n, + Xtank_2_e, + Xtank_2_s, + Xtank_2_w, + Ytank_n, + Ytank_nB, + Ytank_e, + Ytank_eB, + Ytank_s, + Ytank_sB, + Ytank_w, + Ytank_wB, + Ytank_w_n, + Ytank_n_e, + Ytank_e_s, + Ytank_s_w, + Ytank_e_n, + Ytank_s_e, + Ytank_w_s, + Ytank_n_w, + Ytank_stone, + Ytank_spring, + Xemerald, Xemerald_pause, Xemerald_fall, @@ -204,8 +225,8 @@ enum Yemerald_eB, Yemerald_w, Yemerald_wB, - Yemerald_eat, - Yemerald_stone, + Yemerald_blank, + Xdiamond, Xdiamond_pause, Xdiamond_fall, @@ -216,16 +237,19 @@ enum Ydiamond_eB, Ydiamond_w, Ydiamond_wB, - Ydiamond_eat, + Ydiamond_blank, Ydiamond_stone, - Xdrip_fall, - Xdrip_stretch, - Xdrip_stretchB, - Xdrip_eat, - Ydrip_s1, - Ydrip_s1B, - Ydrip_s2, - Ydrip_s2B, + + Xstone, + Xstone_pause, + Xstone_fall, + Ystone_s, + Ystone_sB, + Ystone_e, + Ystone_eB, + Ystone_w, + Ystone_wB, + Xbomb, Xbomb_pause, Xbomb_fall, @@ -235,7 +259,82 @@ enum Ybomb_eB, Ybomb_w, Ybomb_wB, - Ybomb_eat, + Ybomb_blank, + + Xnut, + Xnut_pause, + Xnut_fall, + Ynut_s, + Ynut_sB, + Ynut_e, + Ynut_eB, + Ynut_w, + Ynut_wB, + Ynut_stone, + + Xspring, + Xspring_pause, + Xspring_e, + Xspring_w, + Xspring_fall, + Yspring_s, + Yspring_sB, + Yspring_e, + Yspring_eB, + Yspring_w, + Yspring_wB, + Yspring_alien_e, + Yspring_alien_eB, + Yspring_alien_w, + Yspring_alien_wB, + + Xpush_emerald_e, + Xpush_emerald_w, + Xpush_diamond_e, + Xpush_diamond_w, + Xpush_stone_e, + Xpush_stone_w, + Xpush_bomb_e, + Xpush_bomb_w, + Xpush_nut_e, + Xpush_nut_w, + Xpush_spring_e, + Xpush_spring_w, + + Xdynamite, + Ydynamite_blank, + Xdynamite_1, + Xdynamite_2, + Xdynamite_3, + Xdynamite_4, + + Xkey_1, + Xkey_2, + Xkey_3, + Xkey_4, + Xkey_5, + Xkey_6, + Xkey_7, + Xkey_8, + + Xdoor_1, + Xdoor_2, + Xdoor_3, + Xdoor_4, + Xdoor_5, + Xdoor_6, + Xdoor_7, + Xdoor_8, + + Xfake_door_1, + Xfake_door_2, + Xfake_door_3, + Xfake_door_4, + Xfake_door_5, + Xfake_door_6, + Xfake_door_7, + Xfake_door_8, + Xballoon, Yballoon_n, Yballoon_nB, @@ -245,56 +344,13 @@ enum Yballoon_sB, Yballoon_w, Yballoon_wB, - Xgrass, - Ygrass_nB, - Ygrass_eB, - Ygrass_sB, - Ygrass_wB, - Xdirt, - Ydirt_nB, - Ydirt_eB, - Ydirt_sB, - Ydirt_wB, - Xacid_ne, - Xacid_se, - Xacid_s, - Xacid_sw, - Xacid_nw, - Xacid_1, - Xacid_2, - Xacid_3, - Xacid_4, - Xacid_5, - Xacid_6, - Xacid_7, - Xacid_8, + Xball_1, - Xball_1B, + Yball_1, Xball_2, - Xball_2B, - Yball_eat, - -#ifdef EM_ENGINE_USE_ADDITIONAL_ELEMENTS - Ykey_1_eat, - Ykey_2_eat, - Ykey_3_eat, - Ykey_4_eat, - Ykey_5_eat, - Ykey_6_eat, - Ykey_7_eat, - Ykey_8_eat, - Ylenses_eat, - Ymagnify_eat, - Ygrass_eat, - Ydirt_eat, -#endif + Yball_2, + Yball_blank, - Xgrow_ns, - Ygrow_ns_eat, - Xgrow_ew, - Ygrow_ew_eat, - Xwonderwall, - XwonderwallB, Xamoeba_1, Xamoeba_2, Xamoeba_3, @@ -303,108 +359,100 @@ enum Xamoeba_6, Xamoeba_7, Xamoeba_8, - Xdoor_1, - Xdoor_2, - Xdoor_3, - Xdoor_4, - Xdoor_5, - Xdoor_6, - Xdoor_7, - Xdoor_8, - Xkey_1, - Xkey_2, - Xkey_3, - Xkey_4, - Xkey_5, - Xkey_6, - Xkey_7, - Xkey_8, - Xwind_n, - Xwind_e, - Xwind_s, - Xwind_w, - Xwind_nesw, - Xwind_stop, - Xexit, - Xexit_1, - Xexit_2, - Xexit_3, - Xdynamite, - Ydynamite_eat, - Xdynamite_1, - Xdynamite_2, - Xdynamite_3, - Xdynamite_4, - Xbumper, - XbumperB, + + Xdrip, + Xdrip_fall, + Xdrip_stretch, + Xdrip_stretchB, + Ydrip_1_s, + Ydrip_1_sB, + Ydrip_2_s, + Ydrip_2_sB, + + Xwonderwall, + XwonderwallB, + Xwheel, XwheelB, + Xswitch, XswitchB, + + Xbumper, + XbumperB, + + Xacid_nw, + Xacid_ne, + Xacid_sw, + Xacid_s, + Xacid_se, + + Xfake_blank, + Xfake_blankB, + + Xfake_grass, + Xfake_grassB, + + Xfake_amoeba, /* dripper */ + Xfake_amoebaB, + + Xlenses, + + Xmagnify, + Xsand, Xsand_stone, Xsand_stonein_1, Xsand_stonein_2, Xsand_stonein_3, Xsand_stonein_4, + Xsand_sandstone_1, + Xsand_sandstone_2, + Xsand_sandstone_3, + Xsand_sandstone_4, Xsand_stonesand_1, Xsand_stonesand_2, Xsand_stonesand_3, Xsand_stonesand_4, - + Xsand_stoneout_1, + Xsand_stoneout_2, #ifdef EM_ENGINE_USE_ADDITIONAL_ELEMENTS Xsand_stonesand_quickout_1, Xsand_stonesand_quickout_2, #endif - Xsand_stoneout_1, - Xsand_stoneout_2, - Xsand_sandstone_1, - Xsand_sandstone_2, - Xsand_sandstone_3, - Xsand_sandstone_4, - Xplant, - Yplant, - Xlenses, - Xmagnify, - Xdripper, - XdripperB, - Xfake_blank, - Xfake_blankB, - Xfake_grass, - Xfake_grassB, - Xfake_door_1, - Xfake_door_2, - Xfake_door_3, - Xfake_door_4, - Xfake_door_5, - Xfake_door_6, - Xfake_door_7, - Xfake_door_8, + Xslidewall_ns, /* growing wall */ + Yslidewall_ns_blank, + Xslidewall_ew, + Yslidewall_ew_blank, -#ifdef EM_ENGINE_USE_ADDITIONAL_ELEMENTS - Xfake_acid_1, - Xfake_acid_2, - Xfake_acid_3, - Xfake_acid_4, - Xfake_acid_5, - Xfake_acid_6, - Xfake_acid_7, - Xfake_acid_8, -#endif + Xwind_n, + Xwind_e, + Xwind_s, + Xwind_w, + Xwind_any, + Xwind_stop, + + Xexit, + Xexit_1, + Xexit_2, + Xexit_3, - Xsteel_1, - Xsteel_2, - Xsteel_3, - Xsteel_4, Xwall_1, Xwall_2, Xwall_3, Xwall_4, - Xround_wall_1, - Xround_wall_2, - Xround_wall_3, - Xround_wall_4, + + Xroundwall_1, + Xroundwall_2, + Xroundwall_3, + Xroundwall_4, + + Xsteel_1, + Xsteel_2, + Xsteel_3, + Xsteel_4, + Xdecor_1, Xdecor_2, Xdecor_3, @@ -417,6 +465,7 @@ enum Xdecor_10, Xdecor_11, Xdecor_12, + Xalpha_0, Xalpha_1, Xalpha_2, @@ -464,6 +513,21 @@ enum Xalpha_arrow_w, Xalpha_copyr, +#ifdef EM_ENGINE_USE_ADDITIONAL_ELEMENTS + Ykey_1_blank, + Ykey_2_blank, + Ykey_3_blank, + Ykey_4_blank, + Ykey_5_blank, + Ykey_6_blank, + Ykey_7_blank, + Ykey_8_blank, + Ylenses_blank, + Ymagnify_blank, + Ygrass_blank, + Ydirt_blank, +#endif + Xboom_bug, /* passed from explode to synchro (linked explosion); transition to explode_normal */ Xboom_bomb, /* passed from explode to synchro (linked explosion); @@ -480,7 +544,7 @@ enum no picture */ Zplayer, /* special code to indicate player; no picture */ - ZBORDER, /* special code to indicate border; + Zborder, /* special code to indicate border; no picture */ TILE_MAX @@ -490,53 +554,65 @@ enum enum { - SPR_still = 0, - SPR_walk = 1, - SPR_push = 5, - SPR_spray = 9, + PLY_still = 0, + + PLY_walk_n, + PLY_walk_e, + PLY_walk_s, + PLY_walk_w, + + PLY_push_n, + PLY_push_e, + PLY_push_s, + PLY_push_w, + + PLY_shoot_n, + PLY_shoot_e, + PLY_shoot_s, + PLY_shoot_w, - SPR_MAX = 13 + PLY_MAX }; enum { - SAMPLE_blank = 0, /* player walks on blank */ - SAMPLE_roll, /* player pushes stone/bomb/nut/spring */ - SAMPLE_stone, /* stone hits ground */ - SAMPLE_nut, /* nut hits ground */ - SAMPLE_crack, /* stone hits nut */ - SAMPLE_bug, /* bug moves */ - SAMPLE_tank, /* tank moves */ - SAMPLE_android_clone, /* android places something */ - SAMPLE_android_move, /* android moves */ - SAMPLE_spring, /* spring hits ground/wall/bumper, stone hits spring */ - SAMPLE_slurp, /* spring kills alien */ - SAMPLE_eater, /* eater sits */ - SAMPLE_eater_eat, /* eater eats diamond */ - SAMPLE_alien, /* alien moves */ - SAMPLE_collect, /* player collects object */ - SAMPLE_diamond, /* diamond/emerald hits ground */ - SAMPLE_squash, /* stone squashes diamond */ - SAMPLE_wonderfall, /* object falls thru wonderwall */ - SAMPLE_drip, /* drip hits ground */ - SAMPLE_push, /* player pushes balloon/android */ - SAMPLE_dirt, /* player walks on dirt */ - SAMPLE_acid, /* acid splashes */ - SAMPLE_ball, /* ball places something */ - SAMPLE_grow, /* growing wall grows */ - SAMPLE_wonder, /* wonderwall is active */ - SAMPLE_door, /* player goes thru door (gate) */ - SAMPLE_exit_open, /* exit opens */ - SAMPLE_exit_leave, /* player goes into exit */ - SAMPLE_dynamite, /* player places dynamite */ - SAMPLE_tick, /* dynamite ticks */ - SAMPLE_press, /* player presses wheel/wind/switch */ - SAMPLE_wheel, /* wheel moves */ - SAMPLE_boom, /* explosion */ - SAMPLE_time, /* time runs out */ - SAMPLE_die, /* player dies */ - - SAMPLE_MAX + SOUND_blank = 0, /* player walks on blank */ + SOUND_roll, /* player pushes stone/bomb/nut/spring */ + SOUND_stone, /* stone hits ground */ + SOUND_nut, /* nut hits ground */ + SOUND_crack, /* stone hits nut */ + SOUND_bug, /* bug moves */ + SOUND_tank, /* tank moves */ + SOUND_android_clone, /* android places something */ + SOUND_android_move, /* android moves */ + SOUND_spring, /* spring hits ground/wall/bumper, stone hits spring */ + SOUND_slurp, /* spring kills alien */ + SOUND_eater, /* eater sits */ + SOUND_eater_eat, /* eater eats diamond */ + SOUND_alien, /* alien moves */ + SOUND_collect, /* player collects object */ + SOUND_diamond, /* diamond/emerald hits ground */ + SOUND_squash, /* stone squashes diamond */ + SOUND_wonderfall, /* object falls thru wonderwall */ + SOUND_drip, /* drip hits ground */ + SOUND_push, /* player pushes spring/balloon/android */ + SOUND_dirt, /* player digs into dirt */ + SOUND_acid, /* acid splashes */ + SOUND_ball, /* ball places something */ + SOUND_slidewall, /* slide wall grows */ + SOUND_wonder, /* wonderwall is active */ + SOUND_door, /* player goes thru door (gate) */ + SOUND_exit_open, /* exit opens */ + SOUND_exit_leave, /* player goes into exit */ + SOUND_dynamite, /* player places dynamite */ + SOUND_tick, /* dynamite ticks */ + SOUND_press, /* player presses wheel/wind/switch */ + SOUND_wheel, /* wheel moves */ + SOUND_boom, /* explosion */ + SOUND_time, /* time runs out */ + SOUND_die, /* player dies */ + + SOUND_MAX };