Difference between revisions of "Developer Central"

From ScummVM :: Wiki
Jump to navigation Jump to search
(→‎Getting started: Added link to 'debugging ScummVM' page)
Line 3: Line 3:
== Getting started ==
== Getting started ==
* The first thing you need to be able to do is [[Compiling ScummVM|compile ScummVM]].
* The first thing you need to be able to do is [[Compiling ScummVM|compile ScummVM]].
* Some hints on [[Debugging ScummVM|debugging ScummVM]].
* Before you write/submit code, '''you must read about our''' [[Code Formatting Conventions]]. Patches which do not follow them will be rejected or at least delayed until they are cleaned up to comply to them.
* Before you write/submit code, '''you must read about our''' [[Code Formatting Conventions]]. Patches which do not follow them will be rejected or at least delayed until they are cleaned up to comply to them.
* Also, please read and respect the [[Portability Guide]].
* Also, please read and respect the [[Portability Guide]].

Revision as of 12:52, 1 July 2007

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.

Getting started

Projects, plans, things to do

TODO lists

New GUI

Release Management

CVS/SVN statistics

Our commit logs are fed to several freely available statistics tools:

Misc

Old / obsolete stuff