aboutsummaryrefslogtreecommitdiff
path: root/queen
AgeCommit message (Collapse)Author
2005-11-07Don't synchronize subtitle with speech sfx if MP3/OGG/Flac support isn't ↵Gregory Montoir
compiled it. This should fix bug #1350045. svn-id: r19495
2005-11-05Not needed anymoreChris Apers
svn-id: r19469
2005-11-05- Changed PalmOS ifdefChris Apers
- No global constructor with PalmOS ARM, bad hack to workaround this svn-id: r19468
2005-11-05Changed PalmOS ifdefChris Apers
svn-id: r19467
2005-11-05Fixed quazzy question mark character in charset data. This should fix bug ↵Gregory Montoir
#1348072. svn-id: r19434
2005-11-01added OutSaveFile::flush() / OutSaveFile::ioFailed() to check for errors.Gregory Montoir
svn-id: r19385
2005-11-01updated mouse position whenever the user clicked or moved the mouse. This ↵Gregory Montoir
can be useful for systems with touchpad / pen. svn-id: r19384
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-13Some cleanup. Updated mouse position on EVENT_RBUTTONDOWN for WinCE and ↵Gregory Montoir
PalmOS, does it help bug #1293385 ? svn-id: r19065
2005-09-22Fix regression introduced when we split engine constructiors intoEugene Sandulenko
constructor itself and init() method. debug() and error() are dependent on _debug object in many engines, so if these methods were called on early stage, scummvm crashed. svn-id: r18860
2005-09-02removed unneeded includesGregory Montoir
svn-id: r18732
2005-08-16Added: PSP backendJoost Peters
svn-id: r18696
2005-08-11minor cleanupGregory Montoir
svn-id: r18662
2005-08-11get rid of an old hack for the 'u circonflex' letter in the french versionGregory Montoir
svn-id: r18661
2005-08-10Don't explicity check for tremor and vorbis everywhere andJonathan Gray
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642
2005-08-10Rest of the changes required for tremor to actually work.Jonathan Gray
Based on patches against 0.7.1 by Jolan Luff. svn-id: r18641
2005-08-08fix compilation with emsvc4Paweł Kołodziejski
svn-id: r18634
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-07-08Undo previous 'fix' - Bob != bob = blit objectMax Horn
svn-id: r18517
2005-07-08Spelling fixMax Horn
svn-id: r18513
2005-07-06possible 'fix' for bug #1233495 (FOTAQ code is so hackish...)Gregory Montoir
svn-id: r18506
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
svn-id: r18040
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵Max Horn
because we already have many classes with that name) svn-id: r18039
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
svn-id: r18038
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
svn-id: r18037
2005-05-09fixed debug areas display ; some minor cleanupGregory Montoir
svn-id: r18007
2005-05-09Use debugger for errors, where possible.Travis Howell
svn-id: r17998
2005-05-08Comply to our coding conventionsMax Horn
svn-id: r17975
2005-04-10split SaveFileManager::openSavefile and class SaveFile into two, each, one ↵Max Horn
for loading and one for saving svn-id: r17517
2005-04-07Applied some ScummVM formatting conventions.Torbjörn Andersson
svn-id: r17430
2005-04-03Committed patch #1168149 (Shared GM/MT-32 mapping) by eriktorbjorn as-is. ↵Jerome Fisher
This does the following: - Replaces multiple identical MT-32-to-General MIDI mapping tables with a common one in MidiDriver. - Changes Sky's GmChannel class to allow NULL instrument and velocity mapping tables, giving a 1-to-1 mapping without creating a dummy table. svn-id: r17361
2005-03-25Patch #1117443 (Experimental plugin code revision)Max Horn
svn-id: r17231
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵Max Horn
into a mixer method svn-id: r17106
2005-03-11CleanupChris Apers
svn-id: r17080
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the ↵Max Horn
name of the data type / the SoundMixer method names svn-id: r17052
2005-03-06Might as well return the GameSetting directlyJoost Peters
svn-id: r17013
2005-03-06cleanupJoost Peters
svn-id: r17012
2005-03-06Add demo detection; satisfies feature request #1154562.Joost Peters
svn-id: r17011
2005-02-23fix typoJoost Peters
warning() appends a '!', so remove the trailing '.' svn-id: r16883
2005-01-10system.h was being included in tons of places, without any good reason; ↵Max Horn
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527
2005-01-10Fix alignment problemNicolas Bacca
svn-id: r16523
2005-01-06Change warning to debugJoost Peters
svn-id: r16440
2005-01-01Changed OSystem::instance() to return a reference, not a pointer (it now ↵Max Horn
matches the Singleton interface) svn-id: r16402
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-31added some comments and re-indented some parts of codeGregory Montoir
svn-id: r16394
2004-12-29oops... thanks wjp for pointing me this oneGregory Montoir
svn-id: r16368
2004-12-28slightly less hackish Journal codeGregory Montoir
svn-id: r16357
2004-12-27Use SoundMixer::kMaxMixerVolumeMax Horn
svn-id: r16350