- Timestamp:
- Oct 28, 2008, 8:44:52 PM (16 years ago)
- Location:
- code/branches/objecthierarchy
- Files:
-
- 7 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/CMakeLists.txt
r2027 r2030 1 1 SET( ORXONOX_SRC_FILES 2 CameraHandler.cc 2 3 GraphicsEngine.cc 3 4 LevelManager.cc 4 5 Main.cc 5 6 Settings.cc 6 SignalHandler.cc7 7 8 8 gamestates/GSClient.cc … … 44 44 tools/WindowEventListener.cc 45 45 46 objects/CameraHandler.cc47 46 objects/Radar.cc 48 47 objects/RadarListener.cc -
code/branches/objecthierarchy/src/orxonox/CameraHandler.cc
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/ceguilua/src/orxonox/objects/CameraHandler.cc merged eligible /code/branches/core3/src/orxonox/objects/CameraHandler.cc merged eligible /code/branches/gui/src/orxonox/objects/CameraHandler.cc merged eligible /code/branches/script_trigger/src/orxonox/objects/CameraHandler.cc merged eligible /code/branches/gcc43/src/orxonox/objects/CameraHandler.cc 1580 /code/branches/input/src/orxonox/objects/CameraHandler.cc 1629-1636
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
code/branches/objecthierarchy/src/orxonox/CameraHandler.h
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/ceguilua/src/orxonox/objects/CameraHandler.h merged eligible /code/branches/core3/src/orxonox/objects/CameraHandler.h merged eligible /code/branches/gui/src/orxonox/objects/CameraHandler.h merged eligible /code/branches/script_trigger/src/orxonox/objects/CameraHandler.h merged eligible /code/branches/gcc43/src/orxonox/objects/CameraHandler.h 1580 /code/branches/input/src/orxonox/objects/CameraHandler.h 1629-1636
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
code/branches/objecthierarchy/src/orxonox/Main.cc
r1896 r2030 40 40 #include "util/OrxonoxPlatform.h" 41 41 #include "util/Debug.h" 42 #include "util/SignalHandler.h" 42 43 #include "core/ConfigFileManager.h" 43 #include "SignalHandler.h"44 44 45 45 #include "gamestates/GSRoot.h" -
code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc
r2023 r2030 41 41 #include "core/Core.h" 42 42 //#include "objects/Backlight.h" 43 #include "objects/CameraHandler.h"44 43 #include "objects/Tickable.h" 45 44 #include "objects/Radar.h" 46 45 //#include "tools/ParticleInterface.h" 46 #include "CameraHandler.h" 47 47 #include "LevelManager.h" 48 48 #include "Settings.h" -
code/branches/objecthierarchy/src/orxonox/objects/worldentities/Camera.cc
r2027 r2030 41 41 #include "core/ConfigValueIncludes.h" 42 42 #include "objects/Scene.h" 43 #include " objects/CameraHandler.h"43 #include "CameraHandler.h" 44 44 45 45 namespace orxonox -
code/branches/objecthierarchy/src/util/CMakeLists.txt
r1844 r2030 8 8 OutputBuffer.cc 9 9 OutputHandler.cc 10 SignalHandler.cc 10 11 String.cc 11 12 SubString.cc -
code/branches/objecthierarchy/src/util/SignalHandler.cc
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/ceguilua/src/orxonox/SignalHandler.cc merged eligible /code/branches/core3/src/orxonox/SignalHandler.cc merged eligible /code/branches/gcc43/src/orxonox/SignalHandler.cc 1580 /code/branches/gui/src/orxonox/SignalHandler.cc 1635-1723 /code/branches/input/src/orxonox/SignalHandler.cc 1629-1636 /code/branches/script_trigger/src/orxonox/SignalHandler.cc 1295-1953,1955
r2028 r2030 28 28 29 29 /** 30 @file SignalHandler.cc30 @file 31 31 @brief Implementation of the SignalHandler class. 32 32 */ 33 33 34 #include "OrxonoxStableHeaders.h"35 34 #include "SignalHandler.h" 36 #include " util/Debug.h"37 38 #include < assert.h>35 #include "Debug.h" 36 37 #include <cassert> 39 38 #include <iostream> 40 39 #include <cstdlib> -
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
code/branches/objecthierarchy/src/util/SignalHandler.h
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/ceguilua/src/orxonox/SignalHandler.h merged eligible /code/branches/core3/src/orxonox/SignalHandler.h merged eligible /code/branches/gcc43/src/orxonox/SignalHandler.h 1580 /code/branches/gui/src/orxonox/SignalHandler.h 1635-1723 /code/branches/input/src/orxonox/SignalHandler.h 1629-1636 /code/branches/script_trigger/src/orxonox/SignalHandler.h 1295-1953,1955
r2028 r2030 28 28 29 29 /** 30 @file SignalHandler.h30 @file 31 31 @brief Declaration of the SignalHandler class. 32 32 */ … … 35 35 #define _SignalHandler_H__ 36 36 37 #include " OrxonoxPrereqs.h"37 #include "UtilPrereqs.h" 38 38 39 39 #include <list> … … 93 93 #else /* ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32 */ 94 94 95 class _ OrxonoxExport SignalHandler95 class _UtilExport SignalHandler 96 96 { 97 97 public: -
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj
r2020 r2030 151 151 > 152 152 <File 153 RelativePath="..\..\src\orxonox\CameraHandler.cc" 154 > 155 </File> 156 <File 153 157 RelativePath="..\..\src\orxonox\GraphicsEngine.cc" 154 158 > … … 186 190 > 187 191 </File> 188 <File189 RelativePath="..\..\src\orxonox\SignalHandler.cc"190 >191 </File>192 192 <Filter 193 193 Name="objects" 194 194 > 195 195 <File 196 RelativePath="..\..\src\orxonox\objects\Camera.cc"197 >198 </File>199 <File200 RelativePath="..\..\src\orxonox\objects\CameraHandler.cc"201 >202 </File>203 <File204 RelativePath="..\..\src\orxonox\objects\DistanceTrigger.cc"205 >206 </File>207 <File208 196 RelativePath="..\..\src\orxonox\objects\Radar.cc" 209 197 > … … 226 214 </File> 227 215 <File 216 RelativePath="..\..\src\orxonox\objects\Test.cc" 217 > 218 </File> 219 <File 228 220 RelativePath="..\..\src\orxonox\objects\Tickable.cc" 229 221 > 230 222 </File> 231 <File232 RelativePath="..\..\src\orxonox\objects\Trigger.cc"233 >234 </File>235 223 <Filter 236 224 Name="worldentities" 237 225 > 238 226 <File 227 RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.cc" 228 > 229 <FileConfiguration 230 Name="Debug|Win32" 231 ExcludedFromBuild="true" 232 > 233 <Tool 234 Name="VCCLCompilerTool" 235 /> 236 </FileConfiguration> 237 <FileConfiguration 238 Name="Release|Win32" 239 ExcludedFromBuild="true" 240 > 241 <Tool 242 Name="VCCLCompilerTool" 243 /> 244 </FileConfiguration> 245 </File> 246 <File 247 RelativePath="..\..\src\orxonox\objects\worldentities\Camera.cc" 248 > 249 </File> 250 <File 239 251 RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.cc" 240 252 > … … 247 259 RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.cc" 248 260 > 261 </File> 262 <File 263 RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.cc" 264 > 265 <FileConfiguration 266 Name="Debug|Win32" 267 ExcludedFromBuild="true" 268 > 269 <Tool 270 Name="VCCLCompilerTool" 271 /> 272 </FileConfiguration> 273 <FileConfiguration 274 Name="Release|Win32" 275 ExcludedFromBuild="true" 276 > 277 <Tool 278 Name="VCCLCompilerTool" 279 /> 280 </FileConfiguration> 249 281 </File> 250 282 <File … … 263 295 Name="pawns" 264 296 > 297 <File 298 RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.cc" 299 > 300 </File> 301 <File 302 RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.cc" 303 > 304 </File> 265 305 <File 266 306 RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.cc" … … 519 559 > 520 560 <File 561 RelativePath="..\..\src\orxonox\CameraHandler.h" 562 > 563 </File> 564 <File 521 565 RelativePath="..\..\src\orxonox\GraphicsEngine.h" 522 566 > … … 538 582 > 539 583 </File> 540 <File541 RelativePath="..\..\src\orxonox\SignalHandler.h"542 >543 </File>544 584 <Filter 545 585 Name="objects" 546 586 > 547 587 <File 548 RelativePath="..\..\src\orxonox\objects\Camera.h"549 >550 </File>551 <File552 RelativePath="..\..\src\orxonox\objects\CameraHandler.h"553 >554 </File>555 <File556 RelativePath="..\..\src\orxonox\objects\DistanceTrigger.h"557 >558 </File>559 <File560 588 RelativePath="..\..\src\orxonox\objects\Radar.h" 561 589 > … … 578 606 </File> 579 607 <File 608 RelativePath="..\..\src\orxonox\objects\Test.h" 609 > 610 </File> 611 <File 580 612 RelativePath="..\..\src\orxonox\objects\Tickable.h" 581 613 > 582 614 </File> 583 <File584 RelativePath="..\..\src\orxonox\objects\Trigger.h"585 >586 </File>587 615 <Filter 588 616 Name="worldentities" 589 617 > 590 618 <File 619 RelativePath="..\..\src\orxonox\objects\worldentities\Backlight.h" 620 > 621 </File> 622 <File 623 RelativePath="..\..\src\orxonox\objects\worldentities\Camera.h" 624 > 625 </File> 626 <File 591 627 RelativePath="..\..\src\orxonox\objects\worldentities\ControllableEntity.h" 592 628 > … … 598 634 <File 599 635 RelativePath="..\..\src\orxonox\objects\worldentities\MovableEntity.h" 636 > 637 </File> 638 <File 639 RelativePath="..\..\src\orxonox\objects\worldentities\ParticleSpawner.h" 600 640 > 601 641 </File> … … 615 655 Name="pawns" 616 656 > 657 <File 658 RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Pawn.h" 659 > 660 </File> 661 <File 662 RelativePath="..\..\src\orxonox\objects\worldentities\pawns\SpaceShip.h" 663 > 664 </File> 617 665 <File 618 666 RelativePath="..\..\src\orxonox\objects\worldentities\pawns\Spectator.h" -
code/branches/objecthierarchy/visual_studio/vc8/util.vcproj
r2016 r2030 181 181 </File> 182 182 <File 183 RelativePath="..\..\src\util\SignalHandler.cc" 184 > 185 </File> 186 <File 183 187 RelativePath="..\..\src\util\String.cc" 184 188 > … … 251 255 </File> 252 256 <File 257 RelativePath="..\..\src\util\SignalHandler.h" 258 > 259 </File> 260 <File 253 261 RelativePath="..\..\src\util\Sleep.h" 254 262 >
Note: See TracChangeset
for help on using the changeset viewer.