Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8855   13 years dafrick Cleaning up game immersion. Roughly documenting weapons module.
(edit) @8738   13 years landauf added "scale" for radar viewables. scale is relative, 1.0 means …
(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) @8706   13 years dafrick Merging presentation branch back into trunk. There are many new …
(edit) @8521   13 years youngk Reverting changes from last commit concerning debug output.
(edit) @8514   13 years youngk Testing commit: Sound
(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) @8470   13 years rgrieder A classic fix ;) Orxonox crashed on startup.
(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) @8436   13 years scheusso fixing uninitialised values
(edit) @8424   13 years rgrieder Build fix for Ogre 1.6 on Windows.
(edit) @8351   13 years rgrieder Merged kicklib2 branch back to trunk (includes former branches …
(edit) @8329   13 years scheusso preparing countermeasures against clients sending unwanted data
(edit) @8327   13 years scheusso merging network6 into trunk
(edit) @8316   13 years scheusso fix for dedicated Client
(edit) @8309   13 years dafrick Replacing toggleVisibility with show, since the OrxonoxOverlay (& …
(edit) @8306   13 years dafrick Fixing bug introduced just a few commits prior to this one. Also made …
(edit) @8303   13 years dafrick Another memory leak.
(edit) @8302   13 years dafrick Fixing memory leak in PickupCarrier.
(edit) @8300   13 years dafrick Apparently bug needs some more fixing.
(edit) @8297   13 years dafrick Possible bug fix in PickupCarrier.
(edit) @8234   13 years rgrieder Removed 6 MSVC warnings about conversions.
(edit) @8212   13 years jo Set lives value to 4 in last team standing gametype. 1 live is only …
(edit) @8178   13 years jo Merged lastmastanding3 into trunk. There's an xml parsing error that …
(edit) @8079   13 years landauf merged usability branch back to trunk incomplete summary of the …
(edit) @7937   13 years landauf fixing WE crash also in trunk since it's a rather severe problem
(edit) @7910   13 years landauf Ok, here comes a tricky one: we knew the destructor of WorldEntity is …
(edit) @7905   13 years landauf fixed positioning of independent children in destructor of WorldEntity
(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) @7892   13 years landauf fixed bug in bug fix
(edit) @7889   13 years landauf hack-fix: overridden implementations of stopLocalHumanControl() were …
(edit) @7879   13 years landauf moved compositor unloading to avoid crashes in rare cases disabled …
(edit) @7876   13 years dafrick Extending startGame and similar console commands, now also the level …
(edit) @7870   13 years landauf added feature: ogre config dialog keeps showing up on startup until …
(edit) @7863   13 years landauf disabled suicide for Spectator
(edit) @7862   13 years landauf added feature to Spectator which changes the keybind mode of the fire …
(edit) @7860   13 years landauf fixed a few issues related to the free mouse look mode (default CTRL …
(edit) @7859   13 years landauf implemented feature to reset the mouse cursor to the center used in …
(edit) @7858   13 years landauf removed some spaces
(edit) @7857   13 years landauf - fixed a crash if mouse look was switched on and off for a …
(edit) @7856   13 years landauf fixed (?) an endless loop in SoundManager::preUpdate if a non-looping …
(edit) @7855   13 years landauf fixed a bug which caused the application to crash if the game was …
(edit) @7854   13 years landauf detached AmbientSound from BaseObject - AmbientSound can not be placed …
(edit) @7851   13 years landauf added "safe mode" feature to FunctorMember: if enabled, the functor …
(edit) @7847   13 years landauf fixed two bugs regarding the munition
(edit) @7839   13 years dafrick Fixing bug in LevelManager, already fixed in tutoriallevel branch, …
(edit) @7804   13 years dafrick Some more minor changes in documentation.
(edit) @7803   13 years dafrick Some small addition to the documentation.
(edit) @7802   13 years dafrick Making the level list in the LevelManager (and as consequence the …
(edit) @7801   13 years dafrick Merging presentation2 branch back to trunk.
(edit) @7724   13 years dafrick Changing default level, since it has been renamed.
(edit) @7689   13 years dafrick Merging menu branch to trunk.
(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) @7648   13 years dafrick Merged releasetodo, containing a new way to describe and tag levels, …
(edit) @7606   13 years dafrick Some small detail I forgot to change.
(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) @7547   14 years dafrick Documenting and cleanup.
(edit) @7534   14 years dafrick Forgot to initialize value.
(edit) @7533   14 years dafrick Documenting in pickups module. Cleaning up in PickupManager. Removed …
(edit) @7504   14 years dafrick Pickups module is now (from what I can tell after some basic testing) …
(edit) @7502   14 years scheusso removing some debug stuff i forgot
(edit) @7495   14 years scheusso buffering incoming function calls for non-existing objects works now
(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) @7492   14 years dafrick Reverting changes to Billboard. Apparently Ogre 1.4 doesn't support …
(edit) @7491   14 years dafrick Implemented Billboard rotation. If there is a reason why it wasn't …
(edit) @7484   14 years dafrick Doing some documentation.
(edit) @7474   14 years dafrick Synchronizing Notifications. In the course of that, notifications are …
(edit) @7456   14 years dafrick Reviewing documentation fo Questsystem, moving documentation fully …
(edit) @7431   14 years rgrieder Merged another change from sandbox_qt to the trunk. Almost insignificant…
(edit) @7417   14 years rgrieder Removed StringCompare again.
(edit) @7413   14 years dafrick Removing some TODO comments. Better handling of duplicate name in …
(edit) @7403   14 years dafrick Merged notifications branch back to trunk.
(edit) @7401   14 years landauf merged doc branch back to trunk
(edit) @7284   14 years landauf merged consolecommands3 branch back to trunk. note: the console …
(edit) @7266   14 years rgrieder Moved Loki library files to separate loki folder in externals. Also …
(edit) @7184   14 years rgrieder Replaced mathematical constants with a common definition in Math.h. …
(edit) @7183   14 years rgrieder Removed a load of warnings for VS 2005 and possibly VS 2008.
(edit) @7182   14 years rgrieder Build fixes for Visual Studio 2005.
(edit) @7176   14 years landauf removed some (commented) code from BigExplosion. looks like an attempt …
(edit) @7174   14 years rgrieder Only catch exceptions you actually expect. And rethrow unknown …
(edit) @7172   14 years landauf removed network as dependency of tools. these libraries can build in …
(edit) @7171   14 years landauf removed a strange line that changed the game speed with a console …
(edit) @7168   14 years landauf sent some tabs to hell
(edit) @7166   14 years landauf added new macro to ConfigValueIncludes.h, "SetConfigValueExternal" for …
(edit) @7163   14 years dafrick Merged presentation3 branch into trunk.
(edit) @6901   14 years dafrick Fixed PickupCollection. It works now the way it was intended and no …
Note: See TracRevisionLog for help on using the revision log.