It works again! The build interface has also been improved, using AJAX to give an interactive progress on the current build instead of frequent page refreshes
![Smile :)](./images/smilies/icon_smile.gif)
http://irrlicht.convextech.ca/ --> Nightly Builds System
I guess it will be on the homepage soon, but I just wanted to post this for comments/requests etc.
![Smile :)](./images/smilies/icon_smile.gif)
I have designed a nightly builds system for Irrlicht from scratch, which compiles the latest SVN every 24 hours (or more, see below) in both optimized and debug form, and for both Linux x86 and Win32 (MinGW). The windows builds include DirectX 9 support from the latest DirectX SDK. I plan to continue support and additions to this system in the future, possibly Visual Studio builds and definitely any popular extensions you can recommend. In addition to the core binaries/libraries, the examples and GUIEditor are also build.
The build system also has a nice web interface (still working on it), which shows a detailed status of any running builds (including a live update of the file/module being compiled), and the status of the last build. There is also a public 'trigger manual build' feature, which follows some rules, and can be used, for example, if a scheduled build had failed.
Finally, I am expecting quite a lot of traffic from this, and I am looking for mirrors! If you have access to a server somewhere, and are willing to mirror the current build, email me at init512@gmail.com , or just reply to this post.
This is my first major contribution to the Irrlicht community, I hope it will be of use. Enjoy!