Opened 14 years ago

Closed 6 years ago

Last modified 5 years ago

#7780 closed feature request (fixed)

GUI: Save/load dialog doesn't maintain scrolling position

Reported by: SF/escarlate Owned by: bonki
Priority: normal Component: GUI
Version: Keywords:
Cc: Game:

Description

I did notice that the GUI is called now instead of the standard Sierra interface in the SCI games. I think that's great, solving the 20-limit problem, but I was wondering if it was possible to position the cursor automatically on the next free slot everytime. Otherwise, the player has to either keep overwritting the first slot, or manually move down the list to create a new savegame.

Ticket imported from: #3059657. Ticket imported from: feature-requests/596.

Change History (7)

comment:1 by m-kiewitz, 14 years ago

This is not SCI specific for example in (some?) SCUMM games, the save dialog is also replaced that way.

Moving down is kind of problematic. If you got a saved game at slot 50, it would move down there all the time, which could get irritating. Maybe it would be better to remember the last scroll position, so if you would save multiple times, you wouldn't have to scroll down every time.

Oh, and you need to click currently on the slot you want to save to. So it won't overwrite the first slot automatically in any case.

Also you may just still disable this feature by adding "sci_originalsaveload=true" to your scummvm.ini (either game-specific or globally).

comment:2 by SF/escarlate, 14 years ago

I like this feature, and I'll keep using it anyway. I just want it to be more practical. Having to scroll down everytime I want to make a new save is a bit annoying. If it could just position the cursor on the next free slot, that would be perfect.

comment:3 by m-kiewitz, 14 years ago

Summary: GUI: Save behaviour in SCIGUI: Save dialog behaviour

comment:4 by lordhoto, 11 years ago

Status: newpending

comment:5 by lordhoto, 11 years ago

We changed the behavior so that we try to scroll to the last selected or viewed slot. That should be "close enough" I think. I'll set this to pending, so if you have any opinion on that please state it.

comment:6 by bonki, 6 years ago

Owner: set to bonki
Resolution: fixed
Status: pendingclosed
Summary: GUI: Save dialog behaviourGUI: Save/load dialog doesn't maintain scrolling position

Closing this, the last scrolling position is saved per game (gui_saveload_last_pos in scummvm.ini) so this shouldn't be an issue anymore.

comment:7 by digitall, 5 years ago

Component: GUI
Note: See TracTickets for help on using tickets.