Difference between revisions of "OpenTasks/Engine/Improve WME"

From ScummVM :: Wiki
Jump to navigation Jump to search
Line 4: Line 4:
techcontact=[[User:somaen|Einar Johan Trøan Sømåen]]|
techcontact=[[User:somaen|Einar Johan Trøan Sømåen]]|
subsystem=Engine|
subsystem=Engine|
taskstatus=Proposed by Somaen|
taskstatus=GsOC 2013 (t0by), done and merged |
}}
}}



Revision as of 09:34, 19 January 2014

Closed Task
Task Name Improve WME
Technical Contact(s) Einar Johan Trøan Sømåen
Subsystem Engine
Status GsOC 2013 (t0by), done and merged

Background:

The current WME engine allows to play several WME games perfectly. There are neverthless some missing features in the current version of the engine, and some parts of the engine require some optimization. As a consequence, this would allow to improve the gaming experience and to add support to more WME games.

The Task:

  • Implement missing features (Sprite Rotation, Blending etc)
  • Implement proper debugger support (Missing in WME Lite, but very usefull if users are to develop games for usage with ScummVM).
  • Further refactoring of engine
  • Optimization of render-path
  • Add support for localized games (UTF-support).
  • Add subtitle-support to videos.
  • Testing and adding support for additional games.
  • Bonus: Add UTF-support to the engine.

The Benefits:

  • WME-games playable for a larger part of the userbase.
  • Potential larger userbase for fanmade games created using the engine.

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.