Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9981   12 years landauf I think that was a bug - why should a command not be added if it has …
(edit) @9980   12 years jo Adding delay timer to show the main menu after a game ended automatically.
(edit) @9979   12 years landauf simplified the boost command in HumanController by using the new …
(edit) @9978   12 years landauf added new keybind mode 'OnPressAndRelease' which triggers both when a …
(edit) @9977   12 years jo So far so good. Unfortunately I did not figure out what is wrong with …
Diff Rev Age Author Log Message
(edit) @9975   12 years landauf details
(edit) @9974   12 years landauf docking should take actual control, not just temporary. this also …
(edit) @9973   12 years landauf several (potential) bugfixes in SpaceRaceController: * check if there …
(edit) @9972   12 years jo Something went wrong. I will correct the error later. So far just this …
(edit) @9971   12 years landauf return reference instead of copy. this also fixes a crash in …
(edit) @9970   12 years jo Adjusting the Miscellaneaus menu to turn off the auto-end feature.
(edit) @9969   12 years jo Automatically show the menu for gametypes that call Gametype::end() - …
(edit) @9968   12 years landauf fixed crash while loading lastManStanding.oxw (BigExplosion is now a …
(edit) @9967   12 years landauf call by reference instead of value
(edit) @9966   12 years landauf moved declarations to follow our formatting guidelines. no changes in code
(edit) @9965   12 years landauf simplified algorithm. turns out this code actually tries to find the …
(edit) @9964   12 years landauf removed unused code (some of the code was after a 'return' statement …
(edit) @9963   12 years landauf removed unused variable. RaceCheckPoint is a WorldEntity itself, so it …
(edit) @9962   12 years landauf fixed warnings (msvc)
(edit) @9961   12 years landauf fixed warnings (msvc)
(edit) @9960   12 years landauf fixed warning (msvc): the cast affected only '50' and not the whole …
(edit) @9959   12 years landauf don't re-initialize the random number generator - we already do this …
(edit) @9958   12 years landauf user lower-case for all module names
(edit) @9957   12 years landauf fixed a number of linker warnings with msvc
(edit) @9956   12 years landauf fixed build with msvc (it seems to use c++98 which has 3 overloads of …
(edit) @9955   12 years landauf removed temporary files and added them to the ignore list
(edit) @9954   12 years landauf moved all invader enemy templates into one file. fixed warning about …
(edit) @9953   12 years landauf fixed error when starting Invaders.oxw
(edit) @9952   12 years landauf neither ParticleSpawner nor the explosion_ object need to be …
(edit) @9951   12 years landauf details
(edit) @9950   12 years landauf ParticleEmitter should be a StaticEntity just like every other …
(edit) @9949   12 years landauf removed duplicate code. there is no need for a second constructor. if …
(edit) @9948   12 years landauf comment
(edit) @9947   12 years landauf bugfix: explosion-sound was always positioned at world-coordinates …
(edit) @9946   12 years landauf removed debug output
(edit) @9945   12 years landauf replaced tabs with spaces. no changes in code
(edit) @9944   12 years landauf no Thilo, we don't want to call preDestroy() made documentation of …
(edit) @9943   12 years landauf eol-style native
(edit) @9942   12 years jo Disabling addbots for Invaders, since it will cause the game to crash.
(edit) @9941   12 years jo Adding most of the changes that were proposed in the release2012 branch.
(edit) @9940   12 years jo polishing the first Level - force the target station to be static.
(edit) @9939   12 years jo presentationHS13 branch merged into trunk
Diff Rev Age Author Log Message
(edit) @9834   12 years jo Fixing another bug introduced by the previous bug fix.
(edit) @9833   12 years jo Fixing cleanup bug, that causes orxonox to crash when tetris was …
(edit) @9832   12 years jo More fancy colored tetris bricks.
(edit) @9831   12 years jo Exchanging the tetris model.
Diff Rev Age Author Log Message
(edit) @9804   12 years jo Cleaning up the spacerace output.
(edit) @9803   12 years jo The brick falldown acceleration is increased, but the velocity is …
(edit) @9802   12 years jo Making the Tetris collision detection more robust, by decoupling …
(edit) @9801   12 years jo Eridicating a Tetris Bug, related to the positioning of a TetrisBrick …
(edit) @9800   12 years jo Make the AI aware of the inherent team (number) of controllable …
(edit) @9799   12 years jo Make controllable entities adapt the controllers team number.
(edit) @9798   12 years jo Testing alternative colouring mechanism for pawns → empty controller.
(edit) @9797   12 years jo Added Team functionality down to the controller class.
Diff Rev Age Author Log Message
(edit) @9795   12 years jo Removed recursion bug. Invalid positioning/ collision detection still …
Note: See TracRevisionLog for help on using the revision log.