Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 27, 2008, 10:21:39 PM (16 years ago)
Author:
rgrieder
Message:
  • Changed GameState so that the new RootGameState can override 2 virtual methods
  • added RootGameState that takes care of state transitions (can only happen between ticks)
  • moved main loop to GSRoot instead of GSGraphics
  • network GameStates not yet finished
  • GraphicsEngine not yet merged into GSGraphics
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/CMakeLists.txt

    r1665 r1672  
    88  Settings.cc
    99
     10  gamestates/GSClient.cc
    1011  gamestates/GSGraphics.cc
    1112  gamestates/GSGUI.cc
     13  gamestates/GSIO.cc
     14  gamestates/GSIOConsole.cc
    1215  gamestates/GSLevel.cc
    1316  gamestates/GSRoot.cc
     17  gamestates/GSServer.cc
     18  gamestates/GSStandalone.cc
    1419
    1520  gui/GUIManager.cc
Note: See TracChangeset for help on using the changeset viewer.