home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / Enigma / Enigma-081.exe / doc / CHANGES.txt < prev    next >
Text File  |  2003-10-12  |  3KB  |  187 lines

  1. Changes in Version 0.81
  2. =======================
  3.  
  4. User-Visible Changes
  5. --------------------
  6.  
  7. * Fixed bug which caused all levels to be restarted when the marble
  8.   died.
  9.  
  10. Internal Changes
  11. ----------------
  12.  
  13. * Changed a few object names
  14.  
  15.     it-seed_vulcano -> it-seed_volcano
  16.     st-vulcano -> st-volcano
  17.     st-vulcano-growing -> st-volcano-growing
  18.  
  19.  
  20. Changes in Version 0.80
  21. =======================
  22.  
  23. User-Visible Changes
  24. --------------------
  25.  
  26.   * Time game
  27.   * Easy / difficult game mode
  28.   * Sokoban mode
  29.   * Game manual
  30.   * More than 300 new levels (now more than 550 in total)
  31.   * (partially working) Oxyd level importer
  32.   * Better soft scrolling
  33.   * Countless new game elements: turnstiles, volcanos, warp tunnels,
  34.     land-mines, jump pads, rotors, ...
  35.   * Reduced memory footprint
  36.  
  37.  
  38. Internal Changes
  39. ----------------
  40.  
  41. * New Lua Variables
  42.  
  43.     enigma.AllowTogglePlayer = TRUE | FALSE
  44.     enigma.ShowMoves = TRUE | FALSE
  45.     enigma.Brittleness = 0 .. 1
  46.     enigma.SlopeForce
  47.     enigma.SlopeForce2
  48.     enigma.FrictionFactor
  49.     enigma.ElectricForce
  50.     enigma.BumperForce
  51.  
  52.  
  53. * New Actor Types
  54.  
  55.     ac-bug
  56.     ac-killerball
  57.     ac-rotator
  58.     ac-top
  59.  
  60.  
  61. * New Stone Types
  62.  
  63.     st-actorimpulse_invisible
  64.     st-beads
  65.     st-block
  66.     st-blocker
  67.     st-blue-sand
  68.     st-bolder-[nesw]
  69.     st-brake
  70.     st-break_bolder
  71.     st-break_invisible
  72.     st-chargeminus
  73.     st-chargeplus
  74.     st-chargezero
  75.     st-death_invisible
  76.     st-disco-dark
  77.     st-disco-light
  78.     st-disco-medium
  79.     st-door-h
  80.     st-door-h-open
  81.     st-door-v
  82.     st-door-v-open
  83.     st-easymode
  84.     st-fourswitch
  85.     st-glass_hole
  86.     st-glass_move
  87.     st-knight
  88.     st-laserswitch
  89.     st-likeoxyd[abcd]
  90.     st-mail
  91.     st-oneway-[nesw]
  92.     st-oneway_black-[nesw]
  93.     st-oneway_white-[nesw]
  94.     st-plain
  95.     st-pull
  96.     st-puzzle-[nesw]
  97.     st-puzzle-{ne, ns, nw, es, ew, sw}
  98.     st-puzzle-{nes, new, nsw, esw, nesw}
  99.     st-puzzle2-[nesw]
  100.     st-puzzle2-{ne, ns, nw, es, ew, sw}
  101.     st-puzzle2-{nes, new, nsw, esw, nesw}
  102.     st-rock3_movebreak
  103.     st-rotator-left
  104.     st-rotator-right
  105.     st-rotator_move-left
  106.     st-rotator_move-right
  107.     st-shogun-{s, m, l, sm, sl, ml, sml}
  108.     st-stoneimpulse_movable
  109.     st-switch_black
  110.     st-switch_white
  111.     st-timeswitch
  112.     st-turnstile
  113.     st-turnstile-[nesw]
  114.     st-turnstile-green
  115.     st-volcano
  116.     st-volcano_active
  117.     st-volcano_inactive
  118.     st-window
  119.     st-wood1
  120.     st-wood2
  121.     st-yellow
  122.  
  123. * New Item Types
  124.  
  125.     it-abyss
  126.     it-blocker
  127.     it-brake
  128.     it-burnable
  129.     it-burnable-ash
  130.     it-burnable-fireproof
  131.     it-burnable-ignited
  132.     it-cherry
  133.     it-coffee
  134.     it-easymode
  135.     it-extinguisher
  136.     it-extinguisher-empty
  137.     it-extinguisher-full
  138.     it-flagblack
  139.     it-flagwhite
  140.     it-glasses
  141.     it-glasses-broken
  142.     it-hstrip
  143.     it-inversesensor
  144.     it-landmine
  145.     it-odometer
  146.     it-pin
  147.     it-puller-[nesw]
  148.     it-seed
  149.     it-seed_nowood
  150.     it-seed_volcano
  151.     it-seed_wood
  152.     it-sensor
  153.     it-soother
  154.     it-springboard
  155.     it-vortex-closed
  156.     it-vortex-open
  157.     it-vstrip
  158.     it-weight
  159.     it-whitebomb
  160.     it-wrench
  161.  
  162. * New Floor Types
  163.  
  164.     fl-abyss_fake
  165.     fl-acwhite
  166.     fl-acblack
  167.     fl-black
  168.     fl-bumps
  169.     fl-concrete
  170.     fl-gravel
  171.     fl-light
  172.     fl-mortar
  173.     fl-red
  174.     fl-rock
  175.     fl-rough-blue
  176.     fl-rough-red
  177.     fl-rough_medium
  178.     fl-rough_slow
  179.     fl-springboard
  180.     fl-stwood
  181.     fl-stwood1
  182.     fl-stwood1
  183.     fl-stwood2
  184.     fl-stwood2
  185.     fl-white
  186.  
  187.