Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/modules

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9939   10 years jo presentationHS13 branch merged into trunk
(edit) @9834   10 years jo Fixing another bug introduced by the previous bug fix.
(edit) @9833   10 years jo Fixing cleanup bug, that causes orxonox to crash when tetris was …
(edit) @9804   10 years jo Cleaning up the spacerace output.
(edit) @9803   10 years jo The brick falldown acceleration is increased, but the velocity is …
(edit) @9802   10 years jo Making the Tetris collision detection more robust, by decoupling …
(edit) @9801   10 years jo Eridicating a Tetris Bug, related to the positioning of a TetrisBrick …
(edit) @9795   10 years jo Removed recursion bug. Invalid positioning/ collision detection still …
(edit) @9756   10 years jo Disabling the single tetris brick. Now all tetris bricks consists of …
(edit) @9675   11 years landauf merged branch 'libs' back to trunk. orxonox now compiles and runs with …
(edit) @9667   11 years landauf merged core6 back to trunk
(edit) @9550   11 years landauf merged testing branch back to trunk. unbelievable it took me 13 months …
(edit) @9526   11 years jo Merging presentationHS12 back to the trunk.
(edit) @9348   12 years landauf merged branch presentation2012merge back to trunk
(edit) @9264   12 years landauf fixed warning
(edit) @9263   12 years landauf store the next checkpoints in a set instead of Vector3 + some …
(edit) @9262   12 years landauf fixed bug in SpaceRaceManager - it used the wrong index to identify …
(edit) @9261   12 years landauf fixed start-countdown issue in spacerace
(edit) @9260   12 years landauf cleaned up new SpaceRace classes (no functional code-changes): - …
(edit) @9259   12 years landauf refactored HUDEnemyHealthBar: now it uses …
(edit) @9258   12 years landauf some cleanup
(edit) @9257   12 years landauf renamed RVName to radarname cast to RadarViewable instead of SpaceShip …
(edit) @9253   12 years landauf fixed crash in NotificationQueue - iterators are not guaranteed to be …
(edit) @9016   12 years jo Merging presentation2011 branch to trunk. Please check for possible bugs.
(edit) @8952   12 years dafrick Removing some unused variables and taking care of some other warnings …
(edit) @8891   13 years jo Ai and tutorial improvements merged back to the trunk. AI features: …
(edit) @8864   13 years dafrick Improving output.
(edit) @8859   13 years landauf fixed build for MSVC: "only static const integral data members can be …
(edit) @8858   13 years landauf merged output branch back to trunk. Changes: - you have to include …
(edit) @8855   13 years dafrick Cleaning up game immersion. Roughly documenting weapons module.
(edit) @8767   13 years dafrick Some cleanup…
(edit) @8738   13 years landauf added "scale" for radar viewables. scale is relative, 1.0 means …
(edit) @8737   13 years landauf fixed radar flashing red after killing an enemy with the steerable rocket
(edit) @8729   13 years rgrieder Merged unity_build branch back to trunk. Features: - Implemented …
(edit) @8727   13 years dafrick Cleaning up in SpaceShip and Engine. Fixed several bugs. Kicked …
(edit) @8713   13 years dafrick Cleaning up ShrinkPickup.
(edit) @8706   13 years dafrick Merging presentation branch back into trunk. There are many new …
(edit) @8471   13 years rgrieder Fixed possible bug (avoid using 'this' in the initialiser list unless …
(edit) @8469   13 years rgrieder Fixed trunk.
(edit) @8457   13 years FelixSchulthess merged portals branch into trunk
(edit) @8415   13 years dafrick AnD so should the comment say. ;)
(edit) @8414   13 years dafrick ScreenshotManager with gridSize = 1 works again.
(edit) @8413   13 years dafrick This should make the ScreenshotManager a lot more memory efficient.
(edit) @8406   13 years dafrick Quick fix for ScreenshotManager, such that it only needs memory when …
(edit) @8397   13 years youngk Added Newtonian Gravitation to the selection of force fields.
(edit) @8351   13 years rgrieder Merged kicklib2 branch back to trunk (includes former branches …
(edit) @8327   13 years scheusso merging network6 into trunk
(edit) @8305   13 years dafrick Fixing another potential memory leak.
(edit) @8297   13 years dafrick Possible bug fix in PickupCarrier.
(edit) @8234   13 years rgrieder Removed 6 MSVC warnings about conversions.
(edit) @8232   13 years dafrick Extending and reorganizing ScreenshotManager and SkyboxGenerator. The …
(edit) @8220   13 years dafrick Adding some default keybindings.
(edit) @8213   13 years dafrick Adding changes made to DistanceTrigger also in trunk. Also documenting …
(edit) @8193   13 years dafrick Resolving bug in MultiTrigger.
(edit) @8178   13 years jo Merged lastmastanding3 into trunk. There's an xml parsing error that …
(edit) @8108   13 years dafrick Merging changes from tetris branch into trunk, since they are also …
(edit) @8079   13 years landauf merged usability branch back to trunk incomplete summary of the …
(edit) @7911   13 years landauf Pong gametype should delete the objects it created
(edit) @7904   13 years landauf 2x virtual because it may be required in some cases (Singleton & …
(edit) @7896   13 years landauf actually I believe the condition should be the other way round …
(edit) @7895   13 years landauf implemented instant reloading of rocket munition because this was a …
(edit) @7886   13 years landauf simplification
(edit) @7885   13 years landauf fixed minor memory leak
(edit) @7880   13 years landauf radar doesn't abort if owner is missing radar works with all …
(edit) @7865   13 years landauf renamed pong level, added a bot, and changed the pong gametype to …
(edit) @7852   13 years landauf fixed crash in Pong gametype if the game was ended right after the …
(edit) @7848   13 years landauf fixed "sound volume out of range" warning when firing a rocked. max …
(edit) @7846   13 years landauf fixed "No munition class defined in WeaponMode" warning: you have to …
(edit) @7801   13 years dafrick Merging presentation2 branch back to trunk.
(edit) @7678   13 years dafrick Adding documentation for invertedSphere ForceField.
(edit) @7677   13 years dafrick Adding yet another class of ForceFields and using it in The Time Machine.
(edit) @7676   13 years dafrick Some documentation and simplification
(edit) @7674   13 years dafrick Resolving some stupid bugs and some adding some minor improvements.
(edit) @7673   13 years dafrick Documenting and extending ForceField. A little cleaning up in The Time …
(edit) @7655   13 years rgrieder Merged lastmanstanding back to trunk.
(edit) @7654   13 years rgrieder Reverted attempt to merge lastmanstanding branch.
(edit) @7653   13 years jo initial upload
(edit) @7652   13 years landauf eol-style native
(edit) @7601   14 years dafrick Adding all classes in modules/objects to Objects module (in doxygen). …
(edit) @7552   14 years dafrick Resolving some TODOs and doing some additional cleanup. Almost done now…
(edit) @7551   14 years dafrick Moved documentation for pickup module from wiki to doxygen.
(edit) @7549   14 years dafrick Resolving some more TODO's.
(edit) @7548   14 years dafrick Resolving some TODO's.
(edit) @7547   14 years dafrick Documenting and cleanup.
(edit) @7546   14 years dafrick Ok, this should finally do it.
(edit) @7545   14 years dafrick Improvements in InvisiblePickup.
(edit) @7544   14 years dafrick Fixing bug I introduced.
(edit) @7541   14 years dafrick Some more documentation.
(edit) @7540   14 years dafrick Some more documenting.
(edit) @7539   14 years dafrick Some cleanup in PickupManager.
(edit) @7533   14 years dafrick Documenting in pickups module. Cleaning up in PickupManager. Removed …
(edit) @7531   14 years dafrick Fixing bug, that caused segfault in pickups with multiplayer.
(edit) @7504   14 years dafrick Pickups module is now (from what I can tell after some basic testing) …
(edit) @7494   14 years dafrick Some documenting and cleaning up/re-organization in pickups module.
(edit) @7493   14 years dafrick Fixing small bug in Script (regarding number of executions). Fixed bug …
(edit) @7489   14 years dafrick Mostly more documentation.
(edit) @7488   14 years dafrick Some more documentation. Making NotificationManager Root scope, …
(edit) @7486   14 years dafrick Cleanup in Script. Some more documenting in Notifications module.
(edit) @7484   14 years dafrick Doing some documentation.
(edit) @7483   14 years dafrick Removing some debug output and come minor cleaning up.
Note: See TracRevisionLog for help on using the revision log.