Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @10192   9 years landauf destroy elements in Scene in the opposite order of their creation.
(edit) @10191   9 years landauf added customized visualization for cylinders and cones to …
(edit) @10190   9 years landauf added utility to visualize collision shapes
(edit) @10189   9 years landauf added new collision shape (cylinder)
(edit) @10188   9 years landauf change cmake policy in order to avoid warning because we currently …
(edit) @10187   9 years landauf fixed dependency issue in cmake script (which also fixes a bunch of …
(edit) @10186   9 years landauf trying to make cmake policy settings backwards compatible
(edit) @10185   9 years landauf fixed warnings with cmake 3.1
(edit) @9992   10 years jo The end of Area51UnderFire is ok. Unfortunately the explosion could …
(edit) @9991   10 years jo Removing an error concerning the NotificationQueu in EscapeTheBasterds.
(edit) @9990   10 years jo Some level improvements and clean up. Not finished yet. The quests …
(edit) @9989   10 years jo Some details added.
(edit) @9988   10 years jo Making the level more interesting. Now the player can actually fail to …
(edit) @9987   10 years jo Improving the portal handling, such that the way to go after passing …
(edit) @9986   10 years jo Improving the first mission. Two fixes are needed to make it well …
(edit) @9985   10 years jo Ending missionOne.
(edit) @9984   10 years landauf tab → spaces
(edit) @9983   10 years landauf detail
(edit) @9982   10 years landauf added option to force the arguments which are defined in the …
(edit) @9981   10 years landauf I think that was a bug - why should a command not be added if it has …
(edit) @9980   10 years jo Adding delay timer to show the main menu after a game ended automatically.
(edit) @9979   10 years landauf simplified the boost command in HumanController by using the new …
(edit) @9978   10 years landauf added new keybind mode 'OnPressAndRelease' which triggers both when a …
(edit) @9977   10 years jo So far so good. Unfortunately I did not figure out what is wrong with …
(edit) @9975   10 years landauf details
(edit) @9974   10 years landauf docking should take actual control, not just temporary. this also …
(edit) @9973   10 years landauf several (potential) bugfixes in SpaceRaceController: * check if there …
(edit) @9972   10 years jo Something went wrong. I will correct the error later. So far just this …
(edit) @9971   10 years landauf return reference instead of copy. this also fixes a crash in …
Note: See TracRevisionLog for help on using the revision log.