# # ChangeLog for code/branches/wiimote/src/external/CMakeLists.txt # # Generated by Trac 1.0.9 # Sep 11, 2024, 1:57:39 PM Mon, 11 Nov 2013 15:35:43 GMT georgr [9780] * code/branches/wiimote/cmake/LibraryConfig.cmake (modified) * code/branches/wiimote/cmake/tools/FindBluetooth.cmake (added) * code/branches/wiimote/src/external/CMakeLists.txt (modified) * code/branches/wiimote/src/external/wiicpp (added) * code/branches/wiimote/src/external/wiicpp/CMakeLists.txt (added) * code/branches/wiimote/src/external/wiicpp/log (added) * code/branches/wiimote/src/external/wiicpp/log/accsample.cpp (added) * code/branches/wiimote/src/external/wiicpp/log/accsample.h (added) * code/branches/wiimote/src/external/wiicpp/log/dataset.cpp (added) * code/branches/wiimote/src/external/wiicpp/log/dataset.h (added) * code/branches/wiimote/src/external/wiicpp/log/gyrosample.cpp (added) * code/branches/wiimote/src/external/wiicpp/log/gyrosample.h (added) * code/branches/wiimote/src/external/wiicpp/log/logger.cpp (added) * code/branches/wiimote/src/external/wiicpp/log/logger.h (added) * code/branches/wiimote/src/external/wiicpp/log/sample.h (added) * code/branches/wiimote/src/external/wiicpp/log/training.cpp (added) * code/branches/wiimote/src/external/wiicpp/log/training.h (added) * code/branches/wiimote/src/external/wiicpp/wiic (added) * code/branches/wiimote/src/external/wiicpp/wiic/CMakeLists.txt (added) * code/branches/wiimote/src/external/wiicpp/wiic/balanceboard.c (added) * code/branches/wiimote/src/external/wiicpp/wiic/balanceboard.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/classic.c (added) * code/branches/wiimote/src/external/wiicpp/wiic/classic.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/definitions.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/dynamics.c (added) * code/branches/wiimote/src/external/wiicpp/wiic/dynamics.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/events.c (added) * code/branches/wiimote/src/external/wiicpp/wiic/events.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/guitar_hero_3.c (added) * code/branches/wiimote/src/external/wiicpp/wiic/guitar_hero_3.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/io.c (added) * code/branches/wiimote/src/external/wiicpp/wiic/io.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/io_mac.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/io_mac.m (added) * code/branches/wiimote/src/external/wiicpp/wiic/io_nix.c (added) * code/branches/wiimote/src/external/wiicpp/wiic/ir.c (added) * code/branches/wiimote/src/external/wiicpp/wiic/ir.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/motionplus.c (added) * code/branches/wiimote/src/external/wiicpp/wiic/motionplus.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/nunchuk.c (added) * code/branches/wiimote/src/external/wiicpp/wiic/nunchuk.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/speaker.c (added) * code/branches/wiimote/src/external/wiicpp/wiic/speaker.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/wiic.c (added) * code/branches/wiimote/src/external/wiicpp/wiic/wiic.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/wiic_doc.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/wiic_functions.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/wiic_internal.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/wiic_macros.h (added) * code/branches/wiimote/src/external/wiicpp/wiic/wiic_structs.h (added) * code/branches/wiimote/src/external/wiicpp/wiicpp (added) * code/branches/wiimote/src/external/wiicpp/wiicpp/CMakeLists.txt (added) * code/branches/wiimote/src/external/wiicpp/wiicpp/wiicpp.cpp (added) * code/branches/wiimote/src/external/wiicpp/wiicpp/wiicpp.h (added) * code/branches/wiimote/src/libraries/core/input/WiiMote.cc (modified) WiiCpp library successfully (?) added - won't work without ... Mon, 07 Oct 2013 12:46:02 GMT jo [9689] * code/branches/wiimote (copied) Creating new PPS branch. Tue, 12 Mar 2013 22:13:03 GMT landauf [9550] * code/trunk (modified) * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/tools/TargetUtilities.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/SourceConfig.cmake (copied) * code/trunk/src/external/CMakeLists.txt (modified) * code/trunk/src/external/gmock (copied) * code/trunk/src/external/gtest (copied) * code/trunk/src/libraries/core/CommandLineParser.cc (modified) * code/trunk/src/libraries/core/CommandLineParser.h (modified) * code/trunk/src/libraries/core/ConfigValueContainer.cc (modified) * code/trunk/src/libraries/core/Core.cc (modified) * code/trunk/src/libraries/core/PathConfig.cc (modified) * code/trunk/src/libraries/core/command/CommandEvaluation.cc (modified) * code/trunk/src/libraries/core/command/CommandExecutor.cc (modified) * code/trunk/src/libraries/core/command/ConsoleCommand.h (modified) * code/trunk/src/libraries/core/command/Executor.cc (modified) * code/trunk/src/libraries/core/command/Executor.h (modified) * code/trunk/src/libraries/core/command/Functor.h (modified) * code/trunk/src/libraries/core/command/IOConsolePOSIX.cc (modified) * code/trunk/src/libraries/core/command/IOConsoleWindows.cc (modified) * code/trunk/src/libraries/core/command/Shell.cc (modified) * code/trunk/src/libraries/core/command/TclBind.cc (modified) * code/trunk/src/libraries/core/input/InputManager.cc (modified) * code/trunk/src/libraries/network/Client.cc (modified) * code/trunk/src/libraries/tools/Shader.cc (modified) * code/trunk/src/libraries/tools/Shader.h (modified) * code/trunk/src/libraries/util/Math.h (modified) * code/trunk/src/libraries/util/MultiType.cc (modified) * code/trunk/src/libraries/util/MultiType.h (modified) * code/trunk/src/libraries/util/MultiTypeValue.h (modified) * code/trunk/src/libraries/util/SignalHandler.cc (modified) * code/trunk/src/libraries/util/SignalHandler.h (modified) * code/trunk/src/libraries/util/StringUtils.cc (modified) * code/trunk/src/libraries/util/StringUtils.h (modified) * code/trunk/src/libraries/util/SubString.cc (modified) * code/trunk/src/libraries/util/SubString.h (modified) * code/trunk/src/libraries/util/UtilPrereqs.h (modified) * code/trunk/src/libraries/util/VA_NARGS.h (modified) * code/trunk/src/libraries/util/output/AdditionalContextListener.h (copied) * code/trunk/src/libraries/util/output/ConsoleWriter.cc (modified) * code/trunk/src/libraries/util/output/ConsoleWriter.h (modified) * code/trunk/src/libraries/util/output/LogWriter.cc (modified) * code/trunk/src/libraries/util/output/LogWriter.h (modified) * code/trunk/src/libraries/util/output/MemoryWriter.cc (modified) * code/trunk/src/libraries/util/output/MemoryWriter.h (modified) * code/trunk/src/libraries/util/output/OutputDefinitions.h (modified) * code/trunk/src/libraries/util/output/OutputListener.cc (modified) * code/trunk/src/libraries/util/output/OutputListener.h (modified) * code/trunk/src/libraries/util/output/OutputManager.cc (modified) * code/trunk/src/libraries/util/output/OutputManager.h (modified) * code/trunk/src/libraries/util/output/OutputStream.h (modified) * code/trunk/src/libraries/util/output/SubcontextOutputListener.h (modified) * code/trunk/src/modules/notifications/dispatchers/CommandNotification.cc (modified) * code/trunk/src/orxonox-main.vcproj.user.in (deleted) * code/trunk/src/orxonox-main.vcxproj.user.in (deleted) * code/trunk/src/orxonox/LevelManager.cc (modified) * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/graphics/ParticleEmitter.cc (modified) * code/trunk/src/orxonox/overlays/InGameConsole.cc (modified) * code/trunk/src/template.vcproj.user.in (copied) * code/trunk/src/template.vcxproj.user.in (copied) * code/trunk/test (copied) merged testing branch back to trunk. unbelievable it took me 13 ...