|
|
@5869
|
15 years |
rgrieder |
Applied ScopedSingletonManager to KeyBinderManager and KeyDetector.
|
|
|
@5868
|
15 years |
rgrieder |
Fixed a possible issue in Game and a build system bug with PCH.
|
|
|
@5867
|
15 years |
rgrieder |
Modified Scoped Singleton concept: Derive from Singleton normally, but …
|
|
|
@5866
|
15 years |
landauf |
some cleanup in the eventsystem. not sure if everything still works, …
|
|
|
@5865
|
15 years |
rgrieder |
Missing includes (for non PCH builds).
|
|
|
@5864
|
15 years |
rgrieder |
Missing changes for previous commit (whatever happened…)
|
|
|
@5863
|
15 years |
rgrieder |
New class: KeyBinderManager (yes, it really was necessary, I'm not …
|
|
|
@5861
|
15 years |
landauf |
un-PawnListener-ized ArtificialController
|
|
|
@5858
|
15 years |
rgrieder |
Cleanup in *Prereqs.h files
- Removed forward declarations to …
|
|
|
@5855
|
15 years |
rgrieder |
Moved Clock from core to util (used in Scope anyway).
|
|
|
@5853
|
15 years |
rgrieder |
Added two little console commands: printFPS and printTickTime for …
|
|
|
@5852
|
15 years |
scheusso |
removed an unneccessary check & output
|
|
|
@5851
|
15 years |
scheusso |
cleaned up a little bit in connection handling
|
|
|
@5850
|
15 years |
rgrieder |
Moved the singleton creation/destruction mess to the Core class by …
|
|
|
@5849
|
15 years |
scheusso |
some svn:eol-style native
fix which improves disconnect handling
|
|
|
@5847
|
15 years |
scheusso |
fixing a bug that made a segfault/memory corruption/corrupted double …
|
|
|
@5845
|
15 years |
rgrieder |
Build fix (again a problem with temporaries and references, but different).
|
|
|
@5844
|
15 years |
rgrieder |
Fixed some small problems.
|
|
|
@5843
|
15 years |
rgrieder |
Added comma operator in the GameState hierarchy parser: Use …
|
|
|
@5839
|
15 years |
scheusso |
Fixed problem with scene and creators
creatorID is now always the …
|
|
|
@5838
|
15 years |
rgrieder |
Build fix (C++ doesn't allow to store temporary return values in a …
|
|
|
@5837
|
15 years |
rgrieder |
Removed two unnecessary boost/filesystem.hpp includes.
|
|
|
@5836
|
15 years |
rgrieder |
Extracted path related parts of Core into a new PathConfig class. This …
|
|
|
@5831
|
15 years |
landauf |
Realized Timer doesn't have to be a template, hence merged TimerBase, …
|
|
|
@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.
|