Age | Commit message (Expand) | Author |
2006-05-11 | Changed "it's" to "its" in a few comments. | Torbjörn Andersson |
2006-05-11 | Whitespace changes. | Torbjörn Andersson |
2006-05-11 | Added proper labels in some of the existing disassembled methods | Paul Gilbert |
2006-05-10 | Removed hack that was used to limit the mouse cursor to (at most) 80x80 pixels. | Torbjörn Andersson |
2006-05-10 | Adds clipping to the workaround in "preserveOrRestoreBackground", so it does ... | Johannes Schickel |
2006-05-10 | Adds workaround for bug # 1477364 ("KYRA1: Water dripping freezes") until a p... | Johannes Schickel |
2006-05-10 | Enables OSystem::kFeatureAutoComputeDirtyRects until proper dirty rect managm... | Johannes Schickel |
2006-05-10 | Decrease delay to make it less likely that the Simon 1 (and other?) save/load | Torbjörn Andersson |
2006-05-09 | Fix mingw compile | Travis Howell |
2006-05-09 | Attempted fix for bug #1484881 | Max Horn |
2006-05-09 | - Updated MSVC8 project files | Eugene Sandulenko |
2006-05-08 | Avoid closing a video file in HE games twice | Travis Howell |
2006-05-08 | Implemented FW inventory. This is basically a copy of makeMenuChoice(), minus | Torbjörn Andersson |
2006-05-08 | Added delay() to delayWithTicks() as well. This function is quite similar to | Torbjörn Andersson |
2006-05-08 | Replaced a bunch of delay loops with a new delayUntil() function. Now all of | Torbjörn Andersson |
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 |