TrustedUser
574
edits
(→Getting started: Make it clear to external submitters, Github Pull Request Commits should comply with Commit Guidelines.) |
(→For Engine authors: Add link to Endian Debug HOWTO) |
||
Line 23: | Line 23: | ||
* If your engine supports multiple games / game variants, properly detecting and differentiating them all can be a nuisance. Use the [[Advanced Detector]] to overcome this hurdle. | * If your engine supports multiple games / game variants, properly detecting and differentiating them all can be a nuisance. Use the [[Advanced Detector]] to overcome this hurdle. | ||
* Accessing files in a portable fashion is non-trivial. Read all about [[HOWTO-Open_Files|how to open files]]. | * Accessing files in a portable fashion is non-trivial. Read all about [[HOWTO-Open_Files|how to open files]]. | ||
* Debugging endian issues can be tricky. [[HOWTO-Debug-Endian-Issues |This page]] gives some solutions. | |||
* If you want to have your engine merged into the ScummVM mainline, check out our [[HOWTO-Engine_Inclusion|Engine Inclusion HOWTO]]. | * If you want to have your engine merged into the ScummVM mainline, check out our [[HOWTO-Engine_Inclusion|Engine Inclusion HOWTO]]. | ||
* For those starting out with reverse engineering, check out our [[HOWTO-Reverse_Engineering|Reverse Engineering HOWTO]]. | * For those starting out with reverse engineering, check out our [[HOWTO-Reverse_Engineering|Reverse Engineering HOWTO]]. |