aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
AgeCommit message (Expand)Author
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
2014-02-07ZVISION: Refactor of pushtoggle code, now full functional implementation.Marisa-Chan
2014-02-07ZVISION: Fix lever code;Marisa-Chan
2014-02-04ZVISION: New search manager for handle right handle for ZIX-files.Marisa-Chan
2014-01-17ZVISION: Move lever code to use MetaAnimation.Marisa-Chan
2014-01-17ZVISION: Move code of animation_node to use meta_animation.Marisa-Chan
2014-01-17ZVISION: New class for handle rlf and avi animations.Marisa-Chan
2014-01-17ZVISION: Implement crossfade.Marisa-Chan
2014-01-17ZVISION: Implement attenuate code.Marisa-Chan
2014-01-17ZVISION: Implement PanTrack.Marisa-Chan
2014-01-17ZVISION: Move MusicNode to use Audio::SoundHandle.Marisa-Chan
2014-01-13ZVISION: Fix code style with astyle.Marisa-Chan
2014-01-13ZVISION: Fix killSideFxType iterator.Marisa-Chan
2014-01-12ZVISION: Implement menus.Marisa-Chan
2014-01-12ZVISION: Fix onMouseMove rectangle for scriptManager.Marisa-Chan
2014-01-12ZVISION: Correct RenderManager methods for support menu.Marisa-Chan
2014-01-07ZVISION: Refactoring of renderManager.Marisa-Chan
2013-12-24ZVISION: Fix animation_node upper frame.Marisa-Chan
2013-12-24ZVISION: Slot control code.Marisa-Chan
2013-12-24ZVISION: Add splitter function into controls class.Marisa-Chan
2013-12-24ZVISION: New easy-to-use render functions for next rendermanager generation.Marisa-Chan
2013-12-24ZVISION: Make update screen delayed for updates.Marisa-Chan
2013-12-07ZVISION: Add missing getDebugger() for engine API.D G Turner
2013-12-04ZVISION: Refactoring cursor manager into simple and full-functionally.Marisa-Chan
2013-11-26ZVISION: Some scripts action arguments can be uppercased, make all lowercase.Marisa-Chan
2013-11-25ZVISION: Change clear queued list firstly, not exec list.Marisa-Chan
2013-11-25ZVISION: PreloadAnimation must indicate that the animation is loaded.Marisa-Chan
2013-11-25ZVISION: Refactor parsing actions, it must handle presence/miss of slot key i...Marisa-Chan