Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8314   13 years scheusso clarification of an assertion
(edit) @8310   13 years dafrick Forgot one.
(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) @8265   13 years youngk Updated Planets level. Works perfectly now.
(edit) @8264   13 years rgrieder Removed build option "OGRE_PLUGINS" since it's not very useful. …
(edit) @8263   13 years youngk Changing planets level
(edit) @8253   13 years sladojem Planets level file updated.
(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) @8229   13 years dafrick Replacing old icon with new one, adjsuting .desktop file and adding …
(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) @8179   13 years rgrieder Hopefully fixed XML parsing errors at startup (can't test right now, sry).
(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) @8093   13 years adrfried add desktop-file, icon and manpage
(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) @8009   13 years jo Fixed timers in asteroids level. The goal can be reached with 4s …
(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) @7914   13 years landauf since the mac_osx branch doesn't seem to get merged anytime soon, I …
(edit) @7913   13 years landauf fixed crash when pressing 'enter' in a menu (why does no one notice …
(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) @7888   13 years landauf fixed title of miscellaneous settings
(edit) @7887   13 years landauf eol-style native
(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) @7877   13 years dafrick Some minor simplification in InGameMenu.lua
(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) @7853   13 years landauf fixed ambient sound in pong level
(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) @7845   13 years landauf renamed weaponSettings3.oxi as weaponSettingsAssff.oxi removed …
(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) @7810   13 years rgrieder Added comment.
(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) @7785   13 years decapitb skyBoxMoreNebula inserted in level lastManStanding, let me know if …
(edit) @7734   13 years dafrick Adding new looknfeel (still experimental, thus not new default).
(edit) @7732   13 years konrad Credits Menu is now scrollable
(edit) @7726   13 years konrad decision popup in ingame menu has been changed
(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) @7690   13 years dafrick Adjusting some small thing that got forgotten while merging.
(edit) @7689   13 years dafrick Merging menu branch to trunk.
(edit) @7680   13 years dafrick Forgot to rename one level file.
Note: See TracRevisionLog for help on using the revision log.