plib-cvs Mailing List for PLIB (Page 40)
Brought to you by:
sjbaker
You can subscribe to this list here.
2002 |
Jan
(25) |
Feb
(10) |
Mar
(60) |
Apr
(49) |
May
(54) |
Jun
(94) |
Jul
(82) |
Aug
(251) |
Sep
(366) |
Oct
(17) |
Nov
(20) |
Dec
(14) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(12) |
Feb
(8) |
Mar
(2) |
Apr
(4) |
May
(5) |
Jun
(8) |
Jul
(23) |
Aug
(8) |
Sep
(7) |
Oct
(5) |
Nov
(20) |
Dec
(20) |
2004 |
Jan
(19) |
Feb
(70) |
Mar
(108) |
Apr
(24) |
May
(6) |
Jun
(5) |
Jul
|
Aug
(8) |
Sep
(18) |
Oct
(27) |
Nov
|
Dec
(13) |
2005 |
Jan
(19) |
Feb
(13) |
Mar
(1) |
Apr
|
May
(10) |
Jun
(1) |
Jul
(10) |
Aug
(5) |
Sep
(2) |
Oct
(2) |
Nov
(6) |
Dec
(4) |
2006 |
Jan
(9) |
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Wolfram K. <wol...@us...> - 2002-08-31 08:04:09
|
Update of /cvsroot/plib/plib/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv28287 Modified Files: pu.h Log Message: Change from Norman Vine: Include changes Index: pu.h =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pu.h,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- pu.h 31 Aug 2002 00:06:13 -0000 1.119 +++ pu.h 31 Aug 2002 08:03:12 -0000 1.120 @@ -24,13 +24,6 @@ #ifndef _PU_H_ #define _PU_H_ 1 -#ifdef __APPLE__ -# include <OpenGL/gl.h> -#else -# include <GL/gl.h> -#endif - -#include "sg.h" #include "fnt.h" /* |
From: Wolfram K. <wol...@us...> - 2002-08-31 08:03:02
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv27971 Modified Files: ssg.h Log Message: Change from Norman Vine: Include changes Index: ssg.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssg.h,v retrieving revision 1.145 retrieving revision 1.146 diff -u -d -r1.145 -r1.146 --- ssg.h 31 Aug 2002 00:06:14 -0000 1.145 +++ ssg.h 31 Aug 2002 08:01:39 -0000 1.146 @@ -25,14 +25,14 @@ #ifndef _INCLUDED_SSG_H_ #define _INCLUDED_SSG_H_ +#include "sg.h" + #ifdef __APPLE__ # include <OpenGL/gl.h> #else # include <GL/gl.h> #endif -#include "ul.h" -#include "sg.h" #include "ssgconf.h" #ifndef _SSG_PUBLIC |
From: Wolfram K. <wol...@us...> - 2002-08-31 08:02:10
|
Update of /cvsroot/plib/plib/src/ssgAux In directory usw-pr-cvs1:/tmp/cvs-serv27766 Modified Files: ssgAux.h Log Message: Change from Norman Vine: Include changes Index: ssgAux.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgAux.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- ssgAux.h 31 Aug 2002 00:06:14 -0000 1.15 +++ ssgAux.h 31 Aug 2002 08:00:41 -0000 1.16 @@ -25,13 +25,6 @@ #ifndef _SSGAUX_H_ #define _SSGAUX_H_ 1 -#ifdef __APPLE__ -# include <OpenGL/gl.h> -#else -# include <GL/gl.h> -#endif - -#include "sg.h" #include "ssg.h" #include "ssgaShapes.h" #include "ssgaParticleSystem.h" |
From: Sebastian U. <ud...@us...> - 2002-08-31 00:10:32
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv16851 Modified Files: configure.in Log Message: Just discovered that the PLIB libraries are GLU-free. Hooray! Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- configure.in 30 Aug 2002 22:57:57 -0000 1.40 +++ configure.in 31 Aug 2002 00:10:29 -0000 1.41 @@ -208,9 +208,9 @@ dnl OpenGL libraries if test "x$need_glut" = "xyes"; then - LIBS="$LIBS -lglut32" + LIBS="$LIBS -lglut32 -lglu32" fi - LIBS="$LIBS -lglu32 -lopengl32" + LIBS="$LIBS -lopengl32" fi ;; *-apple-darwin*) @@ -253,14 +253,14 @@ AC_MSG_ERROR([could not find working GL library])) fi - AC_CHECK_LIB(GLU, gluLookAt) - if test "x$ac_cv_lib_GLU_gluLookAt" = "xno" ; then - dnl if no GLU, check for MesaGLU - AC_CHECK_LIB(MesaGLU, gluLookAt,, - AC_MSG_ERROR([could not find working GLU library])) - fi - if test "x$need_glut" = "xyes"; then + AC_CHECK_LIB(GLU, gluLookAt) + if test "x$ac_cv_lib_GLU_gluLookAt" = "xno" ; then + dnl if no GLU, check for MesaGLU + AC_CHECK_LIB(MesaGLU, gluLookAt,, + AC_MSG_ERROR([could not find working GLU library])) + fi + AC_CHECK_LIB(freeglut, glutGetModifiers) if test "x$ac_cv_lib_freeglut_glutGetModifiers" = "xno" ; then dnl if no freeglut, check for real GLUT @@ -291,8 +291,8 @@ *-*-cygwin* | *-*-mingw32*) dnl CygWin under Windoze. - AC_CHECK_HEADERS(GL/gl.h GL/glu.h,, - AC_MSG_ERROR([OpenGL header files not found])) + AC_CHECK_HEADER(GL/gl.h,, + AC_MSG_ERROR([OpenGL header file not found])) if test "x$need_glut" = "xyes"; then AC_CHECK_HEADER(GL/glut.h, AC_DEFINE(GLUT_IS_PRESENT), @@ -302,8 +302,8 @@ *-apple-darwin*) dnl Mac OS X - AC_CHECK_HEADERS(OpenGL/gl.h OpenGL/glu.h,, - AC_MSG_ERROR([OpenGL header files not found])) + AC_CHECK_HEADER(OpenGL/gl.h,, + AC_MSG_ERROR([OpenGL header file not found])) if test "x$need_glut" = "xyes"; then AC_CHECK_HEADER(GLUT/glut.h, AC_DEFINE(GLUT_IS_PRESENT), @@ -311,8 +311,8 @@ fi ;; *) - AC_CHECK_HEADERS(GL/gl.h GL/glu.h,, - AC_MSG_ERROR([OpenGL header files not found])) + AC_CHECK_HEADER(GL/gl.h,, + AC_MSG_ERROR([OpenGL header file not found])) if test "x$need_glut" = "xyes"; then if test "x$ac_cv_lib_freeglut_glutGetModifiers" = "xyes"; then |
From: Sebastian U. <ud...@us...> - 2002-08-31 00:06:19
|
Update of /cvsroot/plib/plib/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv15881/pui Modified Files: pu.h Log Message: Just discovered that the PLIB libraries are GLU-free. Hooray! Index: pu.h =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pu.h,v retrieving revision 1.118 retrieving revision 1.119 diff -u -d -r1.118 -r1.119 --- pu.h 30 Aug 2002 18:21:11 -0000 1.118 +++ pu.h 31 Aug 2002 00:06:13 -0000 1.119 @@ -26,10 +26,8 @@ #ifdef __APPLE__ # include <OpenGL/gl.h> -# include <OpenGL/glu.h> #else # include <GL/gl.h> -# include <GL/glu.h> #endif #include "sg.h" |
From: Sebastian U. <ud...@us...> - 2002-08-31 00:06:19
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv15881/ssg Modified Files: ssg.h Log Message: Just discovered that the PLIB libraries are GLU-free. Hooray! Index: ssg.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssg.h,v retrieving revision 1.144 retrieving revision 1.145 diff -u -d -r1.144 -r1.145 --- ssg.h 30 Aug 2002 18:21:12 -0000 1.144 +++ ssg.h 31 Aug 2002 00:06:14 -0000 1.145 @@ -27,10 +27,8 @@ #ifdef __APPLE__ # include <OpenGL/gl.h> -# include <OpenGL/glu.h> #else # include <GL/gl.h> -# include <GL/glu.h> #endif #include "ul.h" |
From: Sebastian U. <ud...@us...> - 2002-08-31 00:06:19
|
Update of /cvsroot/plib/plib/src/fnt In directory usw-pr-cvs1:/tmp/cvs-serv15881/fnt Modified Files: fnt.h Log Message: Just discovered that the PLIB libraries are GLU-free. Hooray! Index: fnt.h =================================================================== RCS file: /cvsroot/plib/plib/src/fnt/fnt.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- fnt.h 30 Aug 2002 18:21:11 -0000 1.7 +++ fnt.h 31 Aug 2002 00:06:12 -0000 1.8 @@ -27,10 +27,8 @@ #ifdef __APPLE__ # include <OpenGL/gl.h> -# include <OpenGL/glu.h> #else # include <GL/gl.h> -# include <GL/glu.h> #endif #include "sg.h" |
From: Sebastian U. <ud...@us...> - 2002-08-31 00:06:19
|
Update of /cvsroot/plib/plib/src/ssgAux In directory usw-pr-cvs1:/tmp/cvs-serv15881/ssgAux Modified Files: ssgAux.h Log Message: Just discovered that the PLIB libraries are GLU-free. Hooray! Index: ssgAux.h =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/ssgAux.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- ssgAux.h 30 Aug 2002 18:21:12 -0000 1.14 +++ ssgAux.h 31 Aug 2002 00:06:14 -0000 1.15 @@ -27,10 +27,8 @@ #ifdef __APPLE__ # include <OpenGL/gl.h> -# include <OpenGL/glu.h> #else # include <GL/gl.h> -# include <GL/glu.h> #endif #include "sg.h" |
From: Sebastian U. <ud...@us...> - 2002-08-30 22:58:02
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv32758 Modified Files: configure.in Log Message: Use '-w1' instead of '-Wall' with Intel C++ Compiler Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- configure.in 30 Aug 2002 19:32:48 -0000 1.39 +++ configure.in 30 Aug 2002 22:57:57 -0000 1.40 @@ -338,6 +338,11 @@ WFLAG="-fullwarn"; fi ;; +*) + if test "x$CXX" = "xicpc" || test "x$CXX" = "xicc"; then + WFLAG="-w1" + fi + ;; esac CFLAGS="$CFLAGS $WFLAG" |
From: Sebastian U. <ud...@us...> - 2002-08-30 21:11:23
|
Update of /cvsroot/plib/plib/examples/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv30485 Modified Files: PointPicker.cxx Log Message: Damn - make PointPicker compile until puLargeInput issue is solved Index: PointPicker.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/pui/PointPicker.cxx,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- PointPicker.cxx 15 Aug 2002 00:35:36 -0000 1.12 +++ PointPicker.cxx 30 Aug 2002 21:11:21 -0000 1.13 @@ -370,8 +370,8 @@ exit_button->setLegendPlace ( PUPLACE_CENTERED_LEFT ) ; input = new puLargeInput ( 440, 0, 200, 300, 1, 20, TRUE ) ; - input->setChildStyle ( PUCLASS_ARROW, PUSTYLE_BOXED ) ; - input->setChildBorderThickness ( PUCLASS_ARROW, 15 ) ; + //input->setChildStyle ( PUCLASS_ARROW, PUSTYLE_BOXED ) ; + //input->setChildBorderThickness ( PUCLASS_ARROW, 15 ) ; input->setText ( "This is a large input box\n" "This is line two of a large input box\n" "Line 3\n" |
From: Sebastian U. <ud...@us...> - 2002-08-30 19:32:50
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv29248 Modified Files: configure.in Log Message: configure script now allows to build only parts of PLIB Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- configure.in 7 Jul 2002 18:31:07 -0000 1.38 +++ configure.in 30 Aug 2002 19:32:48 -0000 1.39 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/js/js.h) -AM_INIT_AUTOMAKE(plib, 1.5.2) +AM_INIT_AUTOMAKE(plib, 1.6.0) # This AC_PREFIX_DEFAULT will place the library files # into /usr/lib - but will put the include files into @@ -29,8 +29,12 @@ AC_PROG_RANLIB [...393 lines suppressed...] +else + glut_msg="no" +fi + +AC_MSG_NOTICE( +[PLIB configuration information: + + Build FNT library: $enable_fnt + Build JS library: $enable_js + Build NET library: $enable_net + Build PUI library: $enable_pui + Build SG library: $enable_sg + Build SL library: $enable_sl + Build SSG library: $enable_ssg + Build ssgAux library: $enable_ssgaux + Build UTIL library: $enable_ul + + Need GLUT: $glut_msg +]) |
From: Wolfram K. <wol...@us...> - 2002-08-30 19:18:53
|
Update of /cvsroot/plib/plib/tools/src/af2rgb In directory usw-pr-cvs1:/tmp/cvs-serv24341 Modified Files: af2rgb.cxx Log Message: Copyed the palette into this file to make it compile :(. For more, see the comment inside Index: af2rgb.cxx =================================================================== RCS file: /cvsroot/plib/plib/tools/src/af2rgb/af2rgb.cxx,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- af2rgb.cxx 1 Jul 2002 09:10:13 -0000 1.7 +++ af2rgb.cxx 30 Aug 2002 19:17:25 -0000 1.8 @@ -10,7 +10,270 @@ #include <stdlib.h> #include <stdio.h> #include <plib/ul.h> -#include <plib/ssgMSFSPalette.h> +//#include <plib/ssgMSFSPalette.h> + +// ugly hack: This is copyied from ssgLoadMDL_BGLTexture.cxx. I do not know whether we will +// keep that file in future, so instead of linking some plib files and including some includes, +// I opted (for now) to copy the following array: +unsigned const char ssgFsTexPalette[1024] = { + 0x00, 0x00, 0x00, 0xff, [...240 lines suppressed...] + 0x84, 0x9c, 0x63, 0xff, + 0x31, 0x42, 0x29, 0xff, + 0x63, 0xa5, 0x5a, 0xff, + 0x4a, 0xd6, 0x4a, 0xff, + 0x39, 0x8c, 0x39, 0xff, + 0x4a, 0xb5, 0x4a, 0xff, + 0x5a, 0xc6, 0x5a, 0xff, + 0x39, 0x7b, 0x39, 0xff, + 0x31, 0x63, 0x31, 0xff, + 0x5a, 0xa5, 0x5a, 0xff, + 0x52, 0x94, 0x52, 0xff, + 0x4a, 0x63, 0x4a, 0xff, + 0x39, 0x73, 0x84, 0xff, + 0x21, 0x63, 0x7b, 0xff, + 0x4a, 0x73, 0x84, 0xff +}; + // *.?af textures are always 256 x 256: #define XSIZE 256 |
From: Wolfram K. <wol...@us...> - 2002-08-30 18:53:37
|
Update of /cvsroot/plib/plib/examples/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv16715 Modified Files: widget_list.cxx Log Message: removing typo in path. Index: widget_list.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/pui/widget_list.cxx,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- widget_list.cxx 15 Aug 2002 00:35:36 -0000 1.11 +++ widget_list.cxx 30 Aug 2002 18:52:09 -0000 1.12 @@ -192,7 +192,7 @@ #endif tim = new fntTexFont ; - tim -> load ( "../fnt/data/old/old/times_bold.txf" ) ; + tim -> load ( "../fnt/data/old/times_bold.txf" ) ; puFont times_medium ( tim, 12 ) ; puSetDefaultFonts ( times_medium, times_medium ) ; puSetDefaultStyle ( PUSTYLE_SMALL_SHADED ) ; @@ -213,7 +213,7 @@ glutPassiveMotionFunc ( motionfn ) ; #endif - tim -> load ( "../fnt/data/old/old/times_bold.txf" ) ; + tim -> load ( "../fnt/data/old/times_bold.txf" ) ; char *button_box_entries [] = { "First Entry", "Second Entry", "Third Entry", NULL } ; button_box = new puButtonBox ( 10, 10, 130, 80, button_box_entries, TRUE ) ; |
From: Sebastian U. <ud...@us...> - 2002-08-30 18:48:50
|
Update of /cvsroot/plib/plib/src/js In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/js Modified Files: Makefile.am Log Message: configure script now allows to build only parts of PLIB Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/js/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 3 Oct 2001 10:21:10 -0000 1.3 +++ Makefile.am 30 Aug 2002 18:48:17 -0000 1.4 @@ -1,6 +1,10 @@ +if BUILD_JS + include_HEADERS = js.h INCLUDES = -I$(top_srcdir)/src/util + +endif EXTRA_DIST = js.dsp |
From: Sebastian U. <ud...@us...> - 2002-08-30 18:48:50
|
Update of /cvsroot/plib/plib/src/fnt In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/fnt Modified Files: Makefile.am Log Message: configure script now allows to build only parts of PLIB Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/fnt/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 24 Mar 2002 21:09:33 -0000 1.6 +++ Makefile.am 30 Aug 2002 18:48:17 -0000 1.7 @@ -1,3 +1,5 @@ +if BUILD_FNT + lib_LIBRARIES = libplibfnt.a include_HEADERS = fnt.h @@ -6,6 +8,8 @@ INCLUDES = -I$(top_srcdir)/src/sg INCLUDES += -I$(top_srcdir)/src/util + +endif EXTRA_DIST = fnt.dsp |
From: Sebastian U. <ud...@us...> - 2002-08-30 18:48:22
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/ssg Modified Files: Makefile.am Log Message: configure script now allows to build only parts of PLIB Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/Makefile.am,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- Makefile.am 27 Jul 2002 12:44:56 -0000 1.34 +++ Makefile.am 30 Aug 2002 18:48:18 -0000 1.35 @@ -1,3 +1,5 @@ +if BUILD_SSG + lib_LIBRARIES = libplibssg.a include_HEADERS = ssg.h ssgconf.h ssgMSFSPalette.h ssgKeyFlier.h @@ -25,6 +27,8 @@ INCLUDES = -I$(top_srcdir)/src/sg INCLUDES += -I$(top_srcdir)/src/util + +endif EXTRA_DIST = ssg.dsp |
From: Sebastian U. <ud...@us...> - 2002-08-30 18:48:22
|
Update of /cvsroot/plib/plib/src/ssgAux In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/ssgAux Modified Files: Makefile.am Log Message: configure script now allows to build only parts of PLIB Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/ssgAux/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.am 28 Aug 2002 00:14:34 -0000 1.10 +++ Makefile.am 30 Aug 2002 18:48:19 -0000 1.11 @@ -1,3 +1,4 @@ +if BUILD_SSGAUX lib_LIBRARIES = libplibssgaux.a @@ -19,7 +20,9 @@ ssgaTeapot.cxx INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/ssg -INCLUDES += -I$(top_srcdir)/src/util +INCLUDES += -I$(top_srcdir)/src/util + +endif EXTRA_DIST = ssgAux.dsp |
From: Sebastian U. <ud...@us...> - 2002-08-30 18:48:22
|
Update of /cvsroot/plib/plib/src/util In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/util Modified Files: Makefile.am Log Message: configure script now allows to build only parts of PLIB Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/util/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Makefile.am 21 Apr 2002 03:52:27 -0000 1.10 +++ Makefile.am 30 Aug 2002 18:48:19 -0000 1.11 @@ -1,9 +1,13 @@ +if BUILD_UL + lib_LIBRARIES = libplibul.a include_HEADERS = ul.h libplibul_a_SOURCES = ul.cxx ulClock.cxx ulError.cxx ulLinkedList.cxx \ ulList.cxx ulLocal.h + +endif EXTRA_DIST = ul.dsp |
From: Sebastian U. <ud...@us...> - 2002-08-30 18:48:22
|
Update of /cvsroot/plib/plib/src/sl In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/sl Modified Files: Makefile.am Log Message: configure script now allows to build only parts of PLIB Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/sl/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 8 May 2002 21:24:25 -0000 1.7 +++ Makefile.am 30 Aug 2002 18:48:18 -0000 1.8 @@ -1,3 +1,5 @@ +if BUILD_SL + lib_LIBRARIES = libplibsl.a libplibsm.a include_HEADERS = sl.h slPortability.h sm.h @@ -12,8 +14,9 @@ INCLUDES = -I$(top_srcdir)/src/util +endif + EXTRA_DIST = README.freebsd README.linux \ README.openbsd README.sgi README.unix README.win \ sl.dsp - |
From: Sebastian U. <ud...@us...> - 2002-08-30 18:48:22
|
Update of /cvsroot/plib/plib/src/sg In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/sg Modified Files: Makefile.am Log Message: configure script now allows to build only parts of PLIB Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/sg/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 24 Aug 2002 23:22:13 -0000 1.7 +++ Makefile.am 30 Aug 2002 18:48:18 -0000 1.8 @@ -1,3 +1,5 @@ +if BUILD_SG + lib_LIBRARIES = libplibsg.a include_HEADERS = sg.h @@ -7,6 +9,8 @@ sgPerlinNoise.cxx INCLUDES = -I$(top_srcdir)/src/util + +endif EXTRA_DIST = sg.dsp |
From: Sebastian U. <ud...@us...> - 2002-08-30 18:48:22
|
Update of /cvsroot/plib/plib/src/net In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/net Modified Files: Makefile.am Log Message: configure script now allows to build only parts of PLIB Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/net/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 3 Oct 2001 10:21:10 -0000 1.5 +++ Makefile.am 30 Aug 2002 18:48:17 -0000 1.6 @@ -1,3 +1,5 @@ +if BUILD_NET + lib_LIBRARIES = libplibnet.a include_HEADERS = netBuffer.h netChannel.h netChat.h netMessage.h \ @@ -7,6 +9,8 @@ netMessage.cxx netMonitor.cxx netSocket.cxx INCLUDES = -I$(top_srcdir)/src/util + +endif EXTRA_DIST = net.dsp |
From: Sebastian U. <ud...@us...> - 2002-08-30 18:48:22
|
Update of /cvsroot/plib/plib/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv15423/src/pui Modified Files: Makefile.am Log Message: configure script now allows to build only parts of PLIB Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/pui/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Makefile.am 3 Aug 2002 22:44:48 -0000 1.15 +++ Makefile.am 30 Aug 2002 18:48:18 -0000 1.16 @@ -1,3 +1,5 @@ +if BUILD_PUI + lib_LIBRARIES = libplibpu.a include_HEADERS = pu.h @@ -15,6 +17,8 @@ INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/fnt INCLUDES += -I$(top_srcdir)/src/util + +endif EXTRA_DIST = pui.dsp |
From: Wolfram K. <wol...@us...> - 2002-08-30 18:37:40
|
Update of /cvsroot/plib/plib/demos/exposer/src In directory usw-pr-cvs1:/tmp/cvs-serv11811 Modified Files: boneGUI.cxx exposer.cxx timebox.cxx Log Message: Removing compiler warnings due to implicit type conversions. Index: boneGUI.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/exposer/src/boneGUI.cxx,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- boneGUI.cxx 17 Aug 2002 23:58:38 -0000 1.3 +++ boneGUI.cxx 30 Aug 2002 18:36:08 -0000 1.4 @@ -229,7 +229,7 @@ ZtranslateSlider = new puSlider ( 80, 485, 120, FALSE ) ; ZtranslateSlider -> setCBMode ( PUSLIDER_DELTA ) ; - ZtranslateSlider -> setDelta ( 0.01 ) ; + ZtranslateSlider -> setDelta ( 0.01f ) ; ZtranslateSlider -> setCallback ( currTranslateZCB ) ; message = new puText ( 205,485 ) ; message->setLabel ( "Z" ) ; @@ -238,7 +238,7 @@ YtranslateSlider = new puSlider ( 80, 505, 120, FALSE ) ; YtranslateSlider -> setCBMode ( PUSLIDER_DELTA ) ; - YtranslateSlider -> setDelta ( 0.01 ) ; + YtranslateSlider -> setDelta ( 0.01f ) ; YtranslateSlider -> setCallback ( currTranslateYCB ) ; message = new puText ( 205,505 ) ; message->setLabel ( "Y" ) ; @@ -247,7 +247,7 @@ XtranslateSlider = new puSlider ( 80, 525, 120, FALSE ) ; XtranslateSlider -> setCBMode ( PUSLIDER_DELTA ) ; - XtranslateSlider -> setDelta ( 0.01 ) ; + XtranslateSlider -> setDelta ( 0.01f ) ; XtranslateSlider -> setCallback ( currTranslateXCB ) ; message = new puText ( 205,525 ) ; message->setLabel ( "X" ) ; } Index: exposer.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/exposer/src/exposer.cxx,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- exposer.cxx 17 Aug 2002 23:58:38 -0000 1.21 +++ exposer.cxx 30 Aug 2002 18:36:08 -0000 1.22 @@ -386,7 +386,7 @@ scroller = new puSlider ( 5, 70, 400, TRUE ) ; scroller -> setCBMode ( PUSLIDER_DELTA ) ; - scroller -> setDelta ( 0.01 ) ; + scroller -> setDelta ( 0.01f ) ; scroller -> setCallback ( scrollerCB ) ; panSlider = new puDial ( 0, 0, 40 ) ; @@ -416,7 +416,7 @@ rangeSlider = new puSlider ( 80, 20, 141, FALSE ) ; rangeSlider -> setCBMode ( PUSLIDER_DELTA ) ; - rangeSlider -> setDelta ( 0.01 ) ; + rangeSlider -> setDelta ( 0.01f ) ; message = new puText ( 80, 40 ) ; message -> setColour ( PUCOL_LABEL, 0.7f,0.65f,0.26f,1 ) ; message -> setLabel ( "Zoom" ) ; Index: timebox.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/exposer/src/timebox.cxx,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- timebox.cxx 17 Aug 2002 23:58:38 -0000 1.6 +++ timebox.cxx 30 Aug 2002 18:36:08 -0000 1.7 @@ -346,7 +346,7 @@ timescroller = new puSlider ( TIMEBOX_LEFT, TIMEBOX_TOP+5, 570-TIMEBOX_LEFT, FALSE ) ; timescroller -> setCBMode ( PUSLIDER_DELTA ) ; - timescroller -> setDelta ( 0.01 ) ; + timescroller -> setDelta ( 0.01f ) ; timescroller -> setCallback ( timescrollerCB ) ; timescroller -> setUserData ( this ) ; timescroller -> hide () ; |
From: Wolfram K. <wol...@us...> - 2002-08-30 18:37:01
|
Update of /cvsroot/plib/plib/demos/exposer/src In directory usw-pr-cvs1:/tmp/cvs-serv11643 Modified Files: exposer.dsp Log Message: Adding link objects, changing code generation to multithreaded. It links now :-) Index: exposer.dsp =================================================================== RCS file: /cvsroot/plib/plib/demos/exposer/src/exposer.dsp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- exposer.dsp 30 Aug 2002 16:45:40 -0000 1.6 +++ exposer.dsp 30 Aug 2002 18:35:33 -0000 1.7 @@ -39,9 +39,10 @@ # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" BSC32=bscmake.exe @@ -49,7 +50,7 @@ # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sg.lib ssg.lib ssgAux.lib fnt.lib pui.lib ul.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sg.lib ssg.lib ssgAux.lib fnt.lib pui.lib ul.lib opengl32.lib glu32.lib glut32.lib Winmm.lib /nologo /subsystem:console /machine:I386 !ELSEIF "$(CFG)" == "exposer - Win32 Debug" @@ -65,7 +66,7 @@ # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\.." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" BSC32=bscmake.exe @@ -73,7 +74,7 @@ # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sg_d.lib ssg_d.lib ssgAux_d.lib fnt_d.lib pui_d.lib ul_d.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\.." +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib sg_d.lib ssg_d.lib ssgAux_d.lib fnt_d.lib pui_d.lib ul_d.lib opengl32.lib glu32.lib glut32.lib Winmm.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\.." !ENDIF |
From: Sebastian U. <ud...@us...> - 2002-08-30 18:21:15
|
Update of /cvsroot/plib/plib/src/util In directory usw-pr-cvs1:/tmp/cvs-serv6431/src/util Modified Files: ul.h Log Message: Don't include OpenGL header files from ul.h any longer Index: ul.h =================================================================== RCS file: /cvsroot/plib/plib/src/util/ul.h,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- ul.h 7 Jul 2002 18:28:19 -0000 1.46 +++ ul.h 30 Aug 2002 18:21:12 -0000 1.47 @@ -87,14 +87,6 @@ // or mail me (w_...@rz...) #include <float.h> -#ifdef __APPLE__ -# include <OpenGL/gl.h> -# include <OpenGL/glu.h> -#else -# include <GL/gl.h> -# include <GL/glu.h> -#endif - /* SGI machines seem to suffer from a lack of FLT_EPSILON so... */ #ifndef FLT_EPSILON |