|
|
@10566
|
9 years |
landauf |
moved destruction of all level objects from Client to GSLevel. …
|
|
|
@10565
|
9 years |
landauf |
fixed mapping of FunctionIDs - same reason like for ClassIDs in r10564
|
|
|
@10564
|
9 years |
landauf |
bugfix: after receiving a ClassID packet, the client erases the list …
|
|
|
@10562
|
9 years |
landauf |
removed unnecessary code - this is all done by passing the context to …
|
|
|
@10561
|
9 years |
landauf |
found some unregistered classes
|
|
|
@10556
|
9 years |
landauf |
I assume that this should be WeakPtr instead of StrongPtr?
|
|
|
@10555
|
9 years |
landauf |
renamed SmartPtr to StrongPtr (now we have weak and strong pointers)
|
|
|
@10542
|
9 years |
landauf |
clean and explicit setup/shutdown of singletons that are used by …
|
|
|
@10535
|
9 years |
landauf |
statically initialized instances are now registered with a type. …
|
|
|
@10530
|
9 years |
landauf |
statically initialized instances may contain a type. currently not used.
|
|
|
@10520
|
9 years |
landauf |
StaticallyInitializedInstances are now responsible to delete the …
|
|
|
@10511
|
9 years |
landauf |
bugfix: comparison function was not symmetric.
e.g. two …
|
|
|
@10478
|
9 years |
landauf |
callStaticNetworkFunction() and callMemberNetworkFunction() are now …
|
|
|
@10477
|
9 years |
landauf |
simplified CMakeLists.txt
|
|
|
@10476
|
9 years |
landauf |
wrap NetworkFunction in a StaticallyInitializedInstance
|
|
|
@10475
|
9 years |
landauf |
refactored the interface of NetworkFunctionManager: maps are better …
|
|
|
@10474
|
9 years |
landauf |
made NetworkFunctionManager a singleton, no static functions anymore …
|
|
|
@10473
|
9 years |
landauf |
bugfix and continuation of the last commit:
- FunctionCall::execute() …
|
|
|
@10472
|
9 years |
landauf |
use the same interface for static an member functions
|
|
|
@10471
|
9 years |
landauf |
moved static maps from NetworkFunctionStatic and …
|
|
|
@10470
|
9 years |
landauf |
NetworkFunctionBase doesn't have to inherit from Listable: there's a …
|
|
|
@10469
|
9 years |
landauf |
removed unused code
|
|
|
@10468
|
9 years |
landauf |
moved static content of NetworkFunctionBase to NetworkFunctionManager
|
|
|
@10465
|
9 years |
landauf |
moved macro ans helperfunction from NetworkFunction.h to …
|
|
|
@10464
|
9 years |
landauf |
define ScopeID as integer constants instead of an enum. this allows to …
|
|
|
@10459
|
9 years |
landauf |
wrap ScopedSingletonWrapper in a …
|
|
|
@10458
|
9 years |
landauf |
renamed ScopedSingletonManager to ScopedSingletonWrapper. removed …
|
|
|
@10424
|
10 years |
landauf |
these Singletons are in fact required and not allowed to fail, …
|
|
|
@10410
|
10 years |
landauf |
SynchronisableVariableBase::state_ is not used anymore
|
|
|
@10407
|
10 years |
landauf |
moved Scope and ScopedSingletonManager from util to core.
I had …
|
|
|
@10380
|
10 years |
landauf |
registered missing classes.
WorldEntityCollisionShape is the only …
|
|
|
@10362
|
10 years |
landauf |
use static identifier initializer to store the inheritance definition …
|
|
|
@10347
|
10 years |
landauf |
moved console command macros to a new file (ConsoleCommandIncludes.h)
|
|
|
@10343
|
10 years |
landauf |
moved CommandLineParser into separate subfolder
|
|
|
@10328
|
10 years |
landauf |
created branch to work on new core features
|
|
copied from code/trunk/src/libraries/network:
|
|
|
@9667
|
11 years |
landauf |
merged core6 back to trunk
|