Changeset 8220
- Timestamp:
- Apr 9, 2011, 9:24:36 PM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/defaultConfig/keybindings.ini
r8079 r8220 26 26 KeyF="scale -1 moveUpDown" 27 27 KeyF1="OverlayGroup toggleVisibility Debug" 28 KeyF3 = "OrxonoxOverlay toggleVisibility QuestGUI"29 28 KeyF10= 30 29 KeyF11= … … 34 33 KeyF15= 35 34 KeyF2="OverlayGroup toggleVisibility Stats" 36 KeyF3= 37 KeyF4= 38 KeyF5= 35 KeyF3="OrxonoxOverlay toggleVisibility QuestGUI" 36 KeyF4="OrxonoxOverlay toggleVisibility PickupInventory" 37 KeyF5="startchat" 39 38 KeyF6= 40 39 KeyF7= … … 122 121 KeySpace=boost 123 122 KeyStop= 124 KeySystemRequest= 123 KeySystemRequest="printScreen" 125 124 KeyT="onpress fire 3" 126 125 KeyTab="NewHumanController changeMode" -
code/trunk/src/modules/pickup/items/InvisiblePickup.cc
r7548 r8220 177 177 178 178 pawn->setVisible(!invisibility); 179 //TODO: Invisibility should imply radar invisibility as well, thus this should be solved in Pawn. 179 180 pawn->setRadarVisibility(!invisibility); 180 181
Note: See TracChangeset
for help on using the changeset viewer.