# # ChangeLog for code/branches/core3/src/util/MultiTypeValue.h # # Generated by Trac 1.0.9 # May 20, 2024, 12:56:16 AM Sun, 14 Sep 2008 11:03:48 GMT rgrieder [1777] * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/Orxonox.h (modified) * code/branches/core3/src/util/ArgReader.cc (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/Math.cc (modified) * code/branches/core3/src/util/Math.h (modified) * code/branches/core3/src/util/MathConvert.h (added) * code/branches/core3/src/util/MultiTypeValue.h (modified) * code/branches/core3/visual_studio/vc8/util.vcproj (modified) svn save Thu, 11 Sep 2008 14:40:01 GMT rgrieder [1768] * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/util/ArgReader.cc (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/Math.h (modified) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) gcc test commit again Sun, 07 Sep 2008 01:11:43 GMT landauf [1727] * code/branches/core3/src/util/MultiTypeValue.h (modified) small change to satisfy gcc4 Sun, 07 Sep 2008 00:55:22 GMT landauf [1726] * code/branches/core3/src/util/MultiType.cc (modified) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) several changes in MultiType: - added a const char* constructor to ... Sat, 06 Sep 2008 17:34:49 GMT landauf [1722] * code/branches/core3/src/util/MultiType.cc (modified) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) moved type_ from MultiType into MT_Value to avoid a possible ... Sat, 06 Sep 2008 16:30:40 GMT landauf [1720] * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/Functor.h (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/MultiType.cc (modified) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) bugfix + cleanup Sat, 06 Sep 2008 16:20:33 GMT rgrieder [1718] * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeValue.h (modified) msvc adaption of code ;) Sat, 06 Sep 2008 14:21:56 GMT landauf [1716] * code/branches/core3/src/core/CommandEvaluation.cc (modified) * code/branches/core3/src/core/CommandEvaluation.h (modified) * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/ConfigValueContainer.h (modified) * code/branches/core3/src/core/ConsoleCommand.h (modified) * code/branches/core3/src/core/Executor.cc (modified) * code/branches/core3/src/core/Executor.h (modified) * code/branches/core3/src/core/Functor.h (modified) * code/branches/core3/src/core/XMLPort.h (modified) * code/branches/core3/src/core/input/InputManager.cc (modified) * code/branches/core3/src/util/CMakeLists.txt (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/MultiType.cc (added) * code/branches/core3/src/util/MultiType.h (modified) * code/branches/core3/src/util/MultiTypeMath.cc (deleted) * code/branches/core3/src/util/MultiTypeMath.h (deleted) * code/branches/core3/src/util/MultiTypePrimitive.cc (deleted) * code/branches/core3/src/util/MultiTypePrimitive.h (deleted) * code/branches/core3/src/util/MultiTypeString.cc (deleted) * code/branches/core3/src/util/MultiTypeString.h (deleted) * code/branches/core3/src/util/MultiTypeValue.h (added) * code/branches/core3/src/util/OutputBuffer.h (modified) * code/branches/core3/src/util/UtilPrereqs.h (modified) Added new 'MultiType', replacing MultiTypePrimitive, MultiTypeString ...