Difference between revisions of "AGS"

From ScummVM :: Wiki
Jump to navigation Jump to search
(slight fix - it was yesterday)
(Update the TODO list)
Line 8: Line 8:


==Status==
==Status==
* Experimental work in progress. Various games completable.
* Experimental work in progress. Various games from 2.5 onwards are completable.


==TODO==
==TODO==
* Save/load code.
* Reverse and implement various plugins needed by the games
* Implement missing interaction commands.
* Some graphics rendering is still stubbed, or renders incorrectly in some games.
* Fix dialog/message display (including the overlay code).
* Testing various games to identify and fix any missing functionality or incorrect implementation.
* Implement sprite scaling.
* Implement audio volume code.
* Finish GUI code.
* Dirty rectangling (maybe look at somaen's ticket idea?).
* Implement old-style pathfinder.
* Implement all the script functions.
* Deal with the rest of the FIXMEs.


==External Links==
==External Links==

Revision as of 04:32, 8 February 2021

AGS
Engine developer dreammaster
Companies that used it Various
Games that use it Too many to list
Date added to ScummVM 2021-02-06
First release containing it None

Status

  • Experimental work in progress. Various games from 2.5 onwards are completable.

TODO

  • Reverse and implement various plugins needed by the games
  • Some graphics rendering is still stubbed, or renders incorrectly in some games.
  • Testing various games to identify and fix any missing functionality or incorrect implementation.

External Links