Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-12 | Add logos and music in demo. | Travis Howell | |
svn-id: r18812 | |||
2005-09-11 | oops | Gregory Montoir | |
svn-id: r18809 | |||
2005-09-11 | committed patch #1281714 'Kyra 1 Sound Patch'. Thanks LordHoto. | Gregory Montoir | |
svn-id: r18807 | |||
2005-09-10 | only load the 6.fnt file for floppy version (which is unused in the ↵ | Gregory Montoir | |
introduction) svn-id: r18804 | |||
2005-09-10 | renamed some vars for consistency with the demo tables | Gregory Montoir | |
svn-id: r18803 | |||
2005-09-10 | Small font not used in demo. | Travis Howell | |
svn-id: r18802 | |||
2005-09-10 | Add support for non-interactive demo version. | Travis Howell | |
svn-id: r18801 | |||
2005-09-10 | fixed line breaks ; cleanup | Gregory Montoir | |
svn-id: r18800 | |||
2005-09-09 | cleanup | Gregory Montoir | |
svn-id: r18799 | |||
2005-09-08 | some WIP code, moved Font stuff to Screen class | Gregory Montoir | |
svn-id: r18790 | |||
2005-09-03 | Avoid putting non-ASCII chars into source files | Max Horn | |
svn-id: r18761 | |||
2005-09-02 | fix shape loading for cdrom version | Gregory Montoir | |
svn-id: r18737 | |||
2005-09-02 | added special sequence opcode 8 | Gregory Montoir | |
svn-id: r18733 | |||
2005-08-31 | some WIP code, add drawShape() | Gregory Montoir | |
svn-id: r18724 | |||
2005-08-30 | Fix compilation. | Eugene Sandulenko | |
svn-id: r18716 | |||
2005-08-22 | Fixed two cases where a bad pointer would be freed, causing ScummVM to | Torbjörn Andersson | |
crash on my Debian box. svn-id: r18708 | |||
2005-08-19 | correction in setTextColor() | Gregory Montoir | |
svn-id: r18705 | |||
2005-08-19 | some WIP code to start introduction (with glitches) in Kyrandia 1 : | Gregory Montoir | |
- the decoders have been rewritten due to crashes I encountered with the previous ones in Compression:: - the wsa code loader for v1 have been rewritten too, to handle the same flags as the original - some cleanup - this has only been tested with the floppy version svn-id: r18704 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | For consistency, specify directory when including files. | Torbjörn Andersson | |
svn-id: r18447 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-05-11 | Fix compile. | Travis Howell | |
svn-id: r18042 | |||
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 class File and the MD5 stuff to namespace Common | Max Horn | |
svn-id: r18037 | |||
2005-05-08 | Comply to our coding conventions | Max Horn | |
svn-id: r17975 | |||
2005-04-22 | * Added new virtual base class 'Stream', ReadStream and | Max Horn | |
WriteStream are now subclasses of it. * Added new methods eos(), ioFailed(), clearIOFailed() to all streams. This allows better error checking. * SaveFile classes take advantage of these new standard stream APIS * Removed File::gets() * Added SeekableReadStream::readLine() (replaces File::gets) * Added WriteStream::writeString, for convenience svn-id: r17752 | |||
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-03-25 | Patch #1117443 (Experimental plugin code revision) | Max Horn | |
svn-id: r17231 | |||
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-03-03 | big endian fixes | Joost Peters | |
svn-id: r16987 | |||
2005-01-11 | Maybe I added wrong include, but at least it let me compile | Eugene Sandulenko | |
svn-id: r16535 | |||
2005-01-09 | Ensure the kyra legal headers match the rest of ScummVM | Max Horn | |
svn-id: r16504 | |||
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-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 | Fix kyra compile | Travis Howell | |
svn-id: r15969 | |||
2004-11-29 | Fix music volume | Eugene Sandulenko | |
svn-id: r15960 | |||
2004-11-28 | Last one... No more MT-32 pass-through. | Jerome Fisher | |
svn-id: r15954 | |||
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 | Fix compilation | Eugene Sandulenko | |
svn-id: r15866 | |||
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-14 | Patch #1066256. Mostly indentation fixes and some debug messages removed. | Eugene Sandulenko | |
svn-id: r15811 | |||
2004-11-14 | For MT-32 emu graphics should be initialized before Midi, as it prints | Eugene Sandulenko | |
ScummVM version on OSD. Now it works with the emu. svn-id: r15808 | |||
2004-11-14 | Patch #1066150 from eriktorbjorn - Enable adlib emulated midi as fallback ↵ | James Brown | |
where hardware synth is unavailable. svn-id: r15807 | |||
2004-11-11 | Bring kyra up-to-date with patch 1051358 | James Brown | |
svn-id: r15786 | |||
2004-11-10 | Clean up a bit the script stuff. In particular, resized the command pointers ↵ | Gregory Montoir | |
array, as it seems that none of kyrandia games have more than 0x13 command opcodes (checked kyra2 and kyra3). svn-id: r15782 | |||
2004-11-10 | get rid of the gameDataPath stuff as File::open already handles it | Gregory Montoir | |
svn-id: r15781 |