| 
                Last change
                  on this file since 1662 was
                  1660,
                  checked in by rgrieder, 17 years ago
           | 
        
        
          | 
               
GameState class added. Tested and working, but now comes the hard part: Implementing the actual states… 
 
           | 
        
        
          
            
              - 
                  Property svn:eol-style set to
                  
native
               
             
           | 
        
        | 
            File size:
            1.4 KB
           | 
      
      
        
  | Line |   | 
|---|
| 1 | SET(CORE_SRC_FILES | 
|---|
| 2 |   ConfigFileManager.cc | 
|---|
| 3 |   ConfigValueContainer.cc | 
|---|
| 4 |   Core.cc | 
|---|
| 5 |   Error.cc | 
|---|
| 6 |   Exception.cc | 
|---|
| 7 |   GameState.cc | 
|---|
| 8 |   Language.cc | 
|---|
| 9 |   OrxonoxClass.cc | 
|---|
| 10 |   OutputBuffer.cc | 
|---|
| 11 |   OutputHandler.cc | 
|---|
| 12 |   Script.cc | 
|---|
| 13 |   SignalHandler.cc | 
|---|
| 14 |  | 
|---|
| 15 |   # command | 
|---|
| 16 |   ArgumentCompletionFunctions.cc | 
|---|
| 17 |   CommandEvaluation.cc | 
|---|
| 18 |   CommandExecutor.cc | 
|---|
| 19 |   ConsoleCommand.cc | 
|---|
| 20 |   ConsoleCommandCompilation.cc | 
|---|
| 21 |   Executor.cc | 
|---|
| 22 |  | 
|---|
| 23 |   # hierarchy | 
|---|
| 24 |   Factory.cc | 
|---|
| 25 |   Identifier.cc | 
|---|
| 26 |   MetaObjectList.cc | 
|---|
| 27 |  | 
|---|
| 28 |   # level | 
|---|
| 29 |   BaseObject.cc | 
|---|
| 30 |   ClassTreeMask.cc | 
|---|
| 31 |   Loader.cc | 
|---|
| 32 |   Namespace.cc | 
|---|
| 33 |   NamespaceNode.cc | 
|---|
| 34 |   XMLPort.cc | 
|---|
| 35 |  | 
|---|
| 36 |   # shell | 
|---|
| 37 |   IRC.cc | 
|---|
| 38 |   Shell.cc | 
|---|
| 39 |   TclBind.cc | 
|---|
| 40 |   TclThreadManager.cc | 
|---|
| 41 |  | 
|---|
| 42 |   # input | 
|---|
| 43 |   input/Button.cc | 
|---|
| 44 |   input/CalibratorCallback.cc | 
|---|
| 45 |   input/ExtendedInputState.cc | 
|---|
| 46 |   input/HalfAxis.cc | 
|---|
| 47 |   input/InputBuffer.cc | 
|---|
| 48 |   input/InputCommands.cc | 
|---|
| 49 |   input/InputManager.cc | 
|---|
| 50 |   input/KeyBinder.cc | 
|---|
| 51 |   input/KeyDetector.cc | 
|---|
| 52 |   input/SimpleInputState.cc | 
|---|
| 53 |  | 
|---|
| 54 |   tolua/tolua_bind.cc | 
|---|
| 55 | ) | 
|---|
| 56 |  | 
|---|
| 57 | GET_TARGET_PROPERTY(TOLUA_EXE tolua LOCATION) | 
|---|
| 58 | ADD_CUSTOM_COMMAND( | 
|---|
| 59 |   OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc | 
|---|
| 60 |   COMMAND ${TOLUA_EXE} -n Core -o ../../src/core/tolua/tolua_bind.cc -H ../../src/core/tolua/tolua_bind.h ../../src/core/tolua/tolua.pkg | 
|---|
| 61 |   DEPENDS tolua | 
|---|
| 62 |   WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib | 
|---|
| 63 | ) | 
|---|
| 64 |  | 
|---|
| 65 | ADD_LIBRARY(core SHARED ${CORE_SRC_FILES}) | 
|---|
| 66 |  | 
|---|
| 67 | TARGET_LINK_LIBRARIES(core | 
|---|
| 68 |   ${Lua_LIBRARIES} | 
|---|
| 69 |   ${OGRE_LIBRARIES} | 
|---|
| 70 |   cpptcl | 
|---|
| 71 |   ois_orxonox | 
|---|
| 72 |   tinyxml | 
|---|
| 73 |   tolualib | 
|---|
| 74 |   util | 
|---|
| 75 |   ${Boost_thread_LIBRARIES} | 
|---|
| 76 |   ${Boost_filesystem_LIBRARIES} | 
|---|
| 77 | ) | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.