Philip Lowman

Show:

What's happening?

  • Tunez

    plowman added neoobs to the Tunez project.

    2009-11-24 04:56:29 UTC in Tunez

  • more cmake bugfixes and improvements

    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

  • Followup: RE: HUD

    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)

  • Followup: RE: True Type Fonts

    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)

  • CMakeLists.txt bugfixes and improvements

    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