Age | Commit message (Expand) | Author |
2006-05-08 | Added comment about switch case fallthrough. I assume this one is deliberate, | Torbjörn Andersson |
2006-05-08 | As LordHoto pointed out, placeItem is already initialised to false, so we only | Torbjörn Andersson |
2006-05-08 | Small cleanup. It's not that I mind fallthroughs - as long as they are clearly | Torbjörn Andersson |
2006-05-08 | Changed abs() to ABS() | Torbjörn Andersson |
2006-05-08 | Fix regression in lost, the middle directories were removed | Travis Howell |
2006-05-08 | Fix off by one in rect when capturing image | Travis Howell |
2006-05-08 | Init. videoParams vars for HE90+ | Travis Howell |
2006-05-08 | Missed a couple of switch cleanups. | Torbjörn Andersson |
2006-05-08 | Add initial DXA support for HE games | Travis Howell |
2006-05-08 | Cleanup: Use ScummVM indentation style for switch() cases. In some cases, I | Torbjörn Andersson |
2006-05-08 | Fixed bug #1483450. Apparently, S_ISDIR() is undefined if stat() fails. The | Torbjörn Andersson |
2006-05-08 | Add missing file details for HE games | Travis Howell |
2006-05-07 | Initial disassembly of NPC schedule handling methods | Paul Gilbert |
2006-05-07 | Paranoia | Max Horn |
2006-05-07 | Fixes playing of credits music. | Johannes Schickel |
2006-05-07 | Turning this warning into an error, since I never got any feedback on it | Max Horn |
2006-05-07 | Handle line breaks/overflow for V1-V3 games *after* processing newline codes,... | Max Horn |
2006-05-07 | Perform (horizontal) charset text clipping for V1-V3, too | Max Horn |
2006-05-07 | Fix slowFadeIn, the code of original Windows version was flawed | Travis Howell |
2006-05-06 | Fix for bug #1449597 (MANIAC: Incorrect word wrapping) | Max Horn |
2006-05-06 | Added a default implementation of the OSystem CD API (which simply does nothing) | Max Horn |
2006-05-06 | Ooops, skip WAV data, before changing size var | Travis Howell |
2006-05-06 | Use scumm_stricmp() instead of stricmp() to fix compile error on some systems, | Torbjörn Andersson |
2006-05-06 | Add support for non-English audio in cutscenes of Amiga/Mac. versions of FF | Travis Howell |
2006-05-06 | Fix typo, which caused FLAC speech files to fail | Travis Howell |
2006-05-05 | Add another English version of socks | Travis Howell |
2006-05-05 | Remove leftover | Travis Howell |
2006-05-05 | Fix inventory arrows regression in Simon 1 | Travis Howell |
2006-05-05 | Match fade code of original games and minor cleanup | Travis Howell |
2006-05-05 | Update copyright | Travis Howell |
2006-05-05 | Corrected a warning message (findGame failures are due to unsupported gameids... | Max Horn |
2006-05-05 | Removed Base::setTarget, and some minor cleanup & tweaks | Max Horn |
2006-05-05 | Updated outdated TODO | Max Horn |
2006-05-05 | Fingolfin just remembered *why* GUI::Actions::init() is called in scummvm_mai... | Max Horn |
2006-05-05 | Some further cleanup in scummvm_main | Max Horn |
2006-05-05 | Moved PalmOS specific call to ArgsFree up to the last point where argv is use... | Max Horn |
2006-05-04 | Fix s_appName computation | Max Horn |
2006-05-04 | Moved listGames, listTargets, runDetectorTest to base/options.cpp; also moved... | Max Horn |
2006-05-04 | Removed last traces of class GameDetector | Max Horn |
2006-05-04 | Renamed base/gameDetector.h/.cpp to base/options.h/.cpp | Max Horn |
2006-05-04 | Moved GameDetector::setTarget & findGame to the new namespace Base; moved the... | Max Horn |
2006-05-04 | Make sure our config default values get properly registered | Max Horn |
2006-05-04 | Turned the last remaining few GameDetector methods into static methods | Max Horn |
2006-05-04 | Put "path" config in game specific domain. Fixes bug #1475049. | Marcus Comstedt |
2006-05-04 | Set speech_mute/sfx_mute/music_mute values in one single central place | Max Horn |
2006-05-04 | Updates for S60V3 and UIQ3 | Lars Persson |
2006-05-04 | Add keyboard shortcuts for FF | Travis Howell |
2006-05-04 | Cleanup | Travis Howell |
2006-05-04 | Update palmOS code for GameSpecificSettings changes | Travis Howell |
2006-05-04 | Allow skipping speech in Simon1 | Travis Howell |