Source

From OHRRPGCE-Wiki

(Redirected from Source code)
Jump to: navigation, search

[edit] Getting the Source

The best way to get the source code is with subversion. If for some reason, you can't install a subversion client on your computer, the next best thing is to download the latest nightly source zip file

[edit] Compiling the Source

[edit] Submitting Improvements

If you fix bugs, or make improvements, you can submit your fixes to be incorporated into the official version. If you downloaded the source code using subversion, it is easy to make a patch containing your changes. To create a patch, type the command:

 svn diff > patch_file_name.txt

If you have been making changes to many different files, but only want your changes to one specific file to be included in the patch, you can specify the filename:

 svn diff game.bas > patch_file_name.txt

Then log in to bugzilla at http://HamsterRepublic.com/bugzilla/ and create a new bug that describes what your patch does, and attach the patch file to the bug.

[edit] Distributing your own version

[edit] RPG File Format Internals

The file format that OHRRPGCE games are stored in is a complicated and messy format. Read more about it here.

[edit] Development Plans

Requirements for the next release are tracked on the Release tracking bug.

For past releases, see the History of Release Dates

[edit] Mailing List

ohrrpgce@lists.motherhamster.org discussion list
A mailing list for OHRRPGCE programmers to discuss OHRRPGCE development.
Plotscripting discussion and advanced game-making discussion are also welcome.

Subscribe here
View the archives here or on gmane
post by e-mailing ohrrpgce@lists.motherhamster.org (must be subscribed first!)

[edit] Developers

[edit] See Also

Personal tools