Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11153   8 years sagerj added release functions in various classes: weaponmode, weaponsystem, …
(edit) @11152   8 years plehmann took the event functions out of the tick function
(edit) @11151   8 years tgidron New Level Up
(edit) @11150   8 years binderm tried consoleCommand, doesn't work yet. Please have a look;)
(edit) @11149   8 years binderm new files for campaign menu
(edit) @11142   8 years sagerj first commit, added discharger weaponclass
(edit) @11141   8 years plehmann added a comment
(edit) @11140   8 years fvultier New branch for PPS FS16
(edit) @11139   8 years fvultier New branch for PPS FS16
(edit) @11138   8 years fvultier
(edit) @11137   8 years plehmann new branch for pps
(edit) @11136   8 years fvultier Made tutorial compatible with the new core.
(edit) @11135   8 years fvultier
(edit) @11134   8 years fvultier Files needed for the tutorial added.
(edit) @11133   8 years fvultier branch for new tutorial
(edit) @11132   8 years landauf fixed overlays with ogre 1.9. OverlaySystem must be initialized once …
(edit) @11131   8 years landauf initialize overlay component
(edit) @11130   8 years landauf forgot to commit 2 files in my previous commit: orxonox now compiles …
(edit) @11129   8 years landauf orxonox now compiles with ogre 1.9 (but still needs some other changes)
(edit) @11128   8 years landauf let Planet inherit from Model to avoid code duplication (especially …
(edit) @11127   8 years landauf in ogre 1.9, overlays were moved into a separate component (i.e. a …
(edit) @11126   8 years landauf small refactoring: make variables in Model private
(edit) @11125   8 years landauf new branch to add support for ogre 1.9 to orxonox
(edit) @11124   8 years landauf fixed some more errors: use 0.8-notation for images
(edit) @11121   8 years landauf updated xsd files
(edit) @11118   8 years bknecht initial commit to get orxonox to find and compile and start with …
(edit) @11110   8 years bknecht Create CEGUI v0.8 migration branch
(edit) @11102   8 years landauf removed merged branches from HS15
(edit) @11079   8 years landauf bugfix: the attached objects are stored in a set, so there's no …
(edit) @11078   8 years landauf fixed numerous issues: - fixed memory leaks (delete allocated heap …
(edit) @11075   8 years landauf fixed author and added some c++11 features
(edit) @11074   8 years landauf eol-style native
(edit) @11073   8 years landauf merged branch 'shaders' into branch 'shaders_merge'
(edit) @11072   8 years landauf created branch to merge 'shaders' branch (from pps HS 2012)
(edit) @11070   8 years landauf return collections directly instead of begin and end iterators. this …
(edit) @11069   8 years landauf fixed enums
(edit) @11068   8 years landauf merged remaining commits from cpp11_v2 to cpp11_v3 (for some reason …
(edit) @11067   8 years landauf shortened code
(edit) @11066   8 years landauf fixed unittests (IdentifierManager doesn't always exist in tests)
(edit) @11065   8 years landauf added c++11 features to code that was added in presentationHS15
(edit) @11064   8 years landauf made some functions non-virtual
(edit) @11063   8 years landauf ups, forgot to commit a file
(edit) @11062   8 years landauf added c++11 features to code that was modified in presentationHS15
(edit) @11061   8 years landauf made some functions non-virtual
(edit) @11060   8 years landauf made some functions non-virtual
(edit) @11059   8 years landauf return const-ref to collections instead of pointer
(edit) @11058   8 years landauf removed empty tick functions
(edit) @11057   8 years landauf removed empty XMLPort functions
(edit) @11055   8 years landauf reverted r11051 because apparently overlays DOES depend on weapons …
(edit) @11054   8 years landauf merged branch cpp11_v2 into cpp11_v3
(edit) @11053   8 years landauf created new branch to merge cpp11_v2 with trunk
(edit) @11051   8 years landauf overlays module doesn't need to depend on weapons module since only …
(edit) @11050   8 years landauf some cleanup in data files
(edit) @11049   8 years landauf reverted particle effect in pong.oxw to old value
(edit) @11048   8 years landauf fixed material in particle effects
(edit) @11047   8 years landauf fixed weapon setting include
(edit) @11046   8 years landauf added argument completion function for active gui sheets. TODO a) …
(edit) @11045   8 years landauf added argument completion function for overlay groups
(edit) @11044   8 years landauf fixed visibility of weapon hud: - propagate changedVisibility to all …
(edit) @11043   8 years landauf more cleanup & deleting member objects in destructor
(edit) @11042   8 years landauf use only default constructor (with context, but no other arguments)
(edit) @11041   8 years landauf cleanup in hover module
(edit) @11040   8 years landauf hover: maze size is now fully configurable in xml
(edit) @11039   8 years landauf some cleanup in planetLevelHS15.oxw. using a directional light & …
(edit) @11036   8 years landauf fixed credits, added credit for MazeGenerator
(edit) @11035   8 years landauf moved maze-generator-code into separate class. made all static …
(edit) @11034   8 years fvultier Merge latest changes from fabienHS15 to presentationHS15.
(edit) @11033   8 years fvultier Bug in Munition.cc fixed.
(edit) @11032   8 years landauf fixed another situation where a timer may keep existing after the …
(edit) @11031   8 years landauf bugfix: due to a limitation of the framework, timers are not …
(edit) @11030   8 years landauf fixed some compiler warnings (MSVC)
(edit) @11029   8 years landauf fixed compiler errors (MSVC): StaticEntity has no tick() function + …
(edit) @11028   8 years landauf fixed compiler error (MSVC): static members with non-integral type …
(edit) @11027   8 years fvultier Implemented a feature that was requested during PPS: Vulnerability can …
(edit) @11026   8 years landauf eol-style:native
(edit) @11025   8 years landauf tabs → spaces
(edit) @11024   8 years landauf removed old branches
(edit) @11010   8 years muemart Remove std::string forward declaration, conflicted with new libstdc++
(edit) @11008   8 years landauf and finally some strongly typed enums in util.
(edit) @11007   8 years landauf made some enums in core library strongly typed. for other enums in …
(edit) @11006   8 years landauf made some enums in network library strongly typed. for most other …
(edit) @11005   8 years landauf using strongly typed enum in various classes in orxonox-library
(edit) @11004   8 years landauf using strongly typed enum class in WorldEntity
(edit) @11003   8 years landauf using strongly typed enum class in notifications. …
(edit) @11002   8 years landauf MultiType now supports strongly typed enum classes. Their values are …
(edit) @11001   8 years landauf removed spezializations for MultiType::get≠(), using type-traits instead.
(edit) @11000   8 years landauf using strongly typed enum classes for RadarViewable::Shape
(edit) @10999   8 years landauf using strongly typed enum classes in various modules
(edit) @10998   8 years landauf using strongly typed enum class in pickups and triggers.
(edit) @10997   8 years landauf using strongly typed enum class in questsystem. this also revealed a …
(edit) @10996   8 years landauf using a strongly typed enum class for Light-Type. added support for …
(edit) @10995   8 years landauf bugfix: LANDiscoverable was not registered (and thus it wasn't …
(edit) @10994   8 years landauf using some constexpr
(edit) @10993   8 years landauf using constructor delegation
(edit) @10992   8 years landauf for all non-copyable classes (i.e. those with deleted …
(edit) @10991   8 years landauf fix for the previous commit
(edit) @10990   8 years landauf use '= delete' to explicitly delete unimplemented copy-constructors …
(edit) @10989   8 years landauf using the c++11 chrono library to add milliseconds to the timestamp in …
(edit) @10988   8 years landauf use an unordered map and type_index to store identifiers by typeid
(edit) @10987   8 years landauf now it also works with MSVC to wrap an std::function in a Functor
Note: See TracRevisionLog for help on using the revision log.