rnd-20070131-1-src
authorHolger Schemel <info@artsoft.org>
Wed, 31 Jan 2007 22:50:58 +0000 (23:50 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:54:16 +0000 (10:54 +0200)
commit9cb181e05e485435ef48586dd4f2811ba1e672b3
tree3ef22416ce872b1ba6c27a66d47b157abb5c3879
parent80e176e969192ac90d74ef83b4ab22dc0fe21b7a
rnd-20070131-1-src
* fixed displaying and typing of player name when it is centered
* added special characters to be allowed for player name (not only A-Z)
* fixed blit in ScrollLevel() to same bitmap to not overlap anymore
  (newer versions of the SDL library seem to not like this anymore)
14 files changed:
ChangeLog
src/Makefile
src/conf_gfx.c
src/conftime.h
src/game.c
src/libgame/misc.c
src/libgame/misc.h
src/libgame/sdl.h
src/libgame/x11.h
src/main.c
src/main.h
src/netserv.c
src/screens.c
src/tools.c