Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7869   14 years bknecht there will be an animation engine in CEGUI 0.7.x
(edit) @7868   14 years landauf use exit() instead of abort() if the ogre config dialog was canceled …
(edit) @7867   14 years landauf removed console command branches
(edit) @7866   14 years bknecht removing old branch
(edit) @7865   14 years landauf renamed pong level, added a bot, and changed the pong gametype to …
(edit) @7864   14 years bknecht creating new branch to work on menu animations
(edit) @7863   14 years landauf disabled suicide for Spectator
(edit) @7862   14 years landauf added feature to Spectator which changes the keybind mode of the fire …
(edit) @7861   14 years landauf added function to KeyBinder which allows to change the keybind mode …
(edit) @7860   14 years landauf fixed a few issues related to the free mouse look mode (default CTRL …
(edit) @7859   14 years landauf implemented feature to reset the mouse cursor to the center used in …
(edit) @7858   14 years landauf removed some spaces
(edit) @7857   14 years landauf - fixed a crash if mouse look was switched on and off for a …
(edit) @7856   14 years landauf fixed (?) an endless loop in SoundManager::preUpdate if a non-looping …
(edit) @7855   14 years landauf fixed a bug which caused the application to crash if the game was …
(edit) @7854   14 years landauf detached AmbientSound from BaseObject - AmbientSound can not be placed …
(edit) @7853   14 years landauf fixed ambient sound in pong level
(edit) @7852   14 years landauf fixed crash in Pong gametype if the game was ended right after the …
(edit) @7851   14 years landauf added "safe mode" feature to FunctorMember: if enabled, the functor …
(edit) @7850   14 years landauf moved if(object) condition from WeakPtr to DestructionListener
(edit) @7849   14 years landauf Added DestructionListener, a class which gets notified if a certain …
(edit) @7848   14 years landauf fixed "sound volume out of range" warning when firing a rocked. max …
(edit) @7847   14 years landauf fixed two bugs regarding the munition
(edit) @7846   14 years landauf fixed "No munition class defined in WeaponMode" warning: you have to …
(edit) @7845   14 years landauf renamed weaponSettings3.oxi as weaponSettingsAssff.oxi removed …
(edit) @7844   14 years landauf fixed warning. hope this works on all supported systems, because …
(edit) @7843   14 years jo Little feature added: Bot's are following their victims. So that they …
(edit) @7842   14 years jo Console command still doesn't seem to work. botLevel_ is now defined …
(edit) @7841   14 years jo That was not intened.
(edit) @7840   14 years jo Creating a console command.
(edit) @7839   14 years dafrick Fixing bug in LevelManager, already fixed in tutoriallevel branch, …
(edit) @7834   14 years jo The bot's level can be set via spawnpoints. Example: lastmanstanding level
(edit) @7833   14 years jo The ai's strength can be modified by changing the value botlevel_ . …
(edit) @7832   14 years jo Now the ai use lensflare if the weapon is on board and if they are …
(edit) @7831   14 years dafrick Improvements on QuestGUI, also documented some of the code.
(edit) @7830   14 years dafrick New implementation of QuestGUI. Should be much more usable now, …
(edit) @7829   14 years dafrick Fixing small bug in MultiTrigger.
(edit) @7828   14 years dafrick Fixed bug in LevelManager.
(edit) @7827   14 years jo First draft. The detector tries to detect events that are critical for …
(edit) @7826   14 years dafrick Creating new branch to work on tutorial level (and everything that …
(edit) @7825   14 years scheusso -enabling client-side gamestate diffing -added some optimisations
(edit) @7824   14 years scheusso this should prevent disconnecting clients from crashing our servers ;)
(edit) @7823   14 years scheusso again some structural changes in network to increase …
(edit) @7822   14 years scheusso creating new network6 branch to fix possible bug when client disconnects
(edit) @7821   14 years scheusso removing branches not needed anymore
(edit) @7820   14 years rgrieder Fixed problem with files directly supplied to ORXONOX_ADD_TARGET.
(edit) @7819   14 years rgrieder Removed inconvenient code again.
(edit) @7818   14 years rgrieder Merged changes related to Visual Leak Detector and source file …
(edit) @7817   14 years rgrieder Merged r7816 from sandbox_qt.
(edit) @7816   14 years rgrieder Improved exception handling in sandbox Qt.
(edit) @7815   14 years rgrieder Added code for the PCH Analyser (but impossible to use without a …
(edit) @7814   14 years rgrieder Created fork for PCH analysis: MSVC can produce output that shows …
(edit) @7813   14 years rgrieder Fixed build.
(edit) @7812   14 years rgrieder Removed merged branch.
(edit) @7811   14 years rgrieder Fixed possible bug.
(edit) @7810   14 years rgrieder Added comment.
(edit) @7809   14 years rgrieder Fixed Doxygen problem ('Template' is not always a type).
(edit) @7808   14 years rgrieder Changed two details.
(edit) @7807   14 years rgrieder Adding static linker flags (used by MSVC only).
(edit) @7806   14 years rgrieder Sorted out Visual Leak Detector issues (using new version 2 now).
(edit) @7805   14 years rgrieder Changed source file handling procedure, especially for Qt moc files.
(edit) @7804   14 years dafrick Some more minor changes in documentation.
(edit) @7803   14 years dafrick Some small addition to the documentation.
(edit) @7802   14 years dafrick Making the level list in the LevelManager (and as consequence the …
(edit) @7801   14 years dafrick Merging presentation2 branch back to trunk.
(edit) @7800   14 years rgrieder Fixed build.
(edit) @7799   14 years rgrieder Fixed build.
(edit) @7798   14 years scheusso another try ;)
(edit) @7797   14 years scheusso trying to make forcefield synchronisable
(edit) @7796   14 years dafrick Making PickupSpawner more secure. Small gui adjustment.
(edit) @7795   14 years scheusso disabling formationflight per default (as it seems to make bots more …
(edit) @7794   14 years scheusso WANDiscovery singleton is now in graphics scope (not needed in console …
(edit) @7793   14 years scheusso some changes in WANDiscovering: - fixed a bug which caused memory …
(edit) @7792   14 years dafrick Forgot a comma in the bot name list.
(edit) @7791   14 years dafrick Resolving bug in release mode, asserts apparently are just ignored …
(edit) @7790   14 years scheusso changing landiscoverable port to fix problem when running masterserver …
(edit) @7789   14 years rgrieder Renaming branch to better fit it's purpose. Please use 'svn switch …
(edit) @7788   14 years scheusso merged network5 into presentation2 branch (untested)
(edit) @7787   14 years scheusso creating presentation2 branch (in order to merge network5 into it)
(edit) @7786   14 years dafrick Also applying the skybox changes to the presentation branch. ;)
(edit) @7785   14 years decapitb skyBoxMoreNebula inserted in level lastManStanding, let me know if …
(edit) @7782   14 years youngk ois_update branch now compiles on all unixes again. Made a minor booboo.
(edit) @7781   14 years scheusso fix: NHC doesn't aim (and shoot) at own spaceship and objects to close …
(edit) @7780   14 years scheusso some fixes reactivating acking and gamestate diffing
(edit) @7779   14 years konrad Final changes to menu
(edit) @7778   14 years scheusso removing some debug output i forgot in the last commit further testing …
(edit) @7777   14 years scheusso some () structural changes some functional changes (GamestateClient …
(edit) @7776   14 years scheusso this should fix problems on linux versions other than ubuntu 10.10
(edit) @7775   14 years scheusso this should reenable the SignalHandler's backtrace for more …
(edit) @7774   14 years scheusso some comments enable enet packet compression
(edit) @7773   14 years scheusso small fix (ensure correct termination of communicationThread)
(edit) @7772   14 years scheusso network is now multithreaded again further testing needed
(edit) @7771   14 years youngk Orxonox now properly loads resources on the Mac. It has become playable\!
(edit) @7770   14 years dafrick Changing masterserver port to 55557. Some minor adjustments: Fixed …
(edit) @7769   14 years smerkli fixes 2
(edit) @7768   14 years smerkli fixes
(edit) @7767   14 years youngk Committing a few minor changes to some files. They affect: Keyboard …
(edit) @7765   14 years smerkli prepared MSC for singleton usage.
(edit) @7764   14 years smerkli disconnect works now.
(edit) @7763   14 years smerkli disconnect implemented, switching to only use the MSC object of …
Note: See TracRevisionLog for help on using the revision log.