plib-cvs Mailing List for PLIB (Page 34)
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 12:04:57
|
Update of /cvsroot/plib/plib/examples/src/util In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/util Modified Files: test_dir.cxx Log Message: Added copyright notices and copying permission statement Index: test_dir.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/util/test_dir.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- test_dir.cxx 3 Aug 2000 18:28:16 -0000 1.1 +++ test_dir.cxx 1 Sep 2002 12:04:53 -0000 1.2 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #include <plib/ul.h> void list_files( const char* dirname ) |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:57
|
Update of /cvsroot/plib/plib/examples/src/ssg/water In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/ssg/water Modified Files: water.cxx Log Message: Added copyright notices and copying permission statement Index: water.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/water/water.cxx,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- water.cxx 1 Sep 2002 06:57:59 -0000 1.23 +++ water.cxx 1 Sep 2002 12:04:52 -0000 1.24 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #include <stdio.h> #include <stdlib.h> #include <ctype.h> |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:57
|
Update of /cvsroot/plib/plib/examples/src/ssg/viewer In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/ssg/viewer Modified Files: viewer.cxx Log Message: Added copyright notices and copying permission statement Index: viewer.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/viewer/viewer.cxx,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- viewer.cxx 1 Sep 2002 06:57:59 -0000 1.22 +++ viewer.cxx 1 Sep 2002 12:04:52 -0000 1.23 @@ -1,3 +1,26 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + /**** * NAME * viewer - SSG model viewer |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:57
|
Update of /cvsroot/plib/plib/examples/src/ssg/tween_test In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/ssg/tween_test Modified Files: tween_test.cxx Log Message: Added copyright notices and copying permission statement Index: tween_test.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/tween_test/tween_test.cxx,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- tween_test.cxx 1 Sep 2002 06:57:59 -0000 1.2 +++ tween_test.cxx 1 Sep 2002 12:04:52 -0000 1.3 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #include <stdio.h> #include <stdlib.h> #include <ctype.h> |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:56
|
Update of /cvsroot/plib/plib/examples/src/ssg/tux In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/ssg/tux Modified Files: WavingFlag.cxx WavingFlag.h WavingFlagDemo.cxx tux_example.cxx Log Message: Added copyright notices and copying permission statement Index: WavingFlag.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/tux/WavingFlag.cxx,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- WavingFlag.cxx 1 Sep 2002 06:57:59 -0000 1.6 +++ WavingFlag.cxx 1 Sep 2002 12:04:52 -0000 1.7 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #ifdef WIN32 # include <windows.h> #else Index: WavingFlag.h =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/tux/WavingFlag.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- WavingFlag.h 10 Aug 2000 00:45:31 -0000 1.1 +++ WavingFlag.h 1 Sep 2002 12:04:52 -0000 1.2 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #ifndef _WAVINGFLAG_ #define _WAVINGFLAG_ @@ -17,4 +41,4 @@ int size; }; -#endif \ No newline at end of file +#endif Index: WavingFlagDemo.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/tux/WavingFlagDemo.cxx,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- WavingFlagDemo.cxx 1 Sep 2002 06:57:59 -0000 1.5 +++ WavingFlagDemo.cxx 1 Sep 2002 12:04:52 -0000 1.6 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #ifdef WIN32 # include <windows.h> #else Index: tux_example.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/tux/tux_example.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- tux_example.cxx 1 Sep 2002 06:57:59 -0000 1.4 +++ tux_example.cxx 1 Sep 2002 12:04:52 -0000 1.5 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #include <stdio.h> #include <stdlib.h> #include <ctype.h> |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:56
|
Update of /cvsroot/plib/plib/examples/src/net/http_get In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/net/http_get Modified Files: http_get.cxx Log Message: Added copyright notices and copying permission statement Index: http_get.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/net/http_get/http_get.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- http_get.cxx 21 Jul 2001 18:44:24 -0000 1.1 +++ http_get.cxx 1 Sep 2002 12:04:51 -0000 1.2 @@ -1,3 +1,26 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + #include <plib/netBuffer.h> |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:55
|
Update of /cvsroot/plib/plib/examples/src/js In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/js Modified Files: js_demo.cxx Log Message: Added copyright notices and copying permission statement Index: js_demo.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/js/js_demo.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- js_demo.cxx 1 Sep 2002 01:11:00 -0000 1.4 +++ js_demo.cxx 1 Sep 2002 12:04:51 -0000 1.5 @@ -1,3 +1,26 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + #include <plib/js.h> |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:55
|
Update of /cvsroot/plib/plib/examples/src/ssg/state_test In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/ssg/state_test Modified Files: stest.cxx Log Message: Added copyright notices and copying permission statement Index: stest.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/state_test/stest.cxx,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- stest.cxx 1 Sep 2002 06:57:59 -0000 1.3 +++ stest.cxx 1 Sep 2002 12:04:52 -0000 1.4 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #include <stdio.h> #include <stdlib.h> #include <ctype.h> |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:55
|
Update of /cvsroot/plib/plib/examples/src/pui In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/pui Modified Files: PointPicker.cxx complex.cxx simple.cxx widget_list.cxx Log Message: Added copyright notices and copying permission statement Index: PointPicker.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/pui/PointPicker.cxx,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- PointPicker.cxx 1 Sep 2002 06:57:58 -0000 1.15 +++ PointPicker.cxx 1 Sep 2002 12:04:51 -0000 1.16 @@ -1,19 +1,44 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + // Point Picker Program by John Fay, October 2000. -// This is a demonstration program for PUI. It displays a set of points in a window -// and allows the user to pick them with the right mouse button. It demonstrates -// the following PUI capabilities: +// This is a demonstration program for PUI. It displays a set of points in +// a window and allows the user to pick them with the right mouse button. +// It demonstrates the following PUI capabilities: // - puInput widget // - puOneShot widget // - active widget functionality, with up, active, and down callbacks // - valuators - +// // To use it, the user does the following: -// First Method: Click in the input widget and type the number of the point -// Second Method: Click in the input widget and right-click on a point to select it. - -// For both methods, clicking the left (one-shot) button moves the point to the -// right. When it gets far enough to the right, it wraps around to the left and -// moves slightly upwards. +// First Method: Click in the input widget and type the number of the +// point +// Second Method: Click in the input widget and right-click on a point to +// select it. +// +// For both methods, clicking the left (one-shot) button moves the point +// to the right. When it gets far enough to the right, it wraps around to +// the left and moves slightly upwards. #include <stdio.h> #include <stdarg.h> Index: complex.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/pui/complex.cxx,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- complex.cxx 1 Sep 2002 06:57:58 -0000 1.21 +++ complex.cxx 1 Sep 2002 12:04:51 -0000 1.22 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #include <stdio.h> #include <stdarg.h> #include <stdlib.h> Index: simple.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/pui/simple.cxx,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- simple.cxx 1 Sep 2002 06:57:58 -0000 1.10 +++ simple.cxx 1 Sep 2002 12:04:51 -0000 1.11 @@ -1,3 +1,26 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + #include <stdio.h> #include <stdlib.h> Index: widget_list.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/pui/widget_list.cxx,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- widget_list.cxx 1 Sep 2002 06:57:58 -0000 1.14 +++ widget_list.cxx 1 Sep 2002 12:04:51 -0000 1.15 @@ -1,3 +1,26 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + // Sample program to create a copy of each widget in PUI #include <stdio.h> |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:55
|
Update of /cvsroot/plib/plib/examples/src/sl In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/sl Modified Files: example.cxx mod_demo.cxx Log Message: Added copyright notices and copying permission statement Index: example.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/sl/example.cxx,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- example.cxx 13 Jul 2000 17:05:36 -0000 1.3 +++ example.cxx 1 Sep 2002 12:04:51 -0000 1.4 @@ -1,3 +1,25 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ #include <plib/sl.h> Index: mod_demo.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/sl/mod_demo.cxx,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- mod_demo.cxx 7 Nov 2001 23:24:27 -0000 1.6 +++ mod_demo.cxx 1 Sep 2002 12:04:51 -0000 1.7 @@ -1,3 +1,25 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ #include <plib/sl.h> |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:55
|
Update of /cvsroot/plib/plib/examples/src/ssg/majik In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/ssg/majik Modified Files: majik_demo.cxx Log Message: Added copyright notices and copying permission statement Index: majik_demo.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/majik/majik_demo.cxx,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- majik_demo.cxx 1 Sep 2002 07:02:10 -0000 1.8 +++ majik_demo.cxx 1 Sep 2002 12:04:52 -0000 1.9 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #include <stdio.h> #include <stdlib.h> #include <ctype.h> |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:55
|
Update of /cvsroot/plib/plib/examples/src/ssg/dynamics In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/ssg/dynamics Modified Files: dynamics.cxx Log Message: Added copyright notices and copying permission statement Index: dynamics.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/dynamics/dynamics.cxx,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- dynamics.cxx 1 Sep 2002 07:06:00 -0000 1.7 +++ dynamics.cxx 1 Sep 2002 12:04:52 -0000 1.8 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #include <stdio.h> #include <stdlib.h> #include <ctype.h> |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:55
|
Update of /cvsroot/plib/plib/examples/src/net/net_echo In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/net/net_echo Modified Files: net_echo.cxx Log Message: Added copyright notices and copying permission statement Index: net_echo.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/net/net_echo/net_echo.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- net_echo.cxx 21 Jul 2001 18:44:24 -0000 1.1 +++ net_echo.cxx 1 Sep 2002 12:04:51 -0000 1.2 @@ -1,3 +1,26 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + #include <plib/netChat.h> /* |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:55
|
Update of /cvsroot/plib/plib/examples/src/net/client_server In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/net/client_server Modified Files: net_udp_client.cxx Log Message: Added copyright notices and copying permission statement Index: net_udp_client.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/net/client_server/net_udp_client.cxx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- net_udp_client.cxx 21 Jul 2001 18:44:24 -0000 1.1 +++ net_udp_client.cxx 1 Sep 2002 12:04:51 -0000 1.2 @@ -1,3 +1,26 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + // This is an example of a UDP client that blasts messages at a // server. // |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:55
|
Update of /cvsroot/plib/plib/examples/src/ssg/load_save In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/ssg/load_save Modified Files: load.cxx save.cxx Log Message: Added copyright notices and copying permission statement Index: load.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/load_save/load.cxx,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- load.cxx 1 Sep 2002 06:57:59 -0000 1.3 +++ load.cxx 1 Sep 2002 12:04:52 -0000 1.4 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #include <stdio.h> #include <stdlib.h> #include <ctype.h> Index: save.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/load_save/save.cxx,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- save.cxx 1 Sep 2002 06:57:59 -0000 1.5 +++ save.cxx 1 Sep 2002 12:04:52 -0000 1.6 @@ -1,3 +1,27 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + + #include <stdio.h> #include <stdlib.h> #include <ctype.h> |
From: Sebastian U. <ud...@us...> - 2002-09-01 12:04:55
|
Update of /cvsroot/plib/plib/examples/src/fnt In directory usw-pr-cvs1:/tmp/cvs-serv26203/src/fnt Modified Files: fnt_test.cxx slideshow.cxx Log Message: Added copyright notices and copying permission statement Index: fnt_test.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/fnt/fnt_test.cxx,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- fnt_test.cxx 1 Sep 2002 06:57:58 -0000 1.7 +++ fnt_test.cxx 1 Sep 2002 12:04:50 -0000 1.8 @@ -1,3 +1,26 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + #include <stdio.h> #include <stdlib.h> Index: slideshow.cxx =================================================================== RCS file: /cvsroot/plib/plib/examples/src/fnt/slideshow.cxx,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- slideshow.cxx 1 Sep 2002 06:57:58 -0000 1.7 +++ slideshow.cxx 1 Sep 2002 12:04:51 -0000 1.8 @@ -1,3 +1,26 @@ +/* + PLIB - A Suite of Portable Game Libraries + Copyright (C) 2001 Steve Baker + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + For further information visit http://plib.sourceforge.net + + $Id$ +*/ + #include <stdio.h> #include <stdlib.h> |
From: Wolfram K. <wol...@us...> - 2002-09-01 11:41:40
|
Update of /cvsroot/plib/plib/demos/p-guide/src In directory usw-pr-cvs1:/tmp/cvs-serv20633 Modified Files: StatusWindow.cxx Log Message: If, after the start of P-Guide you click on "label", the old version will crash since active_widget is NULL and it tries to find active_widget->label_text Index: StatusWindow.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/StatusWindow.cxx,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- StatusWindow.cxx 31 Aug 2002 08:14:39 -0000 1.8 +++ StatusWindow.cxx 1 Sep 2002 11:40:10 -0000 1.9 @@ -588,14 +588,14 @@ static void label_cb ( puObject *ob ) { - //if ( active_widget ) - //{ + if ( active_widget ) + { if (active_widget->label_text) delete active_widget->label_text ; active_widget->label_text = new char [ strlen ( ob->getStringValue () ) + 1 ] ; strcpy ( active_widget->label_text, ob->getStringValue () ) ; active_widget->obj->setLabel ( active_widget->label_text ) ; - //} + } } static void label_place_cb ( puObject *ob ) |
From: Wolfram K. <wol...@us...> - 2002-09-01 11:27:28
|
Update of /cvsroot/plib/plib/demos/p-guide/src In directory usw-pr-cvs1:/tmp/cvs-serv18057 Modified Files: pGuide.dsp Log Message: The release build did not link to plib Index: pGuide.dsp =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/pGuide.dsp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- pGuide.dsp 30 Aug 2002 14:01:20 -0000 1.4 +++ pGuide.dsp 1 Sep 2002 11:26:29 -0000 1.5 @@ -50,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 opengl32.lib glu32.lib glut32.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 pui.lib sg.lib fnt.lib ul.lib opengl32.lib glu32.lib glut32.lib /nologo /subsystem:console /machine:I386 !ELSEIF "$(CFG)" == "pGuide - Win32 Debug" |
From: Wolfram K. <wol...@us...> - 2002-09-01 11:25:09
|
Update of /cvsroot/plib/plib/demos/p-guide/src In directory usw-pr-cvs1:/tmp/cvs-serv17555 Modified Files: WidgetList.h WidgetWindow.cxx Log Message: Added glut include Index: WidgetList.h =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/WidgetList.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- WidgetList.h 18 Aug 2002 00:23:11 -0000 1.3 +++ WidgetList.h 1 Sep 2002 11:23:42 -0000 1.4 @@ -27,6 +27,17 @@ #include <plib/pu.h> +#ifdef FREEGLUT_IS_PRESENT +# include <GL/freeglut.h> +#else +# ifdef __APPLE__ +# include <GLUT/glut.h> +# else +# include <GL/glut.h> +# endif +#endif + + // PUI Widget List for Main Window struct WidgetList Index: WidgetWindow.cxx =================================================================== RCS file: /cvsroot/plib/plib/demos/p-guide/src/WidgetWindow.cxx,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- WidgetWindow.cxx 30 Aug 2002 14:00:18 -0000 1.7 +++ WidgetWindow.cxx 1 Sep 2002 11:23:42 -0000 1.8 @@ -26,6 +26,16 @@ #include <plib/pu.h> +#ifdef FREEGLUT_IS_PRESENT +# include <GL/freeglut.h> +#else +# ifdef __APPLE__ +# include <GLUT/glut.h> +# else +# include <GL/glut.h> +# endif +#endif + // Widget Window Data bool selected_object_sticky = false ; |
From: Sebastian U. <ud...@us...> - 2002-09-01 11:03:26
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv13729 Modified Files: Makefile.am Log Message: Removed plibconfig.h stuff from CVS again Index: Makefile.am =================================================================== RCS file: /cvsroot/plib/plib/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.am 31 Aug 2002 20:46:19 -0000 1.8 +++ Makefile.am 1 Sep 2002 11:03:21 -0000 1.9 @@ -1,5 +1,3 @@ -include_HEADERS = plibconfig.h - SUBDIRS = src EXTRA_DIST = KNOWN_BUGS NOTICE README README.GLUT \ |
From: Wolfram K. <wol...@us...> - 2002-09-01 10:55:53
|
Update of /cvsroot/plib/plib/examples/src/fnt/data In directory usw-pr-cvs1:/tmp/cvs-serv12010 Modified Files: test_slideshow.txt Log Message: Explain hat is going on and have more than one slide Index: test_slideshow.txt =================================================================== RCS file: /cvsroot/plib/plib/examples/src/fnt/data/test_slideshow.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- test_slideshow.txt 13 Jul 2000 04:07:09 -0000 1.1 +++ test_slideshow.txt 1 Sep 2002 10:54:24 -0000 1.2 @@ -1,19 +1,33 @@ 1 2 -3 -4 -5 -6 Hello! -7 +3 Hello to the first page. +4 Advance by pressing "enter" +5 +* +6 This is the second page. +7 Go back with backspace. 8 -9 -10 +9 +* +10 It seems you pressed enter again instead of backspace ;) 11 12 13 14 15 -16 +16 +17 This time some more lines +18 +19 +20 +* +The fourth page +* +The fifth page +* +The sixth page +* +The seventh page ************************************************| * * |
From: Wolfram K. <wol...@us...> - 2002-09-01 09:51:22
|
Update of /cvsroot/plib/plib/examples/src/ssg/majik In directory usw-pr-cvs1:/tmp/cvs-serv2547 Modified Files: majik_demo.dsp Log Message: Add js.lib Index: majik_demo.dsp =================================================================== RCS file: /cvsroot/plib/plib/examples/src/ssg/majik/majik_demo.dsp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- majik_demo.dsp 25 Aug 2002 15:36:45 -0000 1.14 +++ majik_demo.dsp 1 Sep 2002 09:50:15 -0000 1.15 @@ -50,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 /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 ssg.lib sg.lib ul.lib winmm.lib opengl32.lib glu32.lib glut32.lib /nologo /subsystem:console /machine:I386 /out:"majik_demo.exe" /libpath:"..\..\..\..\..\plib" +# 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 ssg.lib sg.lib ul.lib js.lib winmm.lib opengl32.lib glu32.lib glut32.lib /nologo /subsystem:console /machine:I386 /out:"majik_demo.exe" /libpath:"..\..\..\..\..\plib" !ELSEIF "$(CFG)" == "majik_demo - Win32 Debug" @@ -74,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 /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 ssg_d.lib sg_d.lib ul_d.lib winmm.lib opengl32.lib glu32.lib glut32.lib /nologo /subsystem:console /debug /machine:I386 /out:"majik_demo.exe" /pdbtype:sept /libpath:"..\..\..\..\..\plib" +# 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 ssg_d.lib sg_d.lib ul_d.lib js_d.lib winmm.lib opengl32.lib glu32.lib glut32.lib /nologo /subsystem:console /debug /machine:I386 /out:"majik_demo.exe" /pdbtype:sept /libpath:"..\..\..\..\..\plib" !ENDIF |
From: Wolfram K. <wol...@us...> - 2002-09-01 09:51:05
|
Update of /cvsroot/plib/plib/examples/src/js In directory usw-pr-cvs1:/tmp/cvs-serv2418 Modified Files: js_demo.dsp Log Message: Add js.lib Index: js_demo.dsp =================================================================== RCS file: /cvsroot/plib/plib/examples/src/js/js_demo.dsp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- js_demo.dsp 25 Aug 2002 15:36:44 -0000 1.14 +++ js_demo.dsp 1 Sep 2002 09:49:42 -0000 1.15 @@ -50,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 /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 ul.lib winmm.lib /nologo /subsystem:console /machine:I386 /out:"js_demo.exe" /libpath:"..\..\..\..\plib" +# 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 ul.lib js.lib winmm.lib /nologo /subsystem:console /machine:I386 /out:"js_demo.exe" /libpath:"..\..\..\..\plib" !ELSEIF "$(CFG)" == "js_demo - Win32 Debug" @@ -74,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 /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 ul_d.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /out:"js_demo.exe" /pdbtype:sept /libpath:"..\..\..\..\plib" +# 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 ul_d.lib js_d.lib winmm.lib /nologo /subsystem:console /debug /machine:I386 /out:"js_demo.exe" /pdbtype:sept /libpath:"..\..\..\..\plib" !ENDIF |
From: Wolfram K. <wol...@us...> - 2002-09-01 09:50:07
|
Update of /cvsroot/plib/plib/src/js In directory usw-pr-cvs1:/tmp/cvs-serv2288 Modified Files: js.dsp Log Message: Now that there are (release and debug) *.lib files, copy them. Index: js.dsp =================================================================== RCS file: /cvsroot/plib/plib/src/js/js.dsp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- js.dsp 1 Sep 2002 00:55:52 -0000 1.14 +++ js.dsp 1 Sep 2002 09:48:40 -0000 1.15 @@ -51,6 +51,11 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo +# Begin Special Build Tool +SOURCE="$(InputPath)" +PostBuild_Desc=Copy Library to plib directory +PostBuild_Cmds=copy release\*.lib ..\..\*.* +# End Special Build Tool !ELSEIF "$(CFG)" == "js - Win32 Debug" @@ -75,6 +80,11 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo /out:"Debug\js_d.lib" +# Begin Special Build Tool +SOURCE="$(InputPath)" +PostBuild_Desc=Copy Library to plib directory +PostBuild_Cmds=copy debug\*.lib ..\..\*.* +# End Special Build Tool !ENDIF @@ -84,6 +94,10 @@ # Name "js - Win32 Debug" # Begin Source File +SOURCE=.\js.cxx +# End Source File +# Begin Source File + SOURCE=.\js.h !IF "$(CFG)" == "js - Win32 Release" @@ -112,10 +126,6 @@ !ENDIF -# End Source File -# Begin Source File - -SOURCE=.\js.cxx # End Source File # End Target # End Project |
From: Wolfram K. <wol...@us...> - 2002-09-01 09:38:53
|
Update of /cvsroot/plib/plib In directory usw-pr-cvs1:/tmp/cvs-serv32753 Modified Files: INSTALL Log Message: Adding MSVC compilation notes. Index: INSTALL =================================================================== RCS file: /cvsroot/plib/plib/INSTALL,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- INSTALL 16 May 2001 17:47:47 -0000 1.3 +++ INSTALL 1 Sep 2002 09:37:36 -0000 1.4 @@ -97,6 +97,26 @@ one architecture, use `make distclean' before reconfiguring for another architecture. +Compiling for Windows with MSVC +=============================== + +You can easily compile plib with MSVC 6. First, you have to set some paths +in tools\options\directories. In "include" set the plib path itself (and, +if needed the parent). Then, in "library paths" add the plib path itself again +so that packages that use plib will find it. The building process will copy +the finished *.lib files and any header files that are visible to projects +using plib into the plib path. + +There is a workspace (*.dsw file) for plib, for examples, for tools +(including only af2rgb) and for each of the demos: exposer, p-guide +and ttt3d. Simply open one of them (starting with plib itself, of course) +in MSVC, choose what you want to compile (build/set active configuration) +and then compile (F7). if you want to compile or even create a project +that uses plib, please note that the plib workspaces have "multi threading" +enabled. Either enable this as well in your project or disable it for +plib. A missmatch leads to errors. + + Installation Names ================== |