aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise
AgeCommit message (Expand)Author
2007-11-10-Cleanup stringsVincent Hamm
2007-11-08Cleanup load savegame from original interpreterVincent Hamm
2007-11-05Muting the compiler :PSven Hesse
2007-11-05Fix some 256color version issuesVincent Hamm
2007-11-05Implement polygon and sprite maskingVincent Hamm
2007-11-04Muting the compilerSven Hesse
2007-11-04Some code formating fixesSven Hesse
2007-11-04Some more script functionsVincent Hamm
2007-11-04Fix a few script issuesVincent Hamm
2007-11-04Click on polygon detectionVincent Hamm
2007-11-03More polygon fix (nearly pixel perfect...)Vincent Hamm
2007-11-03Fix buildVincent Hamm
2007-11-03More polygon fixVincent Hamm
2007-11-03Patch #1825276: "DETECTION: advanced detector engine simplification"Eugene Sandulenko
2007-11-03Unleashing the polygon virus! (I.e. fixing a compiler warning and a, what I t...Sven Hesse
2007-11-03Early polygon rewriteVincent Hamm
2007-11-01Small cleanupsVincent Hamm
2007-10-29Implement more object inputVincent Hamm
2007-10-29Commenting out the unused variables x and y to mute GCC :PSven Hesse
2007-10-29Add missing varsVincent Hamm
2007-10-29Add more object menu controlsVincent Hamm
2007-10-28Early implementation of object menuVincent Hamm
2007-10-28Find object fixVincent Hamm
2007-10-28Fix warning & code formattingMax Horn
2007-10-28Implement cursor by objectVincent Hamm
2007-10-28Implement cursorsVincent Hamm
2007-10-27Muting GCC warningsSven Hesse
2007-10-27Hooked inputsVincent Hamm
2007-10-27Add fast forward modeVincent Hamm
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Code formatting fixesMax Horn
2007-09-10Lots of source code formatting correctionsMax Horn
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-06-12Patch #1733764: "Fallback detection patch". GSoC student.Eugene Sandulenko
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-30Removing useless common/fs.h includesMax Horn
2007-05-30Several const correctness fixesMax Horn
2007-05-24sync resource unpacking code of cruise with cineGregory Montoir
2007-05-17Replaced the old, broken fillpoly() function with a new, and hopefully slightlyTorbjörn Andersson
2007-05-16Figured out the bug that was causing the animations to glitchVincent Hamm
2007-05-12I believe these #includes are unnecessary.Torbjörn Andersson
2007-05-12Don't cast pointers to int, this (potentially) breaks 64 bit systemsMax Horn
2007-05-10Removed lot of unnecessary typedefs; added a NUM_PERSONS constant; renamed _X...Max Horn
2007-05-01Fixed PalmOS ARM global object allocationChris Apers
2007-04-29Only update the backend's palette when necessary, since doing this triggers aTorbjörn Andersson
2007-04-28Implement missing opcode and fix staff introVincent Hamm
2007-04-28More cleanupVincent Hamm
2007-04-28Some minor cleanup (but we need to get rid of fopen/fread use here)Max Horn
2007-04-28fixed warningPaweł Kołodziejski