Source

From OHRRPGCE-Wiki

(Difference between revisions)
Jump to: navigation, search
(Development Plans: Plan for shop improvements)
(Development Plans: plan for bigger walkabouts)
 
Line 79: Line 79:
* [[Plan for faster game loading and upgrading]]
* [[Plan for faster game loading and upgrading]]
* [[Plan for shop improvements]]
* [[Plan for shop improvements]]
 +
* [[Plan for bigger walkabouts]]
==Mailing List==
==Mailing List==

Current revision as of 15:56, 28 October 2009

[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

A git import of ohrrpgce subversion is available too.

You can also view the source without a subversion client here: http://gilgamesh.hamsterrepublic.com/websvn/ or here: http://gitorious.org/ohrrpgce-svn/ohrrpgce-svn/trees/master (svn <-> git mirror/bridge)

[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