Age | Commit message (Expand) | Author |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-10-13 | Some cleanup. Updated mouse position on EVENT_RBUTTONDOWN for WinCE and PalmO... | Gregory Montoir |
2005-09-22 | Fix regression introduced when we split engine constructiors into | Eugene Sandulenko |
2005-09-02 | removed unneeded includes | Gregory Montoir |
2005-08-16 | Added: PSP backend | Joost Peters |
2005-08-11 | minor cleanup | Gregory Montoir |
2005-08-11 | get rid of an old hack for the 'u circonflex' letter in the french version | Gregory Montoir |
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray |
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray |
2005-08-08 | fix compilation with emsvc4 | Paweł Kołodziejski |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-07-08 | Undo previous 'fix' - Bob != bob = blit object | Max Horn |
2005-07-08 | Spelling fix | Max Horn |
2005-07-06 | possible 'fix' for bug #1233495 (FOTAQ code is so hackish...) | Gregory Montoir |
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn |
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson |
2005-05-11 | Moved some more stuff to namespace Audio (enough for tonight) | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-10 | Moved (In/Out)SaveFile(Manager) and Timer to namespace Common | Max Horn |
2005-05-10 | Moved class File and the MD5 stuff to namespace Common | Max Horn |
2005-05-09 | fixed debug areas display ; some minor cleanup | Gregory Montoir |
2005-05-09 | Use debugger for errors, where possible. | Travis Howell |
2005-05-08 | Comply to our coding conventions | Max Horn |
2005-04-10 | split SaveFileManager::openSavefile and class SaveFile into two, each, one fo... | Max Horn |
2005-04-07 | Applied some ScummVM formatting conventions. | Torbjörn Andersson |
2005-04-03 | Committed patch #1168149 (Shared GM/MT-32 mapping) by eriktorbjorn as-is. Thi... | Jerome Fisher |
2005-03-25 | Patch #1117443 (Experimental plugin code revision) | Max Horn |
2005-03-12 | PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int... | Max Horn |
2005-03-11 | Cleanup | Chris Apers |
2005-03-09 | changing AudioDataType -> SoundType, so now the constant names match the name... | Max Horn |
2005-03-06 | Might as well return the GameSetting directly | Joost Peters |
2005-03-06 | cleanup | Joost Peters |
2005-03-06 | Add demo detection; satisfies feature request #1154562. | Joost Peters |
2005-02-23 | fix typo | Joost Peters |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-10 | Fix alignment problem | Nicolas Bacca |
2005-01-06 | Change warning to debug | Joost Peters |
2005-01-01 | Changed OSystem::instance() to return a reference, not a pointer (it now matc... | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-31 | added some comments and re-indented some parts of code | Gregory Montoir |
2004-12-29 | oops... thanks wjp for pointing me this one | Gregory Montoir |
2004-12-28 | slightly less hackish Journal code | Gregory Montoir |
2004-12-27 | Use SoundMixer::kMaxMixerVolume | Max Horn |
2004-12-27 | Reducing header dependencies a bit | Max Horn |
2004-12-27 | Added 'sound types' to the mixer - for now, only plain (for the premixer), SF... | Max Horn |
2004-12-25 | Get rid of the useless & troublesome master_volume | Max Horn |
2004-12-23 | songs > 1000 are special commands which shouldn't be ignored. fixes a rather ... | Joost Peters |
2004-12-21 | no need to updateScreen() if there are no screen blocks marked as dirty | Gregory Montoir |
2004-12-21 | Change order of close()'ing and delete'ing _driver and _parser; fixes bug #10... | Joost Peters |
2004-12-20 | Speedup a bit PalmOS port | Chris Apers |