Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-25 | TOUCHE: Reduce the scope of a variable | Strangerke | |
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 | |
2014-02-14 | TOUCHE: Use keycodes for hotkey handling. | Johannes Schickel | |
2013-11-09 | TOUCHE: Initialize more variables. CID 1002423 | Eugene Sandulenko | |
2013-10-29 | TOUCHE: Initialize class variables. CID 1002423 | Eugene Sandulenko | |
2013-10-18 | TOUCHE: Initialize uninit variables. CID 1002423 | 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: Fix external digital music support. | D G Turner | |
Thanks to clone2727 for pointing out the issue here. Tested with Valgrind and no leaks present. However, the music output is still not correct, when compared to Midi output. This is due to the track numbering. Either the external files need renaming or a mapping table will be needed. | |||
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-14 | TOUCHE: Fix incorrect handle usage. | D G Turner | |
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-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn | |
This also removes the dependency of engines on the event recorder header and API, and will make it easier to RandomSources that are not properly registered. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-03-19 | TOUCHE: Cleanup syncSoundSettings() | dhewg | |
And respect global mute settings | |||
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 | |||
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn | |
svn-id: r55806 | |||
2011-01-21 | TOUCHE: Fixed Uninitialised Read in first call to ↵ | David Turner | |
ToucheEngine::res_loadBackdrop(). svn-id: r55385 | |||
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-06-17 | Add detection of original directory structure for Touche. | Travis Howell | |
svn-id: r49929 | |||
2010-05-04 | Move DebugChannel related code to new header | Max Horn | |
svn-id: r48935 | |||
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn | |
These functions are only used internally be Engine subclasses, and by moving them to a separate header we can reduce indirect header dependencies. svn-id: r48934 | |||
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn | |
svn-id: r48821 | |||
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all ↵ | Yotam Barnoy | |
engines + GUI and proper keypad handling svn-id: r48101 | |||
2009-08-25 | TOUCHE: disable flag 777 update (not checked by any scripts) | Gregory Montoir | |
svn-id: r43735 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn | |
svn-id: r39003 | |||
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2008-12-13 | fixed wrong z-reordering when one of the keychars is 0 | Gregory Montoir | |
svn-id: r35345 | |||
2008-12-13 | disable GMM save/load when original quit/options dialogs is displayed | Gregory Montoir | |
svn-id: r35344 | |||
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel | |
svn-id: r35062 | |||
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-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-09-03 | Moved check for shouldRTL() from engines to scummvm_main | Max Horn | |
svn-id: r34310 | |||
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-31 | Added check for valid save slots, when loading savestates using -x | Christopher Page | |
svn-id: r33483 | |||
2008-07-14 | Merged revisions ↵ | Christopher Page | |
32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,32785-32786,32789-32791,32798-32799,32801-32807,32809-32812,32816-32817,32819-32821,32823-32830,32832-32836,32838-32844,32846-32850,32852-32854,32858-32859,32865-32868,32873-32874,32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,32930-32931,32938,32940,32948-32949,32951,32960-32964,32966-32970,32972-32974,32976,32978,32983,32986-32990,32992,32994,33002-33004,33006-33007,33009-33010,33014,33017,33021-33023,33030,33033 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r33051 | |||
2008-07-13 | TOUCHE works with the new GMM implementation | Christopher Page | |
svn-id: r33046 | |||
2008-07-01 | Sound settings for TOUCHE can be configured through the GMM | Christopher Page | |
svn-id: r32864 | |||
2008-06-26 | moved midi driver object creation to MidiPlayer class (to match delete call) | Gregory Montoir | |
svn-id: r32798 | |||
2008-06-26 | Touche now uses the new _quit flag | Christopher Page | |
svn-id: r32795 | |||
2008-06-09 | TOUCHE: Reverted some comments that were used for testing purposes | Christopher Page | |
svn-id: r32641 | |||
2008-06-06 | TOUCHE: Fixed a memory leak | Christopher Page | |
svn-id: r32566 |