aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/script.cpp
AgeCommit message (Expand)Author
2014-03-11DRACI: Hero postion in first new room after loading.lukaslw
2014-03-08DRACI: Saving improvements (item in hand and hero position).lukaslw
2014-02-18DRACI: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-24DRACI: Rework formatting of gplCommandsStrangerke
2013-11-24DRACI: Janitorial - Fix spacing errorsStrangerke
2011-06-23DRACI: Replace abort() call by error()Julien
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-14ALL: colour -> colorMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-18ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avo...Max Horn
2010-08-17DRACI: Fix warningsEugene Sandulenko
2010-07-03Finish support of compressed dubbingRobert Špalek
2010-06-28Fade palette in/out when entering/leaving a locationRobert Špalek
2010-06-28Implement shortcuts for switching items in the inventoryRobert Špalek
2009-12-09DRACI: Reduce header interdependencies; some cleanupMax Horn
2009-12-08Attempt to fix MSVC warning C4121.Johannes Schickel
2009-11-23Fixed breaking long lines instead of using smaller font (which is sometimes n...Robert Špalek
2009-11-22Fix positioning of one-time hero animations.Robert Špalek
2009-11-12Fixed Script::icoStat()Robert Špalek
2009-11-12Subtitles are positioned correctly in the inventoryRobert Špalek
2009-11-12Added runWrapper() calling run() and some actions around it.Robert Špalek
2009-11-10Huge refactoring of data structures.Robert Špalek
2009-11-09GPL2 callbacks accept const Array& instead of Queue&Robert Špalek
2009-11-08Updated the list of TODOsRobert Špalek
2009-11-08Removed old hack for cyclic animations.Robert Špalek
2009-11-08Items put into inventory are placed correctly.Robert Špalek
2009-11-08Implement QuickHero walking.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-07Done research on ignored animation flags and commented the codeRobert Špalek
2009-11-04Implemented and debugged the walking framework.Robert Špalek
2009-11-03Removed an old FIXMERobert Špalek
2009-11-03Implement properly stayOn instead of using walkOnRobert Špalek
2009-11-02Refactored running loop().Robert Špalek
2009-11-01Commented on loop() before refactoring.Robert Š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-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-26Fix Escape in the intro, and switching map and the inventoryRobert Špalek
2009-10-22Implemented GPL2 commands for music.Robert Špalek
2009-10-13Set all sound/subtitle-related parameters from ConfMan.Robert Špalek
2009-10-13Dubbing is played.Robert Špalek
2009-10-12Dragon looks into the requested direction.Robert Špalek
2009-10-12Implemented GPL commands JustTalk and JustStay.Robert Špalek
2009-10-12Fixed funcActPhase()Robert Špalek
2009-10-12Fix indexing of the dragon's animations.Robert Špalek