- Timestamp:
- Aug 23, 2010, 12:54:08 AM (15 years ago)
- Location:
- code/branches/consolecommands3/src/libraries/core
- Files:
-
- 2 added
- 1 edited
- 28 moved
-
CMakeLists.txt (modified) (6 diffs)
-
command (added)
-
command/ArgumentCompleter.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/ArgumentCompleter.h)
-
command/ArgumentCompletionFunctions.cc (moved) (moved from code/branches/consolecommands3/src/libraries/core/ArgumentCompletionFunctions.cc)
-
command/ArgumentCompletionFunctions.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/ArgumentCompletionFunctions.h)
-
command/ArgumentCompletionListElement.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/ArgumentCompletionListElement.h)
-
command/CMakeLists.txt (added)
-
command/CommandEvaluation.cc (moved) (moved from code/branches/consolecommands3/src/libraries/core/CommandEvaluation.cc)
-
command/CommandEvaluation.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/CommandEvaluation.h)
-
command/CommandExecutor.cc (moved) (moved from code/branches/consolecommands3/src/libraries/core/CommandExecutor.cc)
-
command/CommandExecutor.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/CommandExecutor.h)
-
command/ConsoleCommand.cc (moved) (moved from code/branches/consolecommands3/src/libraries/core/ConsoleCommand.cc)
-
command/ConsoleCommand.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/ConsoleCommand.h)
-
command/ConsoleCommandCompilation.cc (moved) (moved from code/branches/consolecommands3/src/libraries/core/ConsoleCommandCompilation.cc)
-
command/ConsoleCommandCompilation.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/ConsoleCommandCompilation.h)
-
command/Executor.cc (moved) (moved from code/branches/consolecommands3/src/libraries/core/Executor.cc)
-
command/Executor.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/Executor.h)
-
command/ExecutorPtr.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/ExecutorPtr.h)
-
command/Functor.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/Functor.h)
-
command/FunctorPtr.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/FunctorPtr.h)
-
command/IOConsole.cc (moved) (moved from code/branches/consolecommands3/src/libraries/core/IOConsole.cc)
-
command/IOConsole.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/IOConsole.h)
-
command/IRC.cc (moved) (moved from code/branches/consolecommands3/src/libraries/core/IRC.cc)
-
command/IRC.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/IRC.h)
-
command/Shell.cc (moved) (moved from code/branches/consolecommands3/src/libraries/core/Shell.cc)
-
command/Shell.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/Shell.h)
-
command/TclBind.cc (moved) (moved from code/branches/consolecommands3/src/libraries/core/TclBind.cc)
-
command/TclBind.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/TclBind.h)
-
command/TclThreadList.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/TclThreadList.h)
-
command/TclThreadManager.cc (moved) (moved from code/branches/consolecommands3/src/libraries/core/TclThreadManager.cc)
-
command/TclThreadManager.h (moved) (moved from code/branches/consolecommands3/src/libraries/core/TclThreadManager.h)
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/CMakeLists.txt
r7163 r7202 19 19 20 20 SET_SOURCE_FILES(CORE_SRC_FILES 21 CommandLineParser.cc 21 22 ConfigValueContainer.cc 22 23 Core.cc … … 29 30 GraphicsManager.cc 30 31 GUIManager.cc 31 IOConsole.cc32 32 Language.cc 33 33 LuaState.cc … … 37 37 ScopedSingletonManager.cc 38 38 WindowEventListener.cc 39 40 # command41 CommandEvaluation.cc42 CommandExecutor.cc43 CommandLineParser.cc44 ConsoleCommand.cc45 ConsoleCommandCompilation.cc46 Executor.cc47 39 48 40 # hierarchy … … 60 52 XMLNameListener.cc 61 53 62 # shell63 IRC.cc64 Shell.cc65 TclBind.cc66 67 54 COMPILATION_BEGIN FilesystemCompilation.cc 68 ArgumentCompletionFunctions.cc55 command/ArgumentCompletionFunctions.cc 69 56 ConfigFileManager.cc 70 57 MemoryArchive.cc … … 75 62 ThreadPool.cc 76 63 COMPILATION_BEGIN ThreadCompilation.cc 77 TclThreadManager.cc64 command/TclThreadManager.cc 78 65 Thread.cc 79 66 COMPILATION_END 80 67 ) 81 68 69 ADD_SUBDIRECTORY(command) 82 70 ADD_SUBDIRECTORY(input) 83 71 … … 85 73 FIND_HEADER_FILES 86 74 TOLUA_FILES 87 CommandExecutor.h75 command/CommandExecutor.h 88 76 ConfigFileManager.h 89 77 Game.h
Note: See TracChangeset
for help on using the changeset viewer.










