Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8442   14 years youngk More cleanup
(edit) @8441   14 years youngk Cleaning up texture resources. Adding new textures.
(edit) @8440   14 years rgrieder New branch to work on so called 'Unity Builds', known in Orxonox as …
(edit) @8439   14 years rgrieder Fixed overlay drawing issue with CEGUI 0.7 (thx Crazy Eddie!). You …
(edit) @8438   14 years youngk Update to planet levels to support new meshes.
(edit) @8437   14 years youngk Adding stellarobjects textures to resources
(edit) @8436   14 years scheusso fixing uninitialised values
(edit) @8435   14 years marwegma GlobalGodrayShader added, but not yet finished.
(edit) @8434   14 years sven Added simple GUI for docking..
(edit) @8433   14 years ssgier working on continuous shrinking
(edit) @8432   14 years decapitb added kevins awesome planet meshes
(edit) @8431   14 years mastalde added lift_ and stallSpeed_ for better flight behavior without errors…
(edit) @8430   14 years mastalde added lift_ and stallSpeed_ for better flight behavior
(edit) @8429   14 years jonas model attached, flare stimmt, effect noch nicht…
(edit) @8428   14 years msalomon Space Race gamtype with a clock and a set to save the time of the player.
(edit) @8427   14 years dboehi Shake effect now depends on the velocity of the space ship
(edit) @8426   14 years decryphe - Moved handling of blur effect from Engine.cc to SpaceShip.cc. - …
(edit) @8425   14 years youngk Deleted all non-functioning models and organized the remaining. Added …
(edit) @8424   14 years rgrieder Build fix for Ogre 1.6 on Windows.
(edit) @8423   14 years rgrieder Added and incorporated new class DestructionHelper: instead of doing …
(edit) @8422   14 years dafrick Documenting collision shapes in an effort to understand them and …
(edit) @8421   14 years rgrieder Hide the PCH_ENABLE_TARGET variables in the CMake GUI (almost never …
(edit) @8420   14 years rgrieder MSVC: use the user's vld.ini file for the Visual Leak Detector.
(edit) @8419   14 years rgrieder Fixed a bug. But that doesn't really change anything ;( CEGUI still …
(edit) @8418   14 years rgrieder Added preprocessor macro UNIQUE_NUMBER which will return a new …
(edit) @8417   14 years rgrieder Correction in CMake variable description: MinGW can link always link …
(edit) @8416   14 years rgrieder Default link mode for external dependencies should be STATIC for …
(edit) @8415   14 years dafrick AnD so should the comment say. ;)
(edit) @8414   14 years dafrick ScreenshotManager with gridSize = 1 works again.
(edit) @8413   14 years dafrick This should make the ScreenshotManager a lot more memory efficient.
(edit) @8412   14 years rgrieder MSVC specific: Sorted out Visual Leak Detector handling (it's now …
(edit) @8411   14 years rgrieder Properly initialise all members in CEGUI. Avoid segfaults when an …
(edit) @8410   14 years rgrieder CEGUI seems to throw C strings. We need to catch them as well.
(edit) @8409   14 years rgrieder Found a better solution to make the Visual Leak Detector (MSVC …
(edit) @8408   14 years scheusso fix for inactive servers/clients
(edit) @8407   14 years scheusso fixing a (quite huge) network memory leak
(edit) @8406   14 years dafrick Quick fix for ScreenshotManager, such that it only needs memory when …
(edit) @8405   14 years rgrieder Added MSVC option to install the *.pdb debug symbols files as well.
(edit) @8404   14 years kmaurus some adaptations and improvements
(edit) @8403   14 years scheusso fixing possible bug with packet ordering
(edit) @8402   14 years scheusso fix for Notification Script (bug is in network)
(edit) @8401   14 years smerkli nothing actually changed.
(edit) @8400   14 years rgrieder Removed strange hack. Extensive tests while watching Top Gear have …
(edit) @8399   14 years rgrieder Build fix (surfaces without compilations): ORXONOX_PLATFORM_WINDOWS is …
(edit) @8398   14 years youngk Added 1to100 scale model of earth, complete with gravity.
(edit) @8397   14 years youngk Added Newtonian Gravitation to the selection of force fields.
(edit) @8396   14 years youngk Uploading Earth planet.
(edit) @8395   14 years simonmie test-Spaceship and test-WeaponSettings files added
(edit) @8394   14 years scheusso -fixed a memory leak (thx reto) -some OrxVerify messages
(edit) @8393   14 years rgrieder Updated Bullet from v2.77 to v2.78. (I'm not going to make a branch …
(edit) @8392   14 years youngk Planets now have collision shapes and gravitational pull. Have fun.
(edit) @8391   14 years youngk Added gravitational pull to both planets. This is getting fun!
(edit) @8390   14 years youngk Yess-a-doo! Okay, planets now have collision shapes. Follow the …
(edit) @8389   14 years youngk Adding Collision Shapes to Planets. Doesn't currently work.
(edit) @8388   14 years youngk Disabling CPack again. Needs a LOT of adjustments still.
(edit) @8387   14 years marwegma Godrays: Fixed some parsing errors in the material and compositor scripts.
(edit) @8386   14 years simonmie New shielddamage implemented, depending functions changed, bugs fixed. …
(edit) @8385   14 years youngk Man, Kevin… If you commit something, then please commit the working …
(edit) @8384   14 years youngk Made planet level work. Yet again…
(edit) @8383   14 years sven Fixed an include.
(edit) @8382   14 years sven Added dock/undock console commands.
(edit) @8381   14 years ssgier started creating a more efficient code structure
(edit) @8380   14 years youngk Updated and cleaned planet level.
(edit) @8379   14 years dboehi Changed the camera shake effect to work with the updated boost code.
(edit) @8378   14 years dafrick Notification text alignment can be set per queue.
(edit) @8377   14 years dafrick Text coloring in notification queue now working.
(edit) @8376   14 years dafrick Forgot to add NotificationListener.
(edit) @8375   14 years ssgier added source files for ShrinkPickup
(edit) @8374   14 years dafrick Changes in notifications module structure. Notifications can now be …
(edit) @8373   14 years rgrieder Replaced code like bool b = someFunction(); assert(b); with …
(edit) @8372   14 years rgrieder Improved output of OrxAssert (line number, function name and file) and …
(edit) @8371   14 years dafrick Merging tutoriallevel branch into tutoriallevel2 branch.
(edit) @8370   14 years dafrick Committing changes before merge.
(edit) @8369   14 years dafrick New branch to work on tutorial level.
(edit) @8368   14 years rgrieder Added CMake configuration type "RelForDevs", which replaces …
(edit) @8367   14 years rgrieder by Adi: Fix for GCC 4.6. The actual problem is in CEGUIString.h, but …
(edit) @8366   14 years rgrieder Renamed PathConfig::isDevelopmentRun() to …
(edit) @8365   14 years rgrieder Use static linking for the externals to reduce code size as well as …
(edit) @8364   14 years rgrieder Never omit frame pointer on GCC too to avoid unreadable stack traces …
(edit) @8363   14 years rgrieder To avoid further confusion, I linked ORXONOX_RELEASE to the 'Release' …
(edit) @8362   14 years rgrieder Cleaned up linker and compiler flag configuration for Visual Studio. …
(edit) @8361   14 years rgrieder Require package version 4.4 for MSVC (includes DLLs required to …
(edit) @8360   14 years youngk Moved Apple bundle files to contrib.
(edit) @8359   14 years marwegma Godrays: Fixed some syntax stuff with the compositor-material interface.
(edit) @8358   14 years scheusso don't ask ;)
(edit) @8357   14 years marwegma Godrays.compositor added, extended Godrays.material, unified the …
(edit) @8356   14 years rgrieder Merged remaining revisions in mac_osx to mac_osx2 branch.
(edit) @8355   14 years rgrieder Created environment2 branch as part of a branch update.
(edit) @8354   14 years youngk Logs aren't very useful if nothing is in them.
(edit) @8353   14 years youngk Creating branch mac_osx2 from trunk.
(edit) @8352   14 years rgrieder Added merge info for the kicklib2 merging. There seems to be a bug …
(edit) @8351   14 years rgrieder Merged kicklib2 branch back to trunk (includes former branches …
(edit) @8350   14 years rgrieder Moved Apple specific variables into APPLE section.
(edit) @8349   14 years youngk The Mac OS X dependency package is now downloaded and installed …
(edit) @8348   14 years youngk Version bump of dependency package. Anything from kicklib2 and up will …
(edit) @8347   14 years rgrieder No —no-undefined for apple.
(edit) @8346   14 years marwegma Godrays.material added. Compositor script will follow.
(edit) @8345   14 years rgrieder Build time optimisation in util (not that it actually matters…)
(edit) @8344   14 years rgrieder Cleaned up library dependencies a little bit to list exactly those …
(edit) @8343   14 years rgrieder Orxonox compiles fine now with —no-undefined
Note: See TracRevisionLog for help on using the revision log.