|
|
@9662
|
11 years |
landauf |
use SmallObjectAllocator for ObjectListElements
|
|
|
@9661
|
11 years |
landauf |
Listable is now responsible for creating and deleting ObjectListElements
|
|
|
@9660
|
11 years |
landauf |
enhanced error message if RegisterObject is missing
|
|
|
@9659
|
11 years |
landauf |
removed RegisterRootObject (replaced by RegisterObject)
|
|
|
@9658
|
11 years |
landauf |
register remaining classes in framework
|
|
|
@9657
|
11 years |
landauf |
found some more classes that need to be registered in the framework
|
|
|
@9656
|
11 years |
landauf |
register interfaces in framework
|
|
|
@9655
|
11 years |
landauf |
register abstract classes
|
|
|
@9654
|
11 years |
landauf |
added RegisterClass() where it was missing
|
|
|
@9653
|
11 years |
landauf |
register Configurable in the framework
|
|
|
@9652
|
11 years |
landauf |
fixed potential issue
|
|
|
@9651
|
11 years |
landauf |
register Listable in the framework
|
|
|
@9650
|
11 years |
landauf |
add context to objectlist
|
|
|
@9649
|
11 years |
landauf |
added ability to set the root-context explicitly (and also to destroy …
|
|
|
@9648
|
11 years |
landauf |
fixed test and added new test
|
|
|
@9647
|
11 years |
landauf |
fixed tests (caused problem with MSVC because they were executed in a …
|
|
|
@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
|
|
|
@9639
|
11 years |
landauf |
added tests
|
|
|
@9638
|
11 years |
landauf |
renamed CreateFactory() as RegisterClass() to be more consistent with …
|
|
|
@9637
|
11 years |
landauf |
removed constructor arguments from ClassFactories. use the …
|
|
|
@9636
|
11 years |
landauf |
added tests
|
|
|
@9635
|
11 years |
landauf |
added Factory for classes that don't require a Context as constructor …
|
|
|
@9634
|
11 years |
landauf |
reset static maps and variables after destroying identifiers
iterate …
|
|
|
@9633
|
11 years |
landauf |
forgot one line in the previous commit
|
|
|
@9632
|
11 years |
landauf |
Factory::fabricate() returns an Identifiable
|
|
|
@9631
|
11 years |
landauf |
fixed multiplayer
|
|
|
@9630
|
11 years |
landauf |
propagate a new Gametype to all elements of an OverlayGroup (fixes …
|
|
|
@9629
|
11 years |
landauf |
BaseObject now requires a Context instead of a creator (BaseObject*) …
|
|
|
@9628
|
11 years |
landauf |
object list should not delete its elements - they will be deleted by …
|
|
|
@9627
|
11 years |
landauf |
fixed bug: Listable::setContext didn't work properly with sub-contexts …
|
|
|
@9626
|
11 years |
landauf |
fixed compiler issue with msvc
|
|
|
@9612
|
12 years |
landauf |
set the owner of a WorldEntityCollisionShape independent of the creator
|
|
|
@9611
|
12 years |
landauf |
no need to store the creator of a RadarViewable
|
|
|
@9610
|
12 years |
landauf |
context is now a Listable itself as well
|
|
|
@9609
|
12 years |
landauf |
context should delete its object lists
|
|
|
@9608
|
12 years |
landauf |
implemented method to change the context of a Listable. the object …
|
|
|
@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
|
|
|
@9605
|
12 years |
landauf |
added some tests for object list and iterators
|
|
|
@9604
|
12 years |
landauf |
added some checks and a size() function to object list
|
|
|
@9603
|
12 years |
landauf |
added more tests
|
|
|
@9602
|
12 years |
landauf |
delete factory before setting a new one (mostly for unit tests)
|
|
|
@9601
|
12 years |
landauf |
added some tests for core
|
|
|
@9600
|
12 years |
landauf |
details
|
|
|
@9599
|
12 years |
landauf |
added proper interface (ObjectListElementRemovalListener) to notify …
|
|
|
@9598
|
12 years |
landauf |
added common base template for Iterator and ObjectListIterator in …
|
|
|
@9597
|
12 years |
landauf |
removed MetaObjectList. replaced it by std::vector because object list …
|
|
|
@9596
|
12 years |
landauf |
ObjectListBaseElement now stores a pointer to the object list it …
|
|
|
@9594
|
12 years |
landauf |
fixed msvc configuration
|
|
|
@9593
|
12 years |
landauf |
moved logic to remove an element from an ObjectListBase from …
|
|
|
@9592
|
12 years |
landauf |
BaseSound requires only the object list → inherit from Listable
|
|
|
@9591
|
12 years |
landauf |
removed ContextObject again
|
|
|
@9590
|
12 years |
landauf |
keep msvc from crying like little sissy
|
|
|
@9589
|
12 years |
landauf |
interfaces which are part of the framework and only rely on the object …
|
|
|
@9588
|
12 years |
landauf |
JoyStick and WANDiscoverable use only config values → inherit from …
|
|
|
@9587
|
12 years |
landauf |
I decided that Synchronisable and Tickable should also be …
|
|
|
@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 …
|
|
|
@9579
|
12 years |
landauf |
cleaned up some includes
|
|
|
@9578
|
12 years |
landauf |
made some classes (mostly singletons) inherit from Configurable …
|
|
|
@9577
|
12 years |
landauf |
moved setConfigValues() from OrxonoxClass to Configurable. This new …
|
|
|
@9574
|
12 years |
landauf |
cleanup
|
|
|
@9573
|
12 years |
landauf |
using Listable instead of OrxonoxClass as base class in object lists
|
|
|
@9572
|
12 years |
landauf |
moved meta-object-list from Identifiable to Listable, a new base class …
|
|
|
@9571
|
12 years |
landauf |
using Destroyable instead of OrxonoxClass now wherever the …
|
|
|
@9570
|
12 years |
landauf |
moved functions and attributes needed to safely destroy objects from …
|
|
|
@9569
|
12 years |
landauf |
I guess 'void' makes more sense here
|
|
|
@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/
|
|
|
@9562
|
12 years |
landauf |
it's probably better to store the context in a seaprate interface …
|
|
|
@9561
|
12 years |
landauf |
OrxonoxClass now takes a 'Context' object as constructor argument. Not …
|
|
|
@9560
|
12 years |
landauf |
moved CommandLineParser to core/config/
|
|
|
@9559
|
12 years |
landauf |
split ConfigFileManager.h/cc into multiple files, one for each class. …
|
|
|
@9558
|
12 years |
landauf |
moved all files in core which are used for configuration to a new …
|
|
|
@9557
|
12 years |
landauf |
moved all files in core which are used for object management to a new …
|
|
|
@9556
|
12 years |
landauf |
fabricate() should return OrxonoxClass*
|
|
|
@9554
|
12 years |
landauf |
fixed some warnings
|
|
|
@9553
|
12 years |
landauf |
fixed include directories when called from test directory
|
|
|
@9552
|
12 years |
landauf |
created branch to work on some details in core
|
|
copied from code/trunk:
|
|
|
@9550
|
12 years |
landauf |
merged testing branch back to trunk. unbelievable it took me 13 months …
|