aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/function.cpp
AgeCommit message (Expand)Author
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-16Fixed incorrect pathfinding data entry being deleted when a temporary actor a...Paul Gilbert
2009-05-15Converted various printf statements to use debug, warning, and error.Paul Gilbert
2009-04-18Added support for the global menu save/loading, and changed the savegame form...Paul Gilbert
2009-04-05Apart from a "const", the volume() and getVolume() function were identical.Torbjörn Andersson
2009-04-05Implemented many of the remaining library functionsPaul Gilbert
2009-04-04Replaced all occurrences of the constant '257' with the existing constant 'NU...Paul Gilbert
2009-04-03Fixed incorrect palette range usage so room fade-ins happen correctlyPaul Gilbert
2009-04-01Fix compilation via manually implementing strToUpper, instead of relying on s...Johannes Schickel
2009-04-01Laid the basics for music handlingPaul Gilbert
2009-03-26Corrected the positions of two library functions in the library function listPaul Gilbert
2009-03-16Code formatting, added further constant references, and corrected method sign...Paul Gilbert
2009-03-02Formatting fixes, and added extra constants and function name correctionsPaul Gilbert
2009-03-01Added an explicit clearing of all animation fields for new animations - this ...Paul Gilbert
2009-03-01Implemented proper support for the Pause 'p' key Paul Gilbert
2009-02-19Moved a set of static arrays into the staticres.cpp filePaul Gilbert
2009-01-25Minor cleanup and changed g_cruise to _vm for consistencyPaul Gilbert
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-27Nearly working pathfinderVincent Hamm
2007-12-27Early pathfindingVincent Hamm
2007-12-25Fix inputVincent Hamm
2007-12-25Fix palette issuesVincent Hamm
2007-12-25Fix title screen regressionVincent Hamm
2007-12-24Fix background save/restoreVincent Hamm
2007-12-24-Fade in/fade outVincent Hamm
2007-12-20Fix palette manipulation codeVincent Hamm
2007-12-20Fixed compiler warning, and a potential (but very unlikely) out-of-bounds read.Torbjörn Andersson
2007-12-20Fix title screen line drawing codeVincent Hamm
2007-12-20Multiple fix/cleanupVincent Hamm
2007-12-18Fix loading savegame from original interpreterVincent Hamm
2007-12-17Fix dangling pointerVincent Hamm
2007-11-11Menu display fixVincent Hamm
2007-11-11Implement dialoguesVincent Hamm
2007-11-10Fix relocation of objects relationsVincent Hamm
2007-11-10-Cleanup stringsVincent 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-10-29Implement more object inputVincent Hamm
2007-10-29Add more object menu controlsVincent Hamm
2007-10-28Find object fixVincent Hamm
2007-10-28Implement cursorsVincent Hamm
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-18Code formatting fixesMax Horn
2007-09-10Lots of source code formatting correctionsMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-16Figured out the bug that was causing the animations to glitchVincent Hamm
2007-05-12Don't cast pointers to int, this (potentially) breaks 64 bit systemsMax Horn