Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-05 | * Start of generic key configuration support for ScummVM | Lars 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-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-22 | disambiguate undefined operation by removing unneeded calculation. | Oliver Kiehl | |
svn-id: r18434 | |||
2005-06-21 | Patches 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-21 | Patch #1224631 (fix gcc4 virtual functions non-virtual destructor warnings) | Max Horn | |
svn-id: r18424 | |||
2005-06-04 | Patch #1184666 (SKY: More LINC charset fixes) | Max Horn | |
svn-id: r18337 | |||
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn | |
svn-id: r18040 | |||
2005-05-10 | Moved 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-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn | |
svn-id: r18038 | |||
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-09 | Use debugger for errors, where possible. | Travis Howell | |
svn-id: r17998 | |||
2005-05-08 | Comply to our coding conventions | Max Horn | |
svn-id: r17975 | |||
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one ↵ | Max Horn | |
for loading and one for saving svn-id: r17517 | |||
2005-04-09 | Remove usage of vsprintf in favour of vsnprintf and make | Jonathan Gray | |
more use of STRINGBUFLEN. Some ports may need a new stub for this, discussed with Chrilith. svn-id: r17463 | |||
2005-04-06 | use upper bits instead of lower bits when upscaling palette | Joost Peters | |
svn-id: r17423 | |||
2005-04-03 | Committed 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-01 | Implement 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-01 | Display text in Restart Yes/No Dialog for consistency with | Jonathan Gray | |
Quit dialog. Pointed out in part of FR #1145781. svn-id: r17320 | |||
2005-03-25 | Patch #1117443 (Experimental plugin code revision) | Max Horn | |
svn-id: r17231 | |||
2005-03-18 | Apply patch #1162546 "BASS: Hanging notes fix / patch". Thanks __tom. | Eugene Sandulenko | |
svn-id: r17177 | |||
2005-03-13 | Use 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-13 | Fix/workaround for bug #1151924 - datafiles for the floppy version contain ↵ | Joost Peters | |
'broken' string when using spanish text. svn-id: r17117 | |||
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check ↵ | Max Horn | |
into a mixer method svn-id: r17106 | |||
2005-03-12 | Slighy modified patch #1161756 "Patch for external / non-volatile GMIDI ↵ | Eugene Sandulenko | |
synths". Thanks, __tom. svn-id: r17091 | |||
2005-03-11 | Not needed any more | Chris Apers | |
svn-id: r17078 | |||
2005-03-11 | PalmOS : ARM optimized unpacker | Chris Apers | |
svn-id: r17077 | |||
2005-03-11 | Not needed any more | Chris Apers | |
svn-id: r17076 | |||
2005-03-09 | changing 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-28 | change division to right-shift | Joost Peters | |
svn-id: r16962 | |||
2005-02-20 | fix 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-11 | Make 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-28 | Use class Mutex instead of MutexRef | Max Horn | |
svn-id: r16679 | |||
2005-01-28 | Fix warning introduced by previous commit. | Torbjörn Andersson | |
svn-id: r16654 | |||
2005-01-27 | fix compilation | Paweł Kołodziejski | |
svn-id: r16651 | |||
2005-01-10 | Reduce dependencies on common/savefile.h from 88 to 14 | Max Horn | |
svn-id: r16528 | |||
2005-01-10 | system.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-06 | Work around bad German translation. (Joey claims he's 21 metres above the | Torbjörn Andersson | |
ground instead of 120 when you first turn him on.) svn-id: r16451 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-27 | Added '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 | |||
2004-12-25 | Fix warning on OSX | Max Horn | |
svn-id: r16327 | |||
2004-12-20 | Moved to a database to save memory on PalmOS | Chris Apers | |
svn-id: r16164 | |||
2004-12-20 | - Change mouse position on click | Chris Apers | |
- Remove timimg code which slow down PalmOS port svn-id: r16163 | |||
2004-12-16 | Removed unused variable. | Torbjörn Andersson | |
svn-id: r16076 | |||
2004-12-16 | fix escaping the intro on BE systems | Robert Göffringmann | |
svn-id: r16075 | |||
2004-12-16 | added some debugging functions | Robert Göffringmann | |
svn-id: r16074 | |||
2004-12-16 | fix for bug #897777 (Foster walks on water...) and #788858 (Walk glitch) | Robert Göffringmann | |
svn-id: r16072 | |||
2004-12-16 | some cleanup | Robert Göffringmann | |
svn-id: r16071 | |||
2004-12-16 | fix gcc warnings | Robert Göffringmann | |
svn-id: r16068 | |||
2004-12-15 | compilation fix | Jonathan Gray | |
svn-id: r16058 |