Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-25 | TOUCHE: Move some enums and struct definition to header file, get rid of ↵ | Strangerke | |
some void* parameters | |||
2014-05-25 | TOUCHE: Initialize some uninitialized variables, fix a lot of pointers and ↵ | Strangerke | |
booleans default values | |||
2014-02-18 | TOUCHE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-10-29 | TOUCHE: Fix buffer overrun. CID 1003934 | Eugene Sandulenko | |
2012-12-16 | TOUCHE: Simplify external digital music support slightly. | D G Turner | |
Checked with valgrind and no leaks are evident. Thanks to LordHoto for suggesting these changes. | |||
2012-12-16 | TOUCHE: Fix external music to work with any music format. | D G Turner | |
This also removes the direct dependency on vorbis. Thanks to [md5] for the majority of this patch. | |||
2012-12-16 | TOUCHE: Add commands to play and stop music tracks to engine console. | D G Turner | |
2012-12-15 | TOUCHE: Fixes to external digital music support. | D G Turner | |
This removes most of the bad accesses and use of invalid pointers, but it is still not quite correct. Also, it appears the music id and external track ids may not be a direct mapping. | |||
2012-12-13 | TOUCHE: Add support for external digital music. | D G Turner | |
Detection of the external digital music files works, but they currently fail to play and cause segfaults if present... Suspected to be related to premature destruction of audiostream data. | |||
2012-12-12 | TOUCHE: Add generic music functions to wrap MidiPlayer usages. | D G Turner | |
This is a precursor to adding code within these functions to select between MIDI and external digital music files. | |||
2012-02-04 | TOUCHE: Add charset debug channel | Willem Jan Palenstijn | |
This is intended to help debug the missing Spanish characters reported in #2040311 and #3483383. | |||
2011-06-14 | TOUCHE: cleanup | Max Horn | |
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-02-19 | Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ↵ | Johannes Schickel | |
master Conflicts: backends/platform/android/android.cpp engines/sci/graphics/screen.cpp engines/sci/graphics/transitions.cpp | |||
2011-02-18 | TOUCHE: fix op_not/op_neg opcodes naming | Gregory Montoir | |
2011-02-14 | TOUCHE: Adapt to setPalette RGBA->RGB change. | Johannes Schickel | |
This change was not tested, because I do not have any touche copy. | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2010-11-08 | TOUCHE: Added basic debugging console to engine | David Turner | |
Since TOUCHE uses Debug Channels, this allows for the interactive setting of debugflags as well as providing a base for adding further debugging commands. svn-id: r54137 | |||
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn | |
svn-id: r53484 | |||
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn | |
svn-id: r48279 | |||
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly ↵ | Max Horn | |
without details; help filling these out is welcome) svn-id: r46128 | |||
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn | |
svn-id: r39003 | |||
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently ↵ | Max Horn | |
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002 | |||
2008-12-13 | disable GMM save/load when original quit/options dialogs is displayed | Gregory Montoir | |
svn-id: r35344 | |||
2008-12-07 | reduced saveload code dup | Gregory Montoir | |
svn-id: r35276 | |||
2008-11-11 | Added save/load support from the GMM for the touche engine | Filippos Karapetis | |
svn-id: r35008 | |||
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn | |
svn-id: r34916 | |||
2008-11-06 | Implemented GMM loading (and, once the GMM supports it, saving) for SCUMM | Max Horn | |
svn-id: r34913 | |||
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some ↵ | Max Horn | |
EngineFeature comments svn-id: r34896 | |||
2008-11-03 | Patch #2122869: ALL: Common load dialog | Max Horn | |
svn-id: r34883 | |||
2008-08-09 | Merged revisions ↵ | Christopher Page | |
33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33720 | |||
2008-08-07 | fix for bug #2040484: TOUCHE: Graphic glitch with long answer options | Gregory Montoir | |
svn-id: r33691 | |||
2008-07-29 | Added --list-saves support for TOUCHE | Christopher Page | |
svn-id: r33398 | |||
2008-07-01 | Sound settings for TOUCHE can be configured through the GMM | Christopher Page | |
svn-id: r32864 | |||
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko | |
svn-id: r29386 | |||
2007-09-27 | simplified touche savegame listing | Gregory Montoir | |
svn-id: r29112 | |||
2007-09-26 | rename ui.cpp to menu.cpp for consistency with other engines | Gregory Montoir | |
svn-id: r29108 | |||
2007-07-25 | renamed wrongly named parameter | Gregory Montoir | |
svn-id: r28201 | |||
2007-07-24 | renamed some fields for clarification | Gregory Montoir | |
svn-id: r28184 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ↵ | Gregory Montoir | |
member of the Engine base class. This allows to simply the code a bit and should more efficient too (ie. less virtual function chain calls, obj->getA()->getB()). Also updated several engines to make use of it. svn-id: r26357 | |||
2007-04-01 | Use the event manager to track the mouse position. | Torbjörn Andersson | |
svn-id: r26345 | |||
2007-01-30 | Moved Touche engine to AdvancedDetector. | Eugene Sandulenko | |
svn-id: r25272 | |||
2007-01-21 | cleanup | Gregory Montoir | |
svn-id: r25157 | |||
2007-01-08 | renamed an opcode, fixed an assert condition | Gregory Montoir | |
svn-id: r25056 | |||
2007-01-05 | got 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 | |||
2006-12-20 | workaround a scripting bug (see tracker item #1618700) and renamed an opcode | Gregory Montoir | |
svn-id: r24900 | |||
2006-12-10 | cleanup (added a few more constants, renamed some opcodes) and reverted my ↵ | Gregory Montoir | |
previous change to op_sleep. svn-id: r24830 | |||
2006-12-09 | force mouse cursor display if first script is different from 90 (startup ↵ | Gregory Montoir | |
script number) svn-id: r24826 |