Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1994


Ignore:
Timestamp:
Oct 22, 2008, 11:28:35 AM (15 years ago)
Author:
rgrieder
Message:

updated msvc files.

Location:
code/branches/objecthierarchy
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/init/common/def_keybindings.ini

    r1897 r1994  
    11[Keys]
    2 KeyA="scale -1 moveLateral"
     2KeyA="scale -1 moveRightLeft"
    33KeyABNT_C1=
    44KeyABNT_C2=
     
    1616KeyComma=
    1717KeyConvert=
    18 KeyD="scale 1 moveLateral"
     18KeyD="scale 1 moveRightLeft"
    1919KeyDelete=
    2020KeyDivide=
    2121KeyDown=
    22 KeyE="scale -1 moveRoll"
     22KeyE="scale -1 rotateRoll"
    2323KeyEnd=
    2424KeyEquals=
    2525KeyEscape="exit"
    26 KeyF=
     26KeyF="scale -1 moveUpDown"
    2727KeyF1="OverlayGroup toggleVisibility Debug"
    2828KeyF10=
     
    105105KeyPower=
    106106KeyPreviousTrack=
    107 KeyQ="scale 1 moveRoll"
    108 KeyR=
     107KeyQ="scale 1 rotateRoll"
     108KeyR="scale 1 moveUpDown"
    109109KeyReturn=
    110110KeyRight=
     
    114114KeyRightShift=
    115115KeyRightWindows=
    116 KeyS="scale -1 moveLongitudinal"
     116KeyS="scale -1 moveFrontBack"
    117117KeyScrollLock=
    118118KeySemicolon=
     
    132132KeyVolumeDown=
    133133KeyVolumeUp=
    134 KeyW="scale 1 moveLongitudinal"
     134KeyW="scale 1 moveFrontBack"
    135135KeyWake=
    136136KeyWebBack=
     
    254254
    255255[MouseAxes]
    256 MouseXNeg="scale 1 moveYaw"
    257 MouseXPos="scale -1 moveYaw"
    258 MouseYNeg="scale 1 movePitch"
    259 MouseYPos="scale -1 movePitch"
     256MouseXNeg="scale -1 rotateYaw"
     257MouseXPos="scale 1 rotateYaw"
     258MouseYNeg="scale 1 rotatePitch"
     259MouseYPos="scale -1 rotatePitch"
    260260
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc

    r1993 r1994  
    2727 */
    2828
     29#include "OrxonoxStableHeaders.h"
    2930#include "ControllableEntity.h"
    3031
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.cc

    r1993 r1994  
    2727 */
    2828
     29#include "OrxonoxStableHeaders.h"
    2930#include "MovableEntity.h"
    3031
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.cc

    r1993 r1994  
    2727 */
    2828
     29#include "OrxonoxStableHeaders.h"
    2930#include "Spectator.h"
    3031
  • code/branches/objecthierarchy/visual_studio/vc8/core.vcproj

    r1961 r1994  
    184184                                >
    185185                        </File>
     186                        <File
     187                                RelativePath="..\..\src\core\Template.cc"
     188                                >
     189                        </File>
    186190                        <Filter
    187191                                Name="tolua"
     
    421425                        </File>
    422426                        <File
     427                                RelativePath="..\..\src\core\Template.h"
     428                                >
     429                        </File>
     430                        <File
    423431                                RelativePath="..\..\src\core\XMLIncludes.h"
    424432                                >
  • code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj

    r1961 r1994  
    231231                                        >
    232232                                        <File
     233                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.cc"
     234                                                >
     235                                        </File>
     236                                        <File
     237                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.cc"
     238                                                >
     239                                        </File>
     240                                        <File
     241                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.cc"
     242                                                >
     243                                        </File>
     244                                        <File
    233245                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.cc"
    234246                                                >
     
    238250                                                >
    239251                                        </File>
     252                                        <Filter
     253                                                Name="pawns"
     254                                                >
     255                                                <File
     256                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.cc"
     257                                                        >
     258                                                </File>
     259                                        </Filter>
    240260                                </Filter>
    241261                                <Filter
     
    260280                                        <File
    261281                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.cc"
     282                                                >
     283                                        </File>
     284                                </Filter>
     285                                <Filter
     286                                        Name="controllers"
     287                                        >
     288                                        <File
     289                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.cc"
     290                                                >
     291                                        </File>
     292                                        <File
     293                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.cc"
    262294                                                >
    263295                                        </File>
     
    579611                                        >
    580612                                        <File
     613                                                RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.h"
     614                                                >
     615                                        </File>
     616                                        <File
     617                                                RelativePath="..\..\src\orxonox\objects\worldentities\Model.h"
     618                                                >
     619                                        </File>
     620                                        <File
     621                                                RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.h"
     622                                                >
     623                                        </File>
     624                                        <File
    581625                                                RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.h"
    582626                                                >
     
    586630                                                >
    587631                                        </File>
     632                                        <Filter
     633                                                Name="pawns"
     634                                                >
     635                                                <File
     636                                                        RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.h"
     637                                                        >
     638                                                </File>
     639                                        </Filter>
    588640                                </Filter>
    589641                                <Filter
     
    608660                                        <File
    609661                                                RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.h"
     662                                                >
     663                                        </File>
     664                                </Filter>
     665                                <Filter
     666                                        Name="controllers"
     667                                        >
     668                                        <File
     669                                                RelativePath="..\..\src\orxonox\objects\controllers\Controller.h"
     670                                                >
     671                                        </File>
     672                                        <File
     673                                                RelativePath="..\..\src\orxonox\objects\controllers\HumanController.h"
    610674                                                >
    611675                                        </File>
Note: See TracChangeset for help on using the changeset viewer.