Changeset 3475 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Mar 10, 2005, 7:01:53 PM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 1 added
- 1 deleted
- 5 edited
- 7 moved
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/Makefile.am
r3474 r3475 3 3 AM_CXXFLAGS+="-I./mathlib" 4 4 AM_CXXFLAGS+="-I./lib" 5 AM_CXXFLAGS+="-I./defs" 6 AM_CXXFLAGS+="-I./font" 5 7 6 8 AM_LDFLAGS= $(MWINDOWS) … … 12 14 13 15 orxonox_SOURCES= orxonox.cc \ 14 world.cc \16 story_entities/world.cc \ 15 17 world_entities/player.cc \ 16 18 data_tank.cc \ … … 40 42 mathlib/curve.cc \ 41 43 glmenu_imagescreen.cc \ 42 skysphere.cc \44 world_entities/skysphere.cc \ 43 45 light.cc \ 44 sfont/fontset.cc46 font/fontset.cc 45 47 46 48 noinst_HEADERS = ability.h \ 47 49 data_tank.h \ 48 50 world_entities/npc.h \ 49 stdincl.h \51 defs/stdincl.h \ 50 52 glincl.h \ 51 53 ai.h \ … … 54 56 synchronisable.h \ 55 57 base_entity.h \ 56 error.h \58 defs/error.h \ 57 59 world_entities/player.h \ 58 60 camera.h \ … … 62 64 keynames.h \ 63 65 proto_class.h \ 64 world.h \66 story_entities/world.h \ 65 67 command_node.h \ 66 68 lib/list.h \ … … 82 84 mathlib/curve.h \ 83 85 glmenu_imagescreen.h \ 84 de bug.h \85 skysphere.h \86 defs/debug.h \ 87 world_entities/skysphere.h \ 86 88 light.h \ 87 sfont/fontset.h89 font/fontset.h 88 90 89 91 ## orxonox.conf will be used from home-dir instead. -
orxonox/trunk/src/Makefile.in
r3474 r3475 214 214 target_os = @target_os@ 215 215 target_vendor = @target_vendor@ 216 AM_CXXFLAGS = "-I./world_entities" "-I./story_entities" "-I./mathlib" "-I./lib" 216 AM_CXXFLAGS = "-I./world_entities" "-I./story_entities" "-I./mathlib" "-I./lib" "-I./defs" "-I./font" 217 217 AM_LDFLAGS = $(MWINDOWS) 218 218 orxonox_SOURCES = orxonox.cc \ 219 world.cc \219 story_entities/world.cc \ 220 220 world_entities/player.cc \ 221 221 data_tank.cc \ … … 245 245 mathlib/curve.cc \ 246 246 glmenu_imagescreen.cc \ 247 skysphere.cc \247 world_entities/skysphere.cc \ 248 248 light.cc \ 249 sfont/fontset.cc249 font/fontset.cc 250 250 251 251 noinst_HEADERS = ability.h \ 252 252 data_tank.h \ 253 253 world_entities/npc.h \ 254 stdincl.h \254 defs/stdincl.h \ 255 255 glincl.h \ 256 256 ai.h \ … … 259 259 synchronisable.h \ 260 260 base_entity.h \ 261 error.h \261 defs/error.h \ 262 262 world_entities/player.h \ 263 263 camera.h \ … … 267 267 keynames.h \ 268 268 proto_class.h \ 269 world.h \269 story_entities/world.h \ 270 270 command_node.h \ 271 271 lib/list.h \ … … 287 287 mathlib/curve.h \ 288 288 glmenu_imagescreen.h \ 289 de bug.h \290 skysphere.h \289 defs/debug.h \ 290 world_entities/skysphere.h \ 291 291 light.h \ 292 sfont/fontset.h292 font/fontset.h 293 293 294 294 EXTRA_DIST = orxonox.conf … … 420 420 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 421 421 422 world.o: story_entities/world.cc 423 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT world.o -MD -MP -MF "$(DEPDIR)/world.Tpo" -c -o world.o `test -f 'story_entities/world.cc' || echo '$(srcdir)/'`story_entities/world.cc; \ 424 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/world.Tpo" "$(DEPDIR)/world.Po"; else rm -f "$(DEPDIR)/world.Tpo"; exit 1; fi 425 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='story_entities/world.cc' object='world.o' libtool=no @AMDEPBACKSLASH@ 426 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/world.Po' tmpdepfile='$(DEPDIR)/world.TPo' @AMDEPBACKSLASH@ 427 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 428 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o world.o `test -f 'story_entities/world.cc' || echo '$(srcdir)/'`story_entities/world.cc 429 430 world.obj: story_entities/world.cc 431 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT world.obj -MD -MP -MF "$(DEPDIR)/world.Tpo" -c -o world.obj `if test -f 'story_entities/world.cc'; then $(CYGPATH_W) 'story_entities/world.cc'; else $(CYGPATH_W) '$(srcdir)/story_entities/world.cc'; fi`; \ 432 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/world.Tpo" "$(DEPDIR)/world.Po"; else rm -f "$(DEPDIR)/world.Tpo"; exit 1; fi 433 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='story_entities/world.cc' object='world.obj' libtool=no @AMDEPBACKSLASH@ 434 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/world.Po' tmpdepfile='$(DEPDIR)/world.TPo' @AMDEPBACKSLASH@ 435 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 436 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o world.obj `if test -f 'story_entities/world.cc'; then $(CYGPATH_W) 'story_entities/world.cc'; else $(CYGPATH_W) '$(srcdir)/story_entities/world.cc'; fi` 437 422 438 player.o: world_entities/player.cc 423 439 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT player.o -MD -MP -MF "$(DEPDIR)/player.Tpo" -c -o player.o `test -f 'world_entities/player.cc' || echo '$(srcdir)/'`world_entities/player.cc; \ … … 660 676 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o curve.obj `if test -f 'mathlib/curve.cc'; then $(CYGPATH_W) 'mathlib/curve.cc'; else $(CYGPATH_W) '$(srcdir)/mathlib/curve.cc'; fi` 661 677 662 fontset.o: sfont/fontset.cc 663 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fontset.o -MD -MP -MF "$(DEPDIR)/fontset.Tpo" -c -o fontset.o `test -f 'sfont/fontset.cc' || echo '$(srcdir)/'`sfont/fontset.cc; \ 678 skysphere.o: world_entities/skysphere.cc 679 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT skysphere.o -MD -MP -MF "$(DEPDIR)/skysphere.Tpo" -c -o skysphere.o `test -f 'world_entities/skysphere.cc' || echo '$(srcdir)/'`world_entities/skysphere.cc; \ 680 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/skysphere.Tpo" "$(DEPDIR)/skysphere.Po"; else rm -f "$(DEPDIR)/skysphere.Tpo"; exit 1; fi 681 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/skysphere.cc' object='skysphere.o' libtool=no @AMDEPBACKSLASH@ 682 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/skysphere.Po' tmpdepfile='$(DEPDIR)/skysphere.TPo' @AMDEPBACKSLASH@ 683 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 684 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o skysphere.o `test -f 'world_entities/skysphere.cc' || echo '$(srcdir)/'`world_entities/skysphere.cc 685 686 skysphere.obj: world_entities/skysphere.cc 687 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT skysphere.obj -MD -MP -MF "$(DEPDIR)/skysphere.Tpo" -c -o skysphere.obj `if test -f 'world_entities/skysphere.cc'; then $(CYGPATH_W) 'world_entities/skysphere.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/skysphere.cc'; fi`; \ 688 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/skysphere.Tpo" "$(DEPDIR)/skysphere.Po"; else rm -f "$(DEPDIR)/skysphere.Tpo"; exit 1; fi 689 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='world_entities/skysphere.cc' object='skysphere.obj' libtool=no @AMDEPBACKSLASH@ 690 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/skysphere.Po' tmpdepfile='$(DEPDIR)/skysphere.TPo' @AMDEPBACKSLASH@ 691 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 692 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o skysphere.obj `if test -f 'world_entities/skysphere.cc'; then $(CYGPATH_W) 'world_entities/skysphere.cc'; else $(CYGPATH_W) '$(srcdir)/world_entities/skysphere.cc'; fi` 693 694 fontset.o: font/fontset.cc 695 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fontset.o -MD -MP -MF "$(DEPDIR)/fontset.Tpo" -c -o fontset.o `test -f 'font/fontset.cc' || echo '$(srcdir)/'`font/fontset.cc; \ 664 696 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/fontset.Tpo" "$(DEPDIR)/fontset.Po"; else rm -f "$(DEPDIR)/fontset.Tpo"; exit 1; fi 665 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source=' sfont/fontset.cc' object='fontset.o' libtool=no @AMDEPBACKSLASH@697 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='font/fontset.cc' object='fontset.o' libtool=no @AMDEPBACKSLASH@ 666 698 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/fontset.Po' tmpdepfile='$(DEPDIR)/fontset.TPo' @AMDEPBACKSLASH@ 667 699 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 668 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fontset.o `test -f ' sfont/fontset.cc' || echo '$(srcdir)/'`sfont/fontset.cc669 670 fontset.obj: sfont/fontset.cc671 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fontset.obj -MD -MP -MF "$(DEPDIR)/fontset.Tpo" -c -o fontset.obj `if test -f ' sfont/fontset.cc'; then $(CYGPATH_W) 'sfont/fontset.cc'; else $(CYGPATH_W) '$(srcdir)/sfont/fontset.cc'; fi`; \700 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fontset.o `test -f 'font/fontset.cc' || echo '$(srcdir)/'`font/fontset.cc 701 702 fontset.obj: font/fontset.cc 703 @am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT fontset.obj -MD -MP -MF "$(DEPDIR)/fontset.Tpo" -c -o fontset.obj `if test -f 'font/fontset.cc'; then $(CYGPATH_W) 'font/fontset.cc'; else $(CYGPATH_W) '$(srcdir)/font/fontset.cc'; fi`; \ 672 704 @am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/fontset.Tpo" "$(DEPDIR)/fontset.Po"; else rm -f "$(DEPDIR)/fontset.Tpo"; exit 1; fi 673 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source=' sfont/fontset.cc' object='fontset.obj' libtool=no @AMDEPBACKSLASH@705 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='font/fontset.cc' object='fontset.obj' libtool=no @AMDEPBACKSLASH@ 674 706 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/fontset.Po' tmpdepfile='$(DEPDIR)/fontset.TPo' @AMDEPBACKSLASH@ 675 707 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 676 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fontset.obj `if test -f ' sfont/fontset.cc'; then $(CYGPATH_W) 'sfont/fontset.cc'; else $(CYGPATH_W) '$(srcdir)/sfont/fontset.cc'; fi`708 @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o fontset.obj `if test -f 'font/fontset.cc'; then $(CYGPATH_W) 'font/fontset.cc'; else $(CYGPATH_W) '$(srcdir)/font/fontset.cc'; fi` 677 709 uninstall-info-am: 678 710 … … 798 830 799 831 distdir: $(DISTFILES) 800 $(mkdir_p) $(distdir)/ lib $(distdir)/mathlib $(distdir)/sfont$(distdir)/story_entities $(distdir)/world_entities832 $(mkdir_p) $(distdir)/defs $(distdir)/font $(distdir)/lib $(distdir)/mathlib $(distdir)/story_entities $(distdir)/world_entities 801 833 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 802 834 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ -
orxonox/trunk/src/importer/array.h
r3427 r3475 11 11 extern int verbose; //!< will be obsolete soon 12 12 13 #include " ../stdincl.h"13 #include "stdincl.h" 14 14 15 15 //! Array Class that handles dynamic-float arrays. -
orxonox/trunk/src/importer/objModel.cc
r3427 r3475 18 18 #include <fstream> 19 19 20 #include " ../debug.h"20 #include "debug.h" 21 21 22 22 /** -
orxonox/trunk/src/importer/texture.h
r3454 r3475 10 10 #define _TEXTURE_H 11 11 12 #include " ../stdincl.h"12 #include "stdincl.h" 13 13 #ifdef HAVE_SDL_SDL_IMAGE_H 14 14 #include <SDL/SDL_image.h> -
orxonox/trunk/src/story_entities/world.cc
r3474 r3475 28 28 #include "skysphere.h" 29 29 #include "light.h" 30 #include " sfont/fontset.h"30 #include "fontset.h" 31 31 32 32 using namespace std;
Note: See TracChangeset
for help on using the changeset viewer.