View Issue Details

IDProjectCategoryView StatusLast Update
0001663The Dark ModGUIpublic31.12.2020 06:28
ReporterFidcal Assigned To 
PrioritynormalSeveritynormalReproducibilityhave not tried
Status feedbackResolutionreopened 
Product VersionSVN 
Fixed in VersionTDM 1.00 
Summary0001663: Shop not cleared between map loads
DescriptionShop not cleared between map loads so items still load even from console.
see thread at http://forums.thedarkmod.com/topic/8801-main-menu/page-5#entry177879
TagsNo tags attached.

Activities

greebo

greebo

14.03.2009 20:53

administrator   ~0002369

Fixed in source.
greebo

greebo

12.07.2009 12:54

administrator   ~0002544

I had to revert my fix - MapShutdown() is also called right before map start which cleared out the shop even when starting a mission through the menus. I think this might be "unsolveable" for the moment being. It only affects maps started through the console, so I'll leave it for now.
nbohr1more

nbohr1more

31.12.2020 05:38

developer   ~0013328

Last edited: 31.12.2020 06:28

Still happens in 2.09

Probably needs be called in the console code...

framework/Session.cpp: cmdSystem->AddCommand( "map", Session_Map_f, CMD_FL_SYSTEM, "loads a map", idCmdSystem::ArgCompletion_MapName );

Edit:

I guess not.

To fix this, we would probably need to load the map first before starting the shop.

In-Game shops do already exist so this is possible but it is a lot of extra work for this fix?

On the other hand, changing this may help make background mission loading easier...

Issue History

Date Modified Username Field Change
23.02.2009 14:46 Fidcal New Issue
06.03.2009 16:25 greebo Status new => assigned
06.03.2009 16:25 greebo Assigned To => greebo
14.03.2009 20:52 greebo Status assigned => resolved
14.03.2009 20:52 greebo Fixed in Version => TDM 1.0
14.03.2009 20:52 greebo Resolution open => fixed
14.03.2009 20:53 greebo Note Added: 0002369
12.07.2009 12:54 greebo Assigned To greebo =>
12.07.2009 12:54 greebo Note Added: 0002544
12.07.2009 12:54 greebo Status resolved => feedback
12.07.2009 12:54 greebo Resolution fixed => reopened
17.12.2018 04:36 nbohr1more Description Updated
31.12.2020 05:38 nbohr1more Note Added: 0013328
31.12.2020 06:04 nbohr1more Note Edited: 0013328
31.12.2020 06:28 nbohr1more Note Edited: 0013328