|
|
@5830
|
15 years |
landauf |
extended createFunctor(&A::f, object) to accept also objects of other …
|
|
|
@5829
|
15 years |
landauf |
replaced most occurrences of setObject(o) in combination with …
|
|
|
@5828
|
15 years |
landauf |
Overloaded createFunctor for FunctorMember<T> with a second argument …
|
|
|
@5825
|
15 years |
landauf |
small fix in WeakPtr
|
|
|
@5824
|
15 years |
landauf |
added callback functionality to WeakPtr
|
|
|
@5823
|
15 years |
landauf |
added WeakPtr (a pointer which becomes 0 if the target object is deleted)
|
|
|
@5822
|
15 years |
scheusso |
fixed 2 leaks (one of them only in debug mode)
|
|
|
@5821
|
15 years |
rgrieder |
Fixed 3 memory leaks (one of them was a true even a true one )
- …
|
|
|
@5820
|
15 years |
landauf |
Changes in ClientConnectionListener:
- Added static functions for …
|
|
|
@5819
|
15 years |
landauf |
removed some tabs
|
|
|
@5818
|
15 years |
rgrieder |
Small bugfix for the second to last commit: InputStates only exist in …
|
|
|
@5814
|
15 years |
scheusso |
build fixes
|
|
|
@5810
|
15 years |
rgrieder |
Adding unloading code for the resource locations.
|
|
|
@5807
|
15 years |
rgrieder |
- Added OrxonoxClass include to the SmartPtr since that is needed in …
|
|
|
@5806
|
15 years |
landauf |
- The gametype pointer in BaseObject is now also a SmartPtr
- The …
|
|
|
@5805
|
15 years |
landauf |
- Enhanced SmartPtr:
a) It stores now two pointers, one …
|
|
|
@5804
|
15 years |
landauf |
added SmartPtr class
|
|
|
@5802
|
15 years |
landauf |
Found another delete in CompoundCollisionShape.cc
Also replaced delete …
|
|
|
@5798
|
15 years |
landauf |
replaced delete with destroy() in tools
|
|
|
@5797
|
15 years |
landauf |
replaced delete with destroy() in network
|
|
|
@5796
|
15 years |
landauf |
replaced delete with destroy() in core
|
|
|
@5791
|
15 years |
landauf |
Added destroy() function to OrxonoxClass.
Removed destroy() functions …
|
|
|
@5785
|
15 years |
landauf |
Removed end-iterator-safety from Iterator and ObjectListIterator. This …
|
|
|
@5784
|
15 years |
landauf |
more cleanup
|
|
|
@5783
|
15 years |
landauf |
some cleanup
|
|
|
@5780
|
15 years |
landauf |
we should initialize this with false now (since ClassByString also …
|
|
|
@5779
|
15 years |
landauf |
Renamed BaseFactory as Factory
Added function ClassByLowercaseString
|
|
|
@5778
|
15 years |
landauf |
Removed the Factory class.
Moved the networkID↔Identifier map from …
|
|
|
@5777
|
15 years |
landauf |
simplified ClassFactory creation
fixed typo in Factory
|
|
|
@5776
|
15 years |
landauf |
moved SubclassIdentifier to a separate file
|
|
|
@5775
|
15 years |
landauf |
Added copyconstructor and copyassignment to SubclassIdentifier
|
|
|
@5772
|
15 years |
landauf |
fixed an issue with SubclassIdentifier comparisons in OrxonoxClass
|
|
|
@5769
|
15 years |
landauf |
moved BaseFactory from Factory.h to ClassFactory.h
|
|
|
@5768
|
15 years |
landauf |
created new core branch to work on smart pointers and some other small …
|
|
copied from code/trunk/src/libraries:
|
|
|
@5759
|
15 years |
rgrieder |
Fixed a small bug.
|