Difference between revisions of "Developer Central"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Initial move of Code_Conventions to the Wiki)
(Added orphined links of interest for developers)
Line 8: Line 8:
* If you want to provide a new Engine for ScummVM, check out our [[HOWTO-Engines|Engines HOWTO]].
* If you want to provide a new Engine for ScummVM, check out our [[HOWTO-Engines|Engines HOWTO]].
* If you want to port ScummVM to a new platform, check out our [[HOWTO-Backends |Backends HOWTO]].
* If you want to port ScummVM to a new platform, check out our [[HOWTO-Backends |Backends HOWTO]].
* Our release guideline for ScummVM [[HOWTO-Release |Release HOWTO]]
* Our release testing status for the latest stable release [[Release_Testing]]
* Our [http://scummvm.org/docs/doxygen/html/index.php Doxygen source code documentation] may help you to get the big picture about ScummVM.
* Our [http://scummvm.org/docs/doxygen/html/index.php Doxygen source code documentation] may help you to get the big picture about ScummVM.


Line 21: Line 23:
== Misc ==
== Misc ==
* [http://www.w3schools.com/media/media_mimeref.asp MIME types], useful for setting svn:mime-type.
* [http://www.w3schools.com/media/media_mimeref.asp MIME types], useful for setting svn:mime-type.
* [[CVS_vs_SVN]]
* [[Auto_detection]]
* [[New_GUI]]

Revision as of 16:09, 13 February 2006

The purpose of this page is to give a link to all kinds of resources that contain information valuable to current and future developers of ScummVM.


Writing code

TODO lists


Misc