Age | Commit message (Expand) | Author |
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 |
2004-08-23 | Fixed the bug that caused Vorbis and FLAC to misbehave with compressed | Torbjörn Andersson |
2004-08-22 | Experimental (i.e. slightly broken) code for handling compressed speech. | Torbjörn Andersson |
2004-08-17 | Don't try to free text sprites with the memory manager - it uses standard | Torbjörn Andersson |
2004-08-01 | Correct default settings used by COMI | Travis Howell |
2004-07-26 | I shouldn't be mixing cleanups and bug fixes, but I'm doing so anyway, just | Torbjörn Andersson |
2004-07-17 | Allowing both music streams to share the same rate converter only worked | Torbjörn Andersson |
2004-06-28 | Enhanced default directory support in the File class; now one can specify arb... | Max Horn |
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few m... | Max Horn |
2004-06-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn |
2004-06-25 | Use auto_ptr to avoid leaks | Max Horn |