Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 26, 2008, 4:26:04 PM (16 years ago)
Author:
rgrieder
Message:

Still working on the GameStates, but I have to save the work because of some major changes.

  • Exported InputManager- and TclThreadManager-tick to GSGraphics instead of Core
  • Fixed a few bugs in GameState by adding an internal state variable as bitfield (quite practical)
  • Fixed a bug in InputManager that occurred when destroying an active InputState
  • Added GSIO and GSIOConsole (3 lines of loop code with std::cin, but works ;))
  • Added more boost thread includes to OrxonoxStableHeaders.h
  • Many changes in all GameState derived classes
Location:
code/branches/gui/visual_studio/vc8
Files:
2 edited

Legend:

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

    r1663 r1670  
    149149                        >
    150150                        <File
     151                                RelativePath="..\..\src\core\BaseGameState.cc"
     152                                >
     153                        </File>
     154                        <File
    151155                                RelativePath="..\..\src\core\ConfigFileManager.cc"
    152156                                >
     
    376380                        >
    377381                        <File
     382                                RelativePath="..\..\src\core\BaseGameState.h"
     383                                >
     384                        </File>
     385                        <File
    378386                                RelativePath="..\..\src\core\ConfigFileManager.h"
    379387                                >
  • code/branches/gui/visual_studio/vc8/orxonox.vcproj

    r1661 r1670  
    496496                                >
    497497                                <File
     498                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.cc"
     499                                        >
     500                                </File>
     501                                <File
    498502                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
    499503                                        >
     
    504508                                </File>
    505509                                <File
     510                                        RelativePath="..\..\src\orxonox\gamestates\GSIO.cc"
     511                                        >
     512                                </File>
     513                                <File
     514                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.cc"
     515                                        >
     516                                </File>
     517                                <File
    506518                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.cc"
    507519                                        >
     
    509521                                <File
    510522                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.cc"
     523                                        >
     524                                </File>
     525                                <File
     526                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.cc"
     527                                        >
     528                                </File>
     529                                <File
     530                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.cc"
    511531                                        >
    512532                                </File>
     
    738758                                >
    739759                                <File
     760                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
     761                                        >
     762                                </File>
     763                                <File
    740764                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.h"
    741765                                        >
     
    746770                                </File>
    747771                                <File
     772                                        RelativePath="..\..\src\orxonox\gamestates\GSIO.h"
     773                                        >
     774                                </File>
     775                                <File
     776                                        RelativePath="..\..\src\orxonox\gamestates\GSIOConsole.h"
     777                                        >
     778                                </File>
     779                                <File
    748780                                        RelativePath="..\..\src\orxonox\gamestates\GSLevel.h"
    749781                                        >
     
    751783                                <File
    752784                                        RelativePath="..\..\src\orxonox\gamestates\GSRoot.h"
     785                                        >
     786                                </File>
     787                                <File
     788                                        RelativePath="..\..\src\orxonox\gamestates\GSServer.h"
     789                                        >
     790                                </File>
     791                                <File
     792                                        RelativePath="..\..\src\orxonox\gamestates\GSStandalone.h"
    753793                                        >
    754794                                </File>
Note: See TracChangeset for help on using the changeset viewer.