Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation2/src/libraries/core @ 6374

Name Size Rev Age Author Last Change
../
input 6367   14 years rgrieder Moved CEGUI event hack from KeyBinderManager to GUIManager and made …
ArgumentCompleter.h 4.0 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
ArgumentCompletionFunctions.cc 5.9 KB 6166   14 years rgrieder Fixed auto completion: - When completing for instance "KeyBin", it was …
ArgumentCompletionFunctions.h 2.2 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
ArgumentCompletionListElement.h 2.8 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
BaseObject.cc 16.2 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
BaseObject.h 11.0 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
ClassFactory.h 2.7 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
ClassTreeMask.cc 34.8 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
ClassTreeMask.h 13.7 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
CMakeLists.txt 2.7 KB 6371   14 years rgrieder Added tolua interface to GUIManager again. Found out it didn't have …
CommandEvaluation.cc 10.5 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
CommandEvaluation.h 3.8 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
CommandExecutor.cc 31.0 KB 6166   14 years rgrieder Fixed auto completion: - When completing for instance "KeyBin", it was …
CommandExecutor.h 5.9 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
CommandLineParser.cc 13.2 KB 6021   14 years rgrieder Renamed CommandLine to CommandLineParse to avoid confusions with the …
CommandLineParser.h 9.2 KB 6021   14 years rgrieder Renamed CommandLine to CommandLineParse to avoid confusions with the …
ConfigFileManager.cc 21.4 KB 6197   14 years dafrick Small adjustments, better code re-use, added getConfig() function to …
ConfigFileManager.h 13.5 KB 6374   14 years rgrieder Fixed a problem in the Shell with the command history config file type.
ConfigValueContainer.cc 11.9 KB 5738   15 years landauf merged libraries2 back to trunk
ConfigValueContainer.h 12.6 KB 6243   14 years rgrieder Modified config value macros so you can use them as one-liner. And the …
ConfigValueIncludes.h 7.3 KB 6368   14 years rgrieder Added config value macro "SetConfigValueAlias" where you can specify …
ConsoleCommand.cc 2.5 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
ConsoleCommand.h 7.3 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
ConsoleCommandCompilation.cc 5.0 KB 6185   14 years rgrieder Extended ExprParser to support arbitrary variables. You can set them …
ConsoleCommandCompilation.h 1.6 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
Core.cc 12.2 KB 6243   14 years rgrieder Modified config value macros so you can use them as one-liner. And the …
Core.h 4.1 KB 6121   14 years rgrieder Removed CoreConfiguration and GameConfiguration workaround. I have …
CoreIncludes.h 3.8 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
CorePrecompiledHeaders.h 2.2 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
CorePrereqs.h 6.9 KB 6105   14 years rgrieder Merged console branch back to trunk.
DynLib.cc 4.2 KB 6073   14 years rgrieder Found more tabs in the trunk.
DynLib.h 3.8 KB 6073   14 years rgrieder Found more tabs in the trunk.
DynLibManager.cc 2.9 KB 6073   14 years rgrieder Found more tabs in the trunk.
DynLibManager.h 2.9 KB 5738   15 years landauf merged libraries2 back to trunk
Event.cc 4.0 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
Event.h 3.5 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
EventIncludes.h 4.2 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
Executor.cc 8.4 KB 5738   15 years landauf merged libraries2 back to trunk
Executor.h 15.0 KB 5738   15 years landauf merged libraries2 back to trunk
Functor.h 23.2 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
Game.cc 23.1 KB 6318   14 years rgrieder This should fix the fps limiter if you play longer than 232 nanoseconds.
Game.h 7.8 KB 6214   14 years scheusso a small fix in IOConsole some changes in GUI-system and preparation …
GameMode.cc 1.2 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
GameMode.h 2.7 KB 6261   14 years rgrieder Tolua interface for GameMode that has functions like playsSound, …
GameState.cc 2.6 KB 6150   14 years scheusso merged menu branch to presentation2 branch with some additional fixes …
GameState.h 3.0 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
GraphicsManager.cc 16.8 KB 6313   14 years scheusso further network fixes changed screenshot format from jpeg to tiff …
GraphicsManager.h 4.4 KB 6183   14 years rgrieder Added preUpdate and postUpdate methods for all classes inheriting …
GUIManager.cc 11.6 KB 6367   14 years rgrieder Moved CEGUI event hack from KeyBinderManager to GUIManager and made …
GUIManager.h 5.2 KB 6371   14 years rgrieder Added tolua interface to GUIManager again. Found out it didn't have …
Identifier.cc 21.6 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
Identifier.h 29.4 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
IOConsole.cc 33.1 KB 6350   14 years rgrieder IOConsole should not process input during destruction.
IOConsole.h 3.9 KB 6196   14 years landauf fixed some warnings in IOConsole
IRC.cc 4.7 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
IRC.h 2.1 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
Iterator.h 10.0 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
Language.cc 11.7 KB 6121   14 years rgrieder Removed CoreConfiguration and GameConfiguration workaround. I have …
Language.h 5.2 KB 6121   14 years rgrieder Removed CoreConfiguration and GameConfiguration workaround. I have …
Loader.cc 12.2 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
Loader.h 2.2 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
LuaState.cc 9.5 KB 6281   14 years rgrieder Added LuaFunctor that can execute arbitrary lua code. Also added …
LuaState.h 4.6 KB 6281   14 years rgrieder Added LuaFunctor that can execute arbitrary lua code. Also added …
MemoryArchive.cc 4.5 KB 5940   15 years rgrieder Fixed boost v1.36 build.
MemoryArchive.h 3.5 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
MetaObjectList.cc 3.3 KB 5738   15 years landauf merged libraries2 back to trunk
MetaObjectList.h 2.9 KB 5738   15 years landauf merged libraries2 back to trunk
Namespace.cc 5.7 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
Namespace.h 2.4 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
NamespaceNode.cc 5.8 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
NamespaceNode.h 2.0 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
ObjectList.h 2.9 KB 5738   15 years landauf merged libraries2 back to trunk
ObjectListBase.cc 3.3 KB 5738   15 years landauf merged libraries2 back to trunk
ObjectListBase.h 5.8 KB 5738   15 years landauf merged libraries2 back to trunk
ObjectListIterator.h 8.0 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
OrxonoxClass.cc 5.5 KB 6348   14 years rgrieder Adding OrxonoxClass::preDestroy(). This method gets called when an …
OrxonoxClass.h 7.2 KB 6348   14 years rgrieder Adding OrxonoxClass::preDestroy(). This method gets called when an …
PathConfig.cc 10.9 KB 6105   14 years rgrieder Merged console branch back to trunk.
PathConfig.h 6.0 KB 6259   14 years scheusso menu automatically reads ogre config path
Resource.cc 2.4 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
Resource.h 4.8 KB 6203   14 years rgrieder Added buffer buffering: Sounds are only loaded into one buffer and …
ScopedSingletonManager.cc 1.6 KB 6035   14 years rgrieder Fixed program termination segfault in the trunk
ScopedSingletonManager.h 6.7 KB 6373   14 years rgrieder Added config value to disable sound entirely. Also added …
Shell.cc 14.9 KB 6374   14 years rgrieder Fixed a problem in the Shell with the command history config file type.
Shell.h 5.5 KB 6374   14 years rgrieder Fixed a problem in the Shell with the command history config file type.
SmartPtr.h 5.2 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
SubclassIdentifier.h 7.1 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
Super.h 25.2 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
TclBind.cc 6.8 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
TclBind.h 2.2 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
TclThreadList.h 9.9 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
TclThreadManager.cc 28.7 KB 6183   14 years rgrieder Added preUpdate and postUpdate methods for all classes inheriting …
TclThreadManager.h 4.4 KB 6183   14 years rgrieder Added preUpdate and postUpdate methods for all classes inheriting …
Template.cc 5.9 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
Template.h 2.7 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
Thread.cc 3.7 KB 5738   15 years landauf merged libraries2 back to trunk
Thread.h 1.6 KB 5738   15 years landauf merged libraries2 back to trunk
ThreadPool.cc 3.2 KB 5738   15 years landauf merged libraries2 back to trunk
ThreadPool.h 1.5 KB 5738   15 years landauf merged libraries2 back to trunk
ToluaInterface.h 1.6 KB 5738   15 years landauf merged libraries2 back to trunk
WeakPtr.h 5.8 KB 5929   15 years rgrieder Merged core5 branch back to the trunk. Key features include clean …
WindowEventListener.cc 2.1 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
WindowEventListener.h 2.3 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
XMLFile.h 2.2 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
XMLNameListener.cc 1.1 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
XMLNameListener.h 1.3 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
XMLPort.cc 1.4 KB 5781   15 years rgrieder Reverted trunk again. We might want to find a way to delete these …
XMLPort.h 39.4 KB 6117   14 years rgrieder Merged sound3 branch to presentation2.
Note: See TracBrowser for help on using the repository browser.