plib-cvs Mailing List for PLIB (Page 37)
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: Sebastian U. <ud...@us...> - 2002-09-01 05:22:27
|
Update of /cvsroot/plib/plib/examples/src/net/client_server In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/net/client_server Modified Files: Makefile.am Log Message: Support for building only certain examples Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/net/client_server/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 8 May 2002 21:24:24 -0000 1.3 +++ Makefile.am 1 Sep 2002 05:22:24 -0000 1.4 @@ -1,3 +1,5 @@ +if BUILD_NET + noinst_PROGRAMS = net_udp_client net_udp_server net_udp_client_SOURCES = net_udp_client.cxx @@ -5,6 +7,8 @@ net_udp_server_SOURCES = net_udp_server.cxx net_udp_server_LDADD = -lplibnet -lplibul + +endif EXTRA_DIST = net_udp_client.dsp net_udp_server.dsp |
From: Sebastian U. <ud...@us...> - 2002-09-01 05:22:27
|
Update of /cvsroot/plib/plib/examples/src/js In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/js Modified Files: Makefile.am Log Message: Support for building only certain examples Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/js/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- Makefile.am 1 Sep 2002 01:11:00 -0000 1.5 +++ Makefile.am 1 Sep 2002 05:22:24 -0000 1.6 @@ -1,9 +1,12 @@ +if BUILD_JS noinst_PROGRAMS = js_demo js_demo_SOURCES = js_demo.cxx js_demo_LDADD = -lplibjs -lplibul + +endif EXTRA_DIST = js_demo.dsp |
From: Sebastian U. <ud...@us...> - 2002-09-01 05:22:27
|
Update of /cvsroot/plib/plib/examples/src/net/net_echo In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/net/net_echo Modified Files: Makefile.am Log Message: Support for building only certain examples Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/net/net_echo/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 21 Dec 2001 18:33:48 -0000 1.2 +++ Makefile.am 1 Sep 2002 05:22:25 -0000 1.3 @@ -1,8 +1,12 @@ +if BUILD_NET + noinst_PROGRAMS = net_echo net_echo_SOURCES = net_echo.cxx net_echo_LDADD = -lplibnet -lplibul + +endif EXTRA_DIST = net_echo.dsp |
From: Sebastian U. <ud...@us...> - 2002-09-01 05:22:27
|
Update of /cvsroot/plib/plib/examples/src/net/http_get In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/net/http_get Modified Files: Makefile.am Log Message: Support for building only certain examples Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/net/http_get/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 8 May 2002 21:24:24 -0000 1.3 +++ Makefile.am 1 Sep 2002 05:22:24 -0000 1.4 @@ -1,8 +1,12 @@ +if BUILD_NET + noinst_PROGRAMS = http_get http_get_SOURCES = http_get.cxx http_get_LDADD = -lplibnet -lplibul + +endif EXTRA_DIST = http_get.dsp |
From: Sebastian U. <ud...@us...> - 2002-09-01 05:22:27
|
Update of /cvsroot/plib/plib/examples/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/pui Modified Files: Makefile.am simple.cxx Log Message: Support for building only certain examples Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/pui/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 7 Jul 2002 18:07:13 -0000 1.6 +++ Makefile.am 1 Sep 2002 05:22:25 -0000 1.7 @@ -1,3 +1,5 @@ +if BUILD_PUI + noinst_PROGRAMS = simple complex widget_list PointPicker simple_SOURCES = simple.cxx @@ -17,6 +19,8 @@ PointPicker_LDADD = -lplibpu -lplibfnt -lplibsg -lplibul $(GLUT_LIBS) \ $(OGL_LIBS) + +endif EXTRA_DIST = complex.dsp simple.dsp PointPicker.dsp widget_list.dsp Index: simple.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/pui/simple.cxx,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- simple.cxx 20 Jun 2002 20:11:02 -0000 1.8 +++ simple.cxx 1 Sep 2002 05:22:25 -0000 1.9 @@ -89,6 +89,8 @@ b -> setLegend ( "Say Hello" ) ; b -> setCallback ( button_cb ) ; +printf ( "%d\n", PLIB_VERSION ) ; + glutMainLoop () ; return 0 ; |
From: Sebastian U. <ud...@us...> - 2002-09-01 05:21:30
|
Update of /cvsroot/plib/plib/examples In directory usw-pr-cvs1:/tmp/cvs-serv24654 Modified Files: configure.in Log Message: Support for building only certain examples; ICC compatibility (warning flags) Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/examples/configure.in,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- configure.in 12 Aug 2002 21:56:43 -0000 1.27 +++ configure.in 1 Sep 2002 05:21:26 -0000 1.28 @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/js/js_demo.cxx) -AM_INIT_AUTOMAKE(plib_examples, 1.5.2) +AM_INIT_AUTOMAKE(plib_examples, 1.6.0) dnl Checks for programs. @@ -22,58 +22,66 @@ [ --with-GL=DIR set the prefix directory where GL resides], GL_PREFIX=$withval, GL_PREFIX=auto) [...271 lines suppressed...] + fi +else + glut_msg="no" +fi + +AC_MSG_RESULT( +[PLIB configuration information: + + Building FNT examples: $enable_fnt + Building JS examples: $enable_js + Building NET examples: $enable_net + Building PUI examples: $enable_pui + Building SG examples: $enable_sg + Building SL examples: $enable_sl + Building SSG/ssgAux examples: $enable_ssg + Building UTIL examples: $enable_ul + + Need GLUT: $glut_msg +]) |
From: Sebastian U. <ud...@us...> - 2002-09-01 04:11:51
|
Update of /cvsroot/plib/plib/src/fnt In directory usw-pr-cvs1:/tmp/cvs-serv13573 Modified Files: fnt.cxx fnt.h Log Message: Added fntInit routine Index: fnt.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/fnt/fnt.cxx,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- fnt.cxx 15 Aug 2002 00:04:42 -0000 1.8 +++ fnt.cxx 1 Sep 2002 04:11:48 -0000 1.9 @@ -23,6 +23,11 @@ #include "fntLocal.h" +void fntInit ( void ) +{ +} + + fntFont:: fntFont () {} fntFont::~fntFont () {} Index: fnt.h =================================================================== RCS file: /cvsroot/plib/plib/src/fnt/fnt.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- fnt.h 31 Aug 2002 08:04:18 -0000 1.9 +++ fnt.h 1 Sep 2002 04:11:48 -0000 1.10 @@ -291,5 +291,7 @@ } ; +extern void ulInit ( void ) ; + #endif |
From: Sebastian U. <ud...@us...> - 2002-09-01 02:51:45
|
Update of /cvsroot/plib/plib/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv2106 Modified Files: pui.dsp pu.h Log Message: Removed plibconfig.h stuff from CVS again Index: pui.dsp =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pui.dsp,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- pui.dsp 31 Aug 2002 20:54:42 -0000 1.22 +++ pui.dsp 1 Sep 2002 02:51:42 -0000 1.23 @@ -41,7 +41,7 @@ # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MT /W3 /GX /Zi /O2 /I "..\fnt" /I "..\sg" /I "..\util" /I "../../../glut/include" /I "../../glut/include" /I ".." /I "../glut/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "PU_USING_GLUT" /FD /c +# ADD CPP /nologo /MT /W3 /GX /Zi /O2 /I "..\fnt" /I "..\sg" /I "..\util" /I "../../../glut/include" /I "../../glut/include" /I ".." /I "../glut/include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "GLUT_IS_PRESENT" /FD /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "NDEBUG" # ADD RSC /l 0x409 /d "NDEBUG" @@ -70,7 +70,7 @@ # PROP Intermediate_Dir "Debug" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c -# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\fnt" /I "..\sg" /I "..\util" /I "../../../glut/include" /I "../../glut/include" /I ".." /I "../glut/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "PU_USING_GLUT" /FR /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\fnt" /I "..\sg" /I "..\util" /I "../../../glut/include" /I "../../glut/include" /I ".." /I "../glut/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "GLUT_IS_PRESENT" /FR /FD /GZ /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x409 /d "_DEBUG" # ADD RSC /l 0x409 /d "_DEBUG" Index: pu.h =================================================================== RCS file: /cvsroot/plib/plib/src/pui/pu.h,v retrieving revision 1.121 retrieving revision 1.122 diff -u -d -r1.121 -r1.122 --- pu.h 31 Aug 2002 20:54:42 -0000 1.121 +++ pu.h 1 Sep 2002 02:51:42 -0000 1.122 @@ -40,7 +40,7 @@ */ #ifndef PU_NOT_USING_GLUT -# ifdef PU_USING_FREEGLUT +# ifdef FREEGLUT_IS_PRESENT # include <GL/freeglut.h> # else # ifdef __APPLE__ |
From: Sebastian U. <ud...@us...> - 2002-09-01 02:43:08
|
Update of /cvsroot/plib/plib/src/util In directory usw-pr-cvs1:/tmp/cvs-serv812 Modified Files: ul.h Log Message: Removed plibconfig.h stuff from CVS again Index: ul.h =================================================================== RCS file: /cvsroot/plib/plib/src/util/ul.h,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- ul.h 1 Sep 2002 00:38:25 -0000 1.50 +++ ul.h 1 Sep 2002 02:43:05 -0000 1.51 @@ -44,10 +44,6 @@ #include <ctype.h> #include <assert.h> -#ifndef _MSC_VER -# include "plibconfig.h" -#endif - #if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32) # define WIN32 #endif |
From: Sebastian U. <ud...@us...> - 2002-09-01 02:39:53
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv32565 Modified Files: configure.in Removed Files: plibconfig.h.in Log Message: Removed plibconfig.h stuff from CVS again Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- configure.in 31 Aug 2002 22:52:46 -0000 1.45 +++ configure.in 1 Sep 2002 02:39:50 -0000 1.46 @@ -3,8 +3,6 @@ AC_INIT(src/js/js.h) AM_INIT_AUTOMAKE(plib, 1.6.0) -AM_CONFIG_HEADER(plibconfig.h) - # This AC_PREFIX_DEFAULT will place the library files # into /usr/lib - but will put the include files into # /usr/include - when /usr/include/plib would be less @@ -289,8 +287,7 @@ AC_HEADER_STDC -AC_CHECK_HEADER(windows.h, AC_DEFINE(WIN32,, -[Define if build system is a Windows box])) +AC_CHECK_HEADER(windows.h, AC_DEFINE(WIN32)) if test "x$need_opengl" = "xyes"; then dnl Check for OpenGl header files @@ -303,8 +300,7 @@ AC_MSG_ERROR([OpenGL header file not found])) if test "x$need_glut" = "xyes"; then - AC_CHECK_HEADER(GL/glut.h, AC_DEFINE(PU_USING_GLUT,, - [If defined, PUI uses the GLUT library]), + AC_CHECK_HEADER(GL/glut.h, AC_DEFINE(GLUT_IS_PRESENT), AC_MSG_ERROR([GLUT header file not found])) fi ;; @@ -315,8 +311,7 @@ AC_MSG_ERROR([OpenGL header file not found])) if test "x$need_glut" = "xyes"; then - AC_CHECK_HEADER(GLUT/glut.h, AC_DEFINE(PU_USING_GLUT,, - [If defined, PUI uses the GLUT library]), + AC_CHECK_HEADER(GLUT/glut.h, AC_DEFINE(GLUT_IS_PRESENT), AC_MSG_ERROR([GLUT header file not found])) fi ;; @@ -327,13 +322,11 @@ if test "x$need_glut" = "xyes"; then if test "x$ac_cv_lib_freeglut_glutGetModifiers" = "xyes"; then AC_CHECK_HEADER(GL/freeglut.h, - AC_DEFINE(PU_USING_FREEGLUT,, - [If defined, PUI uses the freeglut library]), + AC_DEFINE(FREEGLUT_IS_PRESENT), AC_MSG_ERROR([freeglut header file not found])) else AC_CHECK_HEADER(GL/glut.h, - AC_DEFINE(PU_USING_GLUT,, - [If defined, PUI uses the GLUT library]), + AC_DEFINE(GLUT_IS_PRESENT), AC_MSG_ERROR([GLUT header file not found])) fi fi @@ -377,9 +370,9 @@ int accept (int, struct sockaddr *, size_t *); ],[],[ AC_MSG_RESULT(size_t) -AC_DEFINE(socklen_t,size_t,[socklen_t definition (if not defined by OS)])], [ +AC_DEFINE(socklen_t,size_t)], [ AC_MSG_RESULT(int) -AC_DEFINE(socklen_t,int,[socklen_t definition (if not defined by OS)])])]) +AC_DEFINE(socklen_t,int)])]) AC_OUTPUT( \ --- plibconfig.h.in DELETED --- |
From: Sebastian U. <ud...@us...> - 2002-09-01 01:43:01
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv23595 Modified Files: plibconfig.h.in Log Message: Checking rev. 1.1 into CVS, again Index: plibconfig.h.in =================================================================== RCS file: /cvsroot/plib/plib/plibconfig.h.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- plibconfig.h.in 1 Sep 2002 00:29:28 -0000 1.2 +++ plibconfig.h.in 1 Sep 2002 01:42:58 -0000 1.3 @@ -1,74 +1,15 @@ -/* plibconfig.h.in. Generated automatically from configure.in by autoheader. */ - -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Define if the X Window System is missing or not being used. */ -#undef X_DISPLAY_MISSING - -/* Define if you have the GL library (-lGL). */ -#undef HAVE_LIBGL - -/* Define if you have the GLU library (-lGLU). */ -#undef HAVE_LIBGLU - -/* Define if you have the MesaGL library (-lMesaGL). */ -#undef HAVE_LIBMESAGL - -/* Define if you have the MesaGLU library (-lMesaGLU). */ -#undef HAVE_LIBMESAGLU - -/* Define if you have the audio library (-laudio). */ -#undef HAVE_LIBAUDIO - -/* Define if you have the dl library (-ldl). */ -#undef HAVE_LIBDL - -/* Define if you have the freeglut library (-lfreeglut). */ -#undef HAVE_LIBFREEGLUT - -/* Define if you have the glut library (-lglut). */ -#undef HAVE_LIBGLUT - -/* Name of package */ -#undef PACKAGE - -/* Version number of package */ -#undef VERSION /* If defined, PUI does not use GLUT (highly experimental) */ #undef PU_NOT_USING_GLUT -/* Define if build system is a Windows box */ -#undef WIN32 - -/* If defined -else - echo no 1>&6 -PUI uses the GLUT library */ -#undef PU_USING_GLUT - -/* If defined -else - echo no 1>&6 -PUI uses the GLUT library */ -#undef PU_USING_GLUT - -/* If defined -else - echo no 1>&6 -PUI uses the freeglut library */ +/* If defined, PUI uses the freeglut library */ #undef PU_USING_FREEGLUT -/* If defined -else - echo no 1>&6 -PUI uses the GLUT library */ +/* If defined, PUI uses the GLUT library */ #undef PU_USING_GLUT -/* socklen_t definition (if not defined by OS) */ -#undef socklen_t +/* Define if build system is a Windows box */ +#undef WIN32 /* socklen_t definition (if not defined by OS) */ #undef socklen_t - |
From: Steve B. <sj...@us...> - 2002-09-01 01:16:43
|
Update of /cvsroot/plib/plib/doc/js In directory usw-pr-cvs1:/tmp/cvs-serv18705/plib/doc/js Modified Files: index.html Log Message: Updated JS documentation to refer to libjs.a and jsInit(). Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/js/index.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- index.html 17 Apr 2002 22:29:51 -0000 1.8 +++ index.html 1 Sep 2002 01:16:40 -0000 1.9 @@ -31,13 +31,18 @@ implementations will simply sit on top of an underlying driver provided by the Operating System. <p> -Calling JS a 'library' is something of an exaggeration, -since it is actually just a single header file with all -the functionality 'inlined'. +You should include the JS header file '/usr/include/plib/js.h' +and link to the JS library '/usr/lib/libjs.a'. <p> -JS doesn't really do much for you - it's essentially -just a wrapper to make the various underlying OS mechanisms -look the same to application code. +Before using any JS functions, you should initialise the +library by calling: +<pre> + + jsInit () ; + +</pre> +JS is essentially just a wrapper to make the various +underlying OS mechanisms look the same to application code. <pre> class jsJoystick |
From: Steve B. <sj...@us...> - 2002-09-01 01:11:03
|
Update of /cvsroot/plib/plib/examples/src/ssg/majik In directory usw-pr-cvs1:/tmp/cvs-serv17568/plib/examples/src/ssg/majik Modified Files: Makefile.am majik_demo.cxx Log Message: Added libjs and jsInit where required. Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/majik/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.am 7 Jul 2002 18:07:13 -0000 1.3 +++ Makefile.am 1 Sep 2002 01:11:00 -0000 1.4 @@ -4,7 +4,7 @@ image_map.h \ majik_demo.cxx -majik_demo_LDADD = -lplibssg -lplibsg -lplibul $(GLUT_LIBS) $(OGL_LIBS) +majik_demo_LDADD = -lplibjs -lplibssg -lplibsg -lplibul $(GLUT_LIBS) $(OGL_LIBS) EXTRA_DIST = majik_demo.dsp Index: majik_demo.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/majik/majik_demo.cxx,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- majik_demo.cxx 30 Aug 2002 13:07:32 -0000 1.5 +++ majik_demo.cxx 1 Sep 2002 01:11:00 -0000 1.6 @@ -158,6 +158,8 @@ fake_argv[1] = "Majik Terrain Demo - by Steve Baker" ; fake_argv[2] = NULL ; + jsInit () ; + js = new jsJoystick ( 0 ) ; if ( js -> notWorking () || js -> getNumAxes () < 2 ) |
From: Steve B. <sj...@us...> - 2002-09-01 01:11:03
|
Update of /cvsroot/plib/plib/examples/src/js In directory usw-pr-cvs1:/tmp/cvs-serv17568/plib/examples/src/js Modified Files: Makefile.am js_demo.cxx Log Message: Added libjs and jsInit where required. Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/examples/src/js/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.am 12 Aug 2002 21:57:13 -0000 1.4 +++ Makefile.am 1 Sep 2002 01:11:00 -0000 1.5 @@ -3,7 +3,7 @@ js_demo_SOURCES = js_demo.cxx -js_demo_LDADD = -lplibul +js_demo_LDADD = -lplibjs -lplibul EXTRA_DIST = js_demo.dsp Index: js_demo.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/js/js_demo.cxx,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- js_demo.cxx 17 Apr 2002 22:29:51 -0000 1.3 +++ js_demo.cxx 1 Sep 2002 01:11:00 -0000 1.4 @@ -6,6 +6,8 @@ jsJoystick *js[2] ; float *ax[2] ; + jsInit () ; + js[0] = new jsJoystick ( 0 ) ; js[1] = new jsJoystick ( 1 ) ; |
From: Steve B. <sj...@us...> - 2002-09-01 01:08:02
|
Update of /cvsroot/plib/plib/demos/ttt3d In directory usw-pr-cvs1:/tmp/cvs-serv17042/plib/demos/ttt3d Modified Files: configure.in Log Message: Added libjs to demo programs. Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/demos/ttt3d/configure.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- configure.in 1 Jul 2002 01:14:35 -0000 1.9 +++ configure.in 1 Sep 2002 01:08:00 -0000 1.10 @@ -10,7 +10,7 @@ AC_PROG_CXXCPP AC_PROG_INSTALL -plib_suffix="-lplibsl -lplibssgaux -lplibssg -lplibpu -lplibfnt -lplibsg -lplibul" +plib_suffix="-lplibjs -lplibsl -lplibssgaux -lplibssg -lplibpu -lplibfnt -lplibsg -lplibul" AC_LANG_CPLUSPLUS |
From: Steve B. <sj...@us...> - 2002-09-01 01:08:02
|
Update of /cvsroot/plib/plib/demos/exposer In directory usw-pr-cvs1:/tmp/cvs-serv17042/plib/demos/exposer Modified Files: configure.in Log Message: Added libjs to demo programs. Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/demos/exposer/configure.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- configure.in 1 Jul 2002 01:14:35 -0000 1.11 +++ configure.in 1 Sep 2002 01:07:59 -0000 1.12 @@ -10,7 +10,7 @@ AC_PROG_CXXCPP AC_PROG_INSTALL -plib_suffix="-lplibsl -lplibssgaux -lplibssg -lplibpu -lplibfnt -lplibsg -lplibul" +plib_suffix="-lplibjs -lplibsl -lplibssgaux -lplibssg -lplibpu -lplibfnt -lplibsg -lplibul" AC_LANG_CPLUSPLUS |
From: Steve B. <sj...@us...> - 2002-09-01 01:08:02
|
Update of /cvsroot/plib/plib/demos/p-guide In directory usw-pr-cvs1:/tmp/cvs-serv17042/plib/demos/p-guide Modified Files: configure.in Log Message: Added libjs to demo programs. Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- configure.in 1 Jul 2002 01:21:04 -0000 1.3 +++ configure.in 1 Sep 2002 01:08:00 -0000 1.4 @@ -10,7 +10,7 @@ AC_PROG_CXXCPP AC_PROG_INSTALL -plib_suffix="-lplibpu -lplibfnt -lplibsg -lplibul" +plib_suffix="-lplibjs -lplibpu -lplibfnt -lplibsg -lplibul" AC_LANG_CPLUSPLUS |
From: Sebastian U. <ud...@us...> - 2002-09-01 00:55:56
|
Update of /cvsroot/plib/plib/src/js In directory usw-pr-cvs1:/tmp/cvs-serv15057 Modified Files: js.dsp Log Message: Added js.cxx Index: js.dsp =================================================================== RCS file: /cvsroot/plib/plib/src/js/js.dsp,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- js.dsp 31 Aug 2002 18:21:09 -0000 1.13 +++ js.dsp 1 Sep 2002 00:55:52 -0000 1.14 @@ -113,5 +113,9 @@ !ENDIF # End Source File +# Begin Source File + +SOURCE=.\js.cxx +# End Source File # End Target # End Project |
From: Sebastian U. <ud...@us...> - 2002-09-01 00:38:27
|
Update of /cvsroot/plib/plib/src/util In directory usw-pr-cvs1:/tmp/cvs-serv12440 Modified Files: ul.h Log Message: Removed a newline Index: ul.h =================================================================== RCS file: /cvsroot/plib/plib/src/util/ul.h,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- ul.h 1 Sep 2002 00:37:48 -0000 1.49 +++ ul.h 1 Sep 2002 00:38:25 -0000 1.50 @@ -102,7 +102,6 @@ +PLIB_MINOR_VERSION*10 \ +PLIB_TINY_VERSION) - /* SGI machines seem to suffer from a lack of FLT_EPSILON so... */ #ifndef FLT_EPSILON |
From: Sebastian U. <ud...@us...> - 2002-09-01 00:37:51
|
Update of /cvsroot/plib/plib/src/util In directory usw-pr-cvs1:/tmp/cvs-serv12337 Modified Files: ul.h Log Message: Added PLIB version macros Index: ul.h =================================================================== RCS file: /cvsroot/plib/plib/src/util/ul.h,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- ul.h 31 Aug 2002 20:49:17 -0000 1.48 +++ ul.h 1 Sep 2002 00:37:48 -0000 1.49 @@ -91,6 +91,18 @@ // or mail me (w_...@rz...) #include <float.h> + +/* PLIB version macros */ + +#define PLIB_MAJOR_VERSION 1 +#define PLIB_MINOR_VERSION 6 +#define PLIB_TINY_VERSION 0 + +#define PLIB_VERSION (PLIB_MAJOR_VERSION*100 \ + +PLIB_MINOR_VERSION*10 \ + +PLIB_TINY_VERSION) + + /* SGI machines seem to suffer from a lack of FLT_EPSILON so... */ #ifndef FLT_EPSILON |
From: Steve B. <sj...@us...> - 2002-09-01 00:29:30
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv10542/plib Modified Files: plibconfig.h.in Log Message: Added js.cxx and stuff in Makefile.am to create libplibjs Index: plibconfig.h.in =================================================================== RCS file: /cvsroot/plib/plib/plibconfig.h.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- plibconfig.h.in 31 Aug 2002 20:43:43 -0000 1.1 +++ plibconfig.h.in 1 Sep 2002 00:29:28 -0000 1.2 @@ -1,15 +1,74 @@ +/* plibconfig.h.in. Generated automatically from configure.in by autoheader. */ + +/* Define if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Define if the X Window System is missing or not being used. */ +#undef X_DISPLAY_MISSING + +/* Define if you have the GL library (-lGL). */ +#undef HAVE_LIBGL + +/* Define if you have the GLU library (-lGLU). */ +#undef HAVE_LIBGLU + +/* Define if you have the MesaGL library (-lMesaGL). */ +#undef HAVE_LIBMESAGL + +/* Define if you have the MesaGLU library (-lMesaGLU). */ +#undef HAVE_LIBMESAGLU + +/* Define if you have the audio library (-laudio). */ +#undef HAVE_LIBAUDIO + +/* Define if you have the dl library (-ldl). */ +#undef HAVE_LIBDL + +/* Define if you have the freeglut library (-lfreeglut). */ +#undef HAVE_LIBFREEGLUT + +/* Define if you have the glut library (-lglut). */ +#undef HAVE_LIBGLUT + +/* Name of package */ +#undef PACKAGE + +/* Version number of package */ +#undef VERSION /* If defined, PUI does not use GLUT (highly experimental) */ #undef PU_NOT_USING_GLUT -/* If defined, PUI uses the freeglut library */ +/* Define if build system is a Windows box */ +#undef WIN32 + +/* If defined +else + echo no 1>&6 +PUI uses the GLUT library */ +#undef PU_USING_GLUT + +/* If defined +else + echo no 1>&6 +PUI uses the GLUT library */ +#undef PU_USING_GLUT + +/* If defined +else + echo no 1>&6 +PUI uses the freeglut library */ #undef PU_USING_FREEGLUT -/* If defined, PUI uses the GLUT library */ +/* If defined +else + echo no 1>&6 +PUI uses the GLUT library */ #undef PU_USING_GLUT -/* Define if build system is a Windows box */ -#undef WIN32 +/* socklen_t definition (if not defined by OS) */ +#undef socklen_t /* socklen_t definition (if not defined by OS) */ #undef socklen_t + |
From: Steve B. <sj...@us...> - 2002-09-01 00:29:30
|
Update of /cvsroot/plib/plib/src/js In directory usw-pr-cvs1:/tmp/cvs-serv10542/plib/src/js Modified Files: Makefile.am Added Files: js.cxx Log Message: Added js.cxx and stuff in Makefile.am to create libplibjs --- NEW FILE: js.cxx --- #include "js.h" void jsInit () {} Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/js/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Makefile.am 31 Aug 2002 22:21:21 -0000 1.6 +++ Makefile.am 1 Sep 2002 00:29:28 -0000 1.7 @@ -1,6 +1,10 @@ if BUILD_JS +lib_LIBRARIES = libplibjs.a + include_HEADERS = js.h + +libplibjs_a_SOURCES = js.cxx INCLUDES = -I$(top_srcdir)/src/util |
From: Sebastian U. <ud...@us...> - 2002-08-31 23:52:13
|
Update of /cvsroot/plib/plib/src/net In directory usw-pr-cvs1:/tmp/cvs-serv3865 Modified Files: netSocket.cxx Log Message: socklen_t fix Index: netSocket.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/net/netSocket.cxx,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- netSocket.cxx 31 Jul 2002 23:14:59 -0000 1.21 +++ netSocket.cxx 31 Aug 2002 23:51:56 -0000 1.22 @@ -45,7 +45,7 @@ #endif -#if !defined(STDC_HEADERS) && !defined(socklen_t) +#if defined(_MSC_VER) && !defined(socklen_t) #define socklen_t int #endif |
From: Sebastian U. <ud...@us...> - 2002-08-31 22:52:51
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv23197 Modified Files: configure.in Log Message: Don't add /usr/local/include and /usr/local/lib to compiler path Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- configure.in 31 Aug 2002 21:33:25 -0000 1.44 +++ configure.in 31 Aug 2002 22:52:46 -0000 1.45 @@ -31,11 +31,6 @@ AC_PROG_RANLIB -dnl Cygwin et cetera -CPPFLAGS="$CPPFLAGS -I/usr/local/include" -LDFLAGS="$LDFLAGS -L/usr/local/lib" - - dnl Command line arguments dnl Don't use AC_HELP_STRING here as old versions of autoconf do not |
From: Sebastian U. <ud...@us...> - 2002-08-31 22:36:10
|
Update of /cvsroot/plib/plib/src/ssg In directory usw-pr-cvs1:/tmp/cvs-serv19052 Modified Files: Makefile.am Log Message: Oops ... Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/Makefile.am,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- Makefile.am 31 Aug 2002 22:21:21 -0000 1.37 +++ Makefile.am 31 Aug 2002 22:36:07 -0000 1.38 @@ -26,7 +26,7 @@ ssgSaveATG.cxx ssgLoadIV.cxx ssgLoad.cxx ssgLoadVRML.h \ ssgLoadMDL_BGLTexture.cxx -INCLUDES = -I$(top_srcdir)/src/util +INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/util endif |