Page 1 of 1

How to submit code changes for inclusion in UOX3

Posted: Fri Jul 22, 2005 4:45 am
by Xuri
Option 1 - Clone UOX3 Repository and Make Pull request
If you've got code changes you'd like to submit for inclusion in UOX3, and you do not have developer access to the UOX3 GitHub repository, you can clone/fork the GitHub repository, do your changes in the clone/fork, then commit a Pull Request back to the main UOX3 repo that we can review and potentially include (or request necessary changes to before inclusion). Write access to the main repo might be given upon request to users who can show that they are capable of writing quality code.

Option 2 - Post Changes on Submissions Forum
Optionally, you can post your changes as a file attachment (if large) or wrapped in

Code: Select all

[Codebox=cpp file=Untitled.cpp][/Codebox]
tags in a forum post in Submissions-forum.

Option 3 - Send Changes per E-mail
The final, least optimal and last resort approach would be to zip up your changed source files and send them per e-mail to xuri@uox3.org, along with a description of what you changed and why, so we know what we're looking at/for when reviewing the changes.

Posted: Fri Jul 22, 2005 11:52 pm
by Grimson
Ok, here is a diff that contains all the recent changes I made to the source. Just in case someone is interested in it. It's based upon the "0.98-3.0d" sources.

Edit: It also contains the fixes lingo posted here: viewtopic.php?t=514