aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/game.cpp
AgeCommit message (Expand)Author
2009-12-09Silence gcc warning.Johannes Schickel
2009-12-09DRACI: Reduce header interdependencies; some cleanupMax Horn
2009-11-30Removed <cmath> includes since a) not a part of Symbian OS b) Compiles fine w...Lars Persson
2009-11-28Hopefully fix switching to the map right after switching the locationRobert Špalek
2009-11-22Move setIsReloaded(false) in enterNewRoom() to the right place.Robert Špalek
2009-11-22Remove obsolete and unneeded logic bypassing reloading a location.Robert Špalek
2009-11-22Further cleaned up the hack with removing old animations.Robert Špalek
2009-11-22Make sure hands are empty after loading the gameRobert Špalek
2009-11-22Clearing object animations in a cleaner wayRobert Špalek
2009-11-22Fixed assert() on already loaded animationRobert Špalek
2009-11-22Updated an urgent TODO to make the game playableRobert Špalek
2009-11-22Fix SIGSEGV by an absolutely brutally horrible hackRobert Špalek
2009-11-22Opening the inventory stops hero walkingRobert Špalek
2009-11-22Fix positioning of one-time hero animations.Robert Špalek
2009-11-21Fixed re-entering the same room using a different gateRobert Špalek
2009-11-12Handled loading/saving from the map locationRobert Špalek
2009-11-12Implementing switching to/from the map room by mouseRobert Špalek
2009-11-12Display/remove the inventory based on mouse "gestures"Robert Špalek
2009-11-12Removed 2 TODOsRobert Špalek
2009-11-12Added runWrapper() calling run() and some actions around it.Robert Špalek
2009-11-11Cleaned up searching the closest point.Robert Špalek
2009-11-10Fixed walking to unreachable positionsRobert Špalek
2009-11-10Fixed two bugs.Robert Špalek
2009-11-10Huge refactoring of data structures.Robert Špalek
2009-11-08Fixed aligning items in the inventoryRobert Špalek
2009-11-08Items put into inventory are placed correctly.Robert Špalek
2009-11-08Fix running clearing IsReloaded().Robert Špalek
2009-11-08Fix enabling mouse cursor when entering a room.Robert Špalek
2009-11-08Do not immediately clear the path when it has just 1 vertex.Robert Špalek
2009-11-08Tuned Z-coordinate of the dragon.Robert Špalek
2009-11-08Debugged smooth walking except for 1 bug.Robert Špalek
2009-11-07Debugged updating the position of the hero during walking.Robert Špalek
2009-11-07Add helper functions to retrieve dragon position from the animation.Robert Špalek
2009-11-07The hero turns the right direction after walkingRobert Špalek
2009-11-07Implemented relative animations.Robert Špalek
2009-11-07Done research on ignored animation flags and commented the codeRobert Špalek
2009-11-06Add safe-guard against collision of animation IDs.Robert Špalek
2009-11-05Fixed several gross walking bugs.Robert Špalek
2009-11-05Implemented proper walking.Robert Špalek
2009-11-04Properly animate the last phase of the walk before running callbacksRobert Špalek
2009-11-04Implemented and debugged the walking framework.Robert Špalek
2009-11-03Created walking-callback infrastructure and converted the code to use itRobert Špalek
2009-11-03Implement properly stayOn instead of using walkOnRobert Špalek
2009-11-03Let setPath() store path with pixel precision, and update the map sprite when...Robert Špalek
2009-11-03Greatly improved the quality of obliqueing the shortest path.Robert Špalek
2009-11-02Little clean-up after the refactoring.Robert Špalek
2009-11-02Split loop() into several cleaned helper methodsRobert Špalek
2009-11-02Refactored running loop().Robert Špalek
2009-11-01Commented the rest of the loop() logicRobert Špalek
2009-11-01Commented on loop() before refactoring.Robert Špalek