Final Code (Originally From a Page on My Blog to Submit to GSoC Evaluation on Aug 23)

Time to put all the work in one place! ✊ Requirements from GSoC goes like this (only relevant guidelines are shown) It must be easy to identify the work you have done. Someone else should be able to use the content at (or referenced from) the target of the link to extend your work. If … Read moreFinal Code (Originally From a Page on My Blog to Submit to GSoC Evaluation on Aug 23)

How to Open a Pull Request & Push and Commit Code to ScummVM

I’ve open a brand new Github account just to learn how to. Not recommended for long term. I do recall sev saying something like as a dev you should use command line and I do agree with that. Well, I wanted to do everything with terminal commands, but was unsuccessful. I couldn’t find satisfying answers … Read moreHow to Open a Pull Request & Push and Commit Code to ScummVM

GENERAL: The important small things

Here are some useful guidelines Coding formatAlthough the comprehensive guideline is available in the official wiki, here is a high light for what to be mindful in this project, with my own interpretation:a. #ifdef USE_TTS and #endif should be aligned with column zerob. Operators should have a white space separating. Operators include % and =c. … Read moreGENERAL: The important small things