Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/cpp11_v2/src/orxonox @ 11010

Name Size Rev Age Author Last Change
../
chat 10992   8 years landauf for all non-copyable classes (i.e. those with deleted …
collisionshapes 10919   8 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
controllers 10994   8 years landauf using some constexpr
gamestates 10920   8 years landauf no static functions anymore in ObjectList. you need to instantiate an …
gametypes 11005   8 years landauf using strongly typed enum in various classes in orxonox-library
graphics 10996   8 years landauf using a strongly typed enum class for Light-Type. added support for …
infos 11003   8 years landauf using strongly typed enum class in notifications. …
interfaces 11003   8 years landauf using strongly typed enum class in notifications. …
items 11005   8 years landauf using strongly typed enum in various classes in orxonox-library
overlays 11007   8 years landauf made some enums in core library strongly typed. for other enums in …
sound 11005   8 years landauf using strongly typed enum in various classes in orxonox-library
weaponsystem 10919   8 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
worldentities 11005   8 years landauf using strongly typed enum in various classes in orxonox-library
CameraManager.cc 2.9 KB 10768   9 years landauf replace '0' by 'nullptr'
CameraManager.h 1.9 KB 10992   8 years landauf for all non-copyable classes (i.e. those with deleted …
CMakeLists.txt 2.2 KB 10624   9 years landauf merged branch core7 back to trunk
Level.cc 7.8 KB 10916   8 years landauf use actual types instead of 'auto'. only exception is for complicated …
Level.h 2.9 KB 10818   9 years muemart - Fixed some suspicious virtual function signatures - Fixed some clang …
LevelInfo.cc 9.1 KB 10916   8 years landauf use actual types instead of 'auto'. only exception is for complicated …
LevelInfo.h 12.2 KB 10817   9 years muemart Run clang-modernize -add-override A few notes: - There are probably …
LevelManager.cc 11.0 KB 10919   8 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
LevelManager.h 5.1 KB 10992   8 years landauf for all non-copyable classes (i.e. those with deleted …
Main.cc 4.2 KB 10624   9 years landauf merged branch core7 back to trunk
Main.h 1.2 KB 11010   8 years muemart Remove std::string forward declaration, conflicted with new libstdc++
MoodManager.cc 3.4 KB 10919   8 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
MoodManager.h 2.4 KB 9939   10 years jo presentationHS13 branch merged into trunk
OrxonoxPrecompiledHeaders.h 2.8 KB 7284   14 years landauf merged consolecommands3 branch back to trunk. note: the console …
OrxonoxPrereqs.h 5.3 KB 10624   9 years landauf merged branch core7 back to trunk
PlayerManager.cc 3.5 KB 10919   8 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
PlayerManager.h 1.9 KB 10845   8 years landauf always use 'virtual' in the declaration of virtual functions even if …
Radar.cc 6.7 KB 11000   8 years landauf using strongly typed enum classes for RadarViewable::Shape
Radar.h 2.2 KB 10817   9 years muemart Run clang-modernize -add-override A few notes: - There are probably …
Scene.cc 15.4 KB 10919   8 years landauf use range-based for-loop where it makes sense (e.g. ObjectList)
Scene.h 6.4 KB 10845   8 years landauf always use 'virtual' in the declaration of virtual functions even if …
Test.cc 6.1 KB 10768   9 years landauf replace '0' by 'nullptr'
Test.h 2.9 KB 9667   11 years landauf merged core6 back to trunk
Note: See TracBrowser for help on using the repository browser.