Changeset 1994 for code/branches/objecthierarchy
- Timestamp:
- Oct 22, 2008, 11:28:35 AM (16 years ago)
- Location:
- code/branches/objecthierarchy
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/init/common/def_keybindings.ini
r1897 r1994 1 1 [Keys] 2 KeyA="scale -1 move Lateral"2 KeyA="scale -1 moveRightLeft" 3 3 KeyABNT_C1= 4 4 KeyABNT_C2= … … 16 16 KeyComma= 17 17 KeyConvert= 18 KeyD="scale 1 move Lateral"18 KeyD="scale 1 moveRightLeft" 19 19 KeyDelete= 20 20 KeyDivide= 21 21 KeyDown= 22 KeyE="scale -1 moveRoll"22 KeyE="scale -1 rotateRoll" 23 23 KeyEnd= 24 24 KeyEquals= 25 25 KeyEscape="exit" 26 KeyF= 26 KeyF="scale -1 moveUpDown" 27 27 KeyF1="OverlayGroup toggleVisibility Debug" 28 28 KeyF10= … … 105 105 KeyPower= 106 106 KeyPreviousTrack= 107 KeyQ="scale 1 moveRoll"108 KeyR= 107 KeyQ="scale 1 rotateRoll" 108 KeyR="scale 1 moveUpDown" 109 109 KeyReturn= 110 110 KeyRight= … … 114 114 KeyRightShift= 115 115 KeyRightWindows= 116 KeyS="scale -1 move Longitudinal"116 KeyS="scale -1 moveFrontBack" 117 117 KeyScrollLock= 118 118 KeySemicolon= … … 132 132 KeyVolumeDown= 133 133 KeyVolumeUp= 134 KeyW="scale 1 move Longitudinal"134 KeyW="scale 1 moveFrontBack" 135 135 KeyWake= 136 136 KeyWebBack= … … 254 254 255 255 [MouseAxes] 256 MouseXNeg="scale 1 moveYaw"257 MouseXPos="scale -1 moveYaw"258 MouseYNeg="scale 1 movePitch"259 MouseYPos="scale -1 movePitch"256 MouseXNeg="scale -1 rotateYaw" 257 MouseXPos="scale 1 rotateYaw" 258 MouseYNeg="scale 1 rotatePitch" 259 MouseYPos="scale -1 rotatePitch" 260 260 -
code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc
r1993 r1994 27 27 */ 28 28 29 #include "OrxonoxStableHeaders.h" 29 30 #include "ControllableEntity.h" 30 31 -
code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.cc
r1993 r1994 27 27 */ 28 28 29 #include "OrxonoxStableHeaders.h" 29 30 #include "MovableEntity.h" 30 31 -
code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.cc
r1993 r1994 27 27 */ 28 28 29 #include "OrxonoxStableHeaders.h" 29 30 #include "Spectator.h" 30 31 -
code/branches/objecthierarchy/visual_studio/vc8/core.vcproj
r1961 r1994 184 184 > 185 185 </File> 186 <File 187 RelativePath="..\..\src\core\Template.cc" 188 > 189 </File> 186 190 <Filter 187 191 Name="tolua" … … 421 425 </File> 422 426 <File 427 RelativePath="..\..\src\core\Template.h" 428 > 429 </File> 430 <File 423 431 RelativePath="..\..\src\core\XMLIncludes.h" 424 432 > -
code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj
r1961 r1994 231 231 > 232 232 <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 233 245 RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.cc" 234 246 > … … 238 250 > 239 251 </File> 252 <Filter 253 Name="pawns" 254 > 255 <File 256 RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.cc" 257 > 258 </File> 259 </Filter> 240 260 </Filter> 241 261 <Filter … … 260 280 <File 261 281 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" 262 294 > 263 295 </File> … … 579 611 > 580 612 <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 581 625 RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.h" 582 626 > … … 586 630 > 587 631 </File> 632 <Filter 633 Name="pawns" 634 > 635 <File 636 RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.h" 637 > 638 </File> 639 </Filter> 588 640 </Filter> 589 641 <Filter … … 608 660 <File 609 661 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" 610 674 > 611 675 </File>
Note: See TracChangeset
for help on using the changeset viewer.