Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2008, 1:42:17 AM (15 years ago)
Author:
rgrieder
Message:
  • updated msvc files
  • Fixed build by including util/Integer.h in NetworkPrereqs.h instead of util/Math.h
  • Fixed issue with a this pointer used in the base class c'tor initialisation
  • Fixed build under windows: INFINITE seems to be a macro, defined in winbase.h. Constant was somewhere in the quest files.
  • Fixed build: Only integral types can have header-file value when declared as static const. Float is not supported by the standard.
  • Fixed a potential bug in Planet.cc: "if (cond) doOne; doTwo" —> missing brances (indentation was correct, so I assume there have to be brances)
  • Corrected lots of indentation problems with tabs/spaces mix.
  • Changed all "@file Blubb.h" to "@file": Doxygen then assumes the actual filename. This gives more flexibility.
File:
1 edited

Legend:

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

    r2171 r2435  
    305305                                        </File>
    306306                                        <File
     307                                                RelativePath="..\..\src\orxonox\objects\worldentities\Planet.cc"
     308                                                >
     309                                        </File>
     310                                        <File
    307311                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.cc"
    308312                                                >
     
    341345                                                <File
    342346                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\EventTrigger.cc"
     347                                                        >
     348                                                </File>
     349                                                <File
     350                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\PlayerTrigger.cc"
    343351                                                        >
    344352                                                </File>
     
    589597                                        </File>
    590598                                        <File
     599                                                RelativePath="..\..\src\orxonox\objects\quest\QuestEffectBeacon.cc"
     600                                                >
     601                                        </File>
     602                                        <File
    591603                                                RelativePath="..\..\src\orxonox\objects\quest\QuestHint.cc"
    592604                                                >
     
    594606                                        <File
    595607                                                RelativePath="..\..\src\orxonox\objects\quest\QuestItem.cc"
     608                                                >
     609                                        </File>
     610                                        <File
     611                                                RelativePath="..\..\src\orxonox\objects\quest\QuestListener.cc"
    596612                                                >
    597613                                        </File>
     
    743759                                        </File>
    744760                                </Filter>
     761                                <Filter
     762                                        Name="notifications"
     763                                        >
     764                                        <File
     765                                                RelativePath="..\..\src\orxonox\overlays\notifications\Notification.cc"
     766                                                >
     767                                        </File>
     768                                        <File
     769                                                RelativePath="..\..\src\orxonox\overlays\notifications\NotificationManager.cc"
     770                                                >
     771                                        </File>
     772                                        <File
     773                                                RelativePath="..\..\src\orxonox\overlays\notifications\NotificationQueue.cc"
     774                                                >
     775                                        </File>
     776                                </Filter>
    745777                        </Filter>
    746778                        <Filter
     
    933965                                        </File>
    934966                                        <File
     967                                                RelativePath="..\..\src\orxonox\objects\worldentities\Planet.h"
     968                                                >
     969                                        </File>
     970                                        <File
    935971                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.h"
    936972                                                >
     
    9721008                                                </File>
    9731009                                                <File
     1010                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\PlayerTrigger.h"
     1011                                                        >
     1012                                                </File>
     1013                                                <File
    9741014                                                        RelativePath="..\..\src\orxonox\objects\worldentities\triggers\Trigger.h"
    9751015                                                        >
     
    10571097                                        </File>
    10581098                                        <File
     1099                                                RelativePath="..\..\src\orxonox\objects\quest\QuestEffectBeacon.h"
     1100                                                >
     1101                                        </File>
     1102                                        <File
    10591103                                                RelativePath="..\..\src\orxonox\objects\quest\QuestHint.h"
    10601104                                                >
     
    10621106                                        <File
    10631107                                                RelativePath="..\..\src\orxonox\objects\quest\QuestItem.h"
     1108                                                >
     1109                                        </File>
     1110                                        <File
     1111                                                RelativePath="..\..\src\orxonox\objects\quest\QuestListener.h"
    10641112                                                >
    10651113                                        </File>
     
    12261274                                        <File
    12271275                                                RelativePath="..\..\src\orxonox\overlays\debug\DebugRTRText.h"
     1276                                                >
     1277                                        </File>
     1278                                </Filter>
     1279                                <Filter
     1280                                        Name="notifications"
     1281                                        >
     1282                                        <File
     1283                                                RelativePath="..\..\src\orxonox\overlays\notifications\Notification.h"
     1284                                                >
     1285                                        </File>
     1286                                        <File
     1287                                                RelativePath="..\..\src\orxonox\overlays\notifications\NotificationManager.h"
     1288                                                >
     1289                                        </File>
     1290                                        <File
     1291                                                RelativePath="..\..\src\orxonox\overlays\notifications\NotificationQueue.h"
    12281292                                                >
    12291293                                        </File>
Note: See TracChangeset for help on using the changeset viewer.