Changeset 1947 for code/branches
- Timestamp:
- Oct 19, 2008, 2:22:06 PM (16 years ago)
- Location:
- code/branches/objecthierarchy
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/core/Identifier.h
r1940 r1947 552 552 } 553 553 554 abort(); 554 assert(false); 555 return 0; 555 556 } 556 557 } -
code/branches/objecthierarchy/src/network/NetworkCallback.h
r1916 r1947 13 13 14 14 template <class T> 15 class _NetworkExportNetworkCallback: public NetworkCallbackBase15 class NetworkCallback: public NetworkCallbackBase 16 16 { 17 17 public: -
code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.cc
r1940 r1947 27 27 */ 28 28 29 #include "OrxonoxStableHeaders.h" 29 30 #include "Gametype.h" 30 31 -
code/branches/objecthierarchy/src/orxonox/objects/infos/Info.cc
r1940 r1947 27 27 */ 28 28 29 #include "OrxonoxStableHeaders.h" 29 30 #include "Info.h" 30 31 -
code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc
r1943 r1947 27 27 */ 28 28 29 #include "OrxonoxStableHeaders.h" 29 30 #include "LevelInfo.h" 30 31 -
code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc
r1946 r1947 27 27 */ 28 28 29 #include "OrxonoxStableHeaders.h" 29 30 #include "PlayerInfo.h" 30 31 -
code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.cc
r1940 r1947 27 27 */ 28 28 29 #include "OrxonoxStableHeaders.h" 29 30 #include "PositionableEntity.h" 30 31 #include "core/CoreIncludes.h" -
code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc
r1940 r1947 27 27 */ 28 28 29 #include "OrxonoxStableHeaders.h" 29 30 #include "WorldEntity.h" 30 31 -
code/branches/objecthierarchy/visual_studio/vc8/network.vcproj
r1918 r1947 157 157 </File> 158 158 <File 159 RelativePath="..\..\src\network\ClientConnectionListener.cc" 160 > 161 </File> 162 <File 159 163 RelativePath="..\..\src\network\ClientInformation.cc" 160 164 > … … 239 243 </File> 240 244 <File 245 RelativePath="..\..\src\network\ClientConnectionListener.h" 246 > 247 </File> 248 <File 241 249 RelativePath="..\..\src\network\ClientInformation.h" 242 250 > -
code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj
r1918 r1947 215 215 > 216 216 </File> 217 <Filter 218 Name="worldentities" 219 > 220 <File 221 RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.cc" 222 > 223 </File> 224 <File 225 RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.cc" 226 > 227 </File> 228 </Filter> 229 <Filter 230 Name="gametypes" 231 > 232 <File 233 RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.cc" 234 > 235 </File> 236 </Filter> 237 <Filter 238 Name="infos" 239 > 240 <File 241 RelativePath="..\..\src\orxonox\objects\infos\Info.cc" 242 > 243 </File> 244 <File 245 RelativePath="..\..\src\orxonox\objects\infos\LevelInfo.cc" 246 > 247 </File> 248 <File 249 RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.cc" 250 > 251 </File> 252 </Filter> 217 253 </Filter> 218 254 <Filter … … 515 551 > 516 552 </File> 553 <Filter 554 Name="worldentities" 555 > 556 <File 557 RelativePath="..\..\src\orxonox\objects\worldentities\PositionableEntity.h" 558 > 559 </File> 560 <File 561 RelativePath="..\..\src\orxonox\objects\worldentities\WorldEntity.h" 562 > 563 </File> 564 </Filter> 565 <Filter 566 Name="gametypes" 567 > 568 <File 569 RelativePath="..\..\src\orxonox\objects\gametypes\Gametype.h" 570 > 571 </File> 572 </Filter> 573 <Filter 574 Name="infos" 575 > 576 <File 577 RelativePath="..\..\src\orxonox\objects\infos\Info.h" 578 > 579 </File> 580 <File 581 RelativePath="..\..\src\orxonox\objects\infos\LevelInfo.h" 582 > 583 </File> 584 <File 585 RelativePath="..\..\src\orxonox\objects\infos\PlayerInfo.h" 586 > 587 </File> 588 </Filter> 517 589 </Filter> 518 590 <Filter
Note: See TracChangeset
for help on using the changeset viewer.