Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8405   13 years rgrieder Added MSVC option to install the *.pdb debug symbols files as well.
(edit) @8404   13 years kmaurus some adaptations and improvements
(edit) @8403   13 years scheusso fixing possible bug with packet ordering
(edit) @8402   13 years scheusso fix for Notification Script (bug is in network)
(edit) @8401   13 years smerkli nothing actually changed.
(edit) @8400   13 years rgrieder Removed strange hack. Extensive tests while watching Top Gear have …
(edit) @8399   13 years rgrieder Build fix (surfaces without compilations): ORXONOX_PLATFORM_WINDOWS is …
(edit) @8398   13 years youngk Added 1to100 scale model of earth, complete with gravity.
(edit) @8397   13 years youngk Added Newtonian Gravitation to the selection of force fields.
(edit) @8395   13 years simonmie test-Spaceship and test-WeaponSettings files added
(edit) @8394   13 years scheusso -fixed a memory leak (thx reto) -some OrxVerify messages
(edit) @8393   13 years rgrieder Updated Bullet from v2.77 to v2.78. (I'm not going to make a branch …
(edit) @8392   13 years youngk Planets now have collision shapes and gravitational pull. Have fun.
(edit) @8391   13 years youngk Added gravitational pull to both planets. This is getting fun!
(edit) @8390   13 years youngk Yess-a-doo! Okay, planets now have collision shapes. Follow the …
(edit) @8389   13 years youngk Adding Collision Shapes to Planets. Doesn't currently work.
(edit) @8388   13 years youngk Disabling CPack again. Needs a LOT of adjustments still.
(edit) @8386   13 years simonmie New shielddamage implemented, depending functions changed, bugs fixed. …
(edit) @8385   13 years youngk Man, Kevin… If you commit something, then please commit the working …
(edit) @8384   13 years youngk Made planet level work. Yet again…
(edit) @8383   13 years sven Fixed an include.
(edit) @8382   13 years sven Added dock/undock console commands.
(edit) @8381   13 years ssgier started creating a more efficient code structure
(edit) @8380   13 years youngk Updated and cleaned planet level.
(edit) @8379   13 years dboehi Changed the camera shake effect to work with the updated boost code.
(edit) @8378   13 years dafrick Notification text alignment can be set per queue.
(edit) @8377   13 years dafrick Text coloring in notification queue now working.
(edit) @8376   13 years dafrick Forgot to add NotificationListener.
(edit) @8375   13 years ssgier added source files for ShrinkPickup
(edit) @8374   13 years dafrick Changes in notifications module structure. Notifications can now be …
(edit) @8373   13 years rgrieder Replaced code like bool b = someFunction(); assert(b); with …
(edit) @8372   13 years rgrieder Improved output of OrxAssert (line number, function name and file) and …
(edit) @8371   13 years dafrick Merging tutoriallevel branch into tutoriallevel2 branch.
(edit) @8370   13 years dafrick Committing changes before merge.
(edit) @8369   13 years dafrick New branch to work on tutorial level.
(edit) @8368   13 years rgrieder Added CMake configuration type "RelForDevs", which replaces …
(edit) @8367   13 years rgrieder by Adi: Fix for GCC 4.6. The actual problem is in CEGUIString.h, but …
(edit) @8366   13 years rgrieder Renamed PathConfig::isDevelopmentRun() to …
(edit) @8365   13 years rgrieder Use static linking for the externals to reduce code size as well as …
(edit) @8364   13 years rgrieder Never omit frame pointer on GCC too to avoid unreadable stack traces …
(edit) @8363   13 years rgrieder To avoid further confusion, I linked ORXONOX_RELEASE to the 'Release' …
(edit) @8362   13 years rgrieder Cleaned up linker and compiler flag configuration for Visual Studio. …
(edit) @8361   13 years rgrieder Require package version 4.4 for MSVC (includes DLLs required to …
(edit) @8360   13 years youngk Moved Apple bundle files to contrib.
(edit) @8358   13 years scheusso don't ask ;)
(edit) @8356   13 years rgrieder Merged remaining revisions in mac_osx to mac_osx2 branch.
(edit) @8355   13 years rgrieder Created environment2 branch as part of a branch update.
(edit) @8354   13 years youngk Logs aren't very useful if nothing is in them.
(edit) @8353   13 years youngk Creating branch mac_osx2 from trunk.
(edit) @8352   13 years rgrieder Added merge info for the kicklib2 merging. There seems to be a bug …
(edit) @8351   13 years rgrieder Merged kicklib2 branch back to trunk (includes former branches …
(edit) @8350   13 years rgrieder Moved Apple specific variables into APPLE section.
(edit) @8349   13 years youngk The Mac OS X dependency package is now downloaded and installed …
(edit) @8348   13 years youngk Version bump of dependency package. Anything from kicklib2 and up will …
(edit) @8347   13 years rgrieder No —no-undefined for apple.
(edit) @8345   13 years rgrieder Build time optimisation in util (not that it actually matters…)
(edit) @8344   13 years rgrieder Cleaned up library dependencies a little bit to list exactly those …
(edit) @8343   13 years rgrieder Orxonox compiles fine now with —no-undefined
(edit) @8342   13 years rgrieder ENet has recently been updated to v1.3.1.
(edit) @8341   13 years rgrieder Added new library linking keywords for the Add Target Command. That …
(edit) @8340   13 years rgrieder Remove some extra code that removes warnings in older GCC versions (< …
(edit) @8339   13 years rgrieder Some more hackery that isn't necessary anymore.
(edit) @8338   13 years rgrieder Random hack not anymore required.
(edit) @8337   13 years rgrieder Defined CMake variable LINUX.
(edit) @8336   13 years rgrieder Added solution to the rendering order problem proposed by Crazy Eddie. …
(edit) @8335   13 years rgrieder —no-undefined reveals that OIS is missing some symbols. However I …
(edit) @8334   13 years rgrieder Two build fixes for GCC 4.6 (thx ultimA)
(edit) @8333   13 years rgrieder Removed double precision versions of the mathematical constants and …
(edit) @8332   13 years rgrieder BlinkingBillboard should not use long double for storing the time …
(edit) @8331   13 years rgrieder Converted ExprParser to use float instead of double.
(edit) @8330   13 years scheusso removing old network6 branch
(edit) @8329   13 years scheusso preparing countermeasures against clients sending unwanted data
(edit) @8328   13 years rgrieder Orxonox only works with newer CMake builds if using Visual Studio 2010.
(edit) @8327   13 years scheusso merging network6 into trunk
(edit) @8326   13 years rgrieder Use C++ version of C headers.
(edit) @8325   13 years dafrick AudioMenu is only accessible if the SoundManager exists.
(edit) @8324   13 years dafrick Added missing include. Now also compiles on ubntu.
(edit) @8323   13 years rgrieder Enable non standard compliant floating point optimisations like a * …
(edit) @8322   13 years rgrieder OpenAL message not anymore necessary: problem fixed by adding …
(edit) @8321   13 years rgrieder Prevent installation of debug builds (not supported).
(edit) @8320   13 years rgrieder Removed SignalHandler.cc from StableCompilation.cc in util because it …
(edit) @8319   13 years rgrieder String compare seems different with cmake 2.6.0
(edit) @8318   13 years rgrieder RPATH handling was broken in certain cases, esp. for "turn-key" …
(edit) @8317   13 years rgrieder Do not specify the CMAKE_INSTALL_PREFIX when using the INSTALL …
(edit) @8316   13 years scheusso fix for dedicated Client
(edit) @8315   13 years scheusso fixing an assertion
(edit) @8314   13 years scheusso clarification of an assertion
(edit) @8313   13 years rgrieder Not using doubles at all in Orxonox because the Renderer (DirectX in …
(edit) @8312   13 years rgrieder Fixed warning and removed unreachable and strange line of code.
(edit) @8311   13 years rgrieder svn:eol-style "native" for all text based files. Also removed the …
(edit) @8310   13 years dafrick Forgot one.
(edit) @8309   13 years dafrick Replacing toggleVisibility with show, since the OrxonoxOverlay (& …
(edit) @8308   13 years rgrieder Delete standard Tcl interpreter bundle when closing the application. …
(edit) @8307   13 years rgrieder Manage PawnManager by Scopes. Then the singleton should get deleted in …
(edit) @8306   13 years dafrick Fixing bug introduced just a few commits prior to this one. Also made …
(edit) @8305   13 years dafrick Fixing another potential memory leak.
(edit) @8304   13 years rgrieder New CEGUI (≥ v0.7) doesn't delete the Logger anymore.
(edit) @8303   13 years dafrick Another memory leak.
(edit) @8302   13 years dafrick Fixing memory leak in PickupCarrier.
(edit) @8301   13 years kmaurus several billboards that represent the boundary can be displayed now
Note: See TracRevisionLog for help on using the revision log.