Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 1, 2008, 10:20:24 PM (16 years ago)
Author:
rgrieder
Message:

Added Dedicated game state (name: "dedicated", class: GSDedicated).
It doesn't work at all yet, mainly because of our very poorly designed /objects folder. I tried adding a few "if (Settings::showsGraphics())", but I ran into some serious issues.
I will simply leave this topic up to an eager orxonox developer who wants a dedicated server :D There is A LOT of work to be done…

File:
1 edited

Legend:

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

    r1688 r1694  
    496496                                </File>
    497497                                <File
     498                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.cc"
     499                                        >
     500                                </File>
     501                                <File
    498502                                        RelativePath="..\..\src\orxonox\gamestates\GSGraphics.cc"
    499503                                        >
     
    747751                                <File
    748752                                        RelativePath="..\..\src\orxonox\gamestates\GSClient.h"
     753                                        >
     754                                </File>
     755                                <File
     756                                        RelativePath="..\..\src\orxonox\gamestates\GSDedicated.h"
    749757                                        >
    750758                                </File>
Note: See TracChangeset for help on using the changeset viewer.