Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11042   10 years landauf use only default constructor (with context, but no other arguments)
(edit) @11041   10 years landauf cleanup in hover module
(edit) @11040   10 years landauf hover: maze size is now fully configurable in xml
(edit) @11039   10 years landauf some cleanup in planetLevelHS15.oxw. using a directional light & …
(edit) @11036   10 years landauf fixed credits, added credit for MazeGenerator
(edit) @11035   10 years landauf moved maze-generator-code into separate class. made all static …
(edit) @11034   10 years fvultier Merge latest changes from fabienHS15 to presentationHS15.
(edit) @11033   10 years fvultier Bug in Munition.cc fixed.
(edit) @11032   10 years landauf fixed another situation where a timer may keep existing after the …
(edit) @11031   10 years landauf bugfix: due to a limitation of the framework, timers are not …
(edit) @11030   10 years landauf fixed some compiler warnings (MSVC)
(edit) @11029   10 years landauf fixed compiler errors (MSVC): StaticEntity has no tick() function + …
(edit) @11028   10 years landauf fixed compiler error (MSVC): static members with non-integral type …
(edit) @11027   10 years fvultier Implemented a feature that was requested during PPS: Vulnerability can …
(edit) @11026   10 years landauf eol-style:native
(edit) @11025   10 years landauf tabs → spaces
(edit) @11024   10 years landauf removed old branches
(edit) @11023   10 years landauf bugfix: use orxonox_cast instead of c-style-cast and check if the …
(edit) @11022   10 years landauf tweaked portal sound a bit
(edit) @11021   10 years landauf merged branch soundEffects back to trunk. for some reason it was never …
(edit) @11020   10 years landauf fixed some cases where 'delete' was used instead of destroy()
(edit) @11019   10 years landauf (re-)added warning when a destroyable gets deleted without using …
(edit) @11018   10 years landauf I think it's sufficient if Timer is a Listable. A timer is often used …
(edit) @11017   10 years landauf write warning to console if unloading of plugins is disabled
(edit) @11016   10 years landauf Added config value to PluginManager to define whether a dereferenced …
(edit) @11015   10 years landauf added option to merely deactivate a plugin when its reference count …
(edit) @11014   10 years landauf moved code for loading/unloading a plugin into separate functions
(edit) @11013   10 years landauf make sure the plugin is always unloaded after a test
(edit) @11012   10 years landauf added unittest for plugin loading and unloading
(edit) @11011   10 years landauf moved command line argument from Main to Core because it is used there
(edit) @11010   10 years muemart Remove std::string forward declaration, conflicted with new libstdc++
(edit) @11009   10 years landauf merged single revision from cpp11_v2 to trunk to fix multiplayer
(edit) @11008   10 years landauf and finally some strongly typed enums in util.
(edit) @11007   10 years landauf made some enums in core library strongly typed. for other enums in …
(edit) @11006   10 years landauf made some enums in network library strongly typed. for most other …
(edit) @11005   10 years landauf using strongly typed enum in various classes in orxonox-library
(edit) @11004   10 years landauf using strongly typed enum class in WorldEntity
(edit) @11003   10 years landauf using strongly typed enum class in notifications. …
(edit) @11002   10 years landauf MultiType now supports strongly typed enum classes. Their values are …
(edit) @11001   10 years landauf removed spezializations for MultiType::get≠(), using type-traits instead.
(edit) @11000   10 years landauf using strongly typed enum classes for RadarViewable::Shape
(edit) @10999   10 years landauf using strongly typed enum classes in various modules
(edit) @10998   10 years landauf using strongly typed enum class in pickups and triggers.
(edit) @10997   10 years landauf using strongly typed enum class in questsystem. this also revealed a …
(edit) @10996   10 years landauf using a strongly typed enum class for Light-Type. added support for …
(edit) @10995   10 years landauf bugfix: LANDiscoverable was not registered (and thus it wasn't …
(edit) @10994   10 years landauf using some constexpr
(edit) @10993   10 years landauf using constructor delegation
(edit) @10992   10 years landauf for all non-copyable classes (i.e. those with deleted …
(edit) @10991   10 years landauf fix for the previous commit
(edit) @10990   10 years landauf use '= delete' to explicitly delete unimplemented copy-constructors …
(edit) @10989   10 years landauf using the c++11 chrono library to add milliseconds to the timestamp in …
(edit) @10988   10 years landauf use an unordered map and type_index to store identifiers by typeid
(edit) @10987   10 years landauf now it also works with MSVC to wrap an std::function in a Functor
(edit) @10986   10 years landauf use the existing class 'FunctorPointer' to store the callable object. …
(edit) @10985   10 years landauf call function without using a touple
(edit) @10984   10 years landauf fixed warnings in test (msvc)
(edit) @10983   10 years landauf added a bunch of unit tests for Functor
(edit) @10982   10 years landauf now it's again possible to use std::type_info instead of type_index
(edit) @10981   10 years landauf not sure what's better: limiting functor to 5 arguments or having …
(edit) @10980   10 years landauf getHeaderIdentifier(): return the typeid of the actual function …
(edit) @10979   10 years landauf gcc doesn't allow an explicit spezialization of a function-template …
(edit) @10978   10 years landauf added comments
(edit) @10977   10 years landauf fixed build (with gcc)
(edit) @10976   10 years muemart Add some static asserts
(edit) @10975   10 years muemart Extend Functor to handle any callable objects (lambdas!). Had to …
(edit) @10974   10 years maxima merged campaign and presentation
(edit) @10971   10 years gania referenced the testing level in headers of child classes
(edit) @10970   10 years maxima Merged campaign and presentation. Everything seems to work fine.
(edit) @10969   10 years gania follow-up commit
(edit) @10968   10 years gania a little clean up
(edit) @10967   10 years maxima Added planetLevel to presentation. This level does not yet work on …
(edit) @10965   10 years luhug Finished!
(edit) @10963   10 years maxima Merged presentation and particleEffects branches. Added a new level, …
(edit) @10962   10 years maxima Merged presentation and exlposionChunks branches. Works fine. Added …
(edit) @10961   10 years maxima Merged presentation and fabiens branch. Had to modify hoverHUD and …
(edit) @10960   10 years maxima Merged presentation and hover branches. Hover minigame works fine.
(edit) @10959   10 years maxima New branch for PPS-presentation
(edit) @10958   10 years gania separated MasterController from my hierarchy
(edit) @10957   10 years bhatiab Fixed collisionshapes and camera angles for the spaceshuttle
(edit) @10956   10 years bhatiab Fixed Lighteffects for moving and breaking as well as the direction of …
(edit) @10955   10 years gania cleaned up a bit
(edit) @10954   10 years gania added Master
(edit) @10953   10 years gania converted hack to a legal class
(edit) @10952   10 years fvultier Missing include added.
(edit) @10951   10 years luhug Put together the elements of our project in a new Level, …
(edit) @10950   10 years paulsc Improved campaign menu
(edit) @10948   10 years holzerj Mine activation sound effect
(edit) @10947   10 years gstalder hover weapon template added
(edit) @10946   10 years gania fix for sigsegv?
(edit) @10944   10 years holzerj Polished Mine
(edit) @10943   10 years gstalder Added model and collision shapes to hover ship template
(edit) @10942   10 years vaydin added comments to the file
(edit) @10940   10 years meierman Invisible plate over the level
(edit) @10939   10 years vaydin forgot to delete bigexplosion
(edit) @10938   10 years meierman Removed some warnings
(edit) @10937   10 years vaydin Finalized everything deleted now unnecessary BigExplosion
(edit) @10935   10 years gania cleaned source up a bit
(edit) @10934   10 years gania fixed bugs that are not supposed to even exist by initializing a …
(edit) @10932   10 years bhatiab Added the screenshots to the levels, please UPDATE data_extern Branch …
Note: See TracRevisionLog for help on using the revision log.