Difference between revisions of "ZVision"
(adding date that it was added to the ScummVM code tree) |
Eriktorbjorn (talk | contribs) (AC3 decoding was added a while ago, but is still a bit hacky.) |
||
(26 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{EngineDescription| | {{EngineDescription| | ||
name=ZVision| | name=ZVision| | ||
developer=[[User:RichieSams|RichieSams]]| | developer=[[User:RichieSams|RichieSams]], [[User:Md5|[md5]]], [[User:MarisaChan|MarisaChan]]| | ||
companies=[[Activision]]| | companies=[[Activision]]| | ||
usedBy=[[Zork Nemesis]], [[Zork: Grand Inquisitor]]| | usedBy=[[Zork Nemesis]], [[Zork: Grand Inquisitor]]| | ||
dateAdded=October 17, 2013| | dateAdded=October 17, 2013| | ||
release= | release=1.8.0| | ||
}} | }} | ||
==About== | |||
The ZVision was the engine used by [[Activision]] in [[Zork Nemesis]] and [[Zork: Grand Inquisitor]]. | The ZVision was the engine used by [[Activision]] in [[Zork Nemesis]] and [[Zork: Grand Inquisitor]]. | ||
Line 15: | Line 16: | ||
It should be noted that from a technical viewpoint, this engine has nothing in common with the [[MADE]] engine used for [[Return to Zork]]. | It should be noted that from a technical viewpoint, this engine has nothing in common with the [[MADE]] engine used for [[Return to Zork]]. | ||
It should also not be confused with the [ | It should also not be confused with the [[Glk/ZCode|Z-machine]] which is the original Virtual Machine used for the original [[Zork series|Zork]] <b>text</b> adventure games. | ||
==Status== | |||
Both Zork: Nemesis and Zork: Grand Inquisitor are completable | |||
==Immediate TODO's== | ==Immediate TODO's== | ||
* Add a dirty rectangling system for RenderManager AlphaEntries so we're not rendering them to the backbuffer every frame | * Add a dirty rectangling system for RenderManager AlphaEntries so we're not rendering them to the backbuffer every frame | ||
==List of TODO's for ZVision to be playable== | ==List of TODO's for ZVision to be playable== | ||
===ZGI specific TODO's=== | ===ZGI specific TODO's=== | ||
(None at the moment) | |||
== | ===Nemesis specific TODO's=== | ||
(None at the moment) | |||
== | ==ZGI DVD TODO's== | ||
* | * AC3 audio decoding is a bit hacky, with hard-coded volume adjustments for each video. It would be good if someone could figure out how to do without these. | ||
[[Category:Engines]] | [[Category:Engines]] |
Latest revision as of 14:06, 14 July 2020
ZVision | ||
---|---|---|
Engine developer | RichieSams, [md5], MarisaChan | |
Companies that used it | Activision | |
Games that use it | Zork Nemesis, Zork: Grand Inquisitor | |
Date added to ScummVM | 2013-10-17 | |
First release containing it | 1.8.0 |
About
The ZVision was the engine used by Activision in Zork Nemesis and Zork: Grand Inquisitor.
This engine was added by the GSoC student RichieSams to ScummVM as part of the GSoC 2013.
The ScummVM engine uses Marisa Chan's ZVision re-implementation, which is available from http://github.com/Marisa-Chan/Zengine, as a reference.
It should be noted that from a technical viewpoint, this engine has nothing in common with the MADE engine used for Return to Zork. It should also not be confused with the Z-machine which is the original Virtual Machine used for the original Zork text adventure games.
Status
Both Zork: Nemesis and Zork: Grand Inquisitor are completable
Immediate TODO's
- Add a dirty rectangling system for RenderManager AlphaEntries so we're not rendering them to the backbuffer every frame
List of TODO's for ZVision to be playable
ZGI specific TODO's
(None at the moment)
Nemesis specific TODO's
(None at the moment)
ZGI DVD TODO's
- AC3 audio decoding is a bit hacky, with hard-coded volume adjustments for each video. It would be good if someone could figure out how to do without these.