Today I can happily report that the multiplayer and restructure code is now back home happily in our develop branch and primary build. A legacy branch / build is available for those with pre-multiplayer worlds who want to keep going, like PaprikaPeng with his Lets Play world that recently reached 100 episodes on Youtube!
The Launcher v 1.1 has been released with an updated lineup (thanks mkalb !) and now contains:
C:\Users\[user]\Saved Games\Terasology (Windows 7 and probably Vista)
My Documents\Terasology (on Windows XP)
~/.terasology (Linux flavors)
Library/something something (Macs - don't have an example handy, please post if you do!)
Changes over this long a period with this substantial rework are hard to summarize. The final legacy-based stable build changes are here, then replaced with the first stable multiplayer build here. Which is then further added to in the massive change list from overwriting the develop branch with the restructure
Content modules from the legacy codebase are being updated one by one although some might get renamed / merged / discontinued in favor of newer replacements. There's a milestone for that.
While this effectively marks completion of The Great Convergence there are still some restructure items left (mostly related to versioning & releasing of modules) before the latest code can be considered fully stable - when that's the case another stable build will come out. Those are lower priority anyway, along with a few other TGC-related issues. Really the heart of this was the convergence itself of all the non-multiplayer code (written by all kinds of people!) into the newly created multiplayer setup, which was an amazing and greatly appreciated effort by Immortius - many many thanks! Next up he's working on a GUI overhaul
We've been seeing new contributors arriving lately along with several older contributors picking back up now that the new structure is in place. New solid content is coming at last, such as the overhauled pathfinding module synopia is working on complete with a "job board" system to organize creature tasks around. DizzyDragon decided to get some basic seasons and weather started, in addition to his work on liquids. The Light & Shadow effort is also gearing up again now that we've solved the model import issue! Thanks to Maternal for finding the issue and glasz for keeping at it - glasz is also working on procedural flowers based on some initial sprites by eleazzaar
Onwards and upwards toward Alpha! It is also time to discuss how to best work toward game balance and longevity, so if you haven't participated there yet go post
For our developers & modders the restructure details can be read in more details in the great convergence thread - it can get pretty technical! There is also a new Codebase Structure page in the GitHub wiki (best option for a brief review) along with a Project Overview to summarize all this. The important part is that content modules now can live in independent repositories on GitHub either under our official organization "Terasology" (better name?) or elsewhere, complete with individual build jobs in Jenkins. If you clone the main repo right now you can then immediately add source for a specific module to your local workspace with something like:
You can also use a "create" version of that for making new modules but then we need to make the repo (or fork yours) plus make jobs in Jenkins. Gooey will be volunteered into providing those services via IRC soon.
The new structure also allows for "facades" meant to launch the game in different ways, like the standard app, through an applet, or one day from Android
It is my hope the structure changes will serve as a great foundation for the future, but I certainly still am looking for any problems or suggestions to go with it! I'm still hardly an expert (closer now though!) and it took me forever to finish vs. somebody who specializes in that sort of stuff. I'm happy with how it is coming out and will keep at it. Now we can focus on content instead though, and I am expecting us to put great things into this beautiful world begla has gotten us all to share in!
The Launcher v 1.1 has been released with an updated lineup (thanks mkalb !) and now contains:
- Stable build (normal) = Pre-restructure multiplayer version, as some parts of the restructure (like the applet) are still pending
- Stable build (legacy, pre-multiplayer) = the final version of the game before multiplayer, should be usable with old-format worlds
- Development build (normal) = the very latest version with both multiplayer and the new structure
- Development build (outdated multiplayer, deprecated) = this was the special multiplayer pre-release version and its entry will be removed sometime later
C:\Users\[user]\Saved Games\Terasology (Windows 7 and probably Vista)
My Documents\Terasology (on Windows XP)
~/.terasology (Linux flavors)
Library/something something (Macs - don't have an example handy, please post if you do!)
Changes over this long a period with this substantial rework are hard to summarize. The final legacy-based stable build changes are here, then replaced with the first stable multiplayer build here. Which is then further added to in the massive change list from overwriting the develop branch with the restructure
Content modules from the legacy codebase are being updated one by one although some might get renamed / merged / discontinued in favor of newer replacements. There's a milestone for that.
While this effectively marks completion of The Great Convergence there are still some restructure items left (mostly related to versioning & releasing of modules) before the latest code can be considered fully stable - when that's the case another stable build will come out. Those are lower priority anyway, along with a few other TGC-related issues. Really the heart of this was the convergence itself of all the non-multiplayer code (written by all kinds of people!) into the newly created multiplayer setup, which was an amazing and greatly appreciated effort by Immortius - many many thanks! Next up he's working on a GUI overhaul
We've been seeing new contributors arriving lately along with several older contributors picking back up now that the new structure is in place. New solid content is coming at last, such as the overhauled pathfinding module synopia is working on complete with a "job board" system to organize creature tasks around. DizzyDragon decided to get some basic seasons and weather started, in addition to his work on liquids. The Light & Shadow effort is also gearing up again now that we've solved the model import issue! Thanks to Maternal for finding the issue and glasz for keeping at it - glasz is also working on procedural flowers based on some initial sprites by eleazzaar
Onwards and upwards toward Alpha! It is also time to discuss how to best work toward game balance and longevity, so if you haven't participated there yet go post
For our developers & modders the restructure details can be read in more details in the great convergence thread - it can get pretty technical! There is also a new Codebase Structure page in the GitHub wiki (best option for a brief review) along with a Project Overview to summarize all this. The important part is that content modules now can live in independent repositories on GitHub either under our official organization "Terasology" (better name?) or elsewhere, complete with individual build jobs in Jenkins. If you clone the main repo right now you can then immediately add source for a specific module to your local workspace with something like:
Code:
gradlew fetchModuleFences
The new structure also allows for "facades" meant to launch the game in different ways, like the standard app, through an applet, or one day from Android
It is my hope the structure changes will serve as a great foundation for the future, but I certainly still am looking for any problems or suggestions to go with it! I'm still hardly an expert (closer now though!) and it took me forever to finish vs. somebody who specializes in that sort of stuff. I'm happy with how it is coming out and will keep at it. Now we can focus on content instead though, and I am expecting us to put great things into this beautiful world begla has gotten us all to share in!