Age | Commit message (Collapse) | Author |
|
|
|
Shows mouse click pos (x,y,z) and detected clickable region/actor/item/object id underneath
|
|
Needed mostly to heal McCoy, or un-retire some actors
|
|
Also enhanced functionality for debugger's cmdDraw, allowing to draw isolated objects
|
|
|
|
New commands to debug bound boxes and properties for obj, items, regions
|
|
|
|
|
|
Similar to draw (reuses code) but lists objects in the debugger view
|
|
Allow for 4 lines of subtitles, but start from using 2 lines by default
Also added debugger command to allow for immediate text testing for subtitles
|
|
List and or play overlay loops that have been loaded for the scene
|
|
It can be used for querying and changing friendliness between actors.
|
|
Fogs were not animated.
Clean up of the fog calculation routines.
|
|
Debugger overlay is now more configurable
Added basic support for fogs
|
|
Fixed some errors as well
|
|
Saving and loading is accessible via ScummVM dialogs.
No in-game UI support yet.
It is possible to load saves from original game via debugger console.
ScummVM saves have additional header and are incompatibile with original
game.
|
|
|
|
Implemented as a hack on top of 'draw obj' with skipping all other
scene objects.
|
|
Added "pos" console command
|
|
added some constants
added loop debugger command
|
|
Fixed animation position update
Added goal & anim commands to console
|
|
Fixed isseue of duplicating items in world
Fixed fog issue with incorrect rendering in special occasions
Added basic debugger console
Refactored looping code for better readability
|