rnd-20051215-1-src
authorHolger Schemel <info@artsoft.org>
Thu, 15 Dec 2005 00:19:04 +0000 (01:19 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:49:52 +0000 (10:49 +0200)
commit0bc034af5fcbf709be96723aff7ec5bc0c3c7baf
tree9bea276c4be8c7580809e5a1389e975307343464
parentf52403a0aa33b4a127df6e16193c9c9163e48197
rnd-20051215-1-src
* added missing configuration settings for the following elements:
  - EL_TIMEGATE_SWITCH (time of open time gate)
  - EL_LIGHT_SWITCH_ACTIVE (time of light switched on)
  - EL_SHIELD_NORMAL (time of shield duration)
  - EL_SHIELD_DEADLY (time of shield duration)
  - EL_EXTRA_TIME (time added to level time)
  - EL_TIME_ORB_FULL (time added to level time)
* added "wind direction" as a movement pattern for custom elements
* added initial wind direction for balloon / custom elements to editor
* added functionality for EL_BALLOON_SWITCH_NONE to R'n'D game engine
13 files changed:
ChangeLog
src/conftime.h
src/editor.c
src/files.c
src/game.c
src/game_em/convert.c
src/init.c
src/libgame/misc.c
src/libgame/system.h
src/libgame/toons.c
src/main.c
src/main.h
src/tools.c