rnd-20070302-1-src
authorHolger Schemel <info@artsoft.org>
Fri, 2 Mar 2007 00:33:35 +0000 (01:33 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:54:39 +0000 (10:54 +0200)
commitdb0cf963a41d958dc11ee1d3cfb2b1f88cba7f76
tree429823cab1b616d8d991518580f900de4491cd29
parent8758e1099fab693460be47636e56c779fceec08b
rnd-20070302-1-src
* added new (special) "include: <filename>" directive that works in all
  configuration files (like "graphicsinfo.conf") and that has the same
  effect as if that directive would be replaced with the content of the
  specified file (this can be useful to split large configuration files
  into several smaller ones and include them from one main file, or to
  store configuration settings that always stay the same into a separate
  file, while including it and only add those parts that really change)
14 files changed:
ChangeLog
src/conftime.h
src/engines.h
src/files.c
src/game.c
src/game_em/graphics.c
src/init.c
src/libgame/image.c
src/libgame/misc.c
src/libgame/misc.h
src/libgame/setup.c
src/libgame/sound.c
src/network.c
src/tools.c