Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules/overlays/hud/CMakeLists.txt @ 8148

Last change on this file since 8148 was 8079, checked in by landauf, 14 years ago

merged usability branch back to trunk

incomplete summary of the changes in this branch:

  • enhanced keyboard navigation in GUIs
  • implemented new graphics menu and changeable window size at runtime
  • added developer mode
  • HUD shows if game is paused, game pauses if ingame menu is opened
  • removed a few obsolete commands and hid some that are more for internal use
  • numpad works in console and gui
  • faster loading of level info
  • enhanced usage of compositors (Shader class)
  • improved camera handling, configurable FOV and aspect ratio
  • Property svn:eol-style set to native
File size: 372 bytes
Line 
1ADD_SOURCE_FILES(OVERLAYS_SRC_FILES
2  HUDBar.cc
3  HUDNavigation.cc
4  HUDRadar.cc
5  HUDSpeedBar.cc
6  HUDHealthBar.cc
7  HUDTimer.cc
8  ChatOverlay.cc
9  GametypeStatus.cc
10  AnnounceMessage.cc
11  KillMessage.cc
12  DeathMessage.cc
13  UnderAttackHealthBar.cc
14  TeamBaseMatchScore.cc
15  GametypeStaticMessage.cc
16  GametypeFadingMessage.cc
17  LastManStandingInfos.cc
18  PauseNotice.cc
19)
Note: See TracBrowser for help on using the repository browser.