Re: [Plib-devel] release candidate awaits your testing.
Brought to you by:
sjbaker
From: Fay J. F Dr C. U. AFSEO/SK <joh...@eg...> - 2006-11-03 15:35:46
|
I have a couple of comments: (1) If this is going to be a stable release, it should probably have an even number for its third digit. I suggest we call it "1.8.6". (2) I would very much like to remove ALL the compiler warnings from the build. When I built PLIB this morning with MSVC, I found one thing that needs to be changed: in "ssgaFire.cxx" around line 129: static int preFireDraw ( ssgEntity * ) { - isfogged = glIsEnabled ( GL_FOG )) ; + isfogged = ( glIsEnabled ( GL_FOG ) == GL_TRUE ) ; if ( isfogged ) Unfortunately my Windows system with TortoiseSVN has died and I cannot put in SVN changes from work. (I'm on a backup Windows system at the moment.) I will put this in from my system at home tonight. - John F. Fay -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Wolfram Kuss Sent: Thursday, November 02, 2006 9:35 AM To: PLIB Developers Subject: Re: [Plib-devel] release candidate awaits your testing. I did test things and all looks very good, no problems at all. There were a few MSVC compile errors like converting from double to float, but all harmless and I suggest we ignore them. I can update from SVN but have not yet looked at how to commit as I am very busy with starting a new flightsim project. Bye bye, Wolfram. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ plib-devel mailing list pli...@li... https://lists.sourceforge.net/lists/listinfo/plib-devel |