/[enigma]/enigma/lib-src/oxydlib/enigma_mapping.cpp
ViewVC logotype

Diff of /enigma/lib-src/oxydlib/enigma_mapping.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by dheck, Tue Jun 24 08:01:52 2003 UTC revision 1.19 by reallysoft, Wed Jun 25 13:24:42 2003 UTC
# Line 2  Line 2 
2  //                                                                           //  //                                                                           //
3  //    File      : enigma_mapping.cpp                                         //  //    File      : enigma_mapping.cpp                                         //
4  //    Purpose   :                                                            //  //    Purpose   :                                                            //
5  //    Time-stamp: <Mon Jun/23/2003 20:17 MET amgine@reallysoft.de>           //  //    Time-stamp: <Tue Jun/24/2003 23:32 MET amgine@reallysoft.de>           //
6  //                                                                           //  //                                                                           //
7  //    (C) May 2003 by Ralf Westram <amgine@rallysoft.de>                     //  //    (C) May 2003 by Ralf Westram <amgine@rallysoft.de>                     //
8  //                                                                           //  //                                                                           //
# Line 192  static const char *Oxyd1_stone_map[256] Line 192  static const char *Oxyd1_stone_map[256]
192      "",                         // Oxyd1 stone 0x40 magic stone      "",                         // Oxyd1 stone 0x40 magic stone
193      "",                         // Oxyd1 stone 0x41 magic stone      "",                         // Oxyd1 stone 0x41 magic stone
194      "st-actorimpulse",          // Oxyd1 stone 0x42      "st-actorimpulse",          // Oxyd1 stone 0x42
195      0,                          // Oxyd1 stone 0x43 ??? invisible      "st-actorimpulse_invisible", // Oxyd1 stone 0x43
196      "st-laser-s",               // Oxyd1 stone 0x44      "st-laser-s",               // Oxyd1 stone 0x44
197      "st-laser-n",               // Oxyd1 stone 0x45      "st-laser-n",               // Oxyd1 stone 0x45
198      "st-laser-e",               // Oxyd1 stone 0x46      "st-laser-e",               // Oxyd1 stone 0x46
# Line 224  static const char *Oxyd1_stone_map[256] Line 224  static const char *Oxyd1_stone_map[256]
224      "st-puzzle2-e",             // Oxyd1 stone 0x60      "st-puzzle2-e",             // Oxyd1 stone 0x60
225      "st-puzzle2-nesw",          // Oxyd1 stone 0x61      "st-puzzle2-nesw",          // Oxyd1 stone 0x61
226      0,                          // Oxyd1 stone 0x62      0,                          // Oxyd1 stone 0x62
227      "st-rock6",                 // Oxyd1 stone 0x63 (common was 'st-stone_break')      "st-rock6",                 // Oxyd1 stone 0x63 (common was 'st-stone_break') (FIXME: has to be laser-breakable (see Level #2))
228      0,                          // Oxyd1 stone 0x64 fake oxyd flavor "a"      0,                          // Oxyd1 stone 0x64 fake oxyd flavor "a"
229      UNUSED,                     // Oxyd1 stone 0x65      UNUSED,                     // Oxyd1 stone 0x65
230      "st-disco-dark",            // Oxyd1 stone 0x66      "st-disco-dark",            // Oxyd1 stone 0x66
# Line 550  static const char *OxydMagnum_stone_map[ Line 550  static const char *OxydMagnum_stone_map[
550      0,                          // OxydMagnum stone 0x3f      0,                          // OxydMagnum stone 0x3f
551      0,                          // OxydMagnum stone 0x40      0,                          // OxydMagnum stone 0x40
552      UNUSED,                     // OxydMagnum stone 0x41      UNUSED,                     // OxydMagnum stone 0x41
553      0,                          // OxydMagnum stone 0x42      "st-actorimpulse",          // OxydMagnum stone 0x42
554      "st-actorimpulse_invisible", // OxydMagnum stone 0x43      "st-actorimpulse_invisible", // OxydMagnum stone 0x43
555      "st-laser-n",               // OxydMagnum stone 0x44      "st-laser-n",               // OxydMagnum stone 0x44
556      "st-laser-s",               // OxydMagnum stone 0x45      "st-laser-s",               // OxydMagnum stone 0x45
# Line 929  static const char *PerOxyd_stone_map[256 Line 929  static const char *PerOxyd_stone_map[256
929      0,                   // PerOxyd stone 0x39 (common was 'st-magic')      0,                   // PerOxyd stone 0x39 (common was 'st-magic')
930      0,                   // PerOxyd stone 0x3a (common was 'st-magic')      0,                   // PerOxyd stone 0x3a (common was 'st-magic')
931      0,                   // PerOxyd stone 0x3b (common was 'st-magic')      0,                   // PerOxyd stone 0x3b (common was 'st-magic')
932      0,                   // PerOxyd stone 0x3c      "st-actorimpulse",   // PerOxyd stone 0x3c
933      0,                   // PerOxyd stone 0x3d      "st-actorimpulse_invisible", // PerOxyd stone 0x3d
934      "st-laser-n",        // PerOxyd stone 0x3e      "st-laser-n",        // PerOxyd stone 0x3e
935      "st-laser-s",        // PerOxyd stone 0x3f      "st-laser-s",        // PerOxyd stone 0x3f
936      "st-laser-e",        // PerOxyd stone 0x40      "st-laser-e",        // PerOxyd stone 0x40
# Line 1345  static const char *OxydExtra_stone_map[2 Line 1345  static const char *OxydExtra_stone_map[2
1345      UNUSED,              // OxydExtra stone 0x39      UNUSED,              // OxydExtra stone 0x39
1346      UNUSED,              // OxydExtra stone 0x3a      UNUSED,              // OxydExtra stone 0x3a
1347      UNUSED,              // OxydExtra stone 0x3b      UNUSED,              // OxydExtra stone 0x3b
1348      "st-stoneimpulse",   // OxydExtra stone 0x3c      "st-actorimpulse",   // OxydExtra stone 0x3c
1349      UNUSED,              // OxydExtra stone 0x3d      UNUSED,              // OxydExtra stone 0x3d
1350      "st-laser-n",        // OxydExtra stone 0x3e      "st-laser-n",        // OxydExtra stone 0x3e
1351      "st-laser-s",        // OxydExtra stone 0x3f      "st-laser-s",        // OxydExtra stone 0x3f

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26