- Moved the vid_fps display to the upper-right of the screen.

- The stat display can now show multiple stats at once.


SVN r328 (trunk)
This commit is contained in:
Randy Heit 2006-09-14 03:06:09 +00:00
commit b951721c1b
4 changed files with 39 additions and 43 deletions

View file

@ -1,4 +1,6 @@
September 13, 2006
- Moved the vid_fps display to the upper-right of the screen.
- The stat display can now show multiple stats at once.
- Fixed: cycle_t was still a DWORD and not a QWORD under GCC.
- The stat meters now return an FString instead of sprintfing into a fixed
output buffer.