|
|
@10532
|
9 years |
landauf |
use CoreStaticInitializationHandler to initialize core instances
|
|
|
@10531
|
9 years |
landauf |
added draft for StaticInitializationHandler
|
|
|
@10530
|
9 years |
landauf |
statically initialized instances may contain a type. currently not used.
|
|
|
@10528
|
9 years |
landauf |
destroy singleton when wrapper is destroyed
|
|
|
@10527
|
9 years |
landauf |
unload modules, unload and destroy all statically initialized instances
|
|
|
@10526
|
9 years |
landauf |
identifier removes itself from all related identifiers when being destroyed
|
|
|
@10525
|
9 years |
landauf |
unload debug overly while unloading graphics
|
|
|
@10524
|
9 years |
landauf |
unload graphics when the game exits
|
|
|
@10523
|
9 years |
landauf |
bugfix: DynLib::mName must be equal to the string in the …
|
|
|
@10522
|
9 years |
landauf |
remove StaticallyInitializedInstance from the same module where it was …
|
|
|
@10521
|
9 years |
landauf |
bugfix: the wrong set was used
|
|
|
@10520
|
9 years |
landauf |
StaticallyInitializedInstances are now responsible to delete the …
|
|
|
@10519
|
9 years |
landauf |
only verify freshly initialized identifiers
|
|
|
@10518
|
9 years |
landauf |
load modules AFTER core was initialized. load each module with a …
|
|
|
@10517
|
9 years |
landauf |
activating a scopelistener right after registering may not be the best …
|
|
|
@10516
|
9 years |
landauf |
fixed compilation error on buildserver
|
|
|
@10515
|
9 years |
landauf |
if the scope is already active when a scopelistener is registered, …
|
|
|
@10514
|
9 years |
landauf |
don't store scope in ScopeListener - instead register the listener in …
|
|
|
@10513
|
9 years |
landauf |
refactoring: moved code from Scope.h into ScopeManager
|
|
|
@10512
|
9 years |
landauf |
fixed issue: Class(T) may not be allowed in …
|
|
|
@10511
|
9 years |
landauf |
bugfix: comparison function was not symmetric.
e.g. two …
|
|
|
@10510
|
9 years |
landauf |
fixed CMakeLists.txt
|
|
|
@10509
|
9 years |
landauf |
moved static application paths (root, executable, modules) into new …
|
|
|
@10508
|
9 years |
landauf |
removed unused code from Loader
|
|
|
@10484
|
10 years |
landauf |
made ConsoleCommandManager a singleton.
|
|
|
@10483
|
10 years |
landauf |
avoid dependency on IdentifierManager for as long as possible
|
|
|
@10482
|
10 years |
landauf |
detail
|
|
|
@10481
|
10 years |
landauf |
StaticallyInitializedIdentifier is now responsible to register and …
|
|
|
@10480
|
10 years |
landauf |
removed dependency of Language on CoreConfig.
|
|
|
@10479
|
10 years |
landauf |
moved config values and all related functions from Game and Core to …
|
|
|
@10478
|
10 years |
landauf |
callStaticNetworkFunction() and callMemberNetworkFunction() are now …
|
|
|
@10477
|
10 years |
landauf |
simplified CMakeLists.txt
|
|
|
@10476
|
10 years |
landauf |
wrap NetworkFunction in a StaticallyInitializedInstance
|
|
|
@10475
|
10 years |
landauf |
refactored the interface of NetworkFunctionManager: maps are better …
|
|
|
@10474
|
10 years |
landauf |
made NetworkFunctionManager a singleton, no static functions anymore …
|
|
|
@10473
|
10 years |
landauf |
bugfix and continuation of the last commit:
- FunctionCall::execute() …
|
|
|
@10472
|
10 years |
landauf |
use the same interface for static an member functions
|
|
|
@10471
|
10 years |
landauf |
moved static maps from NetworkFunctionStatic and …
|
|
|
@10470
|
10 years |
landauf |
NetworkFunctionBase doesn't have to inherit from Listable: there's a …
|
|
|
@10469
|
10 years |
landauf |
removed unused code
|
|
|
@10468
|
10 years |
landauf |
moved static content of NetworkFunctionBase to NetworkFunctionManager
|
|
|
@10467
|
10 years |
landauf |
trying to fix compiler error on buildserver
|
|
|
@10466
|
10 years |
landauf |
added static assertions to validate the type of certain templates
|
|
|
@10465
|
10 years |
landauf |
moved macro ans helperfunction from NetworkFunction.h to …
|
|
|
@10464
|
10 years |
landauf |
define ScopeID as integer constants instead of an enum. this allows to …
|
|
|
@10463
|
10 years |
landauf |
removed unnecessary instance counts. creation of scopes is strictly …
|
|
|
@10462
|
10 years |
landauf |
some refactoring in ScopeManager. made it a singleton and added functions.
|
|
|
@10461
|
10 years |
landauf |
moved ScopeManager into separate class
|
|
|
@10460
|
10 years |
landauf |
StaticallyInitializedScopedSingletonWrapper registers …
|
|
|
@10459
|
10 years |
landauf |
wrap ScopedSingletonWrapper in a …
|
|
|
@10458
|
10 years |
landauf |
renamed ScopedSingletonManager to ScopedSingletonWrapper. removed …
|
|
|
@10424
|
10 years |
landauf |
these Singletons are in fact required and not allowed to fail, …
|
|
|
@10422
|
10 years |
landauf |
details
|
|
|
@10421
|
10 years |
landauf |
RealTimer was not registered in the framework
|
|
|
@10420
|
10 years |
landauf |
use destroyLater() in Pawn and ShipPart. PawnManager and …
|
|
|
@10419
|
10 years |
landauf |
added destroyLater() to Destroyable. This will destroy the object …
|
|
|
@10418
|
10 years |
landauf |
improved documentation
|
|
|
@10417
|
10 years |
landauf |
moved destruction of bullet collision shape to ~CollisionShape(). …
|
|
|
@10416
|
10 years |
landauf |
i think it makes more sense to delete killed pawns and shipparts …
|
|
|
@10415
|
10 years |
landauf |
added check to detect if a collision shape is destroyed during a …
|
|
|
@10414
|
10 years |
landauf |
destroy all remaining ship parts if ModularSpaceShip is destroyed. …
|
|
|
@10413
|
10 years |
landauf |
use the generic UpdateListener interface to receive calls to …
|
|
|
@10412
|
10 years |
landauf |
fixed crash: apparently these static maps get initialized later now …
|
|
|
@10411
|
10 years |
landauf |
removed unnecessary macro + static variable
|
|
|
@10410
|
10 years |
landauf |
SynchronisableVariableBase::state_ is not used anymore
|
|
|
@10407
|
10 years |
landauf |
moved Scope and ScopedSingletonManager from util to core.
I had …
|
|
|
@10405
|
10 years |
landauf |
fixed some TODOs in tests and code by using the new unload() function
|
|
|
@10404
|
10 years |
landauf |
added unload() function to StaticallyInitializedInstance
|
|
|
@10403
|
10 years |
landauf |
added function to destroy the class hierarchy (i.e. reset all …
|
|
|
@10400
|
10 years |
landauf |
fixed tests. however there are some open issues:
- the …
|
|
|
@10399
|
10 years |
landauf |
use typeid(T) instead of typeid(T).name() to identify a class. this …
|
|
|
@10398
|
10 years |
landauf |
improved output
|
|
|
@10396
|
10 years |
landauf |
detail
|
|
|
@10395
|
10 years |
landauf |
create and initialize Identifiers explicitly via registerClass(). …
|
|
|
@10393
|
10 years |
landauf |
found another unregistered class
|
|
|
@10392
|
10 years |
landauf |
Loader is now a singleton instead of a static class. fixes issue with …
|
|
|
@10382
|
10 years |
landauf |
found another unregistered class
|
|
|
@10381
|
10 years |
landauf |
removed check from r10379 again
|
|
|
@10380
|
10 years |
landauf |
registered missing classes.
WorldEntityCollisionShape is the only …
|
|
|
@10379
|
10 years |
landauf |
check if all classes are registered
|
|
|
@10377
|
10 years |
landauf |
added a check which tries to detect wrongly configured class hierarchy …
|
|
|
@10376
|
10 years |
landauf |
added helper function to reduce code duplication
|
|
|
@10375
|
10 years |
landauf |
trying to keep the correct order of parents
|
|
|
@10374
|
10 years |
landauf |
added flag to define if a class should be used as a virtual parent …
|
|
|
@10373
|
10 years |
landauf |
detail (re-ordered functions)
|
|
|
@10372
|
10 years |
landauf |
use lists instead of sets to store parent identifiers. this allows to …
|
|
|
@10371
|
10 years |
landauf |
trying to make the initialization of parents of an identifier better …
|
|
|
@10370
|
10 years |
landauf |
more checks.
|
|
|
@10367
|
10 years |
landauf |
removed some functions which were (almost) unused
|
|
|
@10366
|
10 years |
landauf |
found a better solution to find identifiers that don't belong to the …
|
|
|
@10365
|
10 years |
landauf |
fixed tests, added more output
|
|
|
@10364
|
10 years |
landauf |
only check class hierarchy in dev mode
|
|
|
@10363
|
10 years |
landauf |
bugfix: class hierarchy wrongly considered the classes of nested …
|
|
|
@10362
|
10 years |
landauf |
use static identifier initializer to store the inheritance definition …
|
|
|
@10361
|
10 years |
landauf |
added run-time check for class hierarchy
|
|
|
@10360
|
10 years |
landauf |
wrap Identifiers in a StaticallyInitializedInstance. doesn't do a lot …
|
|
|
@10358
|
10 years |
landauf |
removed int constructor & assignment-operator from WeakPtr and SmartPtr
|
|
|
@10357
|
10 years |
landauf |
don't include CoreIncludes.h in *.h files
|
|
|
@10355
|
10 years |
landauf |
don't forget to register new commands (fixes 'alias' command)
|
|
|
@10354
|
10 years |
landauf |
moved code from static initializer into new function in …
|
|
|