-
There is an overflow in res2hex.cc. Line 46 should be "char hex[5]", not "char hex[3]". Also, the sprintf should probably be a snprintf instead.
2009-03-02 16:41:27 UTC in libhw
-
dinosaur committed patchset 7 of module fltlib to the FltLib - OpenFlight file loader. CVS repository, changing 3 files.
2009-02-16 04:30:31 UTC in FltLib - OpenFlight file loader.
-
dinosaur committed patchset 6 of module fltlib to the FltLib - OpenFlight file loader. CVS repository, changing 1 files.
2009-02-16 04:00:19 UTC in FltLib - OpenFlight file loader.
-
dinosaur committed patchset 5 of module fltlib to the FltLib - OpenFlight file loader. CVS repository, changing 1 files.
2009-02-16 03:58:05 UTC in FltLib - OpenFlight file loader.
-
dinosaur committed patchset 4 of module fltlib to the FltLib - OpenFlight file loader. CVS repository, changing 1 files.
2009-02-16 03:48:13 UTC in FltLib - OpenFlight file loader.
-
dinosaur committed revision 9 to the osgSDL SVN repository, changing 1 files.
2007-10-06 20:55:01 UTC in osgSDL
-
dinosaur committed revision 8 to the osgSDL SVN repository, changing 1 files.
2007-10-06 20:34:28 UTC in osgSDL
-
dinosaur committed revision 7 to the osgSDL SVN repository, changing 2 files.
2007-10-06 20:24:32 UTC in osgSDL
-
dinosaur committed revision 6 to the osgSDL SVN repository, changing 1 files.
2007-10-06 20:16:15 UTC in osgSDL
-
The GTK dependency listed in configure.ac is incorrect. It lists 2.4.0 as the minimum version of GTK. The actual minimum version of GTK is 2.6 or newer.
TilEm uses gtk_combo_box_get_active_text(), which is only available in 2.6 onward. See the link below.
http://developer.gnome.org/doc/API/2.0/gtk/GtkComboBox.html#gtk-combo-box-get-active-text.
2007-07-31 18:47:33 UTC in Tilem - TI Linux Emulator