Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5/src/libraries/core

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5927   16 years rgrieder Windows fix: Paths containing "fancy" stuff like '.' were not …
(edit) @5925   16 years rgrieder Reapplied some of the changes that got reverted in the last commit …
(edit) @5924   16 years scheusso reverted r5911 partially and removed fallbackcamera level scene now …
(edit) @5921   16 years scheusso build fix for linux
(edit) @5914   16 years rgrieder - Fixed missing includes - Fixed non-world coordinate camera position …
(edit) @5912   16 years rgrieder New feature: "keybind" without arguments de-binds a key. We couldn't …
(edit) @5911   16 years rgrieder Fixed CameraManager issue with the fallback scene by assigning each …
(edit) @5910   16 years rgrieder - Fixed force feedback output pollution problem in OIS. - Fixed …
(edit) @5909   16 years rgrieder Fixed faulty key binding. If you want the message to go away, delete …
(edit) @5908   16 years rgrieder More boost < 1.36 fixes.
(edit) @5907   16 years rgrieder Fixed boost < 1.36 build.
(edit) @5906   16 years rgrieder Removed an assert because the SignalHandler seems to have the affect …
(edit) @5893   16 years landauf Removed ambiguity between the EventName macro and the EventName class. …
(edit) @5888   16 years landauf Added support for named events (so one object can fire multiple …
(edit) @5887   16 years landauf Fixed an issue with the new event-system: even states which weren't …
(edit) @5883   16 years landauf main-state now supports also memoryless states (like "spawn" in …
(edit) @5882   16 years landauf Again some changes in the event-system: - Added "mainstate" …
(edit) @5879   16 years landauf More changes in the event-system: processEvent() is now locally …
(edit) @5878   16 years rgrieder Added GameMode::playsSound(). This function checks whether sound is …
(edit) @5877   16 years rgrieder Added new an option for the ScopedSingletonManager that can allow the …
(edit) @5876   16 years rgrieder Cleanup in the GameStates (also moved debug overlay to the …
(edit) @5875   16 years rgrieder Fixed an issue that could occur when singletons associated with …
(edit) @5873   16 years rgrieder Added a few more compilations in our own libraries. Also fixed a bug …
(edit) @5869   16 years rgrieder Applied ScopedSingletonManager to KeyBinderManager and KeyDetector.
(edit) @5868   16 years rgrieder Fixed a possible issue in Game and a build system bug with PCH.
(edit) @5867   16 years rgrieder Modified Scoped Singleton concept: Derive from Singleton normally, but …
(edit) @5866   16 years landauf some cleanup in the eventsystem. not sure if everything still works, …
(edit) @5865   16 years rgrieder Missing includes (for non PCH builds).
(edit) @5864   16 years rgrieder Missing changes for previous commit (whatever happened…)
(edit) @5863   16 years rgrieder New class: KeyBinderManager (yes, it really was necessary, I'm not …
(edit) @5861   16 years landauf un-PawnListener-ized ArtificialController
(edit) @5858   16 years rgrieder Cleanup in *Prereqs.h files - Removed forward declarations to …
(edit) @5855   16 years rgrieder Moved Clock from core to util (used in Scope anyway).
(edit) @5853   16 years rgrieder Added two little console commands: printFPS and printTickTime for …
(edit) @5850   16 years rgrieder Moved the singleton creation/destruction mess to the Core class by …
(edit) @5845   16 years rgrieder Build fix (again a problem with temporaries and references, but different).
(edit) @5844   16 years rgrieder Fixed some small problems.
(edit) @5843   16 years rgrieder Added comma operator in the GameState hierarchy parser: Use …
(edit) @5839   16 years scheusso Fixed problem with scene and creators creatorID is now always the …
(edit) @5838   16 years rgrieder Build fix (C++ doesn't allow to store temporary return values in a …
(edit) @5837   16 years rgrieder Removed two unnecessary boost/filesystem.hpp includes.
(edit) @5836   16 years rgrieder Extracted path related parts of Core into a new PathConfig class. This …
(edit) @5830   16 years landauf extended createFunctor(&A::f, object) to accept also objects of other …
(edit) @5829   16 years landauf replaced most occurrences of setObject(o) in combination with …
(edit) @5828   16 years landauf Overloaded createFunctor for FunctorMember<T> with a second argument …
(edit) @5825   16 years landauf small fix in WeakPtr
(edit) @5824   16 years landauf added callback functionality to WeakPtr
(edit) @5823   16 years landauf added WeakPtr (a pointer which becomes 0 if the target object is deleted)
(edit) @5821   16 years rgrieder Fixed 3 memory leaks (one of them was a true even a true one ;)) - …
(edit) @5819   16 years landauf removed some tabs
(edit) @5818   16 years rgrieder Small bugfix for the second to last commit: InputStates only exist in …
(edit) @5814   16 years scheusso build fixes
(edit) @5810   16 years rgrieder Adding unloading code for the resource locations.
(edit) @5807   16 years rgrieder - Added OrxonoxClass include to the SmartPtr since that is needed in …
(edit) @5806   16 years landauf - The gametype pointer in BaseObject is now also a SmartPtr - The …
(edit) @5805   16 years landauf - Enhanced SmartPtr: a) It stores now two pointers, one …
(edit) @5804   16 years landauf added SmartPtr class
(edit) @5796   16 years landauf replaced delete with destroy() in core
(edit) @5791   16 years landauf Added destroy() function to OrxonoxClass. Removed destroy() functions …
(edit) @5785   16 years landauf Removed end-iterator-safety from Iterator and ObjectListIterator. This …
(edit) @5784   16 years landauf more cleanup
(edit) @5783   16 years landauf some cleanup
(edit) @5780   16 years landauf we should initialize this with false now (since ClassByString also …
(edit) @5779   16 years landauf Renamed BaseFactory as Factory Added function ClassByLowercaseString
(edit) @5778   16 years landauf Removed the Factory class. Moved the networkID↔Identifier map from …
(edit) @5777   16 years landauf simplified ClassFactory creation fixed typo in Factory
(edit) @5776   16 years landauf moved SubclassIdentifier to a separate file
(edit) @5775   16 years landauf Added copyconstructor and copyassignment to SubclassIdentifier
(edit) @5772   16 years landauf fixed an issue with SubclassIdentifier comparisons in OrxonoxClass
(edit) @5769   16 years landauf moved BaseFactory from Factory.h to ClassFactory.h
(copy) @5768   16 years landauf created new core branch to work on smart pointers and some other small …
copied from code/trunk/src/libraries/core:
(edit) @5759   16 years rgrieder Fixed a small bug.
Note: See TracRevisionLog for help on using the revision log.