Difference between revisions of "Titanic"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Added Original Bugfixes and New Functionality sections)
m (Minor grammar fix)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{EngineDescription|
{{EngineDescription|
name=Titanic|
name=Titanic|
developer=[[User:dreammaster|dreammaster]]|
developer=[[User:dreammaster|dreammaster]], [[User:csnover|csnover]], [[User:dafioram|dafioram]]|
companies=[[The Digital Village]]|
companies=[[The Digital Village]]|
usedBy=[[Starship Titanic]]|
usedBy=[[Starship Titanic]]|
dateAdded=July 31, 2016|
dateAdded=July 31, 2016|
release=not yet|
release=2.0|
status=In Progress|
status=2.0|
}}
}}
==Status==
* Work in Progress.


==Original Bugfixes==
==Original Bugfixes==
* The original had buggy code that was supposed to make the SGT Dispensor dispense cold chicken if the appropriate fuse hasn't been put in the fusebox. This has been corrected.
* Various bugs with items left hanging on-screen if used on the wrong objects have been fixed
* Various bugs with items left hanging on-screen if used on the wrong objects have been fixed
* Various other stability fixes
* Various other stability fixes


==New Functionality==
==New Functionality==
* Supported added for the mouse wheel to scroll through the inventory, remote icons, conversation log, etc.
* Support added for the mouse wheel to scroll through the inventory, remote icons, conversation log, etc.
* Support for directional arrow keys to move the player in-game. Note: the Down arrow will only work when a view explicitly has a "back" cursor available.
* Support for directional arrow keys to move the player in-game. Note: the Down arrow will only work when a view explicitly has a "back" cursor available.
* Extra save slots available via the ScummVM GMM
* Extra save slots available via the ScummVM GMM
==Todo==
* The Indeo AVI videos used in the Titania closeup have some extra oddity that manifests as a faint line around their edges. Hopefully someone with more experience with this video format could look into it. It's only a minor display glitch in that one scene, so I consider it a nice to have fixed, rather than a must be.
* The star map puzzle at the end of the game can take a wrong route through 3D space when locking onto a star. I, with help from others, have done the best we can decoding all the complicated 3D matrix calculations, but it would really need an experienced mathematician to look into it further and both fix the problem, as well as more properly document all the anonymous/unnamed code & variables in the engine's star_control/ folder. Again, this is considered merely a nice to have fixed and/or documented.


==External links==
==External links==

Latest revision as of 16:42, 18 February 2019

Titanic
Engine developer dreammaster, csnover, dafioram
Companies that used it The Digital Village
Games that use it Starship Titanic
Date added to ScummVM 2016-07-31
First release containing it 2.0

Original Bugfixes

  • Various bugs with items left hanging on-screen if used on the wrong objects have been fixed
  • Various other stability fixes

New Functionality

  • Support added for the mouse wheel to scroll through the inventory, remote icons, conversation log, etc.
  • Support for directional arrow keys to move the player in-game. Note: the Down arrow will only work when a view explicitly has a "back" cursor available.
  • Extra save slots available via the ScummVM GMM

Todo

  • The Indeo AVI videos used in the Titania closeup have some extra oddity that manifests as a faint line around their edges. Hopefully someone with more experience with this video format could look into it. It's only a minor display glitch in that one scene, so I consider it a nice to have fixed, rather than a must be.
  • The star map puzzle at the end of the game can take a wrong route through 3D space when locking onto a star. I, with help from others, have done the best we can decoding all the complicated 3D matrix calculations, but it would really need an experienced mathematician to look into it further and both fix the problem, as well as more properly document all the anonymous/unnamed code & variables in the engine's star_control/ folder. Again, this is considered merely a nice to have fixed and/or documented.

External links