Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | DRASCULA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-08-19 | DRASCULA: Some renaming. Also, get rid of some extraneous globals | Filippos Karapetis | |
This removes the superfluous talkHeight, talkWidth and timeDiff variables. It also changes _loadedDifferentChapter to be a boolean | |||
2011-11-16 | DRASCULA: Further cleanup of the sound playing code | Filippos Karapetis | |
2011-11-13 | DRASCULA: Simplify speech mute handling. | Johannes Schickel | |
This also adds two TODOs to playFile, which are related to how the sound data size is calculated. | |||
2011-11-09 | DRASCULA: Don't go straight to inventory after close volume settings. | Torbjörn Andersson | |
2011-10-09 | DRASCULA: Remove unecessary VOC header dependency. | D G Turner | |
Also, remove two engines not using VOC from voc.h header. | |||
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-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-01-28 | DRASCULA: Fixed Code to allow Quit/RTL Function and avoid Memory Leakage. | David Turner | |
A memory leakage was traced down to a failure to call the engine destructor. This was due to the engine directly calling OSystem quit() i.e. _system->quit(), rather than just allowing engine::run() to return. Have removed this code and implemented the changes required to allow graceful Quit/RTL to occur. svn-id: r55583 | |||
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn | |
svn-id: r54148 | |||
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini | |
svn-id: r49678 | |||
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini | |
- Removed AudioCDManager Singleton, and changed code for using AudioCDManager in OSystem. - Added initialization code for new AudioCDManager in BaseBackend and OSystem_SDL. svn-id: r49548 | |||
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn | |
svn-id: r48637 | |||
2010-02-08 | Renamed variable to fix warning. | Torbjörn Andersson | |
svn-id: r48001 | |||
2010-02-08 | Renamed ArjFile to ArchiveMan, and _arj to _archives. | Nicola Mettifogo | |
svn-id: r48000 | |||
2010-02-08 | Let ArjFile return a SeekableReadStream instead of implementing | Nicola Mettifogo | |
the same interface itself. The caller is now responsible for deleting the returned streams. svn-id: r47994 | |||
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel | |
svn-id: r47716 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn | |
svn-id: r47492 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Convert more engines from Mixer::playRaw to Mixer::playInputStream | Max Horn | |
svn-id: r47377 | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2009-05-12 | Replace verb numbers with constants in selectVerb() call | Eugene Sandulenko | |
svn-id: r40476 | |||
2009-02-14 | ignore any keypresses in the volume control dialog | Willem Jan Palenstijn | |
svn-id: r38183 | |||
2008-09-28 | Use better "silence" without clicks when speech is disabled. | Eugene Sandulenko | |
svn-id: r34676 | |||
2008-09-28 | - Renamed withVoices to _subtitlesDisabled as it reflect the true meaning. | Eugene Sandulenko | |
- Allowed to disable subtitles from options dialogs including RTL. svn-id: r34675 | |||
2008-09-28 | Fix bug #2043489: DRASCULA: Cannot disable speech | Eugene Sandulenko | |
svn-id: r34674 | |||
2008-09-16 | - Moved some includes away from drascula.h | Filippos Karapetis | |
- Moved grr() to talk.cpp - Removed the unnecessary parameter length from isTalkFinished() svn-id: r34577 | |||
2008-09-16 | Added a workaround to skip the silence in the beginning and end of file ↵ | Filippos Karapetis | |
3.als. Fixes bug #2111815 - "DRASCULA: Voice delayed" svn-id: r34571 | |||
2008-09-11 | - The game's cursor is now handled via ScummVM's cursor manager, instead of ↵ | Filippos Karapetis | |
the game itself (this means that there might be regressions where the cursor is visible when it shouldn't be) - Removed the textSurface pointer, which was used in the Spanish version. Non-Spanish versions of the game hold the font data in the tableSurface buffer (which contains picture 96). The font data for Spanish versions is in picture 974. Now both versions load their font data from the tableSurface buffer - hay_que_load -> loadedDifferentChapter - Merged withoutVerb() and selectVerb() This is a big change, it might lead to regressions! svn-id: r34488 | |||
2008-08-03 | Fixed #2021902 ("DRASCULA: Can't adjust the volume inside the game"). I can't | Torbjörn Andersson | |
verify that this matches the original behaviour, but at least it's better now. svn-id: r33558 | |||
2008-06-07 | Shuffled around more code. Now the files look more manageable. | Eugene Sandulenko | |
svn-id: r32599 |