Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2007, 12:44:02 AM (17 years ago)
Author:
rgrieder
Message:
  • modified the AmmunitionDump to hold different types of ammo
  • converted the RunManager into a Singleton
  • added some methods to address ammo by string
  • created a BaseWeapon class
  • derived BarrelGun from BaseWeapon
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto_vs05/scripts/weapon_framework.vcproj

    r198 r232  
    4242                                Optimization="0"
    4343                                AdditionalIncludeDirectories="..\src;"$(OGRE_HOME)\OgreMain\include";"$(OGRE_HOME)\Dependencies\include""
    44                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
     44                                PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
    4545                                MinimalRebuild="true"
    4646                                BasicRuntimeChecks="3"
     
    223223                                </File>
    224224                                <File
     225                                        RelativePath="..\src\weapon\barrel_gun.cc"
     226                                        >
     227                                </File>
     228                                <File
    225229                                        RelativePath="..\src\weapon\base_weapon.cpp"
    226230                                        >
     
    236240                                <File
    237241                                        RelativePath="..\src\weapon\weapon_station.cc"
     242                                        >
     243                                </File>
     244                        </Filter>
     245                        <Filter
     246                                Name="class_hierarchy"
     247                                >
     248                                <File
     249                                        RelativePath="..\src\class_hierarchy\BaseObject.cc"
     250                                        >
     251                                </File>
     252                                <File
     253                                        RelativePath="..\src\class_hierarchy\ClassHierarchy.cc"
     254                                        >
     255                                </File>
     256                                <File
     257                                        RelativePath="..\src\class_hierarchy\Identifier.cc"
     258                                        >
     259                                </File>
     260                                <File
     261                                        RelativePath="..\src\class_hierarchy\IdentifierList.cc"
     262                                        >
     263                                </File>
     264                                <File
     265                                        RelativePath="..\src\class_hierarchy\ObjectList.cc"
     266                                        >
     267                                </File>
     268                                <File
     269                                        RelativePath="..\src\class_hierarchy\OrxonoxClass.cc"
     270                                        >
     271                                </File>
     272                                <File
     273                                        RelativePath="..\src\class_hierarchy\test1.cc"
     274                                        >
     275                                </File>
     276                                <File
     277                                        RelativePath="..\src\class_hierarchy\test2.cc"
     278                                        >
     279                                </File>
     280                                <File
     281                                        RelativePath="..\src\class_hierarchy\test3.cc"
    238282                                        >
    239283                                </File>
     
    285329                                </File>
    286330                                <File
     331                                        RelativePath="..\src\weapon\barrel_gun.h"
     332                                        >
     333                                </File>
     334                                <File
    287335                                        RelativePath="..\src\weapon\base_weapon.h"
    288336                                        >
     
    302350                                <File
    303351                                        RelativePath="..\src\weapon\weapon_station.h"
     352                                        >
     353                                </File>
     354                        </Filter>
     355                        <Filter
     356                                Name="class_hierarchy"
     357                                >
     358                                <File
     359                                        RelativePath="..\src\class_hierarchy\BaseObject.h"
     360                                        >
     361                                </File>
     362                                <File
     363                                        RelativePath="..\src\class_hierarchy\ClassHierarchy.h"
     364                                        >
     365                                </File>
     366                                <File
     367                                        RelativePath="..\src\class_hierarchy\Identifier.h"
     368                                        >
     369                                </File>
     370                                <File
     371                                        RelativePath="..\src\class_hierarchy\IdentifierIncludes.h"
     372                                        >
     373                                </File>
     374                                <File
     375                                        RelativePath="..\src\class_hierarchy\IdentifierList.h"
     376                                        >
     377                                </File>
     378                                <File
     379                                        RelativePath="..\src\class_hierarchy\ObjectList.h"
     380                                        >
     381                                </File>
     382                                <File
     383                                        RelativePath="..\src\class_hierarchy\OrxonoxClass.h"
     384                                        >
     385                                </File>
     386                                <File
     387                                        RelativePath="..\src\class_hierarchy\Test.h"
     388                                        >
     389                                </File>
     390                                <File
     391                                        RelativePath="..\src\class_hierarchy\test1.h"
     392                                        >
     393                                </File>
     394                                <File
     395                                        RelativePath="..\src\class_hierarchy\test2.h"
     396                                        >
     397                                </File>
     398                                <File
     399                                        RelativePath="..\src\class_hierarchy\test3.h"
    304400                                        >
    305401                                </File>
Note: See TracChangeset for help on using the changeset viewer.