Is there a listing of API changes somewhere?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
drewbacca
Posts: 38
Joined: Tue Jan 30, 2007 6:49 pm

Is there a listing of API changes somewhere?

Post by drewbacca »

I recently switched to 1.4alpha svn version of irrlicht and while I think I have my program working again, I ran into some problems that took me a long time to fix do to not realizing all the API changes.

For example, my custom scene nodes were still using the old prototype for getMaterialCount() that was not const, causing the count to return as 0, messing up other functions. Is there somewhere in the forums or docs that specifically list each API change that could affect the overloaded calls to custom scene nodes? This would make the process of upgrading irrlicht much easier.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, I'll add this when I find enough time. There's a file in the doc folder which documents all API changes of the previous versions in detail. But this time we had a very large set of changes and we are not yet finished. But I'm already preparing the addition.
Post Reply