Yep, sorry for this. I fixed it and uploaded a new 0.12.0 zip version. But besides the known glXGetProcAdress bug, the release seems to be pretty ok. [BTW: anybody knows an official, reliable fix for this?]Fred wrote:The ZIP file unzips into the current directory (at least under Linux) instead of unzipping into an Irrlicht specific sub-directory
IRRLICHT 0.12 IS OUT!! HELL YEAH
-
- Posts: 34
- Joined: Sat Jul 30, 2005 9:45 am
- Contact:
Yes! Massive pat on the back once more. This version has some great additions.. initial tests are good. The new timer stuff is a life saver, the multi scene managers are great.
I don't see anything in the change file about anisotropic, zbuffer (d24X8 in yet? - well no, I looked at the source it appears the same as 11?) and app icon setting without getting down and dirty with win32 stuff...
Also I appear to be loosing the use of my event reciever sometimes (in opengl, release mode, or fullscreen it happens more) so that my key inputs are ignored?? I think this may have been happening in 0.11 also and it COULD be my code but it looks ok??
Thanks again - keep up the GREAT work!
I don't see anything in the change file about anisotropic, zbuffer (d24X8 in yet? - well no, I looked at the source it appears the same as 11?) and app icon setting without getting down and dirty with win32 stuff...
Also I appear to be loosing the use of my event reciever sometimes (in opengl, release mode, or fullscreen it happens more) so that my key inputs are ignored?? I think this may have been happening in 0.11 also and it COULD be my code but it looks ok??
Thanks again - keep up the GREAT work!
go to the sf project page:-grayman wrote:awesome, irrlicht 12 is so cool, but i have a question, now .my3d works well then can we work with the exporter what we have or we must wait an zdimitor update
http://sf.net/projects/irrlicht
Excellent engine! very easy to get into
But if this is 0.12 what is 1.00? I mean many of the features seem to be complete. I actually thought 0.9 was 0.90 when i first downloaded irrlicht
Well anyway great work Niko.
But if this is 0.12 what is 1.00? I mean many of the features seem to be complete. I actually thought 0.9 was 0.90 when i first downloaded irrlicht
Well anyway great work Niko.
Fallout 2 mods
http://wastelandmerc.atspace.com
http://wastelandmerc.atspace.com
If you look at the main irrlicht page: http://irrlicht.sourceforge.net and go to the developement page, you'll see the roadmap and where Niko is in it to version 1.0.0Miran wrote:Excellent engine! very easy to get into
But if this is 0.12 what is 1.00? I mean many of the features seem to be complete. I actually thought 0.9 was 0.90 when i first downloaded irrlicht
Well anyway great work Niko.
If it exists in the real world, it can be created in 3d
Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
Sys specs:
AMD 3700+ 64 processor
1.0 gb ram
e-Geforce 6600 graphics 256 mb onboard ram
OMG it's like christmas for me!!!!
I'm not sure how new this is but there is now an enumeration for the GUIElement TYPE yessss!!!
what this means is that Guice will now have a properly working selection and saving system I'm still working on "loading" and "saving as" but I have already implemented the saving and loading of the options among other features new version comming soon got a few more things to add first.
I'm not sure how new this is but there is now an enumeration for the GUIElement TYPE yessss!!!
what this means is that Guice will now have a properly working selection and saving system I'm still working on "loading" and "saving as" but I have already implemented the saving and loading of the options among other features new version comming soon got a few more things to add first.
uhh what?FlyHigh wrote:Midnight, till now could you not just have used the debug name for saving and loading?
And the RTTI for GUI elements is it for our benefit (developers) or the compilers or the engines? I never used RTTI before, just wondering...
Anyways GREAT JOB niko!
well be as it may I didn't know how to do that this seems to be working perfectly.
btw in eguielementtypes.h at the very beginning it says:
Code: Select all
ifndef _E_GUI_ELEMENT_BLAH
define _I_GUI_ELEMENT_BLAH
shouldn't that be define _E_GUI_ELEMENT_BLAH ??