Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11148   9 years landauf added doxygen to build dependencies
(edit) @11147   9 years landauf removed orxonox user
(edit) @11146   9 years landauf fixed jenkins-slave. let orxonox build environment also depend on …
(edit) @11145   9 years landauf added dockerfile for a jenkins-slave
(edit) @11144   9 years landauf added dockerfile for orxonox' build environment on ubuntu 14.04
(edit) @11143   9 years landauf
(edit) @11142   9 years sagerj first commit, added discharger weaponclass
(edit) @11141   9 years plehmann added a comment
(edit) @11140   9 years fvultier New branch for PPS FS16
(edit) @11139   9 years fvultier New branch for PPS FS16
(edit) @11138   9 years fvultier
(edit) @11137   9 years plehmann new branch for pps
(edit) @11136   9 years fvultier Made tutorial compatible with the new core.
(edit) @11135   9 years fvultier
(edit) @11134   9 years fvultier Files needed for the tutorial added.
(edit) @11133   9 years fvultier branch for new tutorial
(edit) @11132   9 years landauf fixed overlays with ogre 1.9. OverlaySystem must be initialized once …
(edit) @11131   9 years landauf initialize overlay component
(edit) @11130   9 years landauf forgot to commit 2 files in my previous commit: orxonox now compiles …
(edit) @11129   9 years landauf orxonox now compiles with ogre 1.9 (but still needs some other changes)
(edit) @11128   9 years landauf let Planet inherit from Model to avoid code duplication (especially …
(edit) @11127   9 years landauf in ogre 1.9, overlays were moved into a separate component (i.e. a …
(edit) @11126   9 years landauf small refactoring: make variables in Model private
(edit) @11125   9 years landauf new branch to add support for ogre 1.9 to orxonox
(edit) @11124   9 years landauf fixed some more errors: use 0.8-notation for images
(edit) @11123   9 years landauf fixed some errors: use 0.8-notation for images
(edit) @11122   9 years landauf updated xsd files
(edit) @11121   9 years landauf updated xsd files
(edit) @11120   9 years bknecht initial migration of data files to cegui0.8
(edit) @11119   9 years bknecht creating data branch for cegui 0.8 migration
(edit) @11118   9 years bknecht initial commit to get orxonox to find and compile and start with …
(edit) @11117   9 years landauf preparing for CEGUI 0.8
(edit) @11116   9 years landauf ignore all kinds of build directories
(edit) @11115   9 years landauf fixed code to compile in 64bit mode
(edit) @11114   9 years landauf unfortunately std::put_time and std::get_time are only available in …
(edit) @11113   9 years landauf updated build-script to work with mingw-w64 and the new dependency package
(edit) @11112   9 years landauf removed unnecessary boost include
(edit) @11111   9 years muemart Some simplifications in StringUtils.cc
(edit) @11110   9 years bknecht Create CEGUI v0.8 migration branch
(edit) @11109   9 years zifloria changed build settings for tardis to use the new paths on the new …
(edit) @11108   9 years fvultier A few modifications in the weapon system: WeaponModes may play a …
(edit) @11107   9 years fvultier Some weapon fire and reload sounds.
(edit) @11106   9 years muemart Fix a memory leak. Also fix some potentially invalid references to …
(edit) @11105   9 years fvultier Removed wrong comments in Jump minigame. These comments were artifacts …
(edit) @11104   9 years fvultier Some HUDs (Health, Shield, Weapons, EnemyHealth, EnemyShield) are also …
(edit) @11103   9 years landauf fixed warnings (release build). fixed error in GravityBombField
(edit) @11102   9 years landauf removed merged branches from HS15
(edit) @11101   9 years landauf fixed build when combining new cegui with old ogre
(edit) @11100   9 years muemart Update FindLua5.1.cmake to work with newer versions. Also added …
(edit) @11099   9 years muemart Fix loads of doxygen warnings and other documentation issues
(edit) @11098   9 years muemart Minor C++11 improvements: - Drop ImplicitConversion.h in favor of …
(edit) @11097   9 years landauf fixed build on tardis.
(edit) @11096   9 years muemart Constexpr for some util things
(edit) @11095   9 years landauf simplified transparency-check
(edit) @11094   9 years landauf added night-mode in city level (with city-lights and darker skybox)
(edit) @11093   9 years landauf added dark skybox textures
(edit) @11092   9 years landauf removed skyboxHoenggerberg added glow effect for real skybox material
(edit) @11091   9 years landauf renamed city-level, removed planet and portals, using real skybox …
(edit) @11090   9 years landauf glowing skybox!
(edit) @11089   9 years landauf glow effect is now visible through transparent elements (e.g. …
(edit) @11088   9 years landauf improved glow effects
(edit) @11087   9 years landauf removed duplicate code
(edit) @11086   9 years landauf detail
(edit) @11085   9 years landauf enable glow shader in all scenes
(edit) @11084   9 years landauf added glow shader & textures
(edit) @11083   9 years muemart Fix some clang-tidy warnings. Also, Serialise.h was doing some C-style …
(edit) @11082   9 years landauf trying to fix bogus (?) warning on gcc [see …
(edit) @11081   9 years landauf fixed cmake script (cmake version 3.3.2)
(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
Note: See TracRevisionLog for help on using the revision log.