-
one $DISTDIR is missing from Makefile.in, it was present in patch 2888742 by Ingmar Vanhassel, but is not present in source.
2009-11-07 13:36:52 UTC in UFO:Alien Invasion
-
I noticed that file Templates/VisualStudioUserFile.vcproj.user.in is installed in all cases, also in Mac/Linux builds, added simple case to include it only in Win32 build. Not tested on Win32, but it seems to be trivial fix.
2009-08-15 22:16:03 UTC in OGRE (O-O Graphics Rendering Engine)
-
Hi,
as noticed earlier on forum quite some time ago - http://www.ogre3d.org/forums/viewtopic.php?f=2&t=47488 - I was getting quite a lot "Error prior to using GLSL Program Object : invalid enumerant", It turns out to be because of glDisable(GL_FRAMEBUFFER_SRGB_EXT); call that is called if target->isHardwareGammaEnabled() is false. It's true, that glEnable call is ok, and...
2009-07-27 14:10:41 UTC in OGRE (O-O Graphics Rendering Engine)
-
Hi, the instancing sample fails to build on GCC/Linux, it gives:
Samples/Instancing/src/Instancing.cpp: In member function ‘void InstancingListener::burnCPU()’:
Samples/Instancing/src/Instancing.cpp:135: error: ‘FLT_MAX’ was not declared in this scope
it probably works on platforms with precompilled headers because FLT_MAX is defined in crowd.h, but including crowd.h don't work...
2009-07-10 11:11:21 UTC in OGRE (O-O Graphics Rendering Engine)
-
Hello,
I'm not sure if it's firefox or jsmath issue, but when using TeX fonts most things don't render correctly. Check: attached screenshots of jsmath test pages (relations and Greek letters). It worked before update to FF3.5, also image fonts still works.
2009-07-04 11:52:42 UTC in jsMath
-
works for me now, well - at least builds - I don't think I used OgreProperty unless it's used under the hood by some standard non-component parts.
2009-06-14 22:14:25 UTC in OGRE (O-O Graphics Rendering Engine)
-
not good, it gives
In file included from /mnt/dane/ogre/ogre-roadtotindalos/src/pretindalos/Components/Property/src/OgreProperty.cpp:30:
/mnt/dane/ogre/ogre-roadtotindalos/src/pretindalos/Components/Property/include/OgreProperty.h:175: error: cannot declare member function ‘static Ogre::PropertyType Ogre::PropertyDef::getTypeForValue(const T&) [with T = short int]’ to have static linkage.
2009-06-10 17:28:04 UTC in OGRE (O-O Graphics Rendering Engine)
-
Hi,
revision 8670 reverted OgreProperty to state before patch 2714566 and thus compilation with G++ is broken again - btw... is there way to reopen bug in this tracker?... that's because it's same thing reintroduced and patch from https://sourceforge.net/tracker/?func=detail&aid=2714566&group_id=2997&atid=302997 should still work
cheers,
Andrzej.
2009-06-10 15:46:58 UTC in OGRE (O-O Graphics Rendering Engine)
-
Hi,
in OgreWorkQueue the Ogre::Any is not in scope, OgreResource fails to build that way, attaching trivial patch
cheers,
Andrzej.
2009-05-27 17:25:31 UTC in OGRE (O-O Graphics Rendering Engine)
-
Btw, just tested trunk with GCC 4.4.0 - no new warnings are introduced other than those from nvparse :)
2009-05-08 20:01:41 UTC in OGRE (O-O Graphics Rendering Engine)