aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
AgeCommit message (Expand)Author
2014-08-07ZVISION: Implement safe controlMarisa-Chan
2014-08-04ZVISION: Prepare save data while changing locationMarisa-Chan
2014-08-04ZVISION: Implementation of save controlMarisa-Chan
2014-08-04ZVISION: Define ID's for system stringsMarisa-Chan
2014-08-04ZVISION: New SaveManager methods for pre-buffering save dataMarisa-Chan
2014-08-04ZVISION: Implement full code for input controlMarisa-Chan
2014-08-04ZVISION: Don't focus on already focused controlMarisa-Chan
2014-08-04ZVISION: New scriptManager location methodsMarisa-Chan
2014-08-04ZVISION: Make controls processing breakeable.Marisa-Chan
2014-07-12ZVISION: Bool results for keyUp and keyDown events for controls.Marisa-Chan
2014-07-12ZVISION: Implement fuctionality for change focus without of calling focus/unf...Marisa-Chan
2014-07-12ZVISION: Fix drawTxt y-position.Marisa-Chan
2014-07-12ZVISION: Implement code for getControlMarisa-Chan
2014-07-12ZVISION: String manager only load text lines without parsing text styles.Marisa-Chan
2014-07-12ZVISION: Controls now can return type of control.Marisa-Chan
2014-07-12ZVISION: Implement functions for system messaging.Marisa-Chan
2014-07-05ZVISION: Process events for controls similar to original engine, fix some err...Marisa-Chan
2014-07-05ZVISION: Fix puzzle disable condition checkMarisa-Chan
2014-07-02ZVISION: Reorgonize source files into directories.Marisa-Chan
2014-06-14ZVISION: Fix compilation errors with latest scummvmMarisa-Chan
2014-06-13Merge remote-tracking branch 'upstream/master' into zvisionMarisa-Chan
2014-05-27ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd.Johannes Schickel
2014-05-27ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf.Johannes Schickel
2014-05-04ZVISION: Small cleanup.Johannes Schickel
2014-05-04ZVISION: Fix out of bounds access.Johannes Schickel
2014-03-30ALL: Resolve multiple clang warningsMax Horn
2014-03-09ZVISION: Implement ttyText actionMarisa-Chan
2014-03-09ZVISION: Add utf8 char length and utf8->uint16 functionsMarisa-Chan
2014-03-09ZVISION: Add support for sharp(monochrome) font loadingMarisa-Chan
2014-03-07ZVISION: Fix slot rendering for item-to-item clickMarisa-Chan
2014-03-06ZVISION: SearchManager dir index in ZIX-file started from 1 not 0, include up...Marisa-Chan
2014-03-06ZVISION: Fix rlf incorrect ABS -128 issueMarisa-Chan
2014-03-05ZVISION: Fix incompatibility of puzzle flugs with original saves.Marisa-Chan
2014-03-05ZVISION: Fix timer values for savegameMarisa-Chan
2014-03-05ZVISION: Remove forgotten debug printsMarisa-Chan
2014-03-05ZVISION: Refactor of save functionsMarisa-Chan
2014-03-02ZVISION: Refactor video-play and correct streamvideo for use subtitles and co...Marisa-Chan
2014-03-01ZVISION: Implement syncsound sidefx class and action class.Marisa-Chan
2014-03-01ZVISION: Add functions for framedelay controlling in animation_nodeMarisa-Chan
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2014-02-24ZVISION: Change changelocation code for identical work to original.Marisa-Chan
2014-02-24ZVISION: Add subtitles support for MusicNode.Marisa-Chan
2014-02-24ZVISION: Change rendermanager code for correct subtitles handle.Marisa-Chan
2014-02-24ZVISION: Implement subtitle handle classMarisa-Chan
2014-02-24ZVISION: Implement textRender with tags parser.Marisa-Chan
2014-02-24ZVISION: Implement sTTFont class for handle ttf with styles.Marisa-Chan
2014-02-24ZVISION: Don't add new timer if sidefx with same key existMarisa-Chan
2014-02-24ZVISION: Fix wrong style.Marisa-Chan
2014-02-18ZVISION: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-16ZVISION: Janitorial - Remove trailing spacesStrangerke