Age | Commit message (Expand) | Author |
2009-09-25 | Make engines/draci/ compilable after merging from a branch | Robert Špalek |
2009-09-25 | MERGE branch gsoc2009-draci 41388:44325 into trunk | Robert Špalek |
2009-09-25 | Disable compilation of Draci Historie | Robert Špalek |
2009-09-25 | Add comment about why r44322 was needed. | Johannes Schickel |
2009-09-25 | Implement proper overflow handling in Gdi::writeRoomColor for Indy4 Amiga as ... | Johannes Schickel |
2009-09-25 | Attempt to fix bug #2838205 "MONKEY: Palette glitches in Amiga version" as de... | Johannes Schickel |
2009-09-24 | SCI: When setting global palette, map all unused colours to index 0. | Willem Jan Palenstijn |
2009-09-24 | SCI: Delete unused function declaration | Willem Jan Palenstijn |
2009-09-24 | SCI: Fix spelling | Max Horn |
2009-09-24 | SCI: Fix flat dithering by permuting the blended palette so that the EGA colo... | Willem Jan Palenstijn |
2009-09-24 | Set dithering to the FreeSCI "enhanced" style by default for SCI0 games, as d... | Filippos Karapetis |
2009-09-24 | Oops, DoNextFrame() is supposed to return a value | Filippos Karapetis |
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an... | Filippos Karapetis |
2009-09-24 | Turn an error into a warning. | Johannes Schickel |
2009-09-24 | Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent war... | Filippos Karapetis |
2009-09-24 | Reverted my commit #44290 - apparently, it was a bad idea, as g_engine is a hack | Filippos Karapetis |
2009-09-24 | Remove references to non existant function convertScreenRect. | Johannes Schickel |
2009-09-24 | Fixed bug in Engine::flipMute, whiched prevent the game from being muted the ... | Johannes Schickel |
2009-09-24 | Changed some code to follow our guidelines. | Johannes Schickel |
2009-09-24 | Fix what looks like a typo in the condition, which checks for a divide by zero. | Johannes Schickel |
2009-09-24 | Add the "FIXME" comment at "g_engine" from engine.cpp to "g_engine" in engine... | Johannes Schickel |
2009-09-24 | Fix warnings. | Johannes Schickel |
2009-09-24 | Changed _script to be a pointer, in order to control its creation/destruction... | Filippos Karapetis |
2009-09-24 | Changed make_reg to accept the same type of parameters as a reg_t does - i.e.... | Filippos Karapetis |
2009-09-24 | Changed createResFileEntry() to error out again | Filippos Karapetis |
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis |
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis |
2009-09-24 | AGOS: Fixed some warnings about unreachable code | Filippos Karapetis |
2009-09-24 | MADE: Fixed some warnings about unreachable code | Filippos Karapetis |
2009-09-24 | TINSEL: Fixed some warnings about unreachable code | Filippos Karapetis |
2009-09-24 | The maximum value that a signed 16-bit integer can hold is 32767, not 32768 (... | Filippos Karapetis |
2009-09-24 | CRUISE: Fixed some warnings about unreachable code | Filippos Karapetis |
2009-09-24 | Removed some warnings about unreachable code | Filippos Karapetis |
2009-09-24 | Add "demo" to the extras field of the fallback detector for demos | Filippos Karapetis |
2009-09-24 | Changed some references from LureEngine to the global g_engine (e.g. calls to... | Filippos Karapetis |
2009-09-24 | Add VGA script code differences in DIMP. | Travis Howell |
2009-09-24 | Correct tags. | Travis Howell |
2009-09-24 | Split the script opcode table for DIMP, since it doesn't match(ie timers) oth... | Travis Howell |
2009-09-24 | Commented out unused variable | Filippos Karapetis |
2009-09-24 | Removed the MSVC-specific pragmas for disabling warnings. These are now in Sc... | Filippos Karapetis |
2009-09-24 | Fix bug #2865191 - NoPatience hangs after undo. | Travis Howell |
2009-09-23 | Removed an assert() in favour of error checking. | Andre Heider |
2009-09-23 | PSP: improved suspend/resume support [patch from bluddy] | Joost Peters |
2009-09-23 | fix for bug #2820389 | Paweł Kołodziejski |
2009-09-23 | Commit modified patch from bug report #2849084 "AGI: Crash when saving fallba... | Johannes Schickel |
2009-09-23 | not need continue checks after found | Paweł Kołodziejski |
2009-09-23 | SCI: Rename _sciVersion to s_sciVersion and made it local to resource.cpp (i.... | Max Horn |
2009-09-23 | Removed redundant offset from dirty rect calculation logic | Paul Gilbert |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-23 | ops, remove some ancient change | Paweł Kołodziejski |