Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 & …
(edit) @7896   13 years landauf actually I believe the condition should be the other way round …
(edit) @7895   13 years landauf implemented instant reloading of rocket munition because this was a …
(edit) @7892   13 years landauf fixed bug in bug fix
(edit) @7891   13 years landauf keybind mode shouldn't be changed if it was defined explicitly in the …
(edit) @7889   13 years landauf hack-fix: overridden implementations of stopLocalHumanControl() were …
(edit) @7888   13 years landauf fixed title of miscellaneous settings
(edit) @7887   13 years landauf eol-style native
(edit) @7886   13 years landauf simplification
(edit) @7885   13 years landauf fixed minor memory leak
(edit) @7880   13 years landauf radar doesn't abort if owner is missing radar works with all …
(edit) @7879   13 years landauf moved compositor unloading to avoid crashes in rare cases disabled …
(edit) @7877   13 years dafrick Some minor simplification in InGameMenu.lua
(edit) @7876   13 years dafrick Extending startGame and similar console commands, now also the level …
(edit) @7874   13 years landauf WindowEventListener now declares if the window's focus is active or …
(edit) @7873   13 years landauf fixed mouse cursor offset after window resize
(edit) @7872   13 years rgrieder Fixed msvc warning.
(edit) @7871   13 years rgrieder Fixed msvc build: Functor does not necessarily have to be parametrized …
(edit) @7870   13 years landauf added feature: ogre config dialog keeps showing up on startup until …
(edit) @7868   13 years landauf use exit() instead of abort() if the ogre config dialog was canceled …
(edit) @7865   13 years landauf renamed pong level, added a bot, and changed the pong gametype to …
(edit) @7863   13 years landauf disabled suicide for Spectator
(edit) @7862   13 years landauf added feature to Spectator which changes the keybind mode of the fire …
(edit) @7861   13 years landauf added function to KeyBinder which allows to change the keybind mode …
(edit) @7860   13 years landauf fixed a few issues related to the free mouse look mode (default CTRL …
(edit) @7859   13 years landauf implemented feature to reset the mouse cursor to the center used in …
Note: See TracRevisionLog for help on using the revision log.