Custom Query (13963 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 13963)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#7572 "confirm exit" dialog fingolfin fingolfin
Description

Right now, the SCUMM engine uses an undocument config switch: confirm_exit which if set to true, cause a "Do you really want to exit Y/N" dialog to appear when a quit event is received, giving the user a chance to reconsider.

It is unfortunate that this is only implemented in the SCUMM engine. I propose that either we ditch it completely, or we move it to a full & proper feature. That would mean: * document it * make it work in all engines, even the launcher * add it to the global option dialog (IMO, only to the global one, I really don't think it'd be very useful to configure this per-game)

The questions is how to make it work consistently everywhere. One way would be to add the code to the backend (at least the SDL one) -- so just before firing a QUIT event, pop up the dialog (if "confirm_exit" is set to true). This would guarantee consistent behavior across all engines and also in the launcher.

Drawback: It won't work for "custom" quit code in engines. However, since the main reason for the confirmation dialog is to protect from accidental key presses (like pressing Alt-X in the "Leisure Suite Larry" games), this would likely not be a big problem.

However, if we *do* think it would be important to handle these cases, that would be possible, too. Just add the confirmation dialog into a file in gui/, then it can be used from any part of our code base.

Ticket imported from: #1731025. Ticket imported from: feature-requests/388.

#11922 fixed "make clean", and even "make distclean", leaves a bunch of .dwo files aquadran eriktorbjorn
Description

After a "make distclean" on Linux, while the .o files are gone there are still a whole bunch of .dwo files. Almost exclusively detection.dwo, but also a wagparser.dwo. That doesn't seem right:

$ find . -name '*.dwo' | sort
./engines/access/detection.dwo
./engines/adl/detection.dwo
./engines/agi/detection.dwo
./engines/agi/wagparser.dwo
./engines/agos/detection.dwo
./engines/avalanche/detection.dwo
./engines/bbvs/detection.dwo
./engines/bladerunner/detection.dwo
./engines/cge2/detection.dwo
./engines/cge/detection.dwo
./engines/chewy/detection.dwo
./engines/cine/detection.dwo
./engines/composer/detection.dwo
./engines/cruise/detection.dwo
./engines/cryo/detection.dwo
./engines/cryomni3d/detection.dwo
./engines/director/detection.dwo
./engines/dm/detection.dwo
./engines/draci/detection.dwo
./engines/dragons/detection.dwo
./engines/drascula/detection.dwo
./engines/dreamweb/detection.dwo
./engines/gnap/detection.dwo
./engines/gob/detection/detection.dwo
./engines/griffon/detection.dwo
./engines/groovie/detection.dwo
./engines/hadesch/detection.dwo
./engines/hdb/detection.dwo
./engines/hopkins/detection.dwo
./engines/hugo/detection.dwo
./engines/illusions/detection.dwo
./engines/kingdom/detection.dwo
./engines/kyra/detection.dwo
./engines/lab/detection.dwo
./engines/lastexpress/detection.dwo
./engines/lilliput/detection.dwo
./engines/lure/detection.dwo
./engines/macventure/detection.dwo
./engines/made/detection.dwo
./engines/mads/detection.dwo
./engines/mohawk/detection.dwo
./engines/mortevielle/detection.dwo
./engines/mutationofjb/detection.dwo
./engines/myst3/detection.dwo
./engines/neverhood/detection.dwo
./engines/ngi/detection.dwo
./engines/parallaction/detection.dwo
./engines/pegasus/detection.dwo
./engines/petka/detection.dwo
./engines/pink/detection.dwo
./engines/plumbers/detection.dwo
./engines/prince/detection.dwo
./engines/queen/detection.dwo
./engines/saga/detection.dwo
./engines/sci/detection.dwo
./engines/scumm/detection.dwo
./engines/sherlock/detection.dwo
./engines/sky/detection.dwo
./engines/sludge/detection.dwo
./engines/stark/detection.dwo
./engines/startrek/detection.dwo
./engines/supernova/detection.dwo
./engines/sword1/detection.dwo
./engines/sword25/detection.dwo
./engines/sword2/detection.dwo
./engines/teenagent/detection.dwo
./engines/testbed/detection.dwo
./engines/tinsel/detection.dwo
./engines/titanic/detection.dwo
./engines/toltecs/detection.dwo
./engines/tony/detection.dwo
./engines/toon/detection.dwo
./engines/touche/detection.dwo
./engines/tsage/detection.dwo
./engines/tucker/detection.dwo
./engines/ultima/detection.dwo
./engines/voyeur/detection.dwo
./engines/wage/detection.dwo
./engines/wintermute/detection.dwo
./engines/xeen/detection.dwo
./engines/zvision/detection.dwo
#1891 fixed "make distclean" does not completely clean up fingolfin eriktorbjorn
Description

When doing "make distclean" with the current CVS snapshot, the following directories (at least) are not removed:

./backends/fs/.deps ./backends/midi/.deps ./tools/.deps

Ticket imported from: #1100125. Ticket imported from: bugs/1891.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.