Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @9970   10 years jo Adjusting the Miscellaneaus menu to turn off the auto-end feature.
(edit) @9969   10 years jo Automatically show the menu for gametypes that call Gametype::end() - …
(edit) @9968   10 years landauf fixed crash while loading lastManStanding.oxw (BigExplosion is now a …
(edit) @9967   10 years landauf call by reference instead of value
(edit) @9966   10 years landauf moved declarations to follow our formatting guidelines. no changes in code
(edit) @9965   10 years landauf simplified algorithm. turns out this code actually tries to find the …
(edit) @9964   10 years landauf removed unused code (some of the code was after a 'return' statement …
(edit) @9963   10 years landauf removed unused variable. RaceCheckPoint is a WorldEntity itself, so it …
(edit) @9962   10 years landauf fixed warnings (msvc)
(edit) @9961   10 years landauf fixed warnings (msvc)
(edit) @9960   10 years landauf fixed warning (msvc): the cast affected only '50' and not the whole …
(edit) @9959   10 years landauf don't re-initialize the random number generator - we already do this …
(edit) @9958   10 years landauf user lower-case for all module names
(edit) @9957   10 years landauf fixed a number of linker warnings with msvc
(edit) @9956   10 years landauf fixed build with msvc (it seems to use c++98 which has 3 overloads of …
(edit) @9955   10 years landauf removed temporary files and added them to the ignore list
(edit) @9954   10 years landauf moved all invader enemy templates into one file. fixed warning about …
(edit) @9953   10 years landauf fixed error when starting Invaders.oxw
(edit) @9952   10 years landauf neither ParticleSpawner nor the explosion_ object need to be …
Note: See TracRevisionLog for help on using the revision log.