Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8373   13 years rgrieder Replaced code like bool b = someFunction(); assert(b); with …
(edit) @8372   13 years rgrieder Improved output of OrxAssert (line number, function name and file) and …
(edit) @8368   13 years rgrieder Added CMake configuration type "RelForDevs", which replaces …
(edit) @8367   13 years rgrieder by Adi: Fix for GCC 4.6. The actual problem is in CEGUIString.h, but …
(edit) @8366   13 years rgrieder Renamed PathConfig::isDevelopmentRun() to …
(edit) @8365   13 years rgrieder Use static linking for the externals to reduce code size as well as …
(edit) @8363   13 years rgrieder To avoid further confusion, I linked ORXONOX_RELEASE to the 'Release' …
(edit) @8358   13 years scheusso don't ask ;)
(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) @8314   13 years scheusso clarification of an assertion
(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) @8305   13 years dafrick Fixing another potential memory leak.
(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) @8267   13 years rgrieder Fixed typos.
(edit) @8245   13 years landauf keep it DRY
(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) @8215   13 years dafrick Bugfix, so that orxonox will start in modes that don't show any …
(edit) @8213   13 years dafrick Adding changes made to DistanceTrigger also in trunk. Also documenting …
(edit) @8212   13 years jo Set lives value to 4 in last team standing gametype. 1 live is only …
(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) @8088   13 years adrfried Updated Enet to version 1.3.1 updated patch
(edit) @8079   13 years landauf merged usability branch back to trunk incomplete summary of the …
(edit) @7958   13 years dafrick Fixed a warning.
(edit) @7955   13 years rgrieder No auto-linking for POCO too. Fixed build by explicitly linking …
(edit) @7954   13 years rgrieder Resolved ENet and windows header include problem for good.
(edit) @7952   13 years rgrieder Fixed MSCV include order problem with ENet and Ogre (only occurs with …
(edit) @7937   13 years landauf fixing WE crash also in trunk since it's a rather severe problem
(edit) @7911   13 years landauf Pong gametype should delete the objects it created
(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) @7891   13 years landauf keybind mode shouldn't be changed if it was defined explicitly in the …
(edit) @7889   13 years landauf hack-fix: overridden implementations of stopLocalHumanControl() were …
(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) @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) @7874   13 years landauf WindowEventListener now declares if the window's focus is active or …
(edit) @7873   13 years landauf fixed mouse cursor offset after window resize
(edit) @7872   13 years rgrieder Fixed msvc warning.
(edit) @7871   13 years rgrieder Fixed msvc build: Functor does not necessarily have to be parametrized …
(edit) @7870   13 years landauf added feature: ogre config dialog keeps showing up on startup until …
(edit) @7868   13 years landauf use exit() instead of abort() if the ogre config dialog was canceled …
(edit) @7865   13 years landauf renamed pong level, added a bot, and changed the pong gametype to …
(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) @7861   13 years landauf added function to KeyBinder which allows to change the keybind mode …
(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) @7852   13 years landauf fixed crash in Pong gametype if the game was ended right after the …
(edit) @7851   13 years landauf added "safe mode" feature to FunctorMember: if enabled, the functor …
(edit) @7850   13 years landauf moved if(object) condition from WeakPtr to DestructionListener
(edit) @7849   13 years landauf Added DestructionListener, a class which gets notified if a certain …
(edit) @7848   13 years landauf fixed "sound volume out of range" warning when firing a rocked. max …
(edit) @7847   13 years landauf fixed two bugs regarding the munition
(edit) @7846   13 years landauf fixed "No munition class defined in WeaponMode" warning: you have to …
(edit) @7844   13 years landauf fixed warning. hope this works on all supported systems, because …
(edit) @7839   13 years dafrick Fixing bug in LevelManager, already fixed in tutoriallevel branch, …
(edit) @7819   13 years rgrieder Removed inconvenient code again.
(edit) @7818   13 years rgrieder Merged changes related to Visual Leak Detector and source file …
(edit) @7811   13 years rgrieder Fixed possible bug.
(edit) @7809   13 years rgrieder Fixed Doxygen problem ('Template' is not always a type).
(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) @7709   13 years dafrick Merging data_cleanup branch. You will need to update your data …
(edit) @7689   13 years dafrick Merging menu branch 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) @7648   13 years dafrick Merged releasetodo, containing a new way to describe and tag levels, …
(edit) @7606   14 years dafrick Some small detail I forgot to change.
Note: See TracRevisionLog for help on using the revision log.