The Swganh Open Source Project's aim is to create a server emulator for the sandbox MMO Star Wars Galaxies at its pre-cu publish 14.1
- A valid Star Wars Galaxies Installation
- NetBeans IDE 6.9.1 or higher
- Java programming
- JavaScript programming
- JDK 1.6 or higher
- MySQL Server 5.5
- Github account
-
(optional for windows)
- Github for Windows(http://windows.github.com/)
git clone https://github.com/SWGANHServices/SWGANHJava.git
Then you can import the project to Netbeans
To contribute, simply commit your changes to your fork of the project and then submit a pull request here https://github.com/SWGANHServices/SWGANHJava/tree/Development
Now your changes will be reviewed by other developers and once the changes are approved your code will be merged into the main repository.
Please prefix all commits with Added, Changed, Removed or Fixed. If you don't have enough room for multiple changes, use the extended description. Try not to bundle multiple changes into one vague line (ie. "Changed various combat things"). Try to make all commit messages understandable by non-programmers.