Difference between revisions of "AGS"
Jump to navigation
Jump to search
(update engine) |
(add date it was added to the tree) |
||
Line 4: | Line 4: | ||
|companies=Various | |companies=Various | ||
|usedBy=Too many to list | |usedBy=Too many to list | ||
|dateAdded=February 7, 2021 | |||
}} | }} | ||
Revision as of 20:37, 7 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-07 | |
First release containing it | None |
Status
- Experimental work in progress. Various games completable.
TODO
- Save/load code.
- Implement missing interaction commands.
- Fix dialog/message display (including the overlay code).
- 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
- Fuzzie's WIP AGS engine (outdated, for reference only)
- AdventureGameStudio's own WIP engine in ScummVM git fork