aboutsummaryrefslogtreecommitdiff
path: root/saga/actor.cpp
AgeCommit message (Expand)Author
2005-02-09first step in ISO mode implementation - trying to draw iso sceneAndrew Kurushin
2005-01-28Combine actordata.cpp and objectdata.cpp into itedata.cpp. These areEugene Sandulenko
2005-01-27Applied patch #1106775 "SAGA colours". This simplifies code considerably, andEugene Sandulenko
2005-01-23Picky indentation. Main reason is to make version 1.100 :P.Eugene Sandulenko
2005-01-21problems solved:Andrew Kurushin
2005-01-18implemented Sprite::hitTestAndrew Kurushin
2005-01-18partly implemented game objectsAndrew Kurushin
2005-01-18- merged ActionMap and ObjectMapAndrew Kurushin
2005-01-17Whitespace changesTorbjörn Andersson
2005-01-17Initialize a few variables to fix Valgrind warnings. (I'm hoping they wereTorbjörn Andersson
2005-01-16-small pathfind fixAndrew Kurushin
2005-01-16actors entry list implementedAndrew Kurushin
2005-01-16Slowed down actor movement a bit.Torbjörn Andersson
2005-01-15- added partial scene change by actor's walking (todo:entrance should be supp...Andrew Kurushin
2005-01-15some work in progress on verb stuff:Andrew Kurushin
2005-01-13A few subtitle-related changes:Torbjörn Andersson
2005-01-11- remove game.h & image.hAndrew Kurushin
2005-01-09small fixes:Andrew Kurushin
2005-01-09Added proper IHNM scripts lut and run scripts, though not much to see.Eugene Sandulenko
2005-01-09rewritten sprite classAndrew Kurushin
2005-01-08begining of verb implementationAndrew Kurushin
2005-01-07Eliminate _scene->getMode() and use scene flags insteadEugene Sandulenko
2005-01-07fixing scene transitionAndrew Kurushin
2005-01-07o Add reported German IHNM and ITEEugene Sandulenko
2005-01-06- compiles debug path displaying only if ACTOR_DEBUG definedAndrew Kurushin
2005-01-06small fixes to previousAndrew Kurushin
2005-01-06non tile mode full actor path finding - previewAndrew Kurushin
2005-01-06- implement faceTowards (script function & etc)Andrew Kurushin
2005-01-06some actor walking fixesAndrew Kurushin
2005-01-06Removed unused variable.Torbjörn Andersson
2005-01-05- path finding work in progressAndrew Kurushin
2005-01-05IndentationTorbjörn Andersson
2005-01-04- some walking additionAndrew Kurushin
2005-01-04- added setup of followers position at start of sceneAndrew Kurushin
2005-01-02o Started putting all panels stuff in order. Still incompleteEugene Sandulenko
2005-01-02Changed "sizeof x" to "sizeof(x)" for consistency with the rest of ScummVM,Torbjörn Andersson
2005-01-01oops, correct copyright stringMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-30o COde formattingEugene Sandulenko
2004-12-30Fixed warning.Torbjörn Andersson
2004-12-29- some updateAndrew Kurushin
2004-12-29- fixing compilationAndrew Kurushin
2004-12-29- some work in progressAndrew Kurushin
2004-12-29- fixed fingolfin notificationAndrew Kurushin
2004-12-29Fix warning. SAGA coders should fix this properly :-)Max Horn
2004-12-28Fix regression with IHNM.Eugene Sandulenko
2004-12-28- many actor walk related functions addedAndrew Kurushin
2004-12-27Removed unused variable.Torbjörn Andersson
2004-12-25- some "actors walk" work progressionAndrew Kurushin
2004-12-24- compile error fixAndrew Kurushin