the layout editor is now opensource. Thanks Eddie for setting this up!
![Smile :-)](./images/smilies/icon_smile.gif)
It's license is GPL, which is ideal for applications like this.
User access
If you just want the checkout and update functionality, anonymous user access is enough. These is the complete cvs command:
cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/crayzedsgui login
cvs -z3 -d:pserver:anonymous@cvs.sf.net:/cvsroot/crayzedsgui co -P CELayoutEditor
For example a TortoiseCVS root looks like this:
CVSROOT=:pserver:anonymous@cvs.sf.net:/cvsroot/crayzedsgui CELayoutEditor.
Developer access
If you like to help me out with it, can you send an email to me (scriptkid AT 2dgame-tutorial.com) with your correct sourceforge user account and your forum nickname (so i know who you are)? I will then forward the user account to Crazy Eddie, because he's the administrator of the cvs branch.
I will then send you the details on how to setup your system to be able to commit changes to the repository.
Important
The repository contains only source code, and no CEGUI files. So you need to download the CEGUI sources too if you want to compile this application. And to run it, you must copy the DLL's to your startup folder of the editor. Although it's a bit more work than an out-of-the box solution, you are now sure that the DLL do exactly match your local CEGUI version.
SC.