aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/actor.cpp
AgeCommit message (Expand)Author
2017-11-10ALL: Fix misuse of comma operatorColin Snover
2017-08-06CRUISE: Add explicit fall through comments to switchPaul Gilbert
2014-06-01CRUISE: Reduce the scope of some variables in actor and cruise_mainStrangerke
2014-06-01CRUISE: Reduce the scope of variables used in the for loopsStrangerke
2014-02-18CRUISE: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-08-09CRUISE: Eliminate global constructorsEugene Sandulenko
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-09Set up a basic tracing system for all memory allocations to help track down m...Paul Gilbert
2009-07-14Bugfix for player being able to walk through some objects against room wallsPaul Gilbert
2009-06-01change pathfinding variables from char to int8 to ensure signednessJoost Peters
2009-05-28Fix for pathfinding bug that could occasionally stop the player from movingPaul Gilbert
2009-05-28Replaced the original implementation of walk box handling with a cleaner, str...Paul Gilbert
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-15Converted various printf statements to use debug, warning, and error.Paul Gilbert
2009-04-05Implemented many of the remaining library functionsPaul Gilbert
2009-03-03Renamed parameter to silence warning.Torbjörn Andersson
2009-03-03Changed the int16[5] array used in pathfinding to a structure with explicitly...Paul Gilbert
2009-03-03Formatting fixesPaul Gilbert
2009-03-02Bugfix for frequent freezes when doing actions - the main movement state swit...Paul Gilbert
2009-03-02Formatting fixes, and added extra constants and function name correctionsPaul Gilbert
2009-02-19Moved a set of static arrays into the staticres.cpp filePaul 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-20Multiple fix/cleanupVincent Hamm
2007-11-04Some code formating fixesSven Hesse
2007-10-29Add more object menu controlsVincent Hamm
2007-10-28Find object fixVincent Hamm
2007-10-27Hooked inputsVincent Hamm
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-10Removed lot of unnecessary typedefs; added a NUM_PERSONS constant; renamed _X...Max Horn
2007-04-28More cleanupVincent Hamm
2007-04-28Changed abs() to ABS()Torbjörn Andersson
2007-04-27Fix code formatting (partially) and guard defines in includes.Eugene Sandulenko
2007-04-27CleanupVincent Hamm
2007-04-27Fixing lots of warningsMax Horn
2007-04-27Fixed loads of warnings with MSVC and gccFilippos Karapetis
2007-04-27Fixed some warnings and unused variablesFilippos Karapetis
2007-04-27Fixing compilation for meSven Hesse
2007-04-27Add cruise source code for scummvmVincent Hamm