Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8469   13 years rgrieder Fixed trunk.
(edit) @8467   13 years rgrieder Bugfix for log file paths containing non ASCII characters. Only works …
(edit) @8465   13 years smerkli worked on the presentation level
(edit) @8464   13 years dafrick Some more changes…
(edit) @8463   13 years dafrick Adjusting some debug output with the added bonus of no more Segfaults …
(edit) @8462   13 years smerkli added presentation level
(edit) @8461   13 years smerkli a little less verbosity, a little more action please :D
(edit) @8458   13 years smerkli merged spaceboundaries
(edit) @8457   13 years FelixSchulthess merged portals branch into trunk
(edit) @8439   13 years rgrieder Fixed overlay drawing issue with CEGUI 0.7 (thx Crazy Eddie!). You …
(edit) @8438   13 years youngk Update to planet levels to support new meshes.
(edit) @8436   13 years scheusso fixing uninitialised values
(edit) @8424   13 years rgrieder Build fix for Ogre 1.6 on Windows.
(edit) @8423   13 years rgrieder Added and incorporated new class DestructionHelper: instead of doing …
(edit) @8421   13 years rgrieder Hide the PCH_ENABLE_TARGET variables in the CMake GUI (almost never …
(edit) @8420   13 years rgrieder MSVC: use the user's vld.ini file for the Visual Leak Detector.
(edit) @8419   13 years rgrieder Fixed a bug. But that doesn't really change anything ;( CEGUI still …
(edit) @8418   13 years rgrieder Added preprocessor macro UNIQUE_NUMBER which will return a new …
(edit) @8417   13 years rgrieder Correction in CMake variable description: MinGW can link always link …
(edit) @8416   13 years rgrieder Default link mode for external dependencies should be STATIC for …
(edit) @8415   13 years dafrick AnD so should the comment say. ;)
(edit) @8414   13 years dafrick ScreenshotManager with gridSize = 1 works again.
(edit) @8413   13 years dafrick This should make the ScreenshotManager a lot more memory efficient.
(edit) @8412   13 years rgrieder MSVC specific: Sorted out Visual Leak Detector handling (it's now …
(edit) @8411   13 years rgrieder Properly initialise all members in CEGUI. Avoid segfaults when an …
(edit) @8410   13 years rgrieder CEGUI seems to throw C strings. We need to catch them as well.
(edit) @8409   13 years rgrieder Found a better solution to make the Visual Leak Detector (MSVC …
(edit) @8408   13 years scheusso fix for inactive servers/clients
(edit) @8407   13 years scheusso fixing a (quite huge) network memory leak
(edit) @8406   13 years dafrick Quick fix for ScreenshotManager, such that it only needs memory when …
(edit) @8405   13 years rgrieder Added MSVC option to install the *.pdb debug symbols files as well.
(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) @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) @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) @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) @8380   13 years youngk Updated and cleaned planet level.
(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) @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) @8358   13 years scheusso don't ask ;)
(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) @8329   13 years scheusso preparing countermeasures against clients sending unwanted data
(edit) @8327   13 years scheusso merging network6 into trunk
(edit) @8316   13 years scheusso fix for dedicated Client
(edit) @8314   13 years scheusso clarification of an assertion
(edit) @8310   13 years dafrick Forgot one.
(edit) @8309   13 years dafrick Replacing toggleVisibility with show, since the OrxonoxOverlay (& …
(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) @8303   13 years dafrick Another memory leak.
(edit) @8302   13 years dafrick Fixing memory leak in PickupCarrier.
(edit) @8300   13 years dafrick Apparently bug needs some more fixing.
(edit) @8297   13 years dafrick Possible bug fix in PickupCarrier.
(edit) @8267   13 years rgrieder Fixed typos.
(edit) @8265   13 years youngk Updated Planets level. Works perfectly now.
(edit) @8264   13 years rgrieder Removed build option "OGRE_PLUGINS" since it's not very useful. …
(edit) @8263   13 years youngk Changing planets level
(edit) @8253   13 years sladojem Planets level file updated.
(edit) @8245   13 years landauf keep it DRY
(edit) @8234   13 years rgrieder Removed 6 MSVC warnings about conversions.
(edit) @8232   13 years dafrick Extending and reorganizing ScreenshotManager and SkyboxGenerator. The …
(edit) @8229   13 years dafrick Replacing old icon with new one, adjsuting .desktop file and adding …
(edit) @8220   13 years dafrick Adding some default keybindings.
(edit) @8215   13 years dafrick Bugfix, so that orxonox will start in modes that don't show any …
(edit) @8213   13 years dafrick Adding changes made to DistanceTrigger also in trunk. Also documenting …
(edit) @8212   13 years jo Set lives value to 4 in last team standing gametype. 1 live is only …
(edit) @8193   13 years dafrick Resolving bug in MultiTrigger.
(edit) @8179   13 years rgrieder Hopefully fixed XML parsing errors at startup (can't test right now, sry).
(edit) @8178   13 years jo Merged lastmastanding3 into trunk. There's an xml parsing error that …
(edit) @8108   13 years dafrick Merging changes from tetris branch into trunk, since they are also …
(edit) @8093   13 years adrfried add desktop-file, icon and manpage
(edit) @8088   13 years adrfried Updated Enet to version 1.3.1 updated patch
(edit) @8079   13 years landauf merged usability branch back to trunk incomplete summary of the …
(edit) @8009   13 years jo Fixed timers in asteroids level. The goal can be reached with 4s …
(edit) @7958   13 years dafrick Fixed a warning.
(edit) @7955   13 years rgrieder No auto-linking for POCO too. Fixed build by explicitly linking …
(edit) @7954   13 years rgrieder Resolved ENet and windows header include problem for good.
(edit) @7952   13 years rgrieder Fixed MSCV include order problem with ENet and Ogre (only occurs with …
(edit) @7937   13 years landauf fixing WE crash also in trunk since it's a rather severe problem
(edit) @7914   13 years landauf since the mac_osx branch doesn't seem to get merged anytime soon, I …
(edit) @7913   13 years landauf fixed crash when pressing 'enter' in a menu (why does no one notice …
(edit) @7911   13 years landauf Pong gametype should delete the objects it created
(edit) @7910   13 years landauf Ok, here comes a tricky one: we knew the destructor of WorldEntity is …
(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 & …
Note: See TracRevisionLog for help on using the revision log.