Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8601   13 years smerkli presentation level now has docking thingy added
(edit) @8600   13 years dafrick Some cleanup.
(edit) @8599   13 years anbueche comments and license added
(edit) @8598   13 years dafrick Adding HydroHarvester to lodInformation, to disable LOD.
(edit) @8597   13 years dafrick Merging steering branch into presentation branch.
(edit) @8596   13 years smerkli working on the presentation level
(edit) @8595   13 years dafrick Cleanup. Replacing tabs with spaces.
(edit) @8594   13 years landauf fixed a few warnings that were only visible with …
(edit) @8593   13 years dafrick Adjusting Assff2 to fit new engines.
(edit) @8592   13 years dafrick Merging weapons branch into presentation branch.
(edit) @8591   13 years dafrick Moving new weapon model to Assff2.
(edit) @8590   13 years jonas naechster versuch
(edit) @8589   13 years dafrick Merging bigships branch into presentation branch.
(edit) @8588   13 years dafrick Converting tabs to spaces.
(edit) @8587   13 years dafrick The Camera doesn't need to be a MovableEntity, which also averts …
(edit) @8586   13 years rgrieder Fixed MSVC build (dllexport problems) and warnings.
(edit) @8585   13 years rgrieder Found two more typos in SubString!
(edit) @8584   13 years dafrick Apparently this bug was already fixed by landauf in the trunk. So …
(edit) @8583   13 years dafrick Fixing possible bug.
(edit) @8582   13 years dafrick Fixing segfault, that occured when a SpaceShip was created without a …
(edit) @8581   13 years dafrick Fixing bug in SheetManager.lua
(edit) @8580   13 years dafrick Merging game immersion branch into presentation branch.
(edit) @8579   13 years dafrick Reverse merge to revert last, failed, merge. Apparently you can't …
(edit) @8578   13 years dafrick Merging game immersion branch into presentation branch.
(edit) @8577   13 years dafrick Cleanup. Adding shield and boost shaking to Assff.
(edit) @8576   13 years dafrick Boost is now truly toggled.
(edit) @8575   13 years dafrick Replacing tabs with spaces, renaming member variables to conform with …
(edit) @8574   13 years dafrick Reverting boost changes.
(edit) @8573   13 years dafrick Fixing Space Race.
(edit) @8572   13 years dafrick Adding some useful debug output.
(edit) @8571   13 years dafrick Fixing possible bug in Gametype.
(edit) @8570   13 years dafrick Adding ring explosion particle effect to presentation level.
(edit) @8569   13 years rgrieder Changed binary CMake option DISABLE_BUILD_UNITS to string option …
(edit) @8568   13 years dafrick Renaming member variables to adhere to styleguide, initialize values, …
(edit) @8567   13 years dafrick Some simplification.
(edit) @8566   13 years dafrick Fixing another bug.
(edit) @8565   13 years dafrick Fixing bug in tetris.
(edit) @8564   13 years dafrick Merging tetris branch into presentation branch.
(edit) @8563   13 years dafrick Works now.
(edit) @8561   13 years dafrick Merging dockingsystem2 branch to presentation branch.
(edit) @8560   13 years dafrick Some cleanup.
(edit) @8558   13 years rgrieder Renamed the infamous 'Compilation' to 'BuildUnit' which definitely …
(edit) @8557   13 years marwegma Godrays: Safety commit. 90017 N8
(edit) @8556   13 years dafrick Merging pickup branch into presentation branch.
(edit) @8555   13 years dafrick Some additional cleanup.
(edit) @8554   13 years dafrick Some cleanup. Ready for merge.
(edit) @8553   13 years simonmie added more comments, removed code marks, changed strange (wrong?) hit call
(edit) @8552   13 years msalomon
(edit) @8551   13 years simonmie added missing server variable transfer registration
(edit) @8550   13 years simonmie again comments for BasicProjectile
(edit) @8549   13 years simonmie some more comments, fixed initial damage missetting
(edit) @8548   13 years msalomon
(edit) @8547   13 years simonmie added set/get shield/health-damage functionality to RocketFire and …
(edit) @8546   13 years youngk Minor changes to the realism of planets in the presentation level.
(edit) @8545   13 years mastalde cleaded code and added some comments
(edit) @8544   13 years sven Spaceships attach now to the dock, fixed DockingController.
(edit) @8543   13 years ssgier copypasted templates for medium and huge in …
(edit) @8542   13 years simonmie comments added, unused parts removed, some spam messages removed
(edit) @8541   13 years dboehi Changed boost to start on key press and stop on key release
(edit) @8538   13 years simonmie some comments in test-Weaponsettings made
(edit) @8537   13 years catherine Almost working.
(edit) @8536   13 years ssgier added comments
(edit) @8535   13 years ssgier corrected comments
(edit) @8534   13 years ssgier finished code for ShrinkPickup, adapted XML file\
(edit) @8533   13 years simonmie SimpleRocket and Rocket are now BasicProjectiles - damage is working …
(edit) @8531   13 years adrfried skip external data directory if it was not found * this is useful if …
(edit) @8530   13 years landauf added config value to define the scroll speed in CEGUI listboxes. …
(edit) @8529   13 years landauf fixed lua error when pressing ESC ingame after closing the console
(edit) @8528   13 years landauf disable LOD for some of the debris meshes which cause a crash on old …
(edit) @8527   13 years landauf build fix for mingw, d_ostream.open() is not defined for wchar
(edit) @8525   13 years rgrieder Another hierarchy initialisation bug: BaseSound d'tor was always …
(edit) @8524   13 years rgrieder Fixed a serious problem with the debug levels for the Shells by …
(edit) @8523   13 years rgrieder Enabled text colouring again for the POSIX IO console. Please check on …
(edit) @8522   13 years rgrieder Added new output macro: DOUT. Use this instead of COUT(0) to produce …
(edit) @8521   13 years youngk Reverting changes from last commit concerning debug output.
(edit) @8520   13 years rgrieder Removed useless and possibly confusion feature: specifying a file with …
(edit) @8519   13 years rgrieder Changing the Core::bDevMode_ should also change the log levels to …
(edit) @8518   13 years rgrieder Sorted out log level handling on startup and transferred its control …
(edit) @8517   13 years rgrieder Improved logging to a file by rewriting the log according to the right …
(edit) @8516   13 years rgrieder Separate method in OutputHandler for updating the global debug level …
(edit) @8515   13 years rgrieder The output listener writing to the memory as buffer should record …
(edit) @8514   13 years youngk Testing commit: Sound
(edit) @8513   13 years kmaurus third reactionMode added
(edit) @8512   13 years smerkli changed presentation level a little
(edit) @8511   13 years anbueche added reenter delay, added comments
(edit) @8506   13 years kmaurus
(edit) @8505   13 years rgrieder Do not limit the main thread to the first Core/CPU on Windows. It …
(edit) @8504   13 years rgrieder Destructor code should be enclosed in this→isInitialized().
(edit) @8503   13 years dafrick Values that are needed in the destructor need to be initialized before …
(edit) @8502   13 years dafrick Minor changes.
(edit) @8501   13 years dafrick Minor changes.
(edit) @8500   13 years dafrick Adding menu navigation do DockingDialog.
(edit) @8499   13 years dafrick Creating new presentation branch.
(edit) @8498   13 years dafrick Removing some tags because the cause warnings for now, might be …
(edit) @8497   13 years marwegma Godrays: Implementing in progress.
(edit) @8496   13 years youngk Adjusted atmosphere size and added collision damage to planets.
(edit) @8494   13 years msalomon RaceCheckPoint type and test level for the spaceRace gametype.
(edit) @8493   13 years sven Added docking animations, skeletton for DockingController..
(edit) @8492   13 years simonmie New Shield effect added (from tibork), first working BasicProjectile …
(edit) @8491   13 years marwegma Safety Commit
Note: See TracRevisionLog for help on using the revision log.