Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11086   8 years landauf detail
(edit) @11085   8 years landauf enable glow shader in all scenes
(edit) @11083   8 years muemart Fix some clang-tidy warnings. Also, Serialise.h was doing some C-style …
(edit) @11082   8 years landauf trying to fix bogus (?) warning on gcc [see …
(edit) @11081   8 years landauf fixed cmake script (cmake version 3.3.2)
(edit) @11080   8 years landauf merged shaders back to trunk (pps project from HS 2012)
(edit) @11077   8 years muemart Remove some non-ASCII characters to avoid encoding issues. This only …
(edit) @11076   8 years muemart Add CMake configs for Clang. Most of it is reused from GCC.
(edit) @11071   8 years landauf merged branch cpp11_v3 back to trunk
(edit) @11056   8 years landauf merged last commit from presentationHS15 to trunk
(edit) @11052   8 years landauf merged branch presentationHS15 back to trunk
(edit) @11023   8 years landauf bugfix: use orxonox_cast instead of c-style-cast and check if the …
(edit) @11022   8 years landauf tweaked portal sound a bit
(edit) @11021   8 years landauf merged branch soundEffects back to trunk. for some reason it was never …
(edit) @11020   8 years landauf fixed some cases where 'delete' was used instead of destroy()
(edit) @11019   8 years landauf (re-)added warning when a destroyable gets deleted without using …
(edit) @11018   8 years landauf I think it's sufficient if Timer is a Listable. A timer is often used …
(edit) @11017   8 years landauf write warning to console if unloading of plugins is disabled
(edit) @11016   8 years landauf Added config value to PluginManager to define whether a dereferenced …
(edit) @11015   8 years landauf added option to merely deactivate a plugin when its reference count …
(edit) @11014   8 years landauf moved code for loading/unloading a plugin into separate functions
(edit) @11013   8 years landauf make sure the plugin is always unloaded after a test
(edit) @11012   8 years landauf added unittest for plugin loading and unloading
(edit) @11011   8 years landauf moved command line argument from Main to Core because it is used there
(edit) @11009   8 years landauf merged single revision from cpp11_v2 to trunk to fix multiplayer
(edit) @10820   8 years fvultier deleted useless file: spaceshipFS15 is the same as spaceshipHeartAttack
(edit) @10819   8 years fvultier deleted useless file: spaceshipFS15 is the same as spaceshipHeartAttack
(edit) @10801   8 years jo More straight forward jump level description.
(edit) @10728   8 years landauf disable LOD for MSVC and ogre version 1.8 because it leads to crashes
(edit) @10727   8 years landauf fixed warnings with MSVC14
(edit) @10726   8 years landauf fixed alignment warnings in MSVC14 (caused by SSE instructions in bullet)
(edit) @10716   8 years landauf let orxonox_main depend on plugins too. this means that every plugin …
(edit) @10712   8 years landauf fixed build with MSVC14
(edit) @10693   8 years landauf fixed undefined reference with msvc14 (only occurred in buildmode …
(edit) @10677   8 years fvultier Fixed minor issue in the WeaponsettingsASSF: The left and the right …
(edit) @10650   8 years fvultier There is now a spaceship that uses the gravity bomb. Minor …
(edit) @10648   8 years fvultier Removed EnergyDrink Weapon from SpaceshipASSFF. Improved documentation …
(edit) @10632   8 years fvultier Removed useless code (artifacts from copy-paste) in the Jump minigame.
(edit) @10631   8 years landauf the AI sometimes selected its own ship as target while it was steering …
(edit) @10630   8 years landauf avoid division by zero errors (happened e.g. if 'myposition' and …
(edit) @10629   8 years fvultier Merged towerdefenseFabien branch back to trunk. The towerdefense …
(edit) @10628   8 years landauf addendum to r10626 → pass the collision shape to Pawn::damage
(edit) @10626   8 years zifloria Fixed more of the same bug. Tower defense was also affected
(edit) @10625   8 years zifloria Fixed OrxonoxArcade. Points are awarded again. The problem was that I …
(edit) @10624   8 years landauf merged branch core7 back to trunk
(edit) @10622   8 years landauf merged branch presentationFS15merge back to trunk
(edit) @10546   9 years muemart Fix MSVC14/Visual Studio 2015 build: std::less must be constexpr
(edit) @10437   9 years fvultier Removed unnecessary output to console in kump minigame. Added a small …
(edit) @10318   9 years smerkli fixed destructor (during class hierarchy initialization)
(edit) @10317   9 years smerkli fixed compiler warnings
(edit) @10316   9 years smerkli only load debug drawer if graphics is enabled
(edit) @10299   9 years landauf fixed crash in SimpleRocket (during level-unloading). improved debug …
(edit) @10298   9 years landauf fixed potential crash during level-unloading: Namespace is a context …
(edit) @10297   9 years landauf improved underAttack.oxw - now with lots of turrets attached to the …
(edit) @10296   9 years landauf don't add the pawn's velocity to the projectile's velocity. this makes …
(edit) @10295   9 years muemart Avoid using the system path variables on windows (also gets rid of two …
(edit) @10294   9 years landauf made projectiles slower (and all have the same speed now). makes it …
(edit) @10293   9 years landauf avoid collisions between projectiles of a turret and the parent-pawn …
(edit) @10292   9 years landauf fixed text size in HUD (marker which shows the enemy's name). the …
(edit) @10291   9 years landauf simplified Math: temp is always positive, thus only solution1 is …
(edit) @10290   9 years landauf details
(edit) @10289   9 years landauf fixed target position calculation: a) the math was wrong (not sure …
(edit) @10288   9 years landauf added bullet settings for CCD (continuous collision detection) to …
(edit) @10287   9 years landauf use dynamic physics for projectiles. this seems to avoid 'tunneling' …
(edit) @10286   9 years landauf trying to fix msvc linker warnings related to /INCREMENTAL:YES
(edit) @10284   9 years landauf removed some unnecessary module dependencies
(edit) @10281   9 years landauf added command 'reloadLevel' (by default on F5) which reloads the level …
(edit) @10279   9 years landauf fixed msvc warnings
(edit) @10278   9 years landauf fixed issue with inline-lua-code. only add an extra space if there's …
(edit) @10277   9 years landauf potential fix of compile problem on tardis
(edit) @10274   9 years landauf fixed #419 http://www.orxonox.net/ticket/419 physics is only activated …
(edit) @10273   9 years landauf bugfix & simplification & comment by bknecht
(edit) @10272   9 years landauf reverted a part of the changes from r10264. only single lua-tags …
(edit) @10271   9 years landauf bugfix: resize CEGUI if render window changes size
(edit) @10270   9 years landauf fixed crash: cs can be null (e.g. when using the 'suicide' command)
(edit) @10269   9 years muemart Tweak the xml error message a bit
(edit) @10268   9 years landauf program icon now works also with MinGW. but I had to exclude the …
(edit) @10267   9 years muemart Add program icon for Windows builds (MSVC only for now)
(edit) @10266   9 years muemart Add support for paths with spaces for doxygen and exclude some enet pages
(edit) @10265   9 years landauf fixed build with older compilers (pre c++11)
(edit) @10264   9 years muemart Various fixes and improvements in the Loader (and LuaState) - When …
(edit) @10263   9 years landauf fixed details
(edit) @10262   9 years landauf eol-style native. no changes in code.
(edit) @10261   9 years landauf fixed warning
(edit) @10260   9 years landauf merged the latest changes from pickupsFS14 to trunk
(edit) @10259   9 years landauf recorded merge of pickupsFS14 up to r10112 (which was already mostly …
(edit) @10258   9 years landauf merged presentationHS14merge back to trunk
(edit) @10252   9 years muemart Fix MSVC debugging environment for newer versions
(edit) @10218   9 years landauf fixed build and warnings with MSVC
(edit) @10216   9 years landauf merged branch presentationFS14 back to trunk
(edit) @10210   9 years landauf not sure how the MSVC dependency package v7 works, but v6 still needs …
(edit) @10209   9 years muemart More MSVC fixes - Update dependecy package version requirements - …
(edit) @10208   9 years muemart Some small fixes for the MSVC build - Don't hardcode library names. …
(edit) @10207   9 years bknecht Replacing MSVC code for long integer with cross plattform compatible one
(edit) @10206   9 years landauf fixed build
(edit) @10197   9 years landauf avoid implicit conversion in MultiType.get<T>()
(edit) @10196   9 years landauf added BulletDebugDrawer to Scene. added console command to …
(edit) @10195   9 years landauf removed unnecessary material from BulletDebugDrawer. fixed crash with …
(edit) @10194   9 years landauf bugfix
(edit) @10193   9 years landauf details, made debug drawer more configurable
Note: See TracRevisionLog for help on using the revision log.