aboutsummaryrefslogtreecommitdiff
path: root/saga/isomap.cpp
AgeCommit message (Expand)Author
2005-02-26fix iso mode object draw orderAndrew Kurushin
2005-02-26implemented iso pathfindingAndrew Kurushin
2005-02-26iso pathfining work in progress:Andrew Kurushin
2005-02-223 stage iso drawing implemented:Andrew Kurushin
2005-02-18iso mode drawing work in progressAndrew Kurushin
2005-02-11- smooth iso scrollAndrew Kurushin
2005-02-11- fix min->MINAndrew Kurushin
2005-02-11iso draw work in progress:Andrew Kurushin
2005-02-09first step in ISO mode implementation - trying to draw iso sceneAndrew Kurushin
2005-01-28partialy implemented all Iso mode resource loadingAndrew Kurushin
2005-01-09- GameModule is goneAndrew Kurushin
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-22o Moved GAME_* to SagaEngine objectEugene Sandulenko
2004-12-15Patch #1081904 ITE: MAC demo supportEugene Sandulenko
2004-10-30Turn some methods into functions (potentially gives better code, and we may w...Max Horn
2004-10-30Let Saga::SURFACE inherit from SURFACEMax Horn
2004-10-30Renaming of struct members.Torbjörn Andersson
2004-10-28Renamed some previously unknown variables.Torbjörn Andersson
2004-10-27removed R_ prefix with few r_ tooPaweł Kołodziejski
2004-10-22Made the usage of the Rect data type more consistent with the rest ofTorbjörn Andersson
2004-10-09Initial attempt at fixing the SData problem. I'm still not sure exactly howTorbjörn Andersson
2004-10-04R_POINT -> Common::Point, R_RECT -> Common::Rect. Less R_ prefixes.Eugene Sandulenko
2004-08-02Fix #include paths.Eugene Sandulenko
2004-08-02move isomap into a classJonathan Gray
2004-08-01merge gfx_mod.h into gfx.h and stick functions into a classJonathan Gray
2004-08-01Oh the beauty of stack based objects: they free themselves automatically, so ...Max Horn
2004-08-01merge reinherit.h into saga.h and gfx_mod.h, note the error loading animation...Jonathan Gray
2004-06-27Cleanup for MemoryReadStream; made it match the File-class interfaceMax Horn
2004-05-04Move from ys_binread.cpp and ys_binwrite.cpp to MemoryReadStream.Eugene Sandulenko
2004-05-01Proper #includes everywhereEugene Sandulenko
2004-05-01indentPaweł Kołodziejski
2004-04-30Move from custom unsigned types to those provided by main config.hEugene Sandulenko
2004-04-25More ScummVMificationMax Horn
2004-04-12WIP for SAGA engine.Eugene Sandulenko