Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8705   13 years dafrick The calling of tthe docking dialog is now synchronized (but not the …
(edit) @8704   13 years dafrick Only escape [] in CEGUI tetx of version is ≥ 0.7
(edit) @8703   13 years landauf two fixes for cegui 0.7 sometimes there's an exception while closing …
(edit) @8702   13 years landauf fixed radian ↔ degree conversion bug
(edit) @8700   13 years dafrick Adherence to styleguide.
(edit) @8694   13 years scheusso fixed a network problem with SpaceBoundaries please don't use new on …
(edit) @8692   13 years rgrieder Added "getTimeFactor" console command.
(edit) @8686   13 years rgrieder Fixed missing include.
(edit) @8684   13 years dafrick Adding some sound.
(edit) @8682   13 years dafrick Hack-ish Hack to just have one HUD at a time.
(edit) @8681   13 years dafrick gametypeInfo didn't quite work in Tetris.
(edit) @8680   13 years dafrick Make the camera position stay the same between differnet stones in Tetris.
(edit) @8679   13 years dafrick Finalizing presentation level.
(edit) @8675   13 years dafrick Fixing problems with beaconMask being NULL.
(edit) @8673   13 years dafrick Merging hudimprovements branch into presentation branch.
(edit) @8668   13 years landauf small cleanup
(edit) @8667   13 years dafrick Possible fix for segfaults due to player being NULL.
(edit) @8666   13 years dafrick Possible fix. Doesn't really address the issoe though.
(edit) @8665   13 years dafrick Notifications should now work over the network. Thanks for the help, Oli.
(edit) @8664   13 years dafrick Presentation level is getting ready.
(edit) @8663   13 years dafrick Fixing warning.
(edit) @8662   13 years dafrick Anotehr step towards networked notifications.
(edit) @8661   13 years landauf fixed two possible causes which stacked multiple tetris stones at the …
(edit) @8660   13 years landauf added fade in/out effect for space boundaries (alpha value, based on …
(edit) @8659   13 years dafrick Adding missing include.
(edit) @8658   13 years landauf the "lift" which is applied to the spaceship when pitching is now also …
(edit) @8657   13 years dafrick Fixing singularity bug in SpaceBoundaries.
(edit) @8656   13 years dafrick Adding network callbacks. Still doesn't work yet, though.
(edit) @8655   13 years landauf fixed crashing assertion in case a template linked to a non-existing …
(edit) @8654   13 years landauf fixed engine destructor
(edit) @8651   13 years scheusso first attempt to make notifications synchronisable not yet succeeded …
(edit) @8648   13 years scheusso some network related fixes
(edit) @8647   13 years rgrieder Attempt to fix incompatibility with CEGUI 0.7. Doesn't yet work!
(edit) @8646   13 years rgrieder Moved LANDiscovery singleton to Graphics Scope to fix the "host_ == …
(edit) @8645   13 years landauf set svn:eol-style to native, removed svn:executable property. no code …
(edit) @8643   13 years landauf set svn:eol-style to native, removed svn:executable property. no code …
(edit) @8642   13 years landauf fixed warnings in some level files
(edit) @8640   13 years dafrick Make nice with dedicated server.
(edit) @8639   13 years rgrieder Fixed MSVC build and a warning.
(edit) @8637   13 years dafrick Merging tutoriallevel3 branch into presentation branch.
(edit) @8635   13 years landauf the shield effect is now attached to the ship
(edit) @8632   13 years dafrick Moving space bounaries into modules/objects
(edit) @8631   13 years dafrick Merging spacerace branch into presentation branch.
(edit) @8628   13 years dafrick Some changes in prsentation level. Making PortalEndPoints radar viewable.
(edit) @8627   13 years landauf merged revisions 8527-8530 from trunk to presentation branch: - 8527: …
(edit) @8615   13 years landauf turns out the mod(x,y) function was fucked up all the time. we need …
(edit) @8614   13 years dafrick Merging spaceboundaries2 branch into presentation branch.
(edit) @8612   13 years landauf fixed possible bug in LastTeamStanding
(edit) @8611   13 years landauf fixed the oldest warning in orxonox
(edit) @8608   13 years landauf removed some redundant code in MoodManager
(edit) @8607   13 years rgrieder Calling the destructor doesn't really take care of the memory …
(edit) @8605   13 years dafrick Merging portals2 branch into presentation branch.
(edit) @8603   13 years landauf removed some parameter names where the parameter is not actually used
(edit) @8601   13 years smerkli presentation level now has docking thingy 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) @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) @8589   13 years dafrick Merging bigships branch into presentation branch.
(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) @8570   13 years dafrick Adding ring explosion particle effect to presentation level.
(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) @8561   13 years dafrick Merging dockingsystem2 branch to presentation branch.
(edit) @8556   13 years dafrick Merging pickup branch into presentation branch.
(edit) @8546   13 years youngk Minor changes to the realism of planets in the presentation level.
(edit) @8512   13 years smerkli changed presentation level a little
Diff Rev Age Author Log Message
(edit) @7786   13 years dafrick Also applying the skybox changes to the presentation branch. ;)
(edit) @7779   13 years konrad Final changes to menu
(edit) @7770   13 years dafrick Changing masterserver port to 55557. Some minor adjustments: Fixed …
(edit) @7769   13 years smerkli fixes 2
(edit) @7768   13 years smerkli fixes
(edit) @7765   13 years smerkli prepared MSC for singleton usage.
(edit) @7764   13 years smerkli disconnect works now.
(edit) @7763   13 years smerkli disconnect implemented, switching to only use the MSC object of …
(edit) @7762   13 years smerkli changes for testing
(edit) @7761   13 years smerkli disconnect implemented, getting ready for testing.
(edit) @7760   13 years dafrick Making the GUI scheme configurable through a config value.
(edit) @7756   13 years smerkli started implementing server pings, but need a change to …
(edit) @7752   13 years dafrick Adding runscript for masterserver. So far only tested under ubuntu.
(edit) @7751   13 years dafrick Boost now runs out (and reloads). Also fixed a few typos.
(edit) @7750   13 years smerkli documentation.
(edit) @7749   13 years smerkli whoops, I did it again. sorry.
(edit) @7748   13 years smerkli whoops.
(edit) @7747   13 years smerkli removed the space in the WANDiscovery list (hopefully)
(edit) @7746   13 years dafrick Fixing chatbox.
Note: See TracRevisionLog for help on using the revision log.