aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/actor.cpp
AgeCommit message (Expand)Author
2008-12-21Cleaned up the mess with game IDs and game types: removed game types, reduced...Filippos Karapetis
2008-12-12- Stop passing the scene clip rectangle around for no reasonFilippos Karapetis
2008-12-06All the screen drawing functions draw to the back buffer, so there is no poin...Filippos Karapetis
2008-12-06CleanupFilippos Karapetis
2008-11-29Remove warnings from NDS build.Robin Watts
2008-05-26Code cleanup:Filippos Karapetis
2008-02-23fix bug 1900244 "ITE: Strange animation when returning to prison cell"Andrew Kurushin
2008-02-23Fix for bug #1900220 - "ITE: Missing text outline"Filippos Karapetis
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-12-20Removed clamp() and used the common CLIP template insteadFilippos Karapetis
2007-12-13Use CLIP template for clipping in the SAGA engineFilippos Karapetis
2007-11-11Don't draw objects with negative x/y values. Now, "ghost" objects are no long...Filippos Karapetis
2007-11-05Several subtitles-related IHNM fixes. Still not perfect.Eugene Sandulenko
2007-09-18Fixed Ellen's state when loading a saved game in her chapterFilippos Karapetis
2007-09-15Slight cleanup of the actor class: moved all of the actor walk code in a new ...Filippos Karapetis
2007-09-15Palette fade in when a cutaway starts in IHNM is working now. Also, the fade ...Filippos Karapetis
2007-09-11Removed an obsolete FIXME. The code in that part matches the original, so the...Filippos Karapetis
2007-09-11Change SAGA engine to properly use KeyState structs for handling keyboard inputMax Horn
2007-08-25Removed the showactors flag and substituted it with RF_DISABLE_ACTORSFilippos Karapetis
2007-08-24Updated some commentsFilippos Karapetis
2007-08-22Sprite priorities are now calculated correctly for IHNMFilippos Karapetis
2007-08-20Fix for bug #1776993 - "ITE: Cannot exit a room (regression)"Filippos Karapetis
2007-08-01IHNM and ITE: ScummVM will no longer crash when loading games from the comman...Filippos Karapetis
2007-07-31Implement some differences to the actor walking code in IHNMFilippos Karapetis
2007-07-14Fix graphics glitch in the rat caves in ITE. Closes bug #1735437 - "ITE: Spri...Filippos Karapetis
2007-07-07When loading a scene, start showing actors only after the scene background ha...Filippos Karapetis
2007-07-06Modified ticksToMSec in IHNM, so that it waits for the correct amount of time...Filippos Karapetis
2007-06-28Added a workaround to prevent the making fire animation from breaking at the ...Filippos Karapetis
2007-06-20Added a workaround in IHNM for the compact disk in Ellen's chapterFilippos Karapetis
2007-06-17Some more updates for saving/loading in IHNMFilippos Karapetis
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