Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3680 in orxonox.OLD


Ignore:
Timestamp:
Mar 30, 2005, 8:21:10 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/shadows: merged shadow into this branche, that was falsely put into branches/dave. (also cleared a little error in m_inverse).

Location:
orxonox/branches/shadows/src
Files:
5 edited
2 copied

Legend:

Unmodified
Added
Removed
  • orxonox/branches/shadows/src/Makefile.am

    r3396 r3680  
    3737                 matrix.cc \
    3838                 curve.cc \
    39                  glmenu_imagescreen.cc
     39                 glmenu_imagescreen.cc\
     40                 shadow.cc
    4041
    4142
     
    8081                 glmenu_imagescreen.h \
    8182                 debug.h
     83                 debug.h \
     84                 shadow.h
    8285
    8386
  • orxonox/branches/shadows/src/Makefile.in

    r3396 r3680  
    6464        base_object.$(OBJEXT) helper_parent.$(OBJEXT) \
    6565        track_manager.$(OBJEXT) matrix.$(OBJEXT) curve.$(OBJEXT) \
    66         glmenu_imagescreen.$(OBJEXT)
     66        glmenu_imagescreen.$(OBJEXT) shadow.$(OBJEXT)
    6767orxonox_OBJECTS = $(am_orxonox_OBJECTS)
    6868orxonox_LDADD = $(LDADD)
     
    8585@AMDEP_TRUE@    ./$(DEPDIR)/null_parent.Po ./$(DEPDIR)/objModel.Po \
    8686@AMDEP_TRUE@    ./$(DEPDIR)/orxonox.Po ./$(DEPDIR)/p_node.Po \
    87 @AMDEP_TRUE@    ./$(DEPDIR)/player.Po ./$(DEPDIR)/story_entity.Po \
    88 @AMDEP_TRUE@    ./$(DEPDIR)/texture.Po ./$(DEPDIR)/track.Po \
    89 @AMDEP_TRUE@    ./$(DEPDIR)/track_manager.Po ./$(DEPDIR)/vector.Po \
    90 @AMDEP_TRUE@    ./$(DEPDIR)/world.Po ./$(DEPDIR)/world_entity.Po
     87@AMDEP_TRUE@    ./$(DEPDIR)/player.Po ./$(DEPDIR)/shadow.Po \
     88@AMDEP_TRUE@    ./$(DEPDIR)/story_entity.Po ./$(DEPDIR)/texture.Po \
     89@AMDEP_TRUE@    ./$(DEPDIR)/track.Po ./$(DEPDIR)/track_manager.Po \
     90@AMDEP_TRUE@    ./$(DEPDIR)/vector.Po ./$(DEPDIR)/world.Po \
     91@AMDEP_TRUE@    ./$(DEPDIR)/world_entity.Po
    9192CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    9293        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
     
    238239                 matrix.cc \
    239240                 curve.cc \
    240                  glmenu_imagescreen.cc
     241                 glmenu_imagescreen.cc\
     242                 shadow.cc
    241243
    242244noinst_HEADERS = ability.h \
     
    307309          esac; \
    308310        done; \
    309         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
     311        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
    310312        cd $(top_srcdir) && \
    311           $(AUTOMAKE) --foreign  src/Makefile
     313          $(AUTOMAKE) --gnu  src/Makefile
    312314.PRECIOUS: Makefile
    313315Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    384386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/p_node.Po@am__quote@
    385387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@
     388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shadow.Po@am__quote@
    386389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/story_entity.Po@am__quote@
    387390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texture.Po@am__quote@
     
    746749        uninstall-binPROGRAMS uninstall-info-am
    747750
     751                 debug.h \
     752                 shadow.h
    748753
    749754#  uncomment the following if orxonox requires the math library
  • orxonox/branches/shadows/src/console/Makefile.in

    r3377 r3680  
    195195          esac; \
    196196        done; \
    197         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/console/Makefile'; \
     197        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/console/Makefile'; \
    198198        cd $(top_srcdir) && \
    199           $(AUTOMAKE) --foreign  src/console/Makefile
     199          $(AUTOMAKE) --gnu  src/console/Makefile
    200200.PRECIOUS: Makefile
    201201Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/branches/shadows/src/gui/Makefile.in

    r3377 r3680  
    222222          esac; \
    223223        done; \
    224         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/gui/Makefile'; \
     224        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/gui/Makefile'; \
    225225        cd $(top_srcdir) && \
    226           $(AUTOMAKE) --foreign  src/gui/Makefile
     226          $(AUTOMAKE) --gnu  src/gui/Makefile
    227227.PRECIOUS: Makefile
    228228Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/branches/shadows/src/importer/Makefile.in

    r3396 r3680  
    207207          esac; \
    208208        done; \
    209         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/importer/Makefile'; \
     209        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/importer/Makefile'; \
    210210        cd $(top_srcdir) && \
    211           $(AUTOMAKE) --foreign  src/importer/Makefile
     211          $(AUTOMAKE) --gnu  src/importer/Makefile
    212212.PRECIOUS: Makefile
    213213Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • orxonox/branches/shadows/src/shadow.cc

    r3679 r3680  
    142142    det-= m[8]*m[5]*m[2];
    143143    det-= m[4]*m[1]*m[10];
    144     det-= m[0]*m[9]*[6];
    145    
    146    
     144    det-= m[0]*m[9]*m[6];
    147145}
    148146
Note: See TracChangeset for help on using the changeset viewer.