|
|
@9660
|
11 years |
landauf |
enhanced error message if RegisterObject is missing
|
|
|
@9652
|
11 years |
landauf |
fixed potential issue
|
|
|
@9651
|
11 years |
landauf |
register Listable in the framework
|
|
|
@9646
|
11 years |
landauf |
implemented new concept to initialize the class hierarchy: each …
|
|
|
@9645
|
11 years |
landauf |
classIdentifier_s exists in multiple libraries - reset it everywhere …
|
|
|
@9644
|
11 years |
landauf |
small refactoring
|
|
|
@9643
|
11 years |
landauf |
bugfix
|
|
|
@9642
|
11 years |
landauf |
removed unnecessary functions
cleanup
|
|
|
@9641
|
11 years |
landauf |
removed mutual friend declarations between Identifier and IdentifierManager
|
|
|
@9640
|
11 years |
landauf |
made IdentifierManager a self-initializing singleton
|
|
|
@9634
|
11 years |
landauf |
reset static maps and variables after destroying identifiers
iterate …
|
|
|
@9632
|
11 years |
landauf |
Factory::fabricate() returns an Identifiable
|
|
|
@9629
|
11 years |
landauf |
BaseObject now requires a Context instead of a creator (BaseObject*) …
|
|
|
@9626
|
11 years |
landauf |
fixed compiler issue with msvc
|
|
|
@9607
|
12 years |
landauf |
no need to inherit virtually from OrxonoxClass anymore
|
|
|
@9606
|
12 years |
landauf |
object lists are now stored in a Context object instead of Identifiers
|
|
|
@9602
|
12 years |
landauf |
delete factory before setting a new one (mostly for unit tests)
|
|
|
@9597
|
12 years |
landauf |
removed MetaObjectList. replaced it by std::vector because object list …
|
|
|
@9593
|
12 years |
landauf |
moved logic to remove an element from an ObjectListBase from …
|
|
|
@9586
|
12 years |
landauf |
call setConfigValues() only if the class is actually a Configurable
|
|
|
@9585
|
12 years |
landauf |
added OrxonoxInterface, a base class for interfaces within the game …
|
|
|
@9577
|
12 years |
landauf |
moved setConfigValues() from OrxonoxClass to Configurable. This new …
|
|
|
@9574
|
12 years |
landauf |
cleanup
|
|
|
@9572
|
12 years |
landauf |
moved meta-object-list from Identifiable to Listable, a new base class …
|
|
|
@9570
|
12 years |
landauf |
moved functions and attributes needed to safely destroy objects from …
|
|
|
@9568
|
12 years |
landauf |
Super depends on Identifiable now
|
|
|
@9567
|
12 years |
landauf |
details
|
|
|
@9566
|
12 years |
landauf |
details
|
|
|
@9565
|
12 years |
landauf |
moved functions and attributes needed to identify the class from …
|
|
|
@9564
|
12 years |
landauf |
moved static functions from Identifier.cc/h to IdentifierManager.cc/h …
|
|
|
@9563
|
12 years |
landauf |
moved files used for class management to core/class/
|