Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8220


Ignore:
Timestamp:
Apr 9, 2011, 9:24:36 PM (13 years ago)
Author:
dafrick
Message:

Adding some default keybindings.

Location:
code/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/defaultConfig/keybindings.ini

    r8079 r8220  
    2626KeyF="scale -1 moveUpDown"
    2727KeyF1="OverlayGroup toggleVisibility Debug"
    28 KeyF3 = "OrxonoxOverlay toggleVisibility QuestGUI"
    2928KeyF10=
    3029KeyF11=
     
    3433KeyF15=
    3534KeyF2="OverlayGroup toggleVisibility Stats"
    36 KeyF3=
    37 KeyF4=
    38 KeyF5=
     35KeyF3="OrxonoxOverlay toggleVisibility QuestGUI"
     36KeyF4="OrxonoxOverlay toggleVisibility PickupInventory"
     37KeyF5="startchat"
    3938KeyF6=
    4039KeyF7=
     
    122121KeySpace=boost
    123122KeyStop=
    124 KeySystemRequest=
     123KeySystemRequest="printScreen"
    125124KeyT="onpress fire 3"
    126125KeyTab="NewHumanController changeMode"
  • code/trunk/src/modules/pickup/items/InvisiblePickup.cc

    r7548 r8220  
    177177
    178178        pawn->setVisible(!invisibility);
     179        //TODO: Invisibility should imply radar invisibility as well, thus this should be solved in Pawn.
    179180        pawn->setRadarVisibility(!invisibility);
    180181
Note: See TracChangeset for help on using the changeset viewer.