aboutsummaryrefslogtreecommitdiff
path: root/engines/touche
AgeCommit message (Collapse)Author
2007-02-24Trying to unify the order in which we try the various audio formats: Prefer ↵Max Horn
FLAC (lossless) over Ogg Vorbis ('free') over MP3 -- the order is admittedly somewhat arbitrary, but at least now it's consistent across all parts of ScummVM svn-id: r25837
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just ↵Max Horn
flushes the stream), changed engines to call that before deleting OutSaveFile instances (instead of just flushing) svn-id: r25660
2007-02-16Some very obvious cleanups.Torbjörn Andersson
svn-id: r25635
2007-02-13Changed detectBestMatchingGame to return a pointer to a ADGameDescription ↵Max Horn
(or a subclass of it); added a (currently fake) fallback callback entry in ADParams svn-id: r25574
2007-02-13AdvancedDetector changes:Max Horn
* Renamed genGameList to gameIDList to make it match the corresponding plugin API function name * removed the detectFunc param from detectGameForEngineCreation, as it *always* pointed to a straight wrapper around AdvancedDetector::detectAllGames * as a consequence, removed the various GAME_detectGames functions from the engines, and removed the detectFunc param from ADVANCED_DETECTOR_DEFINE_PLUGIN svn-id: r25547
2007-02-13Rename Common::GF_XXX to Common::ADGF_XXXEugene Sandulenko
svn-id: r25545
2007-02-13(re)added flags field to ADGameDescription, with currently only one value ↵Max Horn
(GF_DEMO) -- this flag value is not yet used by anything (also, GF_DEMO hasn't been correctly set for AGI games yet) svn-id: r25539
2007-02-04Fix warning.Eugene Sandulenko
svn-id: r25384
2007-02-03removed preallocation of sprite tables (the previous values were taken from ↵Gregory Montoir
the original but it seems they can be lowered) svn-id: r25351
2007-01-30added checks to prevent crash if no datafiles can be found, also fixed a typoGregory Montoir
svn-id: r25283
2007-01-30Moved Touche engine to AdvancedDetector.Eugene Sandulenko
svn-id: r25272
2007-01-21cleanupGregory Montoir
svn-id: r25157
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene Sandulenko
return StringMap instead of fixed list of parameters. This adds great flexibility. Current patch should not alter any functionality, i.e. if there are regressions, submit a report. Phase 2 will benefit from these changes and will come later. svn-id: r25134
2007-01-08renamed an opcode, fixed an assert conditionGregory Montoir
svn-id: r25056
2007-01-05Enabled exit from in-game optionsGregory Montoir
svn-id: r25017
2007-01-05got rid of an assertion triggered when trying to play a speech file after ↵Gregory Montoir
switching from silent mode to talk mode. Minor cleanup. svn-id: r25010
2007-01-02workaround a scripting bug (see tracker item #1623356)Gregory Montoir
svn-id: r24968
2006-12-29workaround a scripting bug (see tracker item #1622114)Gregory Montoir
svn-id: r24949
2006-12-29minor simplificationGregory Montoir
svn-id: r24948
2006-12-20workaround a scripting bug (see tracker item #1618700) and renamed an opcodeGregory Montoir
svn-id: r24900
2006-12-19fixed bug #1618695Gregory Montoir
svn-id: r24888
2006-12-14added details for demo version of toucheGregory Montoir
svn-id: r24848
2006-12-10cleanup (added a few more constants, renamed some opcodes) and reverted my ↵Gregory Montoir
previous change to op_sleep. svn-id: r24830
2006-12-09force mouse cursor display if first script is different from 90 (startup ↵Gregory Montoir
script number) svn-id: r24826
2006-12-09cleanupGregory Montoir
svn-id: r24825
2006-12-09Better implementation of op_sleep() which doesn't freeze mouse.Eugene Sandulenko
svn-id: r24824
2006-12-09added missing opcode (bug report #1612252)Gregory Montoir
svn-id: r24823
2006-11-25added a few comments and details for another Touche version (tracker item ↵Gregory Montoir
#1602360) svn-id: r24786
2006-11-24update the screen at the end of each engine cycle, it should make the mouse ↵Gregory Montoir
cursor more responsive svn-id: r24781
2006-11-24fixed bug #1602037 - TOUCHE: Map not shown correctly in Intro.Gregory Montoir
svn-id: r24779
2006-11-23added details for another Touche version as reported in tracker item #1601818.Gregory Montoir
svn-id: r24778
2006-11-23minor cleanup, _spritesTable is no more staticGregory Montoir
svn-id: r24777
2006-11-18added game details for german version of ToucheGregory Montoir
svn-id: r24730
2006-11-18added font data for french version (and probably all other localized versions)Gregory Montoir
svn-id: r24729
2006-11-18fixed palette glitches during introduction/on restart, cleanupGregory Montoir
svn-id: r24728
2006-11-15added dirty rects handlingGregory Montoir
svn-id: r24725
2006-11-15added handler for flag 618 (cursor display on/off) and workaround a palette ↵Gregory Montoir
glitch svn-id: r24724
2006-11-12fixed valgrind warnings (unitialized data)Gregory Montoir
svn-id: r24692
2006-11-12Since we now generate warnings/messages for engine instantiation failures in ↵Max Horn
a central place, get rid of such messages printed by engines svn-id: r24686
2006-11-12cleanupGregory Montoir
svn-id: r24683
2006-11-11various fixes, Touche should now be completable without any major glitchesGregory Montoir
svn-id: r24672
2006-11-10font char width is always equal 16 pixels, removed unneeded parameterGregory Montoir
svn-id: r24669
2006-11-10new menu codeGregory Montoir
workaround a possible scripting bug in introduction screen svn-id: r24668
2006-11-07cleanupGregory Montoir
svn-id: r24654
2006-11-06some fixes, some cleanupGregory Montoir
svn-id: r24644
2006-11-05various fixesGregory Montoir
svn-id: r24628
2006-11-05enabled MIDI volume changesGregory Montoir
svn-id: r24627
2006-11-05removed unneeded opcodesGregory Montoir
svn-id: r24618
2006-11-05added basic MIDI playbackGregory Montoir
svn-id: r24617
2006-11-05cleanupGregory Montoir
svn-id: r24614