aboutsummaryrefslogtreecommitdiff
path: root/saga/actor.cpp
AgeCommit message (Expand)Author
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
2004-12-24- remove old stuffAndrew Kurushin
2004-12-24- fixed actors state after end of speechAndrew Kurushin
2004-12-24- resolved protagonist swapping problemAndrew Kurushin
2004-12-24-fixing second speech line cutAndrew Kurushin
2004-12-24Add FIXME to newly added actor animation codeEugene Sandulenko
2004-12-24- aninamation cycle now approach to originalAndrew Kurushin
2004-12-24- fix of 8 to 4 direction conversionAndrew Kurushin
2004-12-22- rewriten actors action handling (now uses all original flags etc)Andrew Kurushin
2004-12-22o Moved GAME_* to SagaEngine objectEugene Sandulenko
2004-12-21- some fixes for previous commit (incrementation of sampleResourceId)Andrew Kurushin
2004-12-21- rewritten actors speech engine :Andrew Kurushin
2004-12-19- implemented perspective actors calculationAndrew Kurushin
2004-12-18now actors will not stuck in the middle of dialogAndrew Kurushin
2004-12-18- updating actors state so they can be clipped on drawing (intro now runs wit...Andrew Kurushin
2004-12-18sprite loading fix in win demoAndrew Kurushin
2004-12-17- all actors creates on startAndrew Kurushin
2004-12-17actors rearrangement bugfixAndrew Kurushin
2004-12-15Patch #1081904 ITE: MAC demo supportEugene Sandulenko
2004-12-03First pass at migrating from the old Reinherit console to the ScummVMTorbjörn Andersson
2004-11-15o Make GAME_GetFileContext() more object-likeEugene Sandulenko
2004-11-06CleanupTorbjörn Andersson
2004-10-27removed R_ prefix with few r_ tooPaweł Kołodziejski
2004-10-26Better test for if it's the protagonist who leaves the scene.Torbjörn Andersson
2004-10-21A bunch of mostly panel-related fixes for the ITE intro. Apart from theTorbjörn Andersson
2004-10-08pass arguments by reference-to-const rather than by value, it's usually more ...Gregory Montoir