aboutsummaryrefslogtreecommitdiff
path: root/sky
AgeCommit message (Collapse)Author
2005-11-05- Move opcode tables to methods so that they are correctly initialized with ↵Chris Apers
PalmOS ARM svn-id: r19474
2005-11-05PalmOS ifdefChris Apers
svn-id: r19473
2005-10-26call OutSaveFile::flush() to check for errorsRobert Göffringmann
svn-id: r19298
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
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-12Avoid integer overflow in volume parameter to playRaw(). This fixes bugTorbjörn Andersson
#1288081, the "missing" sound effects in the floppy intro. svn-id: r18811
2005-09-09Whitespace change.Torbjörn Andersson
svn-id: r18797
2005-09-09Use British English by default, as documented in the README file, not USTorbjörn Andersson
English. Since the game detector uses US English as its default language, we also need to explicitly set the language when detecting the game. I find that behaviour a bit unfortunate. svn-id: r18796
2005-09-08Whitespace changesTorbjörn Andersson
svn-id: r18788
2005-08-30Use a quieter helicopter sound during the "He was only a robot. Oh, I lovedTorbjörn Andersson
the little guy." line to keep it from being drowned out. I don't know what the original did, but one of my old patches (pre-0.5.0, I think) messed around here, so I may have broken it then. Or not. Anyway, this sounds better to me. svn-id: r18723
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-07-05* Start of generic key configuration support for ScummVMLars Persson
* Moved KeyConfigDialog, key from WinCE to gui * Updated wince code to inherit and use new GUI::Keys and launch new dialog * New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp * Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events * Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA) * Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test * Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly * Actor.h in Saga now compiles for default VC6 setting. * Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting. * Changed order of creation of gamedetector and mainsystem in Main.cpp * If anything does not compile, or is totally out of order, please revert changes. svn-id: r18498
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-06-22disambiguate undefined operation by removing unneeded calculation.Oliver Kiehl
svn-id: r18434
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-06-21Patch #1224631 (fix gcc4 virtual functions non-virtual destructor warnings)Max Horn
svn-id: r18424
2005-06-04Patch #1184666 (SKY: More LINC charset fixes)Max Horn
svn-id: r18337
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-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-09Remove usage of vsprintf in favour of vsnprintf and makeJonathan Gray
more use of STRINGBUFLEN. Some ports may need a new stub for this, discussed with Chrilith. svn-id: r17463
2005-04-06use upper bits instead of lower bits when upscaling paletteJoost Peters
svn-id: r17423
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-04-01Implement pausing using the 'p' key like the original did.Jonathan Gray
Feature request #1145781. Convert key handling from if statements to a case statement while here. svn-id: r17321
2005-04-01Display text in Restart Yes/No Dialog for consistency withJonathan Gray
Quit dialog. Pointed out in part of FR #1145781. svn-id: r17320
2005-03-25Patch #1117443 (Experimental plugin code revision)Max Horn
svn-id: r17231
2005-03-18Apply patch #1162546 "BASS: Hanging notes fix / patch". Thanks __tom.Eugene Sandulenko
svn-id: r17177
2005-03-13Use same length as original, as the string is split across 2 lines it ↵Joost Peters
doesn't matter anyway. this way we won't have to create a temporary buffer. svn-id: r17122
2005-03-13Fix/workaround for bug #1151924 - datafiles for the floppy version contain ↵Joost Peters
'broken' string when using spanish text. svn-id: r17117
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵Max Horn
into a mixer method svn-id: r17106
2005-03-12Slighy modified patch #1161756 "Patch for external / non-volatile GMIDI ↵Eugene Sandulenko
synths". Thanks, __tom. svn-id: r17091
2005-03-11Not needed any moreChris Apers
svn-id: r17078
2005-03-11PalmOS : ARM optimized unpackerChris Apers
svn-id: r17077
2005-03-11Not needed any moreChris Apers
svn-id: r17076
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-02-28change division to right-shiftJoost Peters
svn-id: r16962
2005-02-20fix missing speech animations. I introduced that bug when I moved the ↵Robert Göffringmann
compacts out of the scummvm executable. svn-id: r16828
2005-02-11Make rnc unpacker a member of Disk class so it reuses the same object, and ↵Joost Peters
change rnc code to only build the crc table once instead of for every unpack operation. This should speed it up a bit. svn-id: r16771
2005-01-28Use class Mutex instead of MutexRefMax Horn
svn-id: r16679
2005-01-28Fix warning introduced by previous commit.Torbjörn Andersson
svn-id: r16654
2005-01-27fix compilationPaweł Kołodziejski
svn-id: r16651
2005-01-10Reduce dependencies on common/savefile.h from 88 to 14Max Horn
svn-id: r16528
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-06Work around bad German translation. (Joey claims he's 21 metres above theTorbjörn Andersson
ground instead of 120 when you first turn him on.) svn-id: r16451
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), ↵Max Horn
SFX and music; volume is now controlled based on the sound type svn-id: r16330