Update of /cvsroot/playerstage/code/stage/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22245/src
Modified Files:
p_driver.cc Makefile.am
Log Message:
Removed references to the Zoo, which has been split into a separate project
(zoology).
Index: p_driver.cc
===================================================================
RCS file: /cvsroot/playerstage/code/stage/src/p_driver.cc,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** p_driver.cc 27 Jul 2006 02:33:02 -0000 1.38
--- p_driver.cc 20 Sep 2006 01:45:08 -0000 1.39
***************
*** 151,155 ****
#include "p_driver.h"
- #include "zoo_driver.h"
#define STG_DEFAULT_WORLDFILE "default.world"
--- 151,154 ----
***************
*** 206,210 ****
puts(" Stage driver plugin init");
StgDriver_Register(table);
- //ZooDriver_Register(table);
return(0);
}
--- 205,208 ----
Index: Makefile.am
===================================================================
RCS file: /cvsroot/playerstage/code/stage/src/Makefile.am,v
retrieving revision 1.142
retrieving revision 1.143
diff -C2 -d -r1.142 -r1.143
*** Makefile.am 28 Jul 2006 22:04:01 -0000 1.142
--- Makefile.am 20 Sep 2006 01:45:08 -0000 1.143
***************
*** 5,11 ****
# $Id$
- # also build Zoo referees
- SUBDIRS = referees
-
# install the header file for the Stage library
include_HEADERS = stage.h
--- 5,8 ----
***************
*** 101,122 ****
p_blobfinder.cc \
stg_time.cc \
! stg_time.h \
! zoo_driver.h \
! zoo.h \
! zoo_controller.h \
! zoo_referee.h \
! zoo_species.h
# TODO
# p_power.cc
-
- # TODO fix these and move them to a separate tree?
- #zoo.c
- #zoo_driver.cc
- #zoo_species.cc
- #zoo_controller.cc
- #zoo_referee.cc
-
libstageplugin_la_CPPFLAGS = $(AM_CPPFLAGS) @PLAYER_CFLAGS@
libstageplugin_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir)
--- 98,106 ----
p_blobfinder.cc \
stg_time.cc \
! stg_time.h
# TODO
# p_power.cc
libstageplugin_la_CPPFLAGS = $(AM_CPPFLAGS) @PLAYER_CFLAGS@
libstageplugin_la_LDFLAGS = -version-info 1:0:0 -rpath $(libdir)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit