Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11080   9 years landauf merged shaders back to trunk (pps project from HS 2012)
(edit) @11079   9 years landauf bugfix: the attached objects are stored in a set, so there's no …
(edit) @11078   9 years landauf fixed numerous issues: - fixed memory leaks (delete allocated heap …
(edit) @11077   9 years muemart Remove some non-ASCII characters to avoid encoding issues. This only …
(edit) @11076   9 years muemart Add CMake configs for Clang. Most of it is reused from GCC.
(edit) @11075   9 years landauf fixed author and added some c++11 features
(edit) @11074   9 years landauf eol-style native
(edit) @11073   9 years landauf merged branch 'shaders' into branch 'shaders_merge'
(edit) @11072   9 years landauf created branch to merge 'shaders' branch (from pps HS 2012)
(edit) @11071   9 years landauf merged branch cpp11_v3 back to trunk
(edit) @11070   9 years landauf return collections directly instead of begin and end iterators. this …
(edit) @11069   9 years landauf fixed enums
(edit) @11068   9 years landauf merged remaining commits from cpp11_v2 to cpp11_v3 (for some reason …
(edit) @11067   9 years landauf shortened code
(edit) @11066   9 years landauf fixed unittests (IdentifierManager doesn't always exist in tests)
(edit) @11065   9 years landauf added c++11 features to code that was added in presentationHS15
(edit) @11064   9 years landauf made some functions non-virtual
(edit) @11063   9 years landauf ups, forgot to commit a file
(edit) @11062   9 years landauf added c++11 features to code that was modified in presentationHS15
(edit) @11061   9 years landauf made some functions non-virtual
(edit) @11060   9 years landauf made some functions non-virtual
(edit) @11059   9 years landauf return const-ref to collections instead of pointer
(edit) @11058   9 years landauf removed empty tick functions
(edit) @11057   9 years landauf removed empty XMLPort functions
(edit) @11056   9 years landauf merged last commit from presentationHS15 to trunk
(edit) @11055   9 years landauf reverted r11051 because apparently overlays DOES depend on weapons …
(edit) @11054   9 years landauf merged branch cpp11_v2 into cpp11_v3
(edit) @11053   9 years landauf created new branch to merge cpp11_v2 with trunk
(edit) @11052   9 years landauf merged branch presentationHS15 back to trunk
(edit) @11051   9 years landauf overlays module doesn't need to depend on weapons module since only …
(edit) @11050   9 years landauf some cleanup in data files
(edit) @11049   9 years landauf reverted particle effect in pong.oxw to old value
(edit) @11048   9 years landauf fixed material in particle effects
(edit) @11047   9 years landauf fixed weapon setting include
(edit) @11046   9 years landauf added argument completion function for active gui sheets. TODO a) …
(edit) @11045   9 years landauf added argument completion function for overlay groups
(edit) @11044   9 years landauf fixed visibility of weapon hud: - propagate changedVisibility to all …
(edit) @11043   9 years landauf more cleanup & deleting member objects in destructor
(edit) @11042   9 years landauf use only default constructor (with context, but no other arguments)
(edit) @11041   9 years landauf cleanup in hover module
(edit) @11040   9 years landauf hover: maze size is now fully configurable in xml
(edit) @11039   9 years landauf some cleanup in planetLevelHS15.oxw. using a directional light & …
(edit) @11038   9 years landauf disable shadows on skybox
(edit) @11037   9 years landauf fixed skybox in city-level (planetLevelHS15.oxw). materials must be …
(edit) @11036   9 years landauf fixed credits, added credit for MazeGenerator
(edit) @11035   9 years landauf moved maze-generator-code into separate class. made all static …
(edit) @11034   9 years fvultier Merge latest changes from fabienHS15 to presentationHS15.
(edit) @11033   9 years fvultier Bug in Munition.cc fixed.
(edit) @11032   9 years landauf fixed another situation where a timer may keep existing after the …
(edit) @11031   9 years landauf bugfix: due to a limitation of the framework, timers are not …
(edit) @11030   9 years landauf fixed some compiler warnings (MSVC)
(edit) @11029   9 years landauf fixed compiler errors (MSVC): StaticEntity has no tick() function + …
(edit) @11028   9 years landauf fixed compiler error (MSVC): static members with non-integral type …
(edit) @11027   9 years fvultier Implemented a feature that was requested during PPS: Vulnerability can …
(edit) @11026   9 years landauf eol-style:native
(edit) @11025   9 years landauf tabs → spaces
(edit) @11024   9 years landauf removed old branches
(edit) @11023   9 years landauf bugfix: use orxonox_cast instead of c-style-cast and check if the …
(edit) @11022   9 years landauf tweaked portal sound a bit
(edit) @11021   9 years landauf merged branch soundEffects back to trunk. for some reason it was never …
(edit) @11020   9 years landauf fixed some cases where 'delete' was used instead of destroy()
(edit) @11019   9 years landauf (re-)added warning when a destroyable gets deleted without using …
(edit) @11018   9 years landauf I think it's sufficient if Timer is a Listable. A timer is often used …
(edit) @11017   9 years landauf write warning to console if unloading of plugins is disabled
(edit) @11016   9 years landauf Added config value to PluginManager to define whether a dereferenced …
(edit) @11015   9 years landauf added option to merely deactivate a plugin when its reference count …
(edit) @11014   9 years landauf moved code for loading/unloading a plugin into separate functions
(edit) @11013   9 years landauf make sure the plugin is always unloaded after a test
(edit) @11012   9 years landauf added unittest for plugin loading and unloading
(edit) @11011   9 years landauf moved command line argument from Main to Core because it is used there
(edit) @11010   9 years muemart Remove std::string forward declaration, conflicted with new libstdc++
(edit) @11009   9 years landauf merged single revision from cpp11_v2 to trunk to fix multiplayer
(edit) @11008   9 years landauf and finally some strongly typed enums in util.
(edit) @11007   9 years landauf made some enums in core library strongly typed. for other enums in …
(edit) @11006   9 years landauf made some enums in network library strongly typed. for most other …
(edit) @11005   9 years landauf using strongly typed enum in various classes in orxonox-library
(edit) @11004   9 years landauf using strongly typed enum class in WorldEntity
(edit) @11003   9 years landauf using strongly typed enum class in notifications. …
(edit) @11002   9 years landauf MultiType now supports strongly typed enum classes. Their values are …
(edit) @11001   9 years landauf removed spezializations for MultiType::get≠(), using type-traits instead.
(edit) @11000   9 years landauf using strongly typed enum classes for RadarViewable::Shape
(edit) @10999   9 years landauf using strongly typed enum classes in various modules
(edit) @10998   9 years landauf using strongly typed enum class in pickups and triggers.
(edit) @10997   9 years landauf using strongly typed enum class in questsystem. this also revealed a …
(edit) @10996   9 years landauf using a strongly typed enum class for Light-Type. added support for …
(edit) @10995   9 years landauf bugfix: LANDiscoverable was not registered (and thus it wasn't …
(edit) @10994   9 years landauf using some constexpr
(edit) @10993   9 years landauf using constructor delegation
(edit) @10992   9 years landauf for all non-copyable classes (i.e. those with deleted …
(edit) @10991   9 years landauf fix for the previous commit
(edit) @10990   9 years landauf use '= delete' to explicitly delete unimplemented copy-constructors …
(edit) @10989   9 years landauf using the c++11 chrono library to add milliseconds to the timestamp in …
(edit) @10988   9 years landauf use an unordered map and type_index to store identifiers by typeid
(edit) @10987   9 years landauf now it also works with MSVC to wrap an std::function in a Functor
(edit) @10986   9 years landauf use the existing class 'FunctorPointer' to store the callable object. …
(edit) @10985   9 years landauf call function without using a touple
(edit) @10984   9 years landauf fixed warnings in test (msvc)
(edit) @10983   9 years landauf added a bunch of unit tests for Functor
(edit) @10982   9 years landauf now it's again possible to use std::type_info instead of type_index
(edit) @10981   9 years landauf not sure what's better: limiting functor to 5 arguments or having …
Note: See TracRevisionLog for help on using the revision log.