View Issue Details

IDProjectCategoryView StatusLast Update
0002826The Dark ModCodingpublic12.08.2011 14:08
Reportertels Assigned Totels  
PrioritynormalSeveritynormalReproducibilitysometimes
Status resolvedResolutionfixed 
Product VersionTDM 1.06 
Target VersionTDM 1.07Fixed in VersionTDM 1.07 
Summary0002826: LOD inventory entities sometimes re-appear
DescriptionIt seems that items picked up (like keys) are still existing, but simply made invisible/hidden when the pickup occurs.

If the item in question is an LOD entity, the LOD code/check can make the entity re-appear, probably because it sees it as hidden, but not as in the inventory.
Steps To ReproduceStart test/stack.map, and pickup any of the three "Mysterious Key"s on the table. Quite alot of the time they re-appear half a second later,and can be picked up a second time.
TagsNo tags attached.

Activities

tels

tels

12.08.2011 14:08

reporter   ~0003979

Fixed by checkin 0004955.

* Add DisableLOD() and EnableLOD() on entities, and make it work
* Call DisableLOD() on entities that go into the inventory, or are shouldered, and later when they are dropped, call EnableLOD() again on them.

Issue History

Date Modified Username Field Change
28.07.2011 12:18 tels New Issue
28.07.2011 12:18 tels Status new => assigned
28.07.2011 12:18 tels Assigned To => tels
12.08.2011 14:08 tels Note Added: 0003979
12.08.2011 14:08 tels Status assigned => resolved
12.08.2011 14:08 tels Fixed in Version => TDM 1.07
12.08.2011 14:08 tels Resolution open => fixed