Hallo
When can we expect the next version to be release (1.4.x)? I am hesitant to use any SVN versions and would rather base my development on stable released versions. What are the changes in the next version?
Thanks
Anton
Release of next version
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Aside: SVN versions only become stable when people use them and report bugs.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
The SVN repositories contain the latest development versions of the actual Irrlicht source code. You can download them, compile them, and that way use the very latest official development versions. But since it's just source code and stuff, you need to compile it on your own.
There are two supported branches, one is the latest "bleeding edge" development branch, called trunk in SVN terms. It contains new features, might use a modified API, and will become version 1.5 sometimes. The other one is branches/releases/1.4 which contains the upcoming 1.4.1 version.The current revision should more or less be equivalent to the 1.4.1 that will be officially released soon.
There are two supported branches, one is the latest "bleeding edge" development branch, called trunk in SVN terms. It contains new features, might use a modified API, and will become version 1.5 sometimes. The other one is branches/releases/1.4 which contains the upcoming 1.4.1 version.The current revision should more or less be equivalent to the 1.4.1 that will be officially released soon.
I try and keep my working copy of svn up to date with the trunk, I have found that it is almost always stable (I personally havn't had a bad build from the trunk). So if you do want the latest and greatest it is very possible to use it without much hinderance.
My major problem, is I like to maintain my own local copy of Irrlicht with some minor changes here and there, but I keep it in sync with my own svn server.
Thinking about it I should probably just restructure my project folders better.
Don't be hesistant about using the svn build, remember if you do an update to the latest trunk and it is broken, you can always rollback to the previous revision, and no harm has been caused.
My major problem, is I like to maintain my own local copy of Irrlicht with some minor changes here and there, but I keep it in sync with my own svn server.
Thinking about it I should probably just restructure my project folders better.
Don't be hesistant about using the svn build, remember if you do an update to the latest trunk and it is broken, you can always rollback to the previous revision, and no harm has been caused.
Help make Irrlicht even Better! Create and submit your own Irrlicht Extension
Want a Games Education? Try The Academy of Interactive Entertainment
Want a Games Education? Try The Academy of Interactive Entertainment
Yes most of the time the SVN build has more bugs fixed than the pre-compiled version, although you may get unlucky and catch them at a bad time, so if it doesnt work for you the first time wait a few days and try again.
Cheers
Haha, the way I get around that problem is submit all my modifications as patches.My major problem, is I like to maintain my own local copy of Irrlicht with some minor changes here and there, but I keep it in sync with my own svn server.
Cheers
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net