|
|
@10583
|
9 years |
landauf |
TDCoordinate doesn't call RegisterObject, thus shouldn't inherit from …
|
|
|
@10581
|
9 years |
landauf |
8 modules are now marked as plugins (which means they are only loaded …
|
|
|
@10574
|
9 years |
landauf |
removed some init() functions, integrated them directly into the …
|
|
|
@10572
|
9 years |
landauf |
removed unnecessary code - setGametype or changedGametype is never …
|
|
|
@10571
|
9 years |
landauf |
BaseObject returns plain pointers instead of StrongPtrs for Namespace, …
|
|
|
@10559
|
9 years |
landauf |
these two classes used pointers to weakptrs - why? just use normal …
|
|
|
@10558
|
9 years |
landauf |
no need to call get() on Weak or StrongPtr. they are automatically …
|
|
|
@10557
|
9 years |
landauf |
cleanup: no need to pass/return WeakPtrs to/from functions. normal …
|
|
|
@10555
|
9 years |
landauf |
renamed SmartPtr to StrongPtr (now we have weak and strong pointers)
|
|
|
@10509
|
9 years |
landauf |
moved static application paths (root, executable, modules) into new …
|
|
|
@10478
|
9 years |
landauf |
callStaticNetworkFunction() and callMemberNetworkFunction() are now …
|
|
|
@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 …
|
|
|
@10417
|
10 years |
landauf |
moved destruction of bullet collision shape to ~CollisionShape(). …
|
|
|
@10411
|
10 years |
landauf |
removed unnecessary macro + static variable
|
|
|
@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 …
|
|
|
@10357
|
10 years |
landauf |
don't include CoreIncludes.h in *.h files
|
|
|
@10350
|
10 years |
landauf |
removed hack
|
|
|
@10348
|
10 years |
landauf |
removed unnecessary helper functions
|
|
|
@10347
|
10 years |
landauf |
moved console command macros to a new file (ConsoleCommandIncludes.h)
|
|
|
@10328
|
10 years |
landauf |
created branch to work on new core features
|
|
copied from code/trunk/src/modules:
|
|
|
@10318
|
10 years |
smerkli |
fixed destructor (during class hierarchy initialization)
|