Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2004-12-15 | moved compacts and related static data out of the scummvm.exe into an ↵ | Robert Göffringmann | |
external file (available from www.lavosspawn.de/tmp/sky_cpt.zip) svn-id: r16053 | |||
2004-12-13 | fixed a bug that I introduced with the last cleanup. | Robert Göffringmann | |
(caused the graphical glitches in the pipe factory) svn-id: r16043 | |||
2004-12-09 | Pass subdirectories to gamedetector functions | Robert Göffringmann | |
svn-id: r16002 | |||
2004-12-05 | Clean up OSystem::Event | Max Horn | |
svn-id: r15990 | |||
2004-12-02 | Moved MidiDriver creation code into the MidiDriver class (as static ↵ | Max Horn | |
methods), same for some other MIDI related stuff svn-id: r15968 | |||
2004-11-29 | Fix music volume | Eugene Sandulenko | |
svn-id: r15959 | |||
2004-11-27 | Use modern form of setupPremix | Max Horn | |
svn-id: r15916 | |||
2004-11-27 | Make use of our String class instead of juggling with char pointers; added ↵ | Max Horn | |
File::exists method svn-id: r15913 | |||
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the ↵ | Max Horn | |
'directory' parameter from SaveFileManager::openSavefile and listSavefiles (they always use getSavePath() now, which is what we did anyway) svn-id: r15901 | |||
2004-11-24 | Fix a`ll engines. They work, though current fix is just temporary. | Eugene Sandulenko | |
There are plans to add some brains to GameDetector class, which will let us avoid passing detector to init() method. svn-id: r15873 | |||
2004-11-23 | Added Engine::init() method; added return value to Engine::go() | Max Horn | |
svn-id: r15865 | |||
2004-11-20 | Removing walkthrough stuff again (talked to aquadran about this, he had no ↵ | Max Horn | |
objections) svn-id: r15849 | |||
2004-11-19 | added walkthrough | Paweł Kołodziejski | |
svn-id: r15835 | |||
2004-11-15 | This commit has been brought to you by the commit first, compile/test later ↵ | Joost Peters | |
association. svn-id: r15824 | |||
2004-11-15 | Move initialisation from constructor to initialise(). | Joost Peters | |
svn-id: r15823 | |||
2004-11-12 | use message window instead of console printf if user wants to load a ↵ | Robert Göffringmann | |
savegame from a different BASS version svn-id: r15797 | |||
2004-11-11 | Fix compilation on BE systems | Max Horn | |
svn-id: r15791 | |||
2004-11-11 | fix for bug #1064113. | Robert Göffringmann | |
not sure how this could happen though svn-id: r15790 | |||
2004-11-11 | oops | Robert Göffringmann | |
svn-id: r15784 | |||
2004-11-11 | misc cleanup | Robert Göffringmann | |
svn-id: r15783 | |||
2004-10-25 | use relative timing instead of constant values. | Robert Göffringmann | |
svn-id: r15684 |