Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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