# # ChangeLog for code/branches/console/src/libraries/core/IOConsole.h # # Generated by Trac 1.0.9 # Jun 4, 2024, 5:52:10 AM Wed, 28 Oct 2009 09:44:26 GMT rgrieder [5995] * code/branches/console/src/libraries/core/IOConsole.cc (modified) * code/branches/console/src/libraries/core/IOConsole.h (modified) Committing some unstable changes to the IOConsole for testing purposes. Wed, 21 Oct 2009 20:25:59 GMT rgrieder [5983] * code/branches/console/src/libraries/core/IOConsole.cc (modified) * code/branches/console/src/libraries/core/IOConsole.h (modified) * code/branches/console/src/libraries/core/Shell.cc (modified) * code/branches/console/src/libraries/core/Shell.h (modified) * code/branches/console/src/libraries/util/OutputHandler.cc (modified) * code/branches/console/src/libraries/util/OutputHandler.h (modified) IOConsole basically working though there are some unresolved issues ... Wed, 21 Oct 2009 07:26:35 GMT rgrieder [5975] * code/branches/console/src/libraries/core/IOConsole.cc (modified) * code/branches/console/src/libraries/core/IOConsole.h (modified) Escape key should work as well now in the IOConsole input. And fixed ... Tue, 20 Oct 2009 20:32:06 GMT rgrieder [5973] * code/branches/console/src/CMakeLists.txt (modified) * code/branches/console/src/libraries/core/Core.cc (modified) * code/branches/console/src/libraries/core/Core.h (modified) * code/branches/console/src/libraries/core/IOConsole.cc (modified) * code/branches/console/src/libraries/core/IOConsole.h (modified) * code/branches/console/src/libraries/core/Shell.cc (modified) * code/branches/console/src/orxonox/gamestates/GSIOConsole.cc (modified) Input part of the IOConsole should be working (at least with SSH on ... Tue, 20 Oct 2009 16:57:36 GMT rgrieder [5971] * code/branches/console/src/libraries/core/IOConsole.cc (modified) * code/branches/console/src/libraries/core/IOConsole.h (modified) Svn:eol-style "native" (Tortoise gone completely mad...) Tue, 20 Oct 2009 16:46:50 GMT rgrieder [5968] * code/branches/console/src/libraries/core/CMakeLists.txt (modified) * code/branches/console/src/libraries/core/IOConsole.h (added) * code/branches/console/src/libraries/core/input/InputBuffer.cc (modified) * code/branches/console/src/libraries/core/input/InputBuffer.h (modified) * code/branches/console/src/libraries/core/input/InputHandler.h (modified) Basic construct of an IOConsole for Unix, using Oli's console from ...