svn or cvs access ?

List of bug fixes and updates found after version posted

svn or cvs access ?

Postby bdavis » Mon Feb 01, 2010 10:29 pm

Is svn or cvs access available ? Is there a mailing list where patches can be posted ? I have some code that might be of interest.


thanks,
bud davis
bdavis
 
Posts: 6
Joined: Sun Dec 06, 2009 9:46 am

Re: svn or cvs access ?

Postby bdavis » Tue Feb 02, 2010 6:53 pm

this is what I had to change to compile under FC12,

--bud



diff --recursive --context src.orig/basicGL/FtglFonts.cpp src/basicGL/FtglFonts.cpp
*** src.orig/basicGL/FtglFonts.cpp 2010-02-01 19:47:34.755534587 -0600
--- src/basicGL/FtglFonts.cpp 2010-02-01 19:48:38.655547299 -0600
***************
*** 4,17 ****
#include "openeaagles/basic/String.h"
#include "openeaagles/basic/Color.h"

! #include <FTGL/FTFace.h>
! #include <FTGL/FTFont.h>
! #include <FTGL/FTGLBitmapFont.h>
! #include <FTGL/FTGLExtrdFont.h>
! #include <FTGL/FTGLOutlineFont.h>
! #include <FTGL/FTGLPixmapFont.h>
! #include <FTGL/FTGLPolygonFont.h>
! #include <FTGL/FTGLTextureFont.h>

namespace Eaagles {
namespace BasicGL {
--- 4,10 ----
#include "openeaagles/basic/String.h"
#include "openeaagles/basic/Color.h"

! #include <FTGL/ftgl.h>

namespace Eaagles {
namespace BasicGL {
bdavis
 
Posts: 6
Joined: Sun Dec 06, 2009 9:46 am

Re: svn or cvs access ?

Postby bdavis » Wed Feb 17, 2010 12:12 pm

The josytick did not work on my FC12 system.

*** /home/bdavis/oe/OpenEaagles/src.orig/ioDevice/linux/UsbJoystickImp.cpp 2010-02-01 19:47:34.747547681 -0600
--- /home/bdavis/oe/OpenEaagles/src/ioDevice/linux/UsbJoystickImp.cpp 2010-02-17 02:20:49.649222746 -0600
***************
*** 72,78 ****
// create the device name based on the device index
{
char cbuff[128];
! sprintf(cbuff, "/dev/js%d", getDeviceIndex());
lcStrcpy(deviceName, sizeof(deviceName), cbuff);
}

--- 72,78 ----
// create the device name based on the device index
{
char cbuff[128];
! sprintf(cbuff, "/dev/input/js%d", getDeviceIndex());
lcStrcpy(deviceName, sizeof(deviceName), cbuff);
}


hopefully, this helps someone else a bit...


--bud
bdavis
 
Posts: 6
Joined: Sun Dec 06, 2009 9:46 am

Re: svn or cvs access ?

Postby doug » Thu Feb 18, 2010 8:39 pm

Bud,

I think we got the FTGL issues worked out and should have a posted version shortly. The FTGL folks make some changes in their interface from verison 2.1.2 to 2.1.3. Version 2.1.3rc5 is what is installed with Fedora 12 which is what I'm am using now. Fedora 12 is a nice release.

I'll have to check on the joystick to see if Fedora/linux has changed device names or paths which is what you seem to be indicating.

Putting finishing touches on next stable release.

Doug
doug
Site Admin
 
Posts: 206
Joined: Tue Jan 01, 2008 10:00 pm

Re: svn or cvs access ?

Postby doug » Tue Mar 02, 2010 7:31 pm

Bud,

Joystick issue fixed in v10.02a.

Doug
doug
Site Admin
 
Posts: 206
Joined: Tue Jan 01, 2008 10:00 pm


Return to Version 9.07 Updates

Who is online

Users browsing this forum: No registered users and 1 guest

cron