# # ChangeLog for code/branches/FICN/visual_studio # # Generated by Trac 1.0.9 # Jun 4, 2024, 7:31:05 AM Wed, 26 Dec 2007 18:22:06 GMT rgrieder [686] * code/branches/FICN/src/orxonox/core/DebugLevel.cc (modified) * code/branches/FICN/src/orxonox/core/DebugLevel.h (modified) * code/branches/FICN/visual_studio/base_properties.vsprops (modified) * code/branches/FICN/visual_studio/core.vcproj (modified) - replaced a little hack in DebugLevel through a tiny one. Tue, 25 Dec 2007 21:37:29 GMT rgrieder [682] * code/branches/FICN/src/loader/LevelLoader.cc (modified) * code/branches/FICN/src/loader/LevelLoader.h (modified) * code/branches/FICN/src/loader/LoaderPlatform.h (deleted) * code/branches/FICN/src/loader/LoaderPrereqs.h (added) * code/branches/FICN/src/misc/Tokenizer.h (modified) * code/branches/FICN/src/orxonox/Orxonox.h (modified) * code/branches/FICN/src/orxonox/OrxonoxPlatform.h (added) * code/branches/FICN/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/FICN/src/orxonox/core/ArgReader.h (modified) * code/branches/FICN/src/orxonox/core/ClassFactory.h (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/FICN/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/FICN/src/orxonox/core/CoreIncludes.h (modified) * code/branches/FICN/src/orxonox/core/CorePrereqs.h (added) * code/branches/FICN/src/orxonox/core/Debug.h (modified) * code/branches/FICN/src/orxonox/core/DebugLevel.cc (modified) * code/branches/FICN/src/orxonox/core/DebugLevel.h (modified) * code/branches/FICN/src/orxonox/core/Error.h (modified) * code/branches/FICN/src/orxonox/core/Factory.cc (modified) * code/branches/FICN/src/orxonox/core/Factory.h (modified) * code/branches/FICN/src/orxonox/core/Identifier.h (modified) * code/branches/FICN/src/orxonox/core/IdentifierList.h (modified) * code/branches/FICN/src/orxonox/core/Iterator.h (modified) * code/branches/FICN/src/orxonox/core/MetaObjectList.h (modified) * code/branches/FICN/src/orxonox/core/ObjectList.h (modified) * code/branches/FICN/src/orxonox/core/OrxonoxClass.h (modified) * code/branches/FICN/src/orxonox/core/SignalHandler.cc (modified) * code/branches/FICN/src/orxonox/core/SignalHandler.h (modified) * code/branches/FICN/visual_studio/FICN.sln (modified) * code/branches/FICN/visual_studio/benixonox.vcproj (modified) * code/branches/FICN/visual_studio/core.vcproj (modified) * code/branches/FICN/visual_studio/loader.vcproj (modified) - adapted the core to be an actual windows dll (only tested with ... Sun, 23 Dec 2007 22:26:17 GMT rgrieder [679] * code/branches/FICN/src/loader/LoaderPlatform.h (added) * code/branches/FICN/src/orxonox/GraphicsEngine.cc (modified) * code/branches/FICN/visual_studio (modified) * code/branches/FICN/visual_studio/benixonox.vcproj (modified) - added missing LoaderPlatform.h (filename change from last commit) ... Sun, 23 Dec 2007 22:17:01 GMT rgrieder [678] * code/branches/FICN/FICN.sln (deleted) * code/branches/FICN/audio.vcproj (deleted) * code/branches/FICN/benixonox.vcproj (deleted) * code/branches/FICN/core.vcproj (deleted) * code/branches/FICN/loader.vcproj (deleted) * code/branches/FICN/network.vcproj (deleted) * code/branches/FICN/src/loader/LevelLoader.h (modified) * code/branches/FICN/src/loader/loader_platform.h (deleted) * code/branches/FICN/tiny_xml.vcproj (deleted) * code/branches/FICN/visual_studio (added) * code/branches/FICN/visual_studio/FICN.sln (added) * code/branches/FICN/visual_studio/audio.vcproj (added) * code/branches/FICN/visual_studio/audio_properties.vsprops (added) * code/branches/FICN/visual_studio/base_properties.vsprops (added) * code/branches/FICN/visual_studio/base_properties_debug.vsprops (added) * code/branches/FICN/visual_studio/base_properties_release.vsprops (added) * code/branches/FICN/visual_studio/benixonox.vcproj (added) * code/branches/FICN/visual_studio/core.vcproj (added) * code/branches/FICN/visual_studio/core.vcproj.RGRIEDERT60.rgrieder.user (added) * code/branches/FICN/visual_studio/core_properties.vsprops (added) * code/branches/FICN/visual_studio/loader.vcproj (added) * code/branches/FICN/visual_studio/loader_properties.vsprops (added) * code/branches/FICN/visual_studio/network.vcproj (added) * code/branches/FICN/visual_studio/network_properties.vsprops (added) * code/branches/FICN/visual_studio/orxonox_properties.vsprops (added) * code/branches/FICN/visual_studio/tinyxml.vcproj (added) * code/branches/FICN/visual_studio/tinyxml_properties.vsprops (added) - put visual studio files in a separate folder - added vs property ...