Age | Commit message (Expand) | Author |
2005-01-01 | Updated copyright year. | Torbjörn Andersson |
2004-12-27 | Use the mixer to handle sound volumes | Max Horn |
2004-12-27 | Reducing header dependencies a bit | Max Horn |
2004-12-27 | Don't use pointers to int. We don't know what size an "int" is. | Torbjörn Andersson |
2004-12-27 | Fix volume regression my previous checkin caused | Max Horn |
2004-12-27 | Use the same volume ranges as most of the rest of ScummVM (i.e. 0-255) | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-12-21 | Added Russian narration message. | Eugene Sandulenko |
2004-12-11 | Fix dumb CE compiler | Nicolas Bacca |
2004-12-09 | Pass subdirectories to gamedetector functions | Robert Göffringmann |
2004-12-05 | Clean up OSystem::Event | Max Horn |
2004-11-29 | Fix music volume | Eugene Sandulenko |
2004-11-28 | Changed parameter order of SoundMixer::playInputStream to match that of playRaw | Max Horn |
2004-11-27 | Make use of our String class instead of juggling with char pointers; added Fi... | Max Horn |
2004-11-27 | AudioStream::read() has been removed quite some time ago, now making sure tha... | Max Horn |
2004-11-27 | Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'... | Max Horn |
2004-11-26 | Spelling | Max Horn |
2004-11-24 | Fix a`ll engines. They work, though current fix is just temporary. | Eugene Sandulenko |
2004-11-23 | Added Engine::init() method; added return value to Engine::go() | Max Horn |
2004-11-20 | Removing walkthrough stuff again (talked to aquadran about this, he had no ob... | Max Horn |
2004-11-19 | added walkthrough | Paweł Kołodziejski |
2004-11-16 | Cleanup | Torbjörn Andersson |
2004-11-15 | I think this is the kind of constructor/go changes _sev was talking about | Torbjörn Andersson |
2004-11-14 | Cleanup | Torbjörn Andersson |
2004-11-11 | Fixed comment typo. It's the pyramid bug that's dreaded, not the pyramid | Torbjörn Andersson |
2004-10-30 | Doxygen fixes | Max Horn |
2004-10-19 | Use the same REDUCE_MEMORY_USAGE trick here as in scumm/intern.h | Torbjörn Andersson |
2004-10-19 | Cleanup of the credits code. Use the new gets() function. | Torbjörn Andersson |
2004-10-17 | Doxygen fix | Max Horn |
2004-10-12 | Migration to the newer form of setupPremix(). | Torbjörn Andersson |
2004-10-12 | Cleanup | Torbjörn Andersson |
2004-10-08 | Prevent double slash in path | Chris Apers |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-09-26 | Removed obsolete comment about floating/locked memory. | Torbjörn Andersson |
2004-09-25 | Fix doxygen warnings | Max Horn |
2004-09-19 | Removed obsolete comment. | Torbjörn Andersson |
2004-09-12 | As an experiment, expire SCREEN_FILE resources faster than other resources. | Torbjörn Andersson |
2004-09-12 | Made the output from the "mem" debugger command a bit more informative, and | Torbjörn Andersson |
2004-09-08 | Fixed evil regression #2. Restarting the game, or using the "start" debug | Torbjörn Andersson |
2004-09-07 | Fixed debug output. | Torbjörn Andersson |
2004-09-07 | Much like an early civilization with no concept of the number zero, the | Torbjörn Andersson |
2004-09-04 | Fix compile | Travis Howell |
2004-09-04 | Rewrote the code that loads credits.clu into memory. The new code is | Torbjörn Andersson |
2004-09-04 | Fixed a glitch in the music fade-out code. | Torbjörn Andersson |
2004-09-04 | Added support for compressed music. I'm sure there are some glitches still | Torbjörn Andersson |
2004-08-28 | Cleanup. Removed the original DipMusic() code. If anyone wants to | Torbjörn Andersson |
2004-08-27 | Use the same code for opening the music clusters as for opening the speech | Torbjörn Andersson |
2004-08-26 | Explicitly cast value to uint32, since there was a report about compilation | Torbjörn Andersson |
2004-08-25 | The original speech clusters are now decoded through a custom AudioStream | Torbjörn Andersson |
2004-08-25 | Added a destructor to the FontRenderer class to free any remaining text | Torbjörn Andersson |