Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6120


Ignore:
Timestamp:
Nov 22, 2009, 4:25:02 PM (14 years ago)
Author:
rgrieder
Message:

Found some tabs

Location:
code/branches/presentation2
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/cmake/PrecompiledHeaderFiles.cmake

    r5929 r6120  
    9494          SET(_old_flags "")
    9595        ENDIF()
    96         SET_SOURCE_FILES_PROPERTIES(${_file} PROPERTIES COMPILE_FLAGS "${_old_flags} /FI\"${_pch_header_file}\" /Yu\"${_pch_header_file}\" /Fp\"${_pch_file}\"")
     96        SET_SOURCE_FILES_PROPERTIES(${_file} PROPERTIES COMPILE_FLAGS "${_old_flags} /FI\"${_pch_header_file}\" /Yu\"${_pch_header_file}\" /Fp\"${_pch_file}\"")
    9797      ENDIF(NOT _is_header)
    9898    ENDFOREACH(_file)
     
    152152        COMMAND ${CMAKE_CXX_COMPILER}
    153153        ARGS ${pchsupport_compiler_cxx_arg1} ${_pch_gcc_flags} -c -x c++-header -o ${_pch_file} ${_pch_header_file}
    154         WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
     154        WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
    155155        DEPENDS ${_pch_dep_helper_file}
    156156        IMPLICIT_DEPENDS CXX ${_pch_header_file}
  • code/branches/presentation2/cmake/SourceFileUtilities.cmake

    r6084 r6120  
    7575      IF(_compile AND NOT DISABLE_COMPILATIONS)
    7676        LIST(APPEND _compilation ${_filepath})
    77         LIST(APPEND _fullpath_sources "H")
     77        LIST(APPEND _fullpath_sources "H")
    7878      ENDIF()
    7979    ENDIF()
  • code/branches/presentation2/data/overlays/stats.oxo

    r5781 r6120  
    66       name      = "Title"
    77       position  = "0.79, 0.19"
    8        pickpoint = "1, 1"       
     8       pickpoint = "1, 1"
    99       font      = "Monofur"
    1010       caption   = "Scoreboard"
     
    2525       name      = "descr2"
    2626       position  = "0.6, 0.20"
    27        pickpoint = "0, 1"       
     27       pickpoint = "0, 1"
    2828       font      = "Monofur"
    2929       caption   = "score"
     
    3434       name      = "descr3"
    3535       position  = "0.8, 0.20"
    36        pickpoint = "0, 1"       
     36       pickpoint = "0, 1"
    3737       font      = "Monofur"
    3838       caption   = "deaths"
  • code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc

    r6119 r6120  
    4141namespace orxonox
    4242{
    43         CreateFactory(Rocket);   
     43    CreateFactory(Rocket);
    4444    // create the factory for the Rocket
    4545
     
    5252        RegisterObject(Rocket);// - register the Rocket class to the core
    5353
    54                 this->localAngularVelocity_ = 0;
     54        this->localAngularVelocity_ = 0;
    5555       
    5656        if (GameMode::isMaster())
  • code/branches/presentation2/src/orxonox/controllers/NewHumanController.h

    r6119 r6120  
    2727 */
    2828
    29 #ifndef _NewNewHumanController_H__     
     29#ifndef _NewNewHumanController_H__
    3030#define _NewNewHumanController_H__
    3131
Note: See TracChangeset for help on using the changeset viewer.