source:
code/branches/pch/src/core
@
3194
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
input | 3192 | 15 years | rgrieder | Replaced <OgrePrerequisites.h> with "util/OgreForwardRefs.h": I … | |
ArgumentCompleter.h | 4.0 KB | 1505 | 16 years | rgrieder | f* svn: It doesn't even inform you if you attempt to set a non … |
ArgumentCompletionFunctions.cc | 5.9 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
ArgumentCompletionFunctions.h | 2.2 KB | 1887 | 16 years | rgrieder | FIRST THINGS FIRST: Delete or rename your keybindings.ini … |
ArgumentCompletionListElement.h | 2.8 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
BaseObject.cc | 11.3 KB | 3170 | 15 years | rgrieder | Build fix: Using boost convention for macros which is all-uppercase … |
BaseObject.h | 9.5 KB | 3156 | 15 years | rgrieder | Moved the forward declaration I found to the prereqs.h files. |
ClassFactory.h | 3.3 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
ClassTreeMask.cc | 34.8 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
ClassTreeMask.h | 13.6 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Clock.cc | 2.0 KB | 3193 | 15 years | rgrieder | Small stuff. |
Clock.h | 2.2 KB | 3192 | 15 years | rgrieder | Replaced <OgrePrerequisites.h> with "util/OgreForwardRefs.h": I … |
CMakeLists.txt | 2.1 KB | 3160 | 15 years | rgrieder | Added precompiled header file for the core library. It contains as … |
CommandEvaluation.cc | 10.3 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
CommandEvaluation.h | 3.7 KB | 1747 | 16 years | landauf | merged core3 back to trunk |
CommandExecutor.cc | 30.4 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
CommandExecutor.h | 5.9 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
CommandLine.cc | 11.1 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
CommandLine.h | 8.0 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
ConfigFileManager.cc | 21.4 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
ConfigFileManager.h | 13.1 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
ConfigValueContainer.cc | 11.9 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
ConfigValueContainer.h | 12.6 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
ConfigValueIncludes.h | 4.5 KB | 2171 | 16 years | landauf | merged revisions 2111-2170 from objecthierarchy branch back to trunk. |
ConsoleCommand.cc | 2.5 KB | 2087 | 16 years | landauf | merged objecthierarchy branch back to trunk |
ConsoleCommand.h | 7.4 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
ConsoleCommandCompilation.cc | 5.0 KB | 3192 | 15 years | rgrieder | Replaced <OgrePrerequisites.h> with "util/OgreForwardRefs.h": I … |
ConsoleCommandCompilation.h | 1.6 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Core.cc | 19.8 KB | 3192 | 15 years | rgrieder | Replaced <OgrePrerequisites.h> with "util/OgreForwardRefs.h": I … |
Core.h | 5.1 KB | 3166 | 15 years | rgrieder | Merged some code work from the Gruppenarbeit. |
CoreIncludes.h | 4.3 KB | 3187 | 15 years | rgrieder | Officially included ObjectList.h in CoreIncludes.h (it gets included … |
CorePrecompiledHeaders.h | 1.9 KB | 3190 | 15 years | rgrieder | Optimised precompiled header files for core and network (optimised … |
CorePrereqs.h | 5.6 KB | 3156 | 15 years | rgrieder | Moved the forward declaration I found to the prereqs.h files. |
Event.cc | 2.6 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Event.h | 1.9 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
EventIncludes.h | 3.5 KB | 3170 | 15 years | rgrieder | Build fix: Using boost convention for macros which is all-uppercase … |
Executor.cc | 8.4 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Executor.h | 14.8 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Factory.cc | 4.4 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Factory.h | 3.9 KB | 2761 | 16 years | rgrieder | Removed forgotten std::cout output in Factory (from objecthierarchy … |
Functor.h | 20.3 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Game.cc | 14.3 KB | 3192 | 15 years | rgrieder | Replaced <OgrePrerequisites.h> with "util/OgreForwardRefs.h": I … |
Game.h | 4.1 KB | 3169 | 15 years | rgrieder | Replacing MACRO_CONCATENATE and MACRO_QUOTEME with the more robust … |
GameMode.cc | 1.3 KB | 2896 | 16 years | landauf | Merged gui branch back to trunk. I did 2 small changes in … |
GameMode.h | 2.4 KB | 2896 | 16 years | landauf | Merged gui branch back to trunk. I did 2 small changes in … |
GameState.cc | 3.9 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
GameState.h | 3.4 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Identifier.cc | 20.2 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Identifier.h | 33.4 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
IRC.cc | 4.8 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
IRC.h | 2.1 KB | 3159 | 15 years | rgrieder | Several small fixes and some removed warnings |
Iterator.h | 10.3 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Language.cc | 11.9 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Language.h | 5.2 KB | 2662 | 16 years | rgrieder | Merged presentation branch back to trunk. |
Loader.cc | 7.3 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Loader.h | 2.2 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
LuaBind.cc | 8.3 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
LuaBind.h | 2.6 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
MetaObjectList.cc | 3.3 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
MetaObjectList.h | 2.9 KB | 2171 | 16 years | landauf | merged revisions 2111-2170 from objecthierarchy branch back to trunk. |
Namespace.cc | 5.7 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Namespace.h | 2.4 KB | 3156 | 15 years | rgrieder | Moved the forward declaration I found to the prereqs.h files. |
NamespaceNode.cc | 5.8 KB | 1889 | 16 years | landauf | unsigned int → size_t for std::string related functions I hope this … |
NamespaceNode.h | 2.0 KB | 1505 | 16 years | rgrieder | f* svn: It doesn't even inform you if you attempt to set a non … |
ObjectList.h | 2.9 KB | 2171 | 16 years | landauf | merged revisions 2111-2170 from objecthierarchy branch back to trunk. |
ObjectListBase.cc | 3.3 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
ObjectListBase.h | 5.8 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
ObjectListIterator.h | 8.3 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
OrxonoxClass.cc | 7.2 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
OrxonoxClass.h | 4.8 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Shell.cc | 11.6 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Shell.h | 4.6 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Super.h | 25.3 KB | 3156 | 15 years | rgrieder | Moved the forward declaration I found to the prereqs.h files. |
TclBind.cc | 5.5 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
TclBind.h | 2.1 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
TclThreadManager.cc | 26.0 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
TclThreadManager.h | 4.7 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
Template.cc | 5.9 KB | 3159 | 15 years | rgrieder | Several small fixes and some removed warnings |
Template.h | 2.7 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
XMLFile.h | 1.6 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
XMLNameListener.cc | 1.1 KB | 2087 | 16 years | landauf | merged objecthierarchy branch back to trunk |
XMLNameListener.h | 1.3 KB | 2087 | 16 years | landauf | merged objecthierarchy branch back to trunk |
XMLPort.cc | 1.4 KB | 3154 | 15 years | rgrieder | Tried to reduce dependencies in the core. There wasn't much to achieve … |
XMLPort.h | 39.6 KB | 3159 | 15 years | rgrieder | Several small fixes and some removed warnings |
Note: See TracBrowser
for help on using the repository browser.