Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7887   13 years landauf eol-style native
(edit) @7886   13 years landauf simplification
(edit) @7885   13 years landauf fixed minor memory leak
(edit) @7882   13 years scheusso improving gamestate processing and generation
(edit) @7881   13 years scheusso fixing possible malloc/delete problem
(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) @7878   13 years scheusso -some cleaning up -fixing disconnect behaviour -trying to find a bug
(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) @7875   13 years scheusso using master.orxonox.net as new url for our masterserver
(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) @7869   13 years bknecht there will be an animation engine in CEGUI 0.7.x
(edit) @7868   13 years landauf use exit() instead of abort() if the ogre config dialog was canceled …
(edit) @7867   13 years landauf removed console command branches
(edit) @7866   13 years bknecht removing old branch
(edit) @7865   13 years landauf renamed pong level, added a bot, and changed the pong gametype to …
(edit) @7864   13 years bknecht creating new branch to work on menu animations
(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) @7843   13 years jo Little feature added: Bot's are following their victims. So that they …
(edit) @7842   13 years jo Console command still doesn't seem to work. botLevel_ is now defined …
(edit) @7841   13 years jo That was not intened.
(edit) @7840   13 years jo Creating a console command.
(edit) @7839   13 years dafrick Fixing bug in LevelManager, already fixed in tutoriallevel branch, …
(edit) @7834   13 years jo The bot's level can be set via spawnpoints. Example: lastmanstanding level
(edit) @7833   13 years jo The ai's strength can be modified by changing the value botlevel_ . …
(edit) @7832   13 years jo Now the ai use lensflare if the weapon is on board and if they are …
(edit) @7831   13 years dafrick Improvements on QuestGUI, also documented some of the code.
(edit) @7830   13 years dafrick New implementation of QuestGUI. Should be much more usable now, …
(edit) @7829   13 years dafrick Fixing small bug in MultiTrigger.
(edit) @7828   13 years dafrick Fixed bug in LevelManager.
(edit) @7827   13 years jo First draft. The detector tries to detect events that are critical for …
(edit) @7826   13 years dafrick Creating new branch to work on tutorial level (and everything that …
(edit) @7825   13 years scheusso -enabling client-side gamestate diffing -added some optimisations
(edit) @7824   13 years scheusso this should prevent disconnecting clients from crashing our servers ;)
(edit) @7823   13 years scheusso again some structural changes in network to increase …
(edit) @7822   13 years scheusso creating new network6 branch to fix possible bug when client disconnects
(edit) @7821   13 years scheusso removing branches not needed anymore
(edit) @7820   13 years rgrieder Fixed problem with files directly supplied to ORXONOX_ADD_TARGET.
(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) @7817   13 years rgrieder Merged r7816 from sandbox_qt.
(edit) @7816   13 years rgrieder Improved exception handling in sandbox Qt.
(edit) @7815   13 years rgrieder Added code for the PCH Analyser (but impossible to use without a …
(edit) @7814   13 years rgrieder Created fork for PCH analysis: MSVC can produce output that shows …
(edit) @7813   13 years rgrieder Fixed build.
(edit) @7812   13 years rgrieder Removed merged branch.
(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) @7808   13 years rgrieder Changed two details.
(edit) @7807   13 years rgrieder Adding static linker flags (used by MSVC only).
(edit) @7806   13 years rgrieder Sorted out Visual Leak Detector issues (using new version 2 now).
(edit) @7805   13 years rgrieder Changed source file handling procedure, especially for Qt moc files.
(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) @7800   13 years rgrieder Fixed build.
(edit) @7799   13 years rgrieder Fixed build.
(edit) @7798   13 years scheusso another try ;)
(edit) @7797   13 years scheusso trying to make forcefield synchronisable
(edit) @7796   13 years dafrick Making PickupSpawner more secure. Small gui adjustment.
(edit) @7795   13 years scheusso disabling formationflight per default (as it seems to make bots more …
(edit) @7794   13 years scheusso WANDiscovery singleton is now in graphics scope (not needed in console …
(edit) @7793   13 years scheusso some changes in WANDiscovering: - fixed a bug which caused memory …
(edit) @7792   13 years dafrick Forgot a comma in the bot name list.
(edit) @7791   13 years dafrick Resolving bug in release mode, asserts apparently are just ignored …
(edit) @7790   13 years scheusso changing landiscoverable port to fix problem when running masterserver …
(edit) @7789   13 years rgrieder Renaming branch to better fit it's purpose. Please use 'svn switch …
(edit) @7788   13 years scheusso merged network5 into presentation2 branch (untested)
(edit) @7787   13 years scheusso creating presentation2 branch (in order to merge network5 into it)
(edit) @7786   13 years dafrick Also applying the skybox changes to the presentation branch. ;)
(edit) @7785   13 years decapitb skyBoxMoreNebula inserted in level lastManStanding, let me know if …
(edit) @7782   13 years youngk ois_update branch now compiles on all unixes again. Made a minor booboo.
(edit) @7781   13 years scheusso fix: NHC doesn't aim (and shoot) at own spaceship and objects to close …
(edit) @7780   13 years scheusso some fixes reactivating acking and gamestate diffing
Note: See TracRevisionLog for help on using the revision log.