[1505] | 1 | SET( ORXONOX_SRC_FILES |
---|
[2087] | 2 | CameraManager.cc |
---|
[1505] | 3 | GraphicsEngine.cc |
---|
[2087] | 4 | LevelManager.cc |
---|
[1505] | 5 | Main.cc |
---|
[1535] | 6 | Settings.cc |
---|
[1505] | 7 | |
---|
[1755] | 8 | gamestates/GSClient.cc |
---|
| 9 | gamestates/GSDedicated.cc |
---|
| 10 | gamestates/GSGraphics.cc |
---|
| 11 | gamestates/GSGUI.cc |
---|
| 12 | gamestates/GSIOConsole.cc |
---|
| 13 | gamestates/GSLevel.cc |
---|
| 14 | gamestates/GSRoot.cc |
---|
| 15 | gamestates/GSServer.cc |
---|
| 16 | gamestates/GSStandalone.cc |
---|
| 17 | |
---|
| 18 | gui/GUIManager.cc |
---|
| 19 | gui/OgreCEGUIRenderer.cpp |
---|
| 20 | gui/OgreCEGUIResourceProvider.cpp |
---|
| 21 | gui/OgreCEGUITexture.cpp |
---|
| 22 | |
---|
[1625] | 23 | overlays/OrxonoxOverlay.cc |
---|
| 24 | overlays/OverlayGroup.cc |
---|
| 25 | overlays/OverlayText.cc |
---|
| 26 | |
---|
| 27 | overlays/console/InGameConsole.cc |
---|
| 28 | |
---|
| 29 | overlays/debug/DebugFPSText.cc |
---|
| 30 | overlays/debug/DebugRTRText.cc |
---|
| 31 | |
---|
| 32 | overlays/hud/HUDBar.cc |
---|
| 33 | overlays/hud/HUDNavigation.cc |
---|
| 34 | overlays/hud/HUDRadar.cc |
---|
| 35 | overlays/hud/HUDSpeedBar.cc |
---|
[2087] | 36 | overlays/hud/ChatOverlay.cc |
---|
[1625] | 37 | |
---|
[1505] | 38 | tools/BillboardSet.cc |
---|
| 39 | tools/Mesh.cc |
---|
[1553] | 40 | tools/ParticleInterface.cc |
---|
[1625] | 41 | tools/TextureGenerator.cc |
---|
[1505] | 42 | tools/Timer.cc |
---|
[1625] | 43 | tools/WindowEventListener.cc |
---|
[1505] | 44 | |
---|
[2087] | 45 | objects/EventListener.cc |
---|
| 46 | objects/EventDispatcher.cc |
---|
| 47 | objects/EventTarget.cc |
---|
[1817] | 48 | objects/Radar.cc |
---|
| 49 | objects/RadarListener.cc |
---|
| 50 | objects/RadarViewable.cc |
---|
[1535] | 51 | objects/Tickable.cc |
---|
[2087] | 52 | objects/Test.cc |
---|
| 53 | objects/Script.cc |
---|
[1505] | 54 | |
---|
[2087] | 55 | objects/Scene.cc |
---|
| 56 | objects/worldentities/WorldEntity.cc |
---|
| 57 | objects/worldentities/PositionableEntity.cc |
---|
| 58 | objects/worldentities/MovableEntity.cc |
---|
| 59 | objects/worldentities/ControllableEntity.cc |
---|
| 60 | objects/worldentities/Model.cc |
---|
| 61 | objects/worldentities/Billboard.cc |
---|
| 62 | objects/worldentities/BlinkingBillboard.cc |
---|
| 63 | objects/worldentities/Light.cc |
---|
| 64 | objects/worldentities/Camera.cc |
---|
| 65 | objects/worldentities/CameraPosition.cc |
---|
| 66 | objects/worldentities/SpawnPoint.cc |
---|
| 67 | objects/worldentities/ParticleEmitter.cc |
---|
| 68 | objects/worldentities/ParticleSpawner.cc |
---|
| 69 | # objects/worldentities/Backlight.cc |
---|
[2106] | 70 | |
---|
[2092] | 71 | objects/quest/AddQuest.cc |
---|
| 72 | objects/quest/AddQuestHint.cc |
---|
| 73 | objects/quest/AddReward.cc |
---|
| 74 | objects/quest/ChangeQuestStatus.cc |
---|
| 75 | objects/quest/CompleteQuest.cc |
---|
| 76 | objects/quest/FailQuest.cc |
---|
| 77 | objects/quest/GlobalQuest.cc |
---|
| 78 | objects/quest/LocalQuest.cc |
---|
| 79 | objects/quest/Quest.cc |
---|
| 80 | objects/quest/QuestDescription.cc |
---|
| 81 | objects/quest/QuestEffect.cc |
---|
| 82 | objects/quest/QuestHint.cc |
---|
| 83 | objects/quest/QuestItem.cc |
---|
| 84 | objects/quest/QuestManager.cc |
---|
| 85 | objects/quest/Rewardable.cc |
---|
[1844] | 86 | |
---|
[2106] | 87 | objects/weaponSystem/WeaponSystem.cc |
---|
[2097] | 88 | objects/weaponSystem/WeaponSet.cc |
---|
| 89 | objects/weaponSystem/WeaponSlot.cc |
---|
[2288] | 90 | objects/weaponSystem/WeaponPack.cc |
---|
[2097] | 91 | objects/weaponSystem/Weapon.cc |
---|
| 92 | objects/weaponSystem/Munition.cc |
---|
[2186] | 93 | objects/weaponSystem/weapons/LaserGun.cc |
---|
[2398] | 94 | objects/weaponSystem/weapons/Fusion.cc |
---|
[2186] | 95 | objects/weaponSystem/munitions/LaserGunMunition.cc |
---|
[2232] | 96 | objects/weaponSystem/projectiles/BillboardProjectile.cc |
---|
| 97 | objects/weaponSystem/projectiles/ParticleProjectile.cc |
---|
| 98 | objects/weaponSystem/projectiles/Projectile.cc |
---|
[2097] | 99 | |
---|
[2087] | 100 | objects/worldentities/triggers/Trigger.cc |
---|
| 101 | objects/worldentities/triggers/DistanceTrigger.cc |
---|
| 102 | objects/worldentities/triggers/EventTrigger.cc |
---|
| 103 | |
---|
| 104 | objects/worldentities/pawns/Spectator.cc |
---|
| 105 | objects/worldentities/pawns/Pawn.cc |
---|
| 106 | objects/worldentities/pawns/SpaceShip.cc |
---|
| 107 | |
---|
| 108 | objects/controllers/Controller.cc |
---|
| 109 | objects/controllers/HumanController.cc |
---|
| 110 | |
---|
| 111 | objects/infos/Info.cc |
---|
| 112 | objects/infos/Level.cc |
---|
| 113 | objects/infos/PlayerInfo.cc |
---|
| 114 | objects/infos/HumanPlayer.cc |
---|
| 115 | |
---|
| 116 | objects/gametypes/Gametype.cc |
---|
| 117 | |
---|
[1844] | 118 | tolua/tolua_bind.cc |
---|
[1505] | 119 | ) |
---|
| 120 | |
---|
[1810] | 121 | GET_TARGET_PROPERTY(TOLUA_EXE tolua_orxonox LOCATION) |
---|
[1505] | 122 | ADD_CUSTOM_COMMAND( |
---|
[1843] | 123 | OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.cc ${CMAKE_CURRENT_SOURCE_DIR}/tolua/tolua_bind.h |
---|
[1755] | 124 | COMMAND ${TOLUA_EXE} -n Orxonox -o ../../src/orxonox/tolua/tolua_bind.cc -H ../../src/orxonox/tolua/tolua_bind.h ../../src/orxonox/tolua/tolua.pkg |
---|
[1815] | 125 | DEPENDS |
---|
| 126 | tolua_orxonox |
---|
| 127 | tolua/tolua.pkg |
---|
| 128 | gui/GUIManager.h |
---|
[1505] | 129 | WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib |
---|
| 130 | ) |
---|
[2087] | 131 | |
---|
| 132 | |
---|
[1505] | 133 | ADD_EXECUTABLE( orxonox ${ORXONOX_SRC_FILES} ) |
---|
| 134 | |
---|
| 135 | IF(NETWORKTRAFFIC_TESTING_ENABLED) |
---|
| 136 | |
---|
| 137 | SET( ORXONOXS_SRC_FILES |
---|
| 138 | GraphicsEngine.cc |
---|
| 139 | objects/Camera.cc |
---|
[2087] | 140 | CameraManager.cc |
---|
[1505] | 141 | ) |
---|
| 142 | |
---|
| 143 | ADD_LIBRARY(orxonoxs SHARED ${ORXONOX_SRC_FILES}) |
---|
| 144 | ENDIF(NETWORKTRAFFIC_TESTING_ENABLED) |
---|
| 145 | |
---|
| 146 | TARGET_LINK_LIBRARIES( orxonox |
---|
| 147 | ${OGRE_LIBRARIES} |
---|
[1755] | 148 | ${CEGUI_LIBRARIES} |
---|
[1810] | 149 | lua_orxonox |
---|
| 150 | ceguilua_orxonox |
---|
| 151 | tinyxml_orxonox |
---|
| 152 | tolualib_orxonox |
---|
[1505] | 153 | util |
---|
| 154 | core |
---|
| 155 | audio |
---|
| 156 | network |
---|
| 157 | ) |
---|
| 158 | |
---|