Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 18, 2008, 9:17:30 PM (16 years ago)
Author:
rgrieder
Message:

started implementing the GameStates. Not much for now, but most of the Orxonox.cc code has been copied to GSRoot, GSGraphics and GSLevel.
There is no level currently, but the main menu is shown. This is more of an svn save because I would really like to have Member ConsoleCommands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/visual_studio/vc8/orxonox.vcproj

    r1638 r1661  
    492492                                </File>
    493493                        </Filter>
     494                        <Filter
     495                                Name="gamestates"
     496                                >
     497                                <File
     498                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
     499                                        >
     500                                </File>
     501                                <File
     502                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.cc"
     503                                        >
     504                                </File>
     505                                <File
     506                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
     507                                        >
     508                                </File>
     509                                <File
     510                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
     511                                        >
     512                                </File>
     513                        </Filter>
    494514                </Filter>
    495515                <Filter
     
    711731                                <File
    712732                                        RelativePath="..\..\src\orxonox\gui\OgreCEGUITexture.h"
     733                                        >
     734                                </File>
     735                        </Filter>
     736                        <Filter
     737                                Name="gamestates"
     738                                >
     739                                <File
     740                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
     741                                        >
     742                                </File>
     743                                <File
     744                                        RelativePath="..\..\src\orxonox\gamestates\GSGUI.h"
     745                                        >
     746                                </File>
     747                                <File
     748                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
     749                                        >
     750                                </File>
     751                                <File
     752                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
    713753                                        >
    714754                                </File>
Note: See TracChangeset for help on using the changeset viewer.