aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/actor.cpp
AgeCommit message (Expand)Author
2007-06-15Clear the forced text flag if it's set when a speech with forced text finishe...Filippos Karapetis
2007-06-14SAGA: Added sanity checks for speech box coordinates, like the original. Now,...Filippos Karapetis
2007-06-13IHNM: Button textures are loaded correctly now for buttons in the option and ...Filippos Karapetis
2007-06-12Fixed several colors and fonts in IHNMFilippos Karapetis
2007-06-12Corrected actor walk speed when exiting from zones in IHNMFilippos Karapetis
2007-06-11Fix for stacked objects in IHNM. It is now possible to interact with the chal...Filippos Karapetis
2007-06-10Remove obsolete testing codeFilippos Karapetis
2007-06-09fix IHNM protagonist state loading routine. now Ellen's animations are showin...Andrew Kurushin
2007-06-09Silence some unneeded warnings, remove some unneeded test code from Actor::ge...Filippos Karapetis
2007-06-08fix IHNM pathfinding engine. now TED(Chapter 5) interacts with the books prop...Andrew Kurushin
2007-06-07Implement more Actor::calcScreenPosition differences for IHNMFilippos Karapetis
2007-06-06Implemented differences in Actor::calcScreenPosition for IHNM. Now the stitch...Filippos Karapetis
2007-06-03The animation frame counter is updated correctly now, so all animations in IH...Filippos Karapetis
2007-06-03Moved the updating of framecount to a more appropriate placeFilippos Karapetis
2007-06-02Implemented the sfWaitFrames script function for IHNM. Many animations should...Filippos Karapetis
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-29Corrected actor walk speed in IHNMFilippos Karapetis
2007-05-28Partial fix for walking speed in IHNM.Eugene Sandulenko
2007-05-10Removed unused variable.Torbjörn Andersson
2007-05-09speedup SAGA::Actor::pathLine & SAGA::Actor::scanPathLine calculationAndrew Kurushin
2006-11-27Got rid of an 'unused variable' warningGregory Montoir
2006-06-16Fix gcc warning.Eugene Sandulenko
2006-06-16fix bug id 1507216 "ITE: 15 second freeze in Prince's bedroom"Andrew Kurushin
2006-06-11Support of new subtitles code. Patch from salty-horse.Eugene Sandulenko
2006-05-13extract GameDescriptions to separate files (this will help compress_saga tool...Andrew Kurushin
2006-05-08Changed abs() to ABS()Torbjörn Andersson
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn