20
edits
m (→Schedule) |
m (→Schedule) |
||
Line 26: | Line 26: | ||
**'''Description:''' Implement the new backend structure to the SDL backend and its ports (Some ports may be left for later if time allows it) | **'''Description:''' Implement the new backend structure to the SDL backend and its ports (Some ports may be left for later if time allows it) | ||
**'''Time:''' June 7 – June 28 | **'''Time:''' June 7 – June 28 | ||
**'''Status:''' ''In progress'' - | **'''Status:''' ''In progress'' - Cleanup and documentation | ||
**'''Deliverables:''' The SDL backend has been refactored, and almost all its code has been modularized. | **'''Deliverables:''' The SDL backend has been refactored, and almost all its code has been modularized. Most SDL based ports have been modularized. | ||
***'''Refactored''' OSystem_SDL, SdlAudioManager, SdlMutexManager, SdlEventManager, SdlGraphicsManager, SdlMixerImpl, OSystem_Win32, OSystem_POSIX, OSystem_MacOSX, OSystem_SDL_SamsungTV, OSystem_SDL_Symbian, OSystem_LINUXMOTO, OSystem_GP2XWIZ | ***'''Refactored''' OSystem_SDL, SdlAudioManager, SdlMutexManager, SdlEventManager, SdlGraphicsManager, SdlMixerImpl, OSystem_Win32, OSystem_POSIX, OSystem_MacOSX, OSystem_SDL_SamsungTV, OSystem_SDL_Symbian, OSystem_LINUXMOTO, OSystem_GP2XWIZ, OSystem_GP2X | ||
*'''Implementation of OpenGL support''' | *'''Implementation of OpenGL support''' | ||
**'''Description:''' Implement a OpenGL Graphics Manager | **'''Description:''' Implement a OpenGL (and OpenGL ES 1.1 compatible) Graphics Manager for use with a SDL backend, and another Manager without using SDL. | ||
**'''Time:''' June 28 | **'''Time:''' June 28 – July 19 | ||
**'''Status:''' ''To do'' | **'''Status:''' ''To do'' | ||
**'''To do:''' | |||
***Design the base structure for a SDL OpenGL graphics manager | |||
***Implement OpenGL setup and screen initialization code for having at least a black screen when running | |||
***Implement blitting to screen code (drawing of game, overlay, mouse) and screen update | |||
***Implement OpenGL scalers for any aspect ratio | |||
***Implement a OpenGL graphics manager for non SDL platforms | |||
***Code cleanup and documentation | |||
*'''Implementation of new modular backend for other platform backends''' | *'''Implementation of new modular backend for other platform backends''' | ||
**'''Description:''' Refactor the actual ports for subclassing the ModularBackend class | **'''Description:''' Refactor the actual ports for subclassing the ModularBackend class | ||
**'''Time:''' July 19 – August 14 | **'''Time:''' July 19 – August 14 | ||
**'''Status:''' ''To do'' | **'''Status:''' ''To do'' |
edits