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/visual_studio/vc8/core.vcproj

    r1670 r1672  
    149149                        >
    150150                        <File
    151                                 RelativePath="..\..\src\core\BaseGameState.cc"
    152                                 >
    153                         </File>
    154                         <File
    155151                                RelativePath="..\..\src\core\ConfigFileManager.cc"
    156152                                >
     
    190186                        <File
    191187                                RelativePath="..\..\src\core\OutputHandler.cc"
     188                                >
     189                        </File>
     190                        <File
     191                                RelativePath="..\..\src\core\RootGameState.cc"
    192192                                >
    193193                        </File>
     
    380380                        >
    381381                        <File
    382                                 RelativePath="..\..\src\core\BaseGameState.h"
    383                                 >
    384                         </File>
    385                         <File
    386382                                RelativePath="..\..\src\core\ConfigFileManager.h"
    387383                                >
     
    433429                        <File
    434430                                RelativePath="..\..\src\core\OutputHandler.h"
     431                                >
     432                        </File>
     433                        <File
     434                                RelativePath="..\..\src\core\RootGameState.h"
    435435                                >
    436436                        </File>
Note: See TracChangeset for help on using the changeset viewer.