Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7909   13 years rgrieder Added missing std includes to ogremath and removed boost thread and …
(edit) @7908   13 years rgrieder Stripped down trunk to form a new light sandbox.
(edit) @7907   13 years rgrieder New light sandbox from trunk
(edit) @7906   13 years rgrieder Deleted old light sandbox.
(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) @7903   13 years scheusso Merge branch 'jo-test' into lms3
(edit) @7902   13 years scheusso creating new lastmanstanding branch
(edit) @7901   13 years jo Finally working as intended.
(edit) @7900   13 years scheusso castrating Thread.cc for windows because of high cpu usage
(edit) @7899   13 years jo Level polishing.
(edit) @7898   13 years scheusso trying to fix some uninitialised value warnings from valgrind remove …
(edit) @7897   13 years jo Problem with the destruction of the vector eachTeamsPlayers - couldn't …
(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) @7894   13 years dafrick Some extension of NotificationQueue, font size and color can now be …
(edit) @7893   13 years jo still problem with vector to fix
(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) @7890   13 years jo trying to find a bug
(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) @7884   13 years landauf eol-style native
(edit) @7883   13 years landauf no fucking clue what I'm doing here, but it looks like I just fixed …
(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) @7838   13 years dafrick Done testing…
(edit) @7837   13 years dafrick Adding symbolic link.
(edit) @7836   13 years dafrick Some things to test with.
(edit) @7835   13 years dafrick Create new test repository to test symbolic links.
(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.
Note: See TracRevisionLog for help on using the revision log.