Difference between revisions of "Developer Central"

From ScummVM :: Wiki
Jump to navigation Jump to search
m
(Initial move of Code_Conventions to the Wiki)
Line 4: Line 4:
== Writing code ==
== Writing code ==
* The first thing you need to be able to do is [[Compiling_ScummVM]].
* The first thing you need to be able to do is [[Compiling_ScummVM]].
* If you write Code, please absolutely make sure to read about our [http://scummvm.org/documentation.php?view=conventions Code formatting conventions]. Patches which do not follow them tend to be rejected or at least delayed until they are cleaned up to comply to them.
* If you write Code, please absolutely make sure to read about our [http://scummvm.org/documentation.php?view=conventions Code formatting conventions]. Patches which do not follow them tend to be rejected or at least delayed until they are cleaned up to comply to them. [[Code_Formatting_Conventions]]
* If you have write access to our repository, please make sure to read the [[Commit_Guidelines|Commit Guidelines]] first!
* If you have write access to our repository, please make sure to read the [[Commit_Guidelines|Commit Guidelines]] first!
* 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 [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.


== TODO lists ==
== TODO lists ==

Revision as of 15:05, 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