Changeset 11354
- Timestamp:
- Mar 9, 2017, 2:50:27 PM (8 years ago)
- Location:
- code/trunk
- Files:
-
- 5 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/HUD_HS16 merged: 11351-11352
- Property svn:mergeinfo changed
-
code/trunk/data/levels/pickups.oxw
r11052 r11354 9 9 <?lua 10 10 include("stats.oxo") 11 include("HUD Templates3.oxo")11 include("HUDPickupTemplate.oxo") 12 12 ?> 13 13 -
code/trunk/data/overlays/HUDTemplates3.oxo
r11353 r11354 190 190 position = "0.32, 0.81" 191 191 pickpoint = "0.0, 0.0" 192 visible = " true"192 visible = "false" 193 193 /> 194 194 -
code/trunk/src/modules/overlays/hud/HUDPickupSystem.cc
r11353 r11354 61 61 } 62 62 } 63 64 void HUDPickupSystem::sizeChanged() 65 { 66 OrxonoxOverlay::sizeChanged(); 67 68 } 69 63 70 64 71 void HUDPickupSystem::updatePickupList(std::vector<Pickupable*> picks, std::map<Pickupable*, uint32_t> indexes_) -
code/trunk/src/modules/overlays/hud/HUDPickupSystem.h
r11353 r11354 56 56 virtual ~HUDPickupSystem(); 57 57 58 void sizeChanged(); 58 59 void updatePickupList(std::vector<Pickupable*> picks, std::map<Pickupable*, uint32_t> indexes_); 59 60 void createPickupList();
Note: See TracChangeset
for help on using the changeset viewer.