-
I tested libpng-1.4.0beta88 today since I know libpng is headed for a stable release. I found an issue and made a couple of improvements while I was looking at the code
1. [BUG] The libpng-config and libpng14-config scripts were not being "make install"ed with the executable bit set.
2. [feature] I fixed the add_test() call which was commented out and enabled testing so now you can use...
2009-10-30 16:52:48 UTC in PNG reference library: libpng
-
There might be a plugin for it you have to enable in plugins.def? Sorry I've never used hud.def before.
2009-08-30 17:59:53 UTC in Common Image Generator Interface (CIGI)
-
The most likely cause is that freetype wasn't available when you built OSG and thus the freetype plugin isn't there. Is there an osgdb_freetype.dll file in the osgPlugins-x.y.z folder of your OSG install?
For details on how to include freetype in your builds see the following page which has an SVN repository you may be able to use with many common OSG dependencies built for VS...
2009-08-30 17:58:36 UTC in Common Image Generator Interface (CIGI)
-
Included is a patch to scripts/CMakeLists.txt with the following improvements/bugfixes:
1. Modify project(PNG) to project(PNG C) to avoid search for C++ compiler
2. set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) and fix end conditionals from ugly else(FOO AND BAR) endif(FOO AND BAR) to else() endif()
3. Add missing include_directories() for ZLIB_INCLUDE_DIR
4. Created CMake options to allow...
2009-08-21 05:50:43 UTC in PNG reference library: libpng
-
plowman changed the public information on the Java CIGI Packet Stuffer project.
2009-06-30 22:01:02 UTC in Java CIGI Packet Stuffer
-
plowman changed the 0.1.0 file release.
2009-06-30 21:41:50 UTC in Java CIGI Packet Stuffer
-
plowman added the cigijava-0.1.0.zip file.
2009-06-30 21:41:15 UTC in Java CIGI Packet Stuffer
-
plowman changed the 0.1.0 file release.
2009-06-30 19:38:47 UTC in Java CIGI Packet Stuffer
-
plowman added the cigijava-0.1.0.jar file.
2009-06-30 19:38:20 UTC in Java CIGI Packet Stuffer
-
plowman committed revision 4 to the Java CIGI Packet Stuffer SVN repository, changing 1 files.
2009-06-30 19:08:47 UTC in Java CIGI Packet Stuffer