View Issue Details

IDProjectCategoryView StatusLast Update
0004354The Dark ModGUIpublic29.07.2016 01:28
Reportergrayman Assigned Tograyman  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
Product VersionTDM 2.04 
Target VersionTDM 2.05Fixed in VersionTDM 2.05 
Summary0004354: Displaying the inventory grid should be subject to immobilization upon request
DescriptionWhen in the dream sequence of WS3, the inventory grid can be brought up and down.
Additional InformationWhen entering the dream, numerous player actions are immobilized. The solution is to add a check in the new inventory grid code to query the immobilization flag for selecting inventory items (EIM_ITEM_SELECT).

This occurs at line 1501 of Player.cpp:

  if (inventoryGridOverlay != -1 || (GetImmobilization() & EIM_ITEM_SELECT))
TagsNo tags attached.

Activities

grayman

grayman

28.07.2016 22:09

viewer   ~0008245

Solution provided by Durandall, who provided the inventory grid code.
grayman

grayman

29.07.2016 01:27

viewer   ~0008246

Done.

Rev. 6605.

Issue History

Date Modified Username Field Change
28.07.2016 22:07 grayman New Issue
28.07.2016 22:07 grayman Status new => assigned
28.07.2016 22:07 grayman Assigned To => grayman
28.07.2016 22:09 grayman Note Added: 0008245
28.07.2016 22:09 grayman Description Updated
29.07.2016 01:27 grayman Note Added: 0008246
29.07.2016 01:27 grayman Fixed in Version => TDM 2.05
29.07.2016 01:28 grayman Status assigned => resolved
29.07.2016 01:28 grayman Resolution open => fixed