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