Difference between revisions of "MutationOfJB/Status"

From ScummVM :: Wiki
Jump to navigation Jump to search
 
Line 10: 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 19: 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)

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