source:
code/branches/core5/src/libraries/core
@
5925
Name | Size | Rev | Age | Author | Last Change |
---|---|---|---|---|---|
../ | |||||
input | 5921 | 15 years | scheusso | build fix for linux | |
ArgumentCompleter.h | 4.0 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
ArgumentCompletionFunctions.cc | 5.9 KB | 5778 | 15 years | landauf | Removed the Factory class. Moved the networkID↔Identifier map from … |
ArgumentCompletionFunctions.h | 2.2 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
ArgumentCompletionListElement.h | 2.8 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
BaseObject.cc | 16.2 KB | 5888 | 15 years | landauf | Added support for named events (so one object can fire multiple … |
BaseObject.h | 11.0 KB | 5888 | 15 years | landauf | Added support for named events (so one object can fire multiple … |
ClassFactory.h | 2.7 KB | 5783 | 15 years | landauf | some cleanup |
ClassTreeMask.cc | 34.8 KB | 5821 | 15 years | rgrieder | Fixed 3 memory leaks (one of them was a true even a true one ) - … |
ClassTreeMask.h | 13.7 KB | 5785 | 15 years | landauf | Removed end-iterator-safety from Iterator and ObjectListIterator. This … |
CMakeLists.txt | 2.5 KB | 5873 | 15 years | rgrieder | Added a few more compilations in our own libraries. Also fixed a bug … |
CommandEvaluation.cc | 10.5 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
CommandEvaluation.h | 3.8 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
CommandExecutor.cc | 30.7 KB | 5778 | 15 years | landauf | Removed the Factory class. Moved the networkID↔Identifier map from … |
CommandExecutor.h | 5.9 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
CommandLine.cc | 13.1 KB | 5844 | 15 years | rgrieder | Fixed some small problems. |
CommandLine.h | 9.1 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
ConfigFileManager.cc | 21.1 KB | 5836 | 15 years | rgrieder | Extracted path related parts of Core into a new PathConfig class. This … |
ConfigFileManager.h | 13.2 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
ConfigValueContainer.cc | 11.9 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
ConfigValueContainer.h | 12.6 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
ConfigValueIncludes.h | 4.4 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
ConsoleCommand.cc | 2.5 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
ConsoleCommand.h | 7.3 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
ConsoleCommandCompilation.cc | 5.0 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
ConsoleCommandCompilation.h | 1.6 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
Core.cc | 16.5 KB | 5877 | 15 years | rgrieder | Added new an option for the ScopedSingletonManager that can allow the … |
Core.h | 3.8 KB | 5869 | 15 years | rgrieder | Applied ScopedSingletonManager to KeyBinderManager and KeyDetector. |
CoreIncludes.h | 3.8 KB | 5779 | 15 years | landauf | Renamed BaseFactory as Factory Added function ClassByLowercaseString |
CorePrecompiledHeaders.h | 2.2 KB | 5749 | 15 years | rgrieder | Sorted out header file finding issues and updated/added precompiled … |
CorePrereqs.h | 6.8 KB | 5879 | 15 years | landauf | More changes in the event-system: processEvent() is now locally … |
DynLib.cc | 4.2 KB | 5750 | 15 years | rgrieder | Fixed case issues and fixed non-PCH build in DynLib.cc on Linux |
DynLib.h | 3.8 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
DynLibManager.cc | 2.7 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
DynLibManager.h | 2.9 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
Event.cc | 4.0 KB | 5879 | 15 years | landauf | More changes in the event-system: processEvent() is now locally … |
Event.h | 3.5 KB | 5888 | 15 years | landauf | Added support for named events (so one object can fire multiple … |
EventIncludes.h | 4.2 KB | 5914 | 15 years | rgrieder | - Fixed missing includes - Fixed non-world coordinate camera position … |
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 | 5830 | 15 years | landauf | extended createFunctor(&A::f, object) to accept also objects of other … |
Game.cc | 23.6 KB | 5875 | 15 years | rgrieder | Fixed an issue that could occur when singletons associated with … |
Game.h | 7.4 KB | 5868 | 15 years | rgrieder | Fixed a possible issue in Game and a build system bug with PCH. |
GameMode.cc | 1.2 KB | 5878 | 15 years | rgrieder | Added GameMode::playsSound(). This function checks whether sound is … |
GameMode.h | 2.6 KB | 5878 | 15 years | rgrieder | Added GameMode::playsSound(). This function checks whether sound is … |
GameState.cc | 2.6 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
GameState.h | 3.0 KB | 5865 | 15 years | rgrieder | Missing includes (for non PCH builds). |
GraphicsManager.cc | 16.8 KB | 5925 | 15 years | rgrieder | Reapplied some of the changes that got reverted in the last commit … |
GraphicsManager.h | 4.4 KB | 5876 | 15 years | rgrieder | Cleanup in the GameStates (also moved debug overlay to the … |
GUIManager.cc | 9.9 KB | 5911 | 15 years | rgrieder | Fixed CameraManager issue with the fallback scene by assigning each … |
GUIManager.h | 4.5 KB | 5925 | 15 years | rgrieder | Reapplied some of the changes that got reverted in the last commit … |
Identifier.cc | 21.6 KB | 5879 | 15 years | landauf | More changes in the event-system: processEvent() is now locally … |
Identifier.h | 29.4 KB | 5879 | 15 years | landauf | More changes in the event-system: processEvent() is now locally … |
IRC.cc | 4.7 KB | 5747 | 15 years | rgrieder | Added Exception::handleMessage() (copy from Game::getExceptionMessage) … |
IRC.h | 2.1 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
Iterator.h | 10.0 KB | 5785 | 15 years | landauf | Removed end-iterator-safety from Iterator and ObjectListIterator. This … |
Language.cc | 11.6 KB | 5837 | 15 years | rgrieder | Removed two unnecessary boost/filesystem.hpp includes. |
Language.h | 5.2 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
Loader.cc | 12.2 KB | 5796 | 15 years | landauf | replaced delete with destroy() in core |
Loader.h | 2.2 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
LuaState.cc | 9.1 KB | 5836 | 15 years | rgrieder | Extracted path related parts of Core into a new PathConfig class. This … |
LuaState.h | 3.6 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
MemoryArchive.cc | 4.2 KB | 5908 | 15 years | rgrieder | More boost < 1.36 fixes. |
MemoryArchive.h | 3.5 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
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 | 5738 | 15 years | landauf | merged libraries2 back to trunk |
Namespace.h | 2.4 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
NamespaceNode.cc | 5.8 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
NamespaceNode.h | 2.0 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
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 | 5785 | 15 years | landauf | Removed end-iterator-safety from Iterator and ObjectListIterator. This … |
OrxonoxClass.cc | 5.1 KB | 5824 | 15 years | landauf | added callback functionality to WeakPtr |
OrxonoxClass.h | 6.9 KB | 5879 | 15 years | landauf | More changes in the event-system: processEvent() is now locally … |
PathConfig.cc | 10.7 KB | 5836 | 15 years | rgrieder | Extracted path related parts of Core into a new PathConfig class. This … |
PathConfig.h | 5.9 KB | 5865 | 15 years | rgrieder | Missing includes (for non PCH builds). |
Resource.cc | 2.4 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
Resource.h | 4.5 KB | 5819 | 15 years | landauf | removed some tabs |
ScopedSingletonManager.cc | 2.0 KB | 5867 | 15 years | rgrieder | Modified Scoped Singleton concept: Derive from Singleton normally, but … |
ScopedSingletonManager.h | 5.9 KB | 5906 | 15 years | rgrieder | Removed an assert because the SignalHandler seems to have the affect … |
Shell.cc | 12.0 KB | 5796 | 15 years | landauf | replaced delete with destroy() in core |
Shell.h | 4.7 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
SmartPtr.h | 5.2 KB | 5823 | 15 years | landauf | added WeakPtr (a pointer which becomes 0 if the target object is deleted) |
SubclassIdentifier.h | 7.1 KB | 5818 | 15 years | rgrieder | Small bugfix for the second to last commit: InputStates only exist in … |
Super.h | 25.2 KB | 5879 | 15 years | landauf | More changes in the event-system: processEvent() is now locally … |
TclBind.cc | 6.8 KB | 5836 | 15 years | rgrieder | Extracted path related parts of Core into a new PathConfig class. This … |
TclBind.h | 2.2 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
TclThreadList.h | 9.9 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
TclThreadManager.cc | 28.7 KB | 5855 | 15 years | rgrieder | Moved Clock from core to util (used in Scope anyway). |
TclThreadManager.h | 4.4 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
Template.cc | 5.9 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
Template.h | 2.7 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
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 | 5861 | 15 years | landauf | un-PawnListener-ized ArtificialController |
WindowEventListener.cc | 2.1 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
WindowEventListener.h | 2.3 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
XMLFile.h | 2.2 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
XMLNameListener.cc | 1.1 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
XMLNameListener.h | 1.3 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
XMLPort.cc | 1.4 KB | 5738 | 15 years | landauf | merged libraries2 back to trunk |
XMLPort.h | 39.4 KB | 5879 | 15 years | landauf | More changes in the event-system: processEvent() is now locally … |
Note: See TracBrowser
for help on using the repository browser.