Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9941   10 years jo Adding most of the changes that were proposed in the release2012 branch.
(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) @9800   10 years jo Make the AI aware of the inherent team (number) of controllable …
(edit) @9799   10 years jo Make controllable entities adapt the controllers team number.
(edit) @9797   10 years jo Added Team functionality down to the controller class.
(edit) @9795   10 years jo Removed recursion bug. Invalid positioning/ collision detection still …
(edit) @9765   10 years bknecht util lib didn't link without boost-system. Error did occur in MultiType.cc.
(edit) @9759   10 years landauf fixed warning (msvc)
(edit) @9756   10 years jo Disabling the single tetris brick. Now all tetris bricks consists of …
(edit) @9730   10 years jo Making the setLives function more flexible. The game can be …
(edit) @9729   10 years jo Creating new console command to set the lives in a mission.
(edit) @9728   11 years jo Making a Mission endable by a ConsoleCommand such that it can be ended …
(edit) @9716   11 years jo Making the WaypointPatrolController configurable such that it can …
(edit) @9703   11 years landauf fixed build with boost 1.48 and 1.49
(edit) @9684   11 years landauf added missing includes
(edit) @9683   11 years landauf mingw with gcc 4.8 has its own version of sdkddkver.h which apparently …
(edit) @9682   11 years landauf fixed build on MSVC: unistd.h is not part of windows
(edit) @9676   11 years landauf fixed warnings with gcc 4.7
(edit) @9675   11 years landauf merged branch 'libs' back to trunk. orxonox now compiles and runs with …
(edit) @9674   11 years landauf fixed build for MinGW with GCC 4.6
(edit) @9672   11 years smerkli Added a few includes that were necessary with the switch to GCC > 4.7 …
(edit) @9667   11 years landauf merged core6 back to trunk
(edit) @9666   11 years landauf comments
(edit) @9663   11 years landauf replaced tabs with spaces
(edit) @9625   11 years smerkli Merged Maxim's Branch back into trunk.
(edit) @9595   11 years landauf merged r9594 to trunk
(edit) @9576   11 years landauf fall back to default parser if CEGUI cannot load XercesParser
(edit) @9575   11 years fmauro Force CEGUI to use Xerces parser instead of TinyXML with versions …
(edit) @9555   11 years smerkli Replaced explosion hack with another less ugly hack: - There is now …
(edit) @9550   11 years landauf merged testing branch back to trunk. unbelievable it took me 13 months …
(edit) @9546   11 years smerkli Added a BigExplosion creation to the Pawn constructor. This loads all …
(edit) @9526   11 years jo Merging presentationHS12 back to the trunk.
(edit) @9348   12 years landauf merged branch presentation2012merge back to trunk
(edit) @9265   12 years landauf fixed indentation
(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) @9256   12 years landauf I think this implementation of the hit() function rather belongs to …
(edit) @9255   12 years landauf fixed warnings in msvc removed authorship for code that wasn't written …
(edit) @9254   12 years landauf update radar-visibility if the visibility of the pawn itself changes. …
(edit) @9253   12 years landauf fixed crash in NotificationQueue - iterators are not guaranteed to be …
(edit) @9252   12 years landauf added missing call to RegisterObject (it crashed on windows) moved …
(edit) @9050   12 years dafrick More elegant resolution of discrepancies between cegui 0.6 and 0.7.
(edit) @9048   12 years dafrick Resolving a warning.
(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) @8937   12 years smerkli merged masterserverfix corretly now.
(edit) @8903   13 years baermatt Just excluding alutInit and alutExit on Mac OS X, because it causes an …
(edit) @8902   13 years baermatt Outcommented alutInit and alutExit because it caused a crash on Mac OS …
(edit) @8892   13 years jo Small adjustments.
(edit) @8891   13 years jo Ai and tutorial improvements merged back to the trunk. AI features: …
(edit) @8879   13 years baermatt Added 'ull' to some OutputContextMasks, because of an error with LLVM …
(edit) @8866   13 years dafrick Moved clone base method into Pickupable to avoid ambiguity.
(edit) @8864   13 years dafrick Improving output.
(edit) @8863   13 years landauf added warning if a super-function has two possible parents. this …
(edit) @8862   13 years landauf added config value to enable/disable preloading of menu sheets during …
(edit) @8861   13 years landauf added some additional output for loading steps that might take some …
(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) @8530   13 years landauf added config value to define the scroll speed in CEGUI listboxes. …
(edit) @8527   13 years landauf build fix for mingw, d_ostream.open() is not defined for wchar
(edit) @8521   13 years youngk Reverting changes from last commit concerning debug output.
(edit) @8514   13 years youngk Testing commit: Sound
(edit) @8505   13 years rgrieder Do not limit the main thread to the first Core/CPU on Windows. It …
(edit) @8484   13 years dafrick Turns out my pervious fix actually induced a bug, this fix should take …
(edit) @8482   13 years dafrick Fixing minor bug. When the InGameConsole was closed you would need to …
(edit) @8471   13 years rgrieder Fixed possible bug (avoid using 'this' in the initialiser list unless …
(edit) @8470   13 years rgrieder A classic fix ;) Orxonox crashed on startup.
(edit) @8469   13 years rgrieder Fixed trunk.
(edit) @8467   13 years rgrieder Bugfix for log file paths containing non ASCII characters. Only works …
(edit) @8464   13 years dafrick Some more changes…
(edit) @8463   13 years dafrick Adjusting some debug output with the added bonus of no more Segfaults …
(edit) @8461   13 years smerkli a little less verbosity, a little more action please :D
(edit) @8458   13 years smerkli merged spaceboundaries
(edit) @8457   13 years FelixSchulthess merged portals branch into trunk
(edit) @8439   13 years rgrieder Fixed overlay drawing issue with CEGUI 0.7 (thx Crazy Eddie!). You …
(edit) @8436   13 years scheusso fixing uninitialised values
(edit) @8424   13 years rgrieder Build fix for Ogre 1.6 on Windows.
(edit) @8423   13 years rgrieder Added and incorporated new class DestructionHelper: instead of doing …
(edit) @8420   13 years rgrieder MSVC: use the user's vld.ini file for the Visual Leak Detector.
(edit) @8419   13 years rgrieder Fixed a bug. But that doesn't really change anything ;( CEGUI still …
Note: See TracRevisionLog for help on using the revision log.