Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5826   15 years landauf Using a WeakPtr instead of a PawnListener-callback in UnderAttack to …
(edit) @5825   15 years landauf small fix in WeakPtr
(edit) @5824   15 years landauf added callback functionality to WeakPtr
(edit) @5823   15 years landauf added WeakPtr (a pointer which becomes 0 if the target object is deleted)
(edit) @5822   15 years scheusso fixed 2 leaks (one of them only in debug mode)
(edit) @5821   15 years rgrieder Fixed 3 memory leaks (one of them was a true even a true one ;)) - …
(edit) @5820   15 years landauf Changes in ClientConnectionListener: - Added static functions for …
(edit) @5819   15 years landauf removed some tabs
(edit) @5818   15 years rgrieder Small bugfix for the second to last commit: InputStates only exist in …
(edit) @5817   15 years scheusso console commands for switching back to MainMenu from Game mode
(edit) @5816   15 years scheusso small bugfix (only 1 of 3 inputstates deleted when deactivating level) …
(edit) @5814   15 years scheusso build fixes
(edit) @5813   15 years rgrieder Moved Radar Management from GSLevel to Scene.
(edit) @5812   15 years rgrieder Added missing includes.
(edit) @5811   15 years rgrieder Added third party libraries to the visual leak detector and excluded …
(edit) @5810   15 years rgrieder Adding unloading code for the resource locations.
(edit) @5809   15 years rgrieder Added "lib" library prefix for msvc. This resolved a naming conflict …
(edit) @5807   15 years rgrieder - Added OrxonoxClass include to the SmartPtr since that is needed in …
(edit) @5806   15 years landauf - The gametype pointer in BaseObject is now also a SmartPtr - The …
(edit) @5805   15 years landauf - Enhanced SmartPtr: a) It stores now two pointers, one …
(edit) @5804   15 years landauf added SmartPtr class
(edit) @5803   15 years landauf fix in princessaeryn.oxw
(edit) @5802   15 years landauf Found another delete in CompoundCollisionShape.cc Also replaced delete …
(edit) @5801   15 years landauf replaced delete with destroy() in orxonox
(edit) @5800   15 years landauf replaced delete with destroy() in modules
(edit) @5799   15 years landauf replaced delete with destroy() in gamestates
(edit) @5798   15 years landauf replaced delete with destroy() in tools
(edit) @5797   15 years landauf replaced delete with destroy() in network
(edit) @5796   15 years landauf replaced delete with destroy() in core
(edit) @5795   15 years landauf fixed a small bug in Gametype
(edit) @5792   15 years landauf fixed a bug in Level
(edit) @5791   15 years landauf Added destroy() function to OrxonoxClass. Removed destroy() functions …
(edit) @5785   15 years landauf Removed end-iterator-safety from Iterator and ObjectListIterator. This …
(edit) @5784   15 years landauf more cleanup
(edit) @5783   15 years landauf some cleanup
(edit) @5780   15 years landauf we should initialize this with false now (since ClassByString also …
(edit) @5779   15 years landauf Renamed BaseFactory as Factory Added function ClassByLowercaseString
(edit) @5778   15 years landauf Removed the Factory class. Moved the networkID↔Identifier map from …
(edit) @5777   15 years landauf simplified ClassFactory creation fixed typo in Factory
(edit) @5776   15 years landauf moved SubclassIdentifier to a separate file
(edit) @5775   15 years landauf Added copyconstructor and copyassignment to SubclassIdentifier
(edit) @5772   15 years landauf fixed an issue with SubclassIdentifier comparisons in OrxonoxClass
(edit) @5769   15 years landauf moved BaseFactory from Factory.h to ClassFactory.h
(copy) @5768   15 years landauf created new core branch to work on smart pointers and some other small …
copied from code/trunk:
(edit) @5761   15 years dafrick Removed unused buttons.
Note: See TracRevisionLog for help on using the revision log.