# # ChangeLog for trunk/src/lib/shell/shell.cc in orxonox.OLD # # Generated by Trac 1.0.9 # Jun 1, 2024, 3:23:56 PM Tue, 13 Sep 2005 21:23:34 GMT bensch [5179] * trunk/src/lib/graphics/text_engine.cc (modified) * trunk/src/lib/graphics/text_engine.h (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell.h (modified) * trunk/src/lib/shell/shell_command.h (modified) * trunk/src/lib/shell/shell_input.cc (modified) * trunk/src/lib/shell/shell_input.h (modified) orxonox/trunk: ShellInput is now almost perfectly extern. ... Sun, 11 Sep 2005 22:30:32 GMT bensch [5177] * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell_buffer.cc (modified) * trunk/src/lib/shell/shell_buffer.h (modified) * trunk/src/orxonox.cc (modified) orxonox/trunk: more integration/bugFix Sun, 11 Sep 2005 22:18:25 GMT bensch [5176] * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell.h (modified) * trunk/src/lib/shell/shell_buffer.cc (modified) * trunk/src/lib/shell/shell_buffer.h (modified) orxonox/trunk: More clean-up Sun, 11 Sep 2005 21:21:56 GMT bensch [5175] * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell.h (modified) * trunk/src/lib/shell/shell_buffer.cc (modified) * trunk/src/lib/shell/shell_buffer.h (modified) * trunk/src/orxonox.cc (modified) * trunk/src/story_entities/world.cc (modified) orxonox/trunk: cleaner outtakes of the ShellBuffer Sun, 11 Sep 2005 20:30:38 GMT bensch [5174] * trunk/src/defs/debug.h (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell.h (modified) * trunk/src/lib/shell/shell_buffer.cc (modified) * trunk/src/lib/shell/shell_buffer.h (modified) * trunk/src/lib/shell/shell_command.cc (modified) * trunk/src/story_entities/world.cc (modified) orxonox/trunk: ShellBuffer is extern to Shell now... (But NOT used in ... Wed, 07 Sep 2005 23:46:26 GMT bensch [5173] * trunk/src/lib/shell/Makefile.am (modified) * trunk/src/lib/shell/Makefile.in (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell.h (modified) * trunk/src/lib/shell/shell_buffer.cc (copied) * trunk/src/lib/shell/shell_buffer.h (copied) orxonox/trunk: added new Class ShellBuffer, that only handles the ... Wed, 07 Sep 2005 12:30:11 GMT bensch [5172] * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell_command.cc (modified) orxonox/trunk: minor bug-fix Tue, 06 Sep 2005 11:45:46 GMT bensch [5166] * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell.h (modified) * trunk/src/lib/shell/shell_command.cc (modified) * trunk/src/lib/shell/shell_command.h (modified) orxonox/trunk: doxygen-tags Mon, 05 Sep 2005 21:02:09 GMT bensch [5164] * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell_command.cc (modified) * trunk/src/lib/shell/shell_command.h (modified) orxonox/trunk: ability to describe the presented options :) Mon, 05 Sep 2005 20:29:03 GMT bensch [5162] * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell_command.h (modified) * trunk/src/util/loading/factory.cc (modified) * trunk/src/util/loading/game_loader.cc (modified) * trunk/src/world_entities/player.cc (modified) orxonox/trunk: more elaborate and MUCH easier through Macro- definition Mon, 05 Sep 2005 20:19:44 GMT bensch [5161] * trunk/orxonox.kdevelop (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell_command.cc (modified) * trunk/src/lib/shell/shell_command.h (modified) * trunk/src/util/loading/factory.cc (modified) * trunk/src/util/loading/game_loader.cc (modified) orxonox/trunk: better method to register Shell-Commands (now via the ... Mon, 05 Sep 2005 06:12:38 GMT bensch [5160] * trunk/configure (modified) * trunk/configure.ac (modified) * trunk/orxonox.kdevelop (modified) * trunk/src/Makefile.am (modified) * trunk/src/Makefile.in (modified) * trunk/src/defs/include_paths.am (modified) * trunk/src/lib/Makefile.am (modified) * trunk/src/lib/Makefile.in (modified) * trunk/src/lib/collision_detection/Makefile.in (modified) * trunk/src/lib/event/Makefile.in (modified) * trunk/src/lib/graphics/Makefile.in (modified) * trunk/src/lib/graphics/importer/Makefile.in (modified) * trunk/src/lib/graphics/spatial_separation/Makefile.in (modified) * trunk/src/lib/gui/Makefile.in (modified) * trunk/src/lib/particles/Makefile.in (modified) * trunk/src/lib/physics/Makefile.in (modified) * trunk/src/lib/shell/Makefile.am (copied) * trunk/src/lib/shell/Makefile.in (copied) * trunk/src/lib/shell/shell.cc (moved) * trunk/src/lib/shell/shell.h (moved) * trunk/src/lib/shell/shell_command.cc (moved) * trunk/src/lib/shell/shell_command.h (moved) * trunk/src/lib/sound/Makefile.in (modified) * trunk/src/lib/tinyxml/Makefile.in (modified) * trunk/src/subprojects/Makefile.in (modified) * trunk/src/subprojects/collision_detection/Makefile.in (modified) * trunk/src/subprojects/importer/Makefile.in (modified) * trunk/src/subprojects/particles/Makefile.in (modified) * trunk/src/subprojects/testmain/Makefile.in (modified) orxonox/trunk: shell is now a lib for its own Mon, 05 Sep 2005 06:03:29 GMT bensch [5159] * trunk/orxonox.kdevelop (modified) * trunk/src/lib/shell (added) * trunk/src/util/shell.cc (modified) * trunk/src/util/shell.h (modified) orxonox/trunk: added new Subdir for shell, and some minor changes