1,079
edits
Line 3: | Line 3: | ||
== Writing code == | == Writing code == | ||
* 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]]. | ||
* If you write code, please absolutely make sure to read about our [[ | * If you write code, please absolutely make sure to read about our [[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 have write access to our repository, please make sure to read the [[ | * Also, please read and respect the [[Portability Guide]]. | ||
* If you have write access to our repository, please make sure to read the [[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]]. |
edits