Changes
Summary
- [HUD_HS16] fixed wrong dependency between overlays and pickup module: pickup should NOT depend on overlays; instead overlays should use pickup. also reverted all changes from HUD_HS16 in PickupManager for several reasons: - calling HUDPickupSystem is not necessary anymore due to the fixed dependencies - adding a console command is not necessary because there is already a full GUI for this purpose (press F4) - limiting the number of pickups to 10 is a bad idea because PickupManager manages pickups for ALL players in the game
- [HUD_HS16] fixed bug with the position of the hud pickup items
- [HUD_HS16] removed a lot of unused stuff
- [HUD_HS16] removed debug output
- merged the remaining commits of HUD_HS16 branch back to trunk (except commit r11392 which added DDDialogue that seems to be just a test)