- Version bump to 2.2.0.

- Disabled console alpha when the console is fullscreen.
- Re-enabled maybedrawnow for the software renderer. This should be replaced
  with a different progress bar implementation at some point that can work
  with hardware graphics.


SVN r747 (trunk)
This commit is contained in:
Randy Heit 2008-02-14 22:58:56 +00:00
parent 0d217fd4c6
commit 0acbbb3a8e
4 changed files with 16 additions and 9 deletions

View file

@ -1,3 +1,10 @@
February 12, 2008
- Version bump to 2.2.0.
- Disabled console alpha when the console is fullscreen.
- Re-enabled maybedrawnow for the software renderer. This should be replaced
with a different progress bar implementation at some point that can work
with hardware graphics.
February 14, 2008 (Changes by Graf Zahl)
- Added Karate Chris's patch for 0-tid == activator in action specials
Thing_SetSpecial and Thing_SetTranslation.