Difference between revisions of "OpenTasks/Engine/ImproveAGI"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Created page with "{{Infobox_OpenTasks| taskname=Improve AGI support| gsocworkload=100%| techcontact=Eugene Sandulenko| subsystem=Engine| taskstatus=Proposed by Sev| }} __TOC__ ===Ba...")
 
Line 1: Line 1:
{{Infobox_OpenTasks|
{{Infobox_ClosedTasks|
taskname=Improve AGI support|
taskname=Improve AGI support|
gsocworkload=100%|
gsocworkload=100%|

Revision as of 22:52, 3 February 2016

Closed Task
Task Name Improve AGI support
Technical Contact(s) Eugene Sandulenko
Subsystem Engine
Status Proposed by Sev

Background:

Our implementation of AGI suffers some incompatibilities which doesn't appear in the NAGI reimplementation. In order to get the best AGI support possible, it would be interesting to understand the implementation differences between the two engines and merge them.

The Task:

  • Analyze implementation diffrerences between ScummVM and NAGI
  • Implement those changes, with a priority on the main loop and the rendering system
  • Refactor the resulting code
  • Validate the result by testing the latest AGI fan games and demos

The Benefits:

  • Improve significantly the support of the latest fan made AGI games.

Required Skills:

  • Good C++ skills.
  • Good knowledge of ScummVM coding conventions and portability guidelines (could be learned in less than a week)
  • Engine internals could be studied quickly. (The original authors are willing to help by answering questions)