Okay, I have setup a Git repository at
bitbucket.org that I will use for Exerelin.
If anyone wishes to contribute (or merely use the dev version), please PM me your email or bitbucket.org username (if you dont have a BitBucket username, please just PM me your email so i can refer and get another free user allowance) and I will add you to the users. Please also specify:
- What access level you want
-
Read (you just want access to the current in-development version, download only) - EDIT: I'm actually going to make this a public repository, so no need to apply for read access, apologies to those who already did so!
- Write (you want to contribute changes to Exerelin)
- The reason you want access
- Any work you have done so far and you think should be included in Exerelin main (if you have any)
- Your plans for future development work (if you have any)
A couple of notes about repository setupI have done the initial commit at the released v0.55 code base. I have then (as an ugly massive commit) committed my changes I have done so far for v0.56.
The repository is just the mod files without any IDE-specific project setup (I use IntelliJ-IDEA); it is just the mod files themselves. This means:
- You should be able to use whichever IDE you like, just include the Exerelin mod files in whichever project structure your IDE uses
- I just use a dummy IntelliJ-IDEA project
-
You will probably not be able to use any IDE-integrated version controls -
I am using SourceTree to manage my interactions, and just using IntelliJ-IDEA as an editor - I have managed to have everything working nicely just through IntelliJ-IDEA's Git integration
