aboutsummaryrefslogtreecommitdiff
path: root/saga/objectmap.h
AgeCommit message (Expand)Author
2005-01-18another step in verb implementation:Andrew Kurushin
2005-01-18- merged ActionMap and ObjectMapAndrew Kurushin
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-01oops, correct copyright stringMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-24- remove old stuffAndrew Kurushin
2004-10-27removed R_ prefix with few r_ tooPaweł Kołodziejski
2004-10-08pass arguments by reference-to-const rather than by value, it's usually more ...Gregory Montoir
2004-10-08Implement scene change via exits. You still cannot leave first sceneEugene Sandulenko
2004-10-07More de-C'fying. Pass Point object instead of direct reference.Eugene Sandulenko
2004-10-07Turn ObjectMap into real object.Eugene Sandulenko
2004-10-05o Convert some objectMap methods to more C++-like.Eugene Sandulenko
2004-10-04R_POINT -> Common::Point, R_RECT -> Common::Rect. Less R_ prefixes.Eugene Sandulenko
2004-08-02create objectMap classJonathan Gray
2004-07-31Extended CVAR_RegisterFunc with callback object parameter.Eugene Sandulenko
2004-05-01indentPaweł Kołodziejski
2004-04-30Move from custom unsigned types to those provided by main config.hEugene Sandulenko
2004-04-25Fix many warnings; use C++ type system instead of C style typedefs; removed v...Max Horn
2004-04-12WIP for SAGA engine.Eugene Sandulenko