Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @9578   11 years landauf made some classes (mostly singletons) inherit from Configurable …
(edit) @9577   11 years landauf moved setConfigValues() from OrxonoxClass to Configurable. This new …
(edit) @9576   11 years landauf fall back to default parser if CEGUI cannot load XercesParser
(edit) @9575   11 years fmauro Force CEGUI to use Xerces parser instead of TinyXML with versions …
(edit) @9574   11 years landauf cleanup
(edit) @9573   11 years landauf using Listable instead of OrxonoxClass as base class in object lists
(edit) @9572   11 years landauf moved meta-object-list from Identifiable to Listable, a new base class …
(edit) @9571   11 years landauf using Destroyable instead of OrxonoxClass now wherever the …
(edit) @9570   11 years landauf moved functions and attributes needed to safely destroy objects from …
(edit) @9569   11 years landauf I guess 'void' makes more sense here
(edit) @9568   11 years landauf Super depends on Identifiable now
(edit) @9567   11 years landauf details
(edit) @9566   11 years landauf details
(edit) @9565   11 years landauf moved functions and attributes needed to identify the class from …
(edit) @9564   11 years landauf moved static functions from Identifier.cc/h to IdentifierManager.cc/h …
(edit) @9563   11 years landauf moved files used for class management to core/class/
(edit) @9562   11 years landauf it's probably better to store the context in a seaprate interface …
(edit) @9561   11 years landauf OrxonoxClass now takes a 'Context' object as constructor argument. Not …
(edit) @9560   11 years landauf moved CommandLineParser to core/config/
(edit) @9559   11 years landauf split ConfigFileManager.h/cc into multiple files, one for each class. …
(edit) @9558   11 years landauf moved all files in core which are used for configuration to a new …
(edit) @9557   11 years landauf moved all files in core which are used for object management to a new …
(edit) @9556   11 years landauf fabricate() should return OrxonoxClass*
(edit) @9555   11 years smerkli Replaced explosion hack with another less ugly hack: - There is now …
(edit) @9554   11 years landauf fixed some warnings
(edit) @9553   11 years landauf fixed include directories when called from test directory
(edit) @9552   11 years landauf created branch to work on some details in core
(edit) @9551   11 years landauf removed branches
(edit) @9550   11 years landauf merged testing branch back to trunk. unbelievable it took me 13 months …
(edit) @9549   11 years landauf fixed test-build on msvc
(edit) @9548   11 years landauf eclipse missed some files…
(edit) @9547   11 years landauf return pointers instead of references because they could be null
(edit) @9546   11 years smerkli Added a BigExplosion creation to the Pawn constructor. This loads all …
(edit) @9545   11 years landauf eol-style native
(edit) @9544   11 years landauf added archive feature to LogWriter which archives up to nine old …
(edit) @9543   11 years landauf added tests for OutputManager
(edit) @9542   11 years landauf added option to disable static caching of output contexts (for unit …
(edit) @9541   11 years landauf added more tests
(edit) @9540   11 years landauf some refactoring in OutputManager - for unittests it is sometimes …
(edit) @9539   11 years landauf added tests for BaseWriter
(edit) @9538   11 years landauf small refactoring in LogWriter and tests added
(edit) @9537   11 years landauf ConsoleWriter now accepts and writes to any std::ostream, not just …
(edit) @9536   11 years landauf small refactoring: un-singletonized ConsoleWriter, LogWriter, and …
(edit) @9535   11 years landauf more tests
(edit) @9534   11 years landauf added more tests
(edit) @9533   11 years landauf added more tests
(edit) @9532   11 years jo Updating the levels.
(edit) @9531   11 years landauf eol-style native
(edit) @9530   11 years landauf small refactoring in output system
(edit) @9529   11 years landauf started implementing unit tests for the output system
(edit) @9528   11 years jo Bringing the tutorial branch up to date.
(edit) @9527   11 years jo Creating an up to date tutorial branch
(edit) @9526   11 years jo Merging presentationHS12 back to the trunk.
(edit) @9525   11 years jo The Turret class was not called in the turret test level. That is why …
(edit) @9524   11 years landauf fixed build on linux
(edit) @9523   11 years jo Merging the Racingbot branch into the presentationHS12 branch.
(edit) @9522   11 years jo Repairing the Compiler Errors.
(edit) @9521   11 years jo Improved level version.
(edit) @9520   11 years jo Working on the presentationHS12.oxw level.
(edit) @9519   11 years jo Working on the presentationHS12.oxw level.
(edit) @9518   11 years jo Small adjustmenst on the new SpaceShip Templates and Weaponsettings.
(edit) @9517   11 years jo Little code cleanup.
(edit) @9516   11 years smerkli Merged branch largeShip1. Cannot test at home, but since it's only …
(edit) @9515   11 years keuschr final update
(edit) @9514   11 years keuschr final update
(edit) @9513   11 years purgham works but its not properly coded and Position of VirtualCheckpoint bad
(edit) @9512   11 years purgham works but its not properly coded
(edit) @9511   11 years davidsa tweaked lens flare base colour in the test level
(edit) @9510   11 years davidsa Tweaked the lens configuration to achieve a pretty lens flare effect
(edit) @9509   11 years davidsa tweaked and added more lens flare materials, tweaked the glow material
(edit) @9508   11 years purgham still not working!
(edit) @9507   11 years purgham Not working together
(edit) @9506   11 years jo Updating the LaserBeam material to look more like a laser.
(edit) @9505   11 years jo Enabling more variable projectile behaviour for HSW01
(edit) @9504   11 years davidsa Added colour parameter to the LensFlare in the shadertest level
(edit) @9503   11 years smerkli Merged dawalser's branch
(edit) @9502   11 years moralelastix Final
(edit) @9501   11 years jokicp asdf
(edit) @9500   11 years davidsa Added nested Class Lens to LensFlare, to simplify lens flare …
Note: See TracRevisionLog for help on using the revision log.