|
|
@5039
|
19 years |
bensch |
orxonox/trunk: useless stuff
|
|
|
@4942
|
19 years |
bensch |
orxonox/trunk: garbage-collection works perfectly.
also taken out the …
|
|
|
@4933
|
19 years |
bensch |
orxonox/trunk: more elaborate FastFactory, that should work…
now i …
|
|
|
@4874
|
19 years |
bensch |
orxonox/trunk: whatIs implemented in ClassList is better than in BaseObject
|
|
|
@4873
|
19 years |
bensch |
orxonox/trunk: temporary fix in the EvenetHandler
EVENT_NUMBER is not …
|
|
|
@4872
|
19 years |
bensch |
orxonox/trunk: debug-information for EventSystem
|
|
|
@4871
|
19 years |
bensch |
orxonox/trunk: classList is now able to show Information on single Classes
|
|
|
@4840
|
19 years |
bensch |
orxonox/trunk: more definitions for element2D
|
|
|
@4837
|
19 years |
bensch |
orxonox/trunk: derivation of superclasses is more clear now. lets see, …
|
|
|
@4836
|
19 years |
bensch |
orxonox/trunk: renamed all the \param → @param and so on in Doxygen …
|
|
|
@4815
|
19 years |
patrick |
orxonox/trunk: now some other singletons get deleted at the end of the …
|
|
|
@4784
|
19 years |
bensch |
orxonox/trunk: setting the resolution works again (workaround. now i …
|
|
|
@4782
|
19 years |
bensch |
orxonox/trunk: orxonox-events registered, solved an error in ClassList
|
|
|
@4778
|
19 years |
bensch |
orxonox/trunk: not Saving the BaseObjects anymore, now the ClassList …
|
|
|
@4764
|
19 years |
bensch |
orxonox/trunk: nicer description of the class_list.h, little changelog
|
|
|
@4761
|
19 years |
bensch |
orxonox/trunk: Global identifiers and PNode-parenting via LoadParam works
|
|
|
@4760
|
19 years |
bensch |
orxonox/trunk: typo
|
|
|
@4758
|
19 years |
bensch |
orxonox/trunk: moved the weapons to world_entities/weapons
|
|
|
@4756
|
19 years |
bensch |
orxonox/trunk: slight optimisations
|
|
|
@4755
|
19 years |
bensch |
orxonox/trunk: ChangeLog
|
|
|
@4754
|
19 years |
bensch |
orxonox/trunk: implemented a very slow exists function for ClassList
|
|
|
@4752
|
19 years |
bensch |
orxonox/trunk: heavy business. The Objects are now aligned along a …
|
|
|
@4750
|
19 years |
bensch |
orxonox/trunk: injected the ogg-player into orxonox
|
|
|
@4748
|
19 years |
bensch |
orxonox/trunk: some nicer debug information, and doxygen tags
|
|
|
@4747
|
19 years |
bensch |
orxonox/trunk: classList now counts the count of classes
|
|
|
@4746
|
19 years |
bensch |
orxonox/trunk: changed (void) → ()
|
|
|
@4744
|
19 years |
bensch |
orxonox/trunk: classList.h some definitions
|
|
|
@4743
|
19 years |
bensch |
orxonox/trunk: added definition of Class ClassList
|
|
|
@4742
|
19 years |
bensch |
orxonox/trunk: BaseObject now only knows setClassID → standartisation
|
|
|
@4596
|
19 years |
bensch |
orxonox/trunk: one can now also tell Singleton-classes
|
|
|
@4595
|
19 years |
bensch |
orxonox/trunk: better output
|
|
|
@4594
|
19 years |
bensch |
orxonox/trunk: isA should work now
|
|
|
@4592
|
19 years |
bensch |
orxonox/trunk: derivations work.
now the only thing to do is specify …
|
|
|
@4591
|
19 years |
bensch |
orxonox/trunk: restructure class_list.h so it supports inheritance-diagram
|
|
|
@4539
|
19 years |
bensch |
orxonox/trunk: added some missing files to the Makefile.am's
|
|
|
@4470
|
19 years |
bensch |
orxonox/trunk: baseobject documented
|
|
|
@4436
|
19 years |
bensch |
orxonox/trunk: baseObject now implements loading of objectNames
|
|
|
@4435
|
19 years |
bensch |
orxonox/trunk: objectName is now a property of BaseObject, because …
|
|
|
@4382
|
19 years |
bensch |
orxonox/trunk: BaseObject virtual public in PNode and Player(for …
|
|
|
@4381
|
19 years |
bensch |
orxonox/trunk: made include more local. stdincl.h not in base_object.h …
|
|
|
@4321
|
19 years |
patrick |
orxonox/trunk: added doxygen tags for the baseobject class
|
|
|
@4320
|
19 years |
patrick |
orxonox/trunk: now string name of a class works parallel to the int id …
|
|
|
@4318
|
19 years |
patrick |
orxonox/trunk: now changed the orxonox baseobject to object id …
|
|
|
@4315
|
19 years |
patrick |
orxonox/trunk: removed deprecated class base_entity and updated the …
|
|
|
@4261
|
19 years |
bensch |
orxonox/trunk: merged the levelLoader-branche back into the trunk, …
|
|
|
@3651
|
20 years |
patrick |
orxonox/trunk: now got the trick with inline functions. they have to …
|
|
|
@3646
|
20 years |
patrick |
orxonox/trunk: implemented garbage collector, is not yet collecting, i …
|
|
|
@3609
|
20 years |
patrick |
orxonox/trunk: forgot this one, to make sure it compiles also on windows.
|
|
|
@3607
|
20 years |
patrick |
orxonox/trunk: stdincl was still included everywhere. removed it out …
|
|
|
@3552
|
20 years |
bensch |
orxonox/trunk: added init-function to PNode and chars now get copied …
|
|
|
@3544
|
20 years |
bensch |
orxonox/trunk: now the delete-process is as inteded by c++
virtual …
|
|
|
@3531
|
20 years |
bensch |
orxonox/trunk: all WorldEntities/PWodes now destroy all date they …
|
|
|
@3484
|
20 years |
patrick |
orxonox/trunk: now moved importer in lib and other stuff. very very …
|
|
|
@3483
|
20 years |
patrick |
orxonox/trunk: finaly got the right idea to structure the src code. …
|