aboutsummaryrefslogtreecommitdiff
path: root/engines/draci
AgeCommit message (Expand)Author
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-03Removed an old FIXMERobert Š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-03Run the path obliqueing process repeatedly until it converges.Robert Špalek
2009-11-03Greatly improved the quality of obliqueing the shortest path.Robert Špalek
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
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-01Fix SIGSEGV when quitting the game during playing soundsRobert Špalek
2009-11-01Commented on loop() before refactoring.Robert Špalek
2009-11-01Small bugfix in path-findingRobert Špalek
2009-11-01One more clean-up of the path-finding codeRobert Špalek
2009-11-01Cleaned up the walking code.Robert Špalek
2009-11-01Debugged computation and displaying of optimal walking pathsRobert Špalek
2009-11-01Add methods to draw computed walking paths.Robert Špalek
2009-11-01Fix mistakenly ordered flushing revealed by the last commitRobert Špalek
2009-11-01Get rid of doubling memory allocation and a lot of copying.Robert Špalek
2009-11-01Implemented some utility functions for path-finding.Robert Špalek
2009-10-30Move drawing of walking map to walking.cppRobert Špalek
2009-10-30Moved all one-line getters/setters to the header filesRobert Špalek
2009-10-30Fixed svn:keywordsRobert Špalek
2009-10-30Move WalkingMap instance to Game, and clean up parametersRobert Špalek
2009-10-30Remove the last 2 default parameter values.Robert Špalek
2009-10-30Remove most of default parameter values.Robert Špalek
2009-10-30Move WalkingMap into new module.Robert Špalek
2009-10-29Silenced GCC warning.Torbjörn Andersson
2009-10-29Implement flipping the QuickHero and SpeedText flags in GPL2.Robert Špalek
2009-10-29Fix several palette fading bugs.Robert Špalek
2009-10-28Implement palette fadingRobert Špalek
2009-10-28Fix initialization of the mouse cursor.Robert Špalek
2009-10-28Fix entering the same room when re-loading the game.Robert Špalek
2009-10-27Don't change mouse cursors so ridiculously often.Robert Špalek
2009-10-26fix free/deleteRobert Špalek
2009-10-26Fix 2 MIDI bugsRobert Špalek
2009-10-26Fix Escape in the intro, and switching map and the inventoryRobert Špalek
2009-10-22Implemented GPL2 commands for music.Robert Špalek
2009-10-22Fix uninitialized channel volumes.Robert Špalek
2009-10-22Improved music handling:Robert Špalek
2009-10-22Avoid opening and closing BArchive files all the timeRobert Špalek
2009-10-21Enabled music.Robert Špalek
2009-10-16Fix memory leaks when reading thumbnailsRobert Špalek
2009-10-15Don't crash without sound support.Robert Špalek
2009-10-13Set all sound/subtitle-related parameters from ConfMan.Robert Špalek
2009-10-13Dubbing is played.Robert Špalek
2009-10-12Sound effects are now correctly played.Robert Špalek
2009-10-12Dragon looks into the requested direction.Robert Špalek