Difference between revisions of "MutationOfJB/Status"

From ScummVM :: Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Status ===
=== Status ===


* Animations
* Entity graphics & animations
** Object animations - <span style="color:green">DONE</span>
** Object animations - <span style="color:green">DONE</span>
** Bitmap animations - <span style="color:red">TODO</span>
** Bitmap rendering - <span style="color:red">TODO</span>
** Room animations (cutscenes) - <span style="color:red">TODO</span>
* Audio
* Audio
** Dialog speech - <span style="color:red">TODO</span>
** Dialog speech - <span style="color:red">TODO</span>
Line 9: Line 10:
* Inventory
* Inventory
** UI - <span style="color:green">DONE</span>
** UI - <span style="color:green">DONE</span>
** Actions (use/combine, look at) - <span style="color:red">TODO</span>
** Actions (use/combine, look at) - <span style="color:green">DONE</span>
* Meta
* Meta
** Settings - <span style="color:red">TODO</span>
** Settings - <span style="color:red">TODO</span>
** Save/Load - <span style="color:red">TODO</span>
** Save/Load - <span style="color:lightgreen">MOSTLY DONE</span>
* Player
* Player
** Drawing player - <span style="color:red">TODO</span>
** Drawing player - <span style="color:red">TODO</span>
Line 18: Line 19:
* Scene
* Scene
** Background - <span style="color:green">DONE</span>
** Background - <span style="color:green">DONE</span>
** Object actions (pick up etc.) - <span style="color:lightgreen">MOSTLY DONE</span> (missing special cases)
** Object actions (pick up etc.) - <span style="color:green">DONE</span>
** Doors - <span style="color:lightgreen">MOSTLY DONE</span> (missing special cases)
** Doors - <span style="color:green">DONE</span>
* Scripts
* Scripts
** Parsing sections - <span style="color:lightgreen">MOSTLY DONE</span> (missing TIMERPROC)
** Parsing sections - <span style="color:lightgreen">MOSTLY DONE</span> (missing TIMERPROC)
** Commands - see [[MutationOfJB/Commands]]
** Commands - <span style="color:orange">WIP</span> (see [[MutationOfJB/Commands]])
* Special
* Special
** Intro - <span style="color:red">TODO</span>
** Intro - <span style="color:red">TODO</span>
** Computer diary - <span style="color:red">TODO</span>
** Computer diary - <span style="color:red">TODO</span>
** Credits - <span style="color:red">TODO</span>
** Credits - <span style="color:red">TODO</span>
** Switching game part/chapter - <span style="color:red">TODO</span>

Latest revision as of 16:55, 28 October 2018

Status

  • Entity graphics & animations
    • Object animations - DONE
    • Bitmap rendering - TODO
    • Room animations (cutscenes) - TODO
  • Audio
    • Dialog speech - TODO
    • Music - TODO
  • Inventory
    • UI - DONE
    • Actions (use/combine, look at) - DONE
  • Meta
    • Settings - TODO
    • Save/Load - MOSTLY DONE
  • Player
    • Drawing player - TODO
    • Pathfinding - TODO
  • Scene
    • Background - DONE
    • Object actions (pick up etc.) - DONE
    • Doors - DONE
  • Scripts
  • Special
    • Intro - TODO
    • Computer diary - TODO
    • Credits - TODO
    • Switching game part/chapter - TODO