Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3659 in orxonox.OLD


Ignore:
Timestamp:
Mar 28, 2005, 3:26:17 PM (19 years ago)
Author:
dave
Message:

branches/shadows/src: ich hab jetzt mal meinen Branche ruebergenommen in den Shadow, weil ich die Textur des Bodens auch dort brauchen werde

Location:
orxonox/branches
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/dave/src/Makefile.in

    r3416 r3659  
    1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
     1# Makefile.in generated by automake 1.8.3 from Makefile.am.
    22# @configure_input@
    33
     
    548548        tags=; \
    549549        here=`pwd`; \
    550         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
     550        if (etags --etags-include --version) >/dev/null 2>&1; then \
    551551          include_option=--etags-include; \
    552           empty_fix=.; \
    553552        else \
    554553          include_option=--include; \
    555           empty_fix=; \
    556554        fi; \
    557555        list='$(SUBDIRS)'; for subdir in $$list; do \
    558556          if test "$$subdir" = .; then :; else \
    559             test ! -f $$subdir/TAGS || \
     557            test -f $$subdir/TAGS && \
    560558              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    561559          fi; \
     
    567565          $(AWK) '    { files[$$0] = 1; } \
    568566               END { for (i in files) print i; }'`; \
    569         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    570           test -n "$$unique" || unique=$$empty_fix; \
    571           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    572             $$tags $$unique; \
    573         fi
     567        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     568          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     569             $$tags $$unique
    574570ctags: CTAGS
    575571CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  • orxonox/branches/dave/src/orxonox.cc

    r3410 r3659  
    132132
    133133  int bpp = 16;
    134   int width = 640;
    135   int height = 480;
     134  int width = 400;
     135  int height = 300;
    136136  //Uint32 flags = SDL_HWSURFACE | SDL_OPENGL | SDL_GL_DOUBLEBUFFER; /* \todo: SDL_OPENGL doen't permit to load images*/
    137137  //Uint32 flags = SDL_HWSURFACE | SDL_GL_DOUBLEBUFFER;
  • orxonox/branches/shadows/Makefile.in

    r3377 r3659  
    1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
     1# Makefile.in generated by automake 1.8.3 from Makefile.am.
    22# @configure_input@
    33
     
    318318        tags=; \
    319319        here=`pwd`; \
    320         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
     320        if (etags --etags-include --version) >/dev/null 2>&1; then \
    321321          include_option=--etags-include; \
    322           empty_fix=.; \
    323322        else \
    324323          include_option=--include; \
    325           empty_fix=; \
    326324        fi; \
    327325        list='$(SUBDIRS)'; for subdir in $$list; do \
    328326          if test "$$subdir" = .; then :; else \
    329             test ! -f $$subdir/TAGS || \
     327            test -f $$subdir/TAGS && \
    330328              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    331329          fi; \
     
    337335          $(AWK) '    { files[$$0] = 1; } \
    338336               END { for (i in files) print i; }'`; \
    339         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    340           test -n "$$unique" || unique=$$empty_fix; \
    341           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    342             $$tags $$unique; \
    343         fi
     337        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     338          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     339             $$tags $$unique
    344340ctags: CTAGS
    345341CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
     
    450446          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
    451447        *.shar.gz*) \
    452           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
     448          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
    453449        *.zip*) \
    454450          unzip $(distdir).zip ;;\
Note: See TracChangeset for help on using the changeset viewer.