rnd-20070315-1-src
authorHolger Schemel <info@artsoft.org>
Thu, 15 Mar 2007 00:37:40 +0000 (01:37 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:54:53 +0000 (10:54 +0200)
commit04cfb5daeff6cbceef152fc01ad5852407c0c918
tree94d84a2963edfb02aeb7574539fa857913a913a7
parent74ed6f367314f4b4f373b45f82cedd04595a2608
rnd-20070315-1-src
* added full configurability of "readme.txt" screen appearance:
  - readme.x:             <left position used with alignment>
  - readme.y:             <top position>
  - readme.width:         <maximim text width in pixels>
  - readme.height:        <maximum text height in pixels>
  - readme.chars:         <maximum number of chars per line>
  - readme.lines:         <maximum number of lines displayed>
  - readme.align:         left,center,right (default: center)
  - readme.font:          font name
  - readme.autowrap:      true,false (default: true)
  - readme.centered:      true,false (default: false)
  - readme.skip_comments: true,false (default: true)
  - readme.sort_priority: (currently not used)
  when "readme.chars" and/or "readme.lines" is set to "-1" (this is the
  default), they are automatically determined from "readme.width" and
  "readme.height" accordingly; when they are not "-1", they have
  precedence over "readme.width" and "readme.height"
14 files changed:
ChangeLog
src/conf_g2m.c
src/conf_g2s.c
src/conf_gfx.c
src/conf_mus.c
src/conf_mus.h
src/conf_snd.c
src/conf_snd.h
src/conftime.h
src/game.c
src/libgame/setup.c
src/libgame/system.h
src/libgame/text.c
src/screens.c