Release of next version

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
aheymann
Posts: 153
Joined: Wed Aug 22, 2007 12:25 pm
Location: England

Release of next version

Post by aheymann »

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
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

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
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

/branches/releases/1.4 == stable..
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
aheymann
Posts: 153
Joined: Wed Aug 22, 2007 12:25 pm
Location: England

Post by aheymann »

Hallo

I am new the world of SVN. Does this mean, that I need to be able compile the library on my machine and then apply the patches to the source code. Which 'branch' is the best? or the latest? Please point me in the correct way.

Anton
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

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.
Zeuss
Posts: 114
Joined: Mon Nov 08, 2004 9:02 pm
Location: Canberra - Australia
Contact:

Post by Zeuss »

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.
Help make Irrlicht even Better! Create and submit your own Irrlicht Extension
Want a Games Education? Try The Academy of Interactive Entertainment
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

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.
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.
Haha, the way I get around that problem is submit all my modifications as patches.

Cheers
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Post Reply