rnd-20091124-1-src
authorHolger Schemel <info@artsoft.org>
Tue, 24 Nov 2009 00:28:49 +0000 (01:28 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:57:59 +0000 (10:57 +0200)
commited873d89bc59f4e641134f9019ce216234b9f38f
treea1cb977a42e29e298f81c6ff9cbcb65190b08f02
parent66815b1b9363de7741defc14e5f7f0dc2183781a
rnd-20091124-1-src
* changed internal playfield bitmap handling from playfield sized bitmap
  to screen sized bitmap (visible scrolling area), therefore speeding up
  graphics operations (by eliminating bitmap updates in invisible areas)
  and removing playfield size limitations due to increasing bitmap size
  for larger playfield sizes (while the new implementation always uses
  a fixed playfield bitmap size for arbitrary internal playfield sizes)
ChangeLog
src/conftime.h
src/game_sp/DDScrollBuffer.c
src/game_sp/DDScrollBuffer.h
src/game_sp/DDSpriteBuffer.c
src/game_sp/MainForm.c
src/game_sp/MainForm.h