Commit Graph
139 Commits
Author SHA1 Message Date
Marisa-Chan 418b5f6dd2 ZVISION: Passive borders check for tilt and panorama for changelocation 2014-11-12 15:58:35 +06:00
Marisa-Chan 1f0bf5ecf2 ZVISION: Implement code for pan from keyboard and mouse 2014-11-12 15:55:10 +06:00
Marisa-Chan 8e112edb1a ZVISION: Implement Easter eggs and debug cheats 2014-11-12 15:47:27 +06:00
Marisa-Chan db5e2adc58 ZVISION: Implement method for visual output of some info 2014-11-12 15:40:54 +06:00
Marisa-Chan f658a5c8e6 ZVISION: Implement methods for get state of menu items 2014-11-12 15:34:55 +06:00
Marisa-Chan c79ac80b0c ZVISION: Implement quit function with reminder 2014-11-12 14:47:12 +06:00
Marisa-Chan 51a9ec80df ZVISION: Implement ZeroPoint for panorama renderer 2014-11-12 14:30:13 +06:00
Marisa-Chan 44eeb40272 ZVISION: Implement action:menu_bar_enable 2014-11-08 13:02:48 +06:00
Marisa-Chan 0efa1bc560 ZVISION: Implement action:rotate_to 2014-11-07 10:25:11 +06:00
Marisa-Chan 7151240345 ZVISION: Now setBackgroundPosition must care about statekey value 2014-11-07 10:23:29 +06:00
Marisa-Chan be8cf97674 ZVISION: Implement settings functions 2014-11-04 10:12:13 +06:00
Marisa-Chan 8b18ba64ae ZVISION: Add support for doubleFPS feature 2014-10-23 17:13:56 +07:00
Marisa-Chan 4bc3194410 ZVISION: Implement simple midi support 2014-10-22 11:44:49 +07:00
Marisa-Chan 7c9d8f22de ZVISION: Implement dynamic tilt up/down border 2014-10-10 16:48:28 +07:00
Marisa-Chan b9103b8d19 ZVISION: Implement functions for system messaging. 2014-07-12 19:09:08 +00:00
Marisa-Chan 23c1b50861 ZVISION: Reorgonize source files into directories. 2014-07-02 19:50:55 +00:00
Marisa-Chan ace0e5e88f ZVISION: Fix compilation errors with latest scummvm 2014-06-14 15:18:24 +07:00
Marisa-Chan eb9061e580 ZVISION: Refactor video-play and correct streamvideo for use subtitles and correct scale. 2014-03-02 00:03:25 +07:00
Marisa-Chan 8e02e06db1 ZVISION: Change rendermanager code for correct subtitles handle. 2014-02-24 22:46:00 +07:00
Marisa-Chan cf08849147 ZVISION: Implement textRender with tags parser. 2014-02-24 22:31:06 +07:00
Marisa-Chan 4a454ed763 ZVISION: New search manager for handle right handle for ZIX-files. 2014-02-04 08:32:02 +07:00
Marisa-Chan 61224e7225 ZVISION: Move MusicNode to use Audio::SoundHandle. 2014-01-17 09:32:06 +07:00
Marisa-Chan aef9c68f3c ZVISION: Implement menus. 2014-01-12 19:27:11 +07:00
Marisa-Chan 1428cb8950 ZVISION: Refactoring of renderManager. 2014-01-07 18:39:16 +07:00
Marisa-Chan 570630ee3d ZVISION: Make update screen delayed for updates. 2013-12-24 14:38:11 +07:00
Marisa-Chan 066cc74d96 ZVISION: Refactoring cursor manager into simple and full-functionally. 2013-12-04 14:00:48 +00:00
Marisa-Chan 6a135c6779 ZVISION: Add zgi_mx directory for files search 2013-11-01 17:01:07 +07:00
Marisa-Chan f46d63d35c ZVISION: Implement engine-wide method for selecting new audio ID. 2013-11-01 16:44:44 +07:00
Marisa-Chan 25834faf07 ZVISION: Style modifing by astyle. 2013-10-20 18:39:06 +00:00
Marisa-Chan f1c6b58a94 ZVISION: Select needed workingWindow for ZGI and Nemesis. 2013-10-18 19:48:57 +00:00
RichieSams bad28dc158 ZVISION: Standardize includes order and format
Format is:
common/scummsys.h    (Only if a .cpp file)

header file for this file (Only if a .cpp file)

zengine includes

other includes, grouped by module
2013-10-02 09:10:00 -05:00
RichieSams 98e7627591 ZVISION: Add debug levels 2013-10-02 09:09:50 -05:00
RichieSams 02aaffd894 ZVISION: Break comment into multiple lines for readability 2013-10-02 09:09:49 -05:00
RichieSams 031be61b07 ZVISION: Clean up the ZVision constructor 2013-10-02 09:09:48 -05:00
RichieSams 229e4fe3be ZVISION: Move creation of the managers to ZVision::initialize()
In order to make the ZVision constructor as lightweight as possible
2013-10-02 09:09:48 -05:00
RichieSams 4af62cfd3a ZVISION: Register the "fonts" directory with SearchMan 2013-09-16 00:17:27 -05:00
RichieSams 035ee29f1d ZVISION: Initialize StringManager 2013-09-16 00:17:26 -05:00
RichieSams 2b2f85063a ZVISION: Clean up StringManager and SaveManager after use 2013-09-15 16:27:19 -05:00
RichieSams c312b147fa ZVISION: Create an instance of StringManager 2013-09-15 15:01:01 -05:00
RichieSams f6c36aa14c ZVISION: Create an instance of the SaveManager 2013-09-15 15:00:58 -05:00
RichieSams b50afa2b15 ZVISION: Remove unused function 2013-09-15 15:00:40 -05:00
RichieSams 2dab04e14b ZVISION: Do full working window warp instead of image at a time 2013-09-06 22:29:19 -05:00
richiesams 235620750a ZVISION: Create methods for generating save file names 2013-09-04 00:16:46 -05:00
richiesams 9ea91f5c9c ZVISION: Convert ZVision singleton accessors to be inline 2013-09-03 23:44:26 -05:00
richiesams 4288c4fa0e ZVISION: Remove unnecessary pixel format switching from video code
This is part of a series of commits converting all game assets to RBG 565 from
RBG 555. The argument is that certain backends do not support RGB 555. AVI
videos are already in RGB 565, so we just need to remove the code that switched
the pixelFormat during videos.
2013-09-24 13:59:38 +02:00
richiesams 7dcfa9ef4c ZVISION: Call RenderManager::update() before ScriptManager::update()
This ensures the background will be rendered before anything from Puzzles or Controls
2013-08-20 11:41:45 -05:00
richiesams e0937a12cd ZVISION: Move _cursorManager construction after the folder directories have been registered with SearchMan 2013-08-16 12:17:29 -05:00
richiesams 08a8ab885b ZVISION: Apply panorama/tilt warping after all images have been rendered to a backbuffer
This makes wrapped warping much easier as well as allowing changeLocation offsets to
work properly
2013-08-15 14:15:48 -05:00
richiesams 9b8bad3c83 ZVISION: Add _renderManager::update() to ZEngene::run() 2013-08-14 11:20:23 -05:00
richiesams 85c67e5e2f ZVISION: Implement ZVISION::getCursorManager() 2013-08-14 11:20:19 -05:00