Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9678   11 years jo Bringing the tutorial4 branch up to date.
(edit) @9677   11 years jo Creating up to date tutorial branch
(edit) @9676   11 years landauf fixed warnings with gcc 4.7
(edit) @9675   11 years landauf merged branch 'libs' back to trunk. orxonox now compiles and runs with …
(edit) @9674   11 years landauf fixed build for MinGW with GCC 4.6
(edit) @9673   11 years landauf moved workaround for old boost versions to LibraryConfigTardis.cmake - …
(edit) @9672   11 years smerkli Added a few includes that were necessary with the switch to GCC > 4.7 …
(edit) @9671   11 years landauf adjusted code to compile with cegui 0.8 and 0.7. see …
(edit) @9670   11 years landauf adjusted build-system and include-paths for cegui 0.8 (doesn't compile yet)
(edit) @9669   11 years landauf adjusted code for ogre 1.8.1
(edit) @9668   11 years landauf created branch to add changes for new versions of our libraries
(edit) @9667   11 years landauf merged core6 back to trunk
(edit) @9666   11 years landauf comments
(edit) @9665   11 years landauf removed svn:executable property
(edit) @9664   11 years landauf eol-style native
(edit) @9663   11 years landauf replaced tabs with spaces
(edit) @9662   11 years landauf use SmallObjectAllocator for ObjectListElements
(edit) @9661   11 years landauf Listable is now responsible for creating and deleting ObjectListElements
(edit) @9660   11 years landauf enhanced error message if RegisterObject is missing
(edit) @9659   11 years landauf removed RegisterRootObject (replaced by RegisterObject)
(edit) @9658   11 years landauf register remaining classes in framework
(edit) @9657   11 years landauf found some more classes that need to be registered in the framework
(edit) @9656   11 years landauf register interfaces in framework
(edit) @9655   11 years landauf register abstract classes
(edit) @9654   11 years landauf added RegisterClass() where it was missing
(edit) @9653   11 years landauf register Configurable in the framework
(edit) @9652   11 years landauf fixed potential issue
(edit) @9651   11 years landauf register Listable in the framework
(edit) @9650   11 years landauf add context to objectlist
(edit) @9649   11 years landauf added ability to set the root-context explicitly (and also to destroy …
(edit) @9648   11 years landauf fixed test and added new test
(edit) @9647   11 years landauf fixed tests (caused problem with MSVC because they were executed in a …
(edit) @9646   11 years landauf implemented new concept to initialize the class hierarchy: each …
(edit) @9645   11 years landauf classIdentifier_s exists in multiple libraries - reset it everywhere …
(edit) @9644   11 years landauf small refactoring
(edit) @9643   11 years landauf bugfix
(edit) @9642   11 years landauf removed unnecessary functions cleanup
(edit) @9641   11 years landauf removed mutual friend declarations between Identifier and IdentifierManager
(edit) @9640   11 years landauf made IdentifierManager a self-initializing singleton
(edit) @9639   11 years landauf added tests
(edit) @9638   11 years landauf renamed CreateFactory() as RegisterClass() to be more consistent with …
(edit) @9637   11 years landauf removed constructor arguments from ClassFactories. use the …
(edit) @9636   11 years landauf added tests
(edit) @9635   11 years landauf added Factory for classes that don't require a Context as constructor …
(edit) @9634   11 years landauf reset static maps and variables after destroying identifiers iterate …
(edit) @9633   11 years landauf forgot one line in the previous commit
(edit) @9632   11 years landauf Factory::fabricate() returns an Identifiable
(edit) @9631   11 years landauf fixed multiplayer
(edit) @9630   11 years landauf propagate a new Gametype to all elements of an OverlayGroup (fixes …
(edit) @9629   11 years landauf BaseObject now requires a Context instead of a creator (BaseObject*) …
(edit) @9628   11 years landauf object list should not delete its elements - they will be deleted by …
(edit) @9627   11 years landauf fixed bug: Listable::setContext didn't work properly with sub-contexts …
(edit) @9626   11 years landauf fixed compiler issue with msvc
(edit) @9625   11 years smerkli Merged Maxim's Branch back into trunk.
(edit) @9624   11 years maxima
(edit) @9623   11 years maxima
(edit) @9622   11 years maxima Just a few bug fixes.
(edit) @9621   11 years maxima
(edit) @9620   11 years maxima setNewMasterWithInFormation works!
(edit) @9619   11 years maxima New function SetNewMasterWithinFormation(FormationController), but it …
(edit) @9618   11 years maxima
(edit) @9617   11 years maxima The AIController of the new HumanController is deleted.
(edit) @9616   11 years maxima A few changes of the death function. Tried to change the master of the …
(edit) @9615   11 years maxima If the HumanController dies but had slaves, then the Controller …
(edit) @9614   11 years maxima Only a few comments
(edit) @9613   11 years maxima A few changes to find the slaves of a pawn.
(edit) @9612   11 years landauf set the owner of a WorldEntityCollisionShape independent of the creator
(edit) @9611   11 years landauf no need to store the creator of a RadarViewable
(edit) @9610   11 years landauf context is now a Listable itself as well
(edit) @9609   11 years landauf context should delete its object lists
(edit) @9608   11 years landauf implemented method to change the context of a Listable. the object …
(edit) @9607   11 years landauf no need to inherit virtually from OrxonoxClass anymore
(edit) @9606   11 years landauf object lists are now stored in a Context object instead of Identifiers
(edit) @9605   11 years landauf added some tests for object list and iterators
(edit) @9604   11 years landauf added some checks and a size() function to object list
(edit) @9603   11 years landauf added more tests
(edit) @9602   11 years landauf delete factory before setting a new one (mostly for unit tests)
(edit) @9601   11 years landauf added some tests for core
(edit) @9600   11 years landauf details
(edit) @9599   11 years landauf added proper interface (ObjectListElementRemovalListener) to notify …
(edit) @9598   11 years landauf added common base template for Iterator and ObjectListIterator in …
(edit) @9597   11 years landauf removed MetaObjectList. replaced it by std::vector because object list …
(edit) @9596   11 years landauf ObjectListBaseElement now stores a pointer to the object list it …
(edit) @9595   11 years landauf merged r9594 to trunk
(edit) @9594   11 years landauf fixed msvc configuration
(edit) @9593   11 years landauf moved logic to remove an element from an ObjectListBase from …
(edit) @9592   11 years landauf BaseSound requires only the object list → inherit from Listable
(edit) @9591   11 years landauf removed ContextObject again
(edit) @9590   11 years landauf keep msvc from crying like little sissy
(edit) @9589   11 years landauf interfaces which are part of the framework and only rely on the object …
(edit) @9588   11 years landauf JoyStick and WANDiscoverable use only config values → inherit from …
(edit) @9587   11 years landauf I decided that Synchronisable and Tickable should also be …
(edit) @9586   11 years landauf call setConfigValues() only if the class is actually a Configurable
(edit) @9585   11 years landauf added OrxonoxInterface, a base class for interfaces within the game …
(edit) @9584   11 years maxima Second Formation in Maxim-Level
(edit) @9583   11 years smerkli Added a check when dying to find another pawn in the same formation
(edit) @9582   11 years maxima removed stuff
(edit) @9581   11 years maxima Added a level file from template to test formation update. Not done yet.
(edit) @9580   11 years smerkli created.
(edit) @9579   11 years landauf cleaned up some includes
Note: See TracRevisionLog for help on using the revision log.