Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/libraries

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10262   9 years landauf eol-style native. no changes in code.
(edit) @10208   9 years muemart Some small fixes for the MSVC build - Don't hardcode library names. …
(edit) @10207   9 years bknecht Replacing MSVC code for long integer with cross plattform compatible one
(edit) @10206   9 years landauf fixed build
(edit) @10197   9 years landauf avoid implicit conversion in MultiType.get<T>()
(edit) @10195   9 years landauf removed unnecessary material from BulletDebugDrawer. fixed crash with …
(edit) @10194   9 years landauf bugfix
(edit) @10193   9 years landauf details, made debug drawer more configurable
(edit) @10191   9 years landauf added customized visualization for cylinders and cones to …
(edit) @10190   9 years landauf added utility to visualize collision shapes
(edit) @10189   9 years landauf added new collision shape (cylinder)
(edit) @9983   10 years landauf detail
(edit) @9982   10 years landauf added option to force the arguments which are defined in the …
(edit) @9981   10 years landauf I think that was a bug - why should a command not be added if it has …
(edit) @9978   10 years landauf added new keybind mode 'OnPressAndRelease' which triggers both when a …
(edit) @9975   10 years landauf details
(edit) @9960   10 years landauf fixed warning (msvc): the cast affected only '50' and not the whole …
(edit) @9951   10 years landauf details
(edit) @9945   10 years landauf replaced tabs with spaces. no changes in code
(edit) @9944   10 years landauf no Thilo, we don't want to call preDestroy() made documentation of …
(edit) @9939   10 years jo presentationHS13 branch merged into trunk
(edit) @9765   10 years bknecht util lib didn't link without boost-system. Error did occur in MultiType.cc.
(edit) @9759   10 years landauf fixed warning (msvc)
(edit) @9703   11 years landauf fixed build with boost 1.48 and 1.49
(edit) @9684   11 years landauf added missing includes
(edit) @9682   11 years landauf fixed build on MSVC: unistd.h is not part of windows
(edit) @9676   11 years landauf fixed warnings with gcc 4.7
(edit) @9675   11 years landauf merged branch 'libs' back to trunk. orxonox now compiles and runs with …
(edit) @9672   11 years smerkli Added a few includes that were necessary with the switch to GCC > 4.7 …
(edit) @9667   11 years landauf merged core6 back to trunk
(edit) @9576   11 years landauf fall back to default parser if CEGUI cannot load XercesParser
(edit) @9575   11 years fmauro Force CEGUI to use Xerces parser instead of TinyXML with versions …
(edit) @9550   11 years landauf merged testing branch back to trunk. unbelievable it took me 13 months …
(edit) @9348   12 years landauf merged branch presentation2012merge back to trunk
(edit) @9050   12 years dafrick More elegant resolution of discrepancies between cegui 0.6 and 0.7.
(edit) @9016   12 years jo Merging presentation2011 branch to trunk. Please check for possible bugs.
(edit) @8952   12 years dafrick Removing some unused variables and taking care of some other warnings …
(edit) @8937   12 years smerkli merged masterserverfix corretly now.
(edit) @8879   13 years baermatt Added 'ull' to some OutputContextMasks, because of an error with LLVM …
(edit) @8866   13 years dafrick Moved clone base method into Pickupable to avoid ambiguity.
(edit) @8863   13 years landauf added warning if a super-function has two possible parents. this …
(edit) @8862   13 years landauf added config value to enable/disable preloading of menu sheets during …
(edit) @8861   13 years landauf added some additional output for loading steps that might take some …
(edit) @8858   13 years landauf merged output branch back to trunk. Changes: - you have to include …
(edit) @8729   13 years rgrieder Merged unity_build branch back to trunk. Features: - Implemented …
(edit) @8706   13 years dafrick Merging presentation branch back into trunk. There are many new …
(edit) @8530   13 years landauf added config value to define the scroll speed in CEGUI listboxes. …
(edit) @8527   13 years landauf build fix for mingw, d_ostream.open() is not defined for wchar
(edit) @8505   13 years rgrieder Do not limit the main thread to the first Core/CPU on Windows. It …
(edit) @8467   13 years rgrieder Bugfix for log file paths containing non ASCII characters. Only works …
(edit) @8439   13 years rgrieder Fixed overlay drawing issue with CEGUI 0.7 (thx Crazy Eddie!). You …
(edit) @8423   13 years rgrieder Added and incorporated new class DestructionHelper: instead of doing …
(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) @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) @8408   13 years scheusso fix for inactive servers/clients
(edit) @8407   13 years scheusso fixing a (quite huge) network memory leak
(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) @8394   13 years scheusso -fixed a memory leak (thx reto) -some OrxVerify messages
(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) @8366   13 years rgrieder Renamed PathConfig::isDevelopmentRun() to …
(edit) @8358   13 years scheusso don't ask ;)
(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) @8267   13 years rgrieder Fixed typos.
(edit) @8245   13 years landauf keep it DRY
(edit) @8232   13 years dafrick Extending and reorganizing ScreenshotManager and SkyboxGenerator. The …
(edit) @8215   13 years dafrick Bugfix, so that orxonox will start in modes that don't show any …
(edit) @8108   13 years dafrick Merging changes from tetris branch into trunk, since they are also …
(edit) @8079   13 years landauf merged usability branch back to trunk incomplete summary of the …
(edit) @7958   13 years dafrick Fixed a warning.
(edit) @7952   13 years rgrieder Fixed MSCV include order problem with ENet and Ogre (only occurs with …
(edit) @7904   13 years landauf 2x virtual because it may be required in some cases (Singleton & …
(edit) @7891   13 years landauf keybind mode shouldn't be changed if it was defined explicitly in the …
(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) @7861   13 years landauf added function to KeyBinder which allows to change the keybind mode …
(edit) @7859   13 years landauf implemented feature to reset the mouse cursor to the center used in …
(edit) @7851   13 years landauf added "safe mode" feature to FunctorMember: if enabled, the functor …
(edit) @7850   13 years landauf moved if(object) condition from WeakPtr to DestructionListener
(edit) @7849   13 years landauf Added DestructionListener, a class which gets notified if a certain …
(edit) @7844   13 years landauf fixed warning. hope this works on all supported systems, because …
(edit) @7811   13 years rgrieder Fixed possible bug.
(edit) @7809   13 years rgrieder Fixed Doxygen problem ('Template' is not always a type).
(edit) @7804   13 years dafrick Some more minor changes in documentation.
(edit) @7801   13 years dafrick Merging presentation2 branch back to trunk.
(edit) @7709   13 years dafrick Merging data_cleanup branch. You will need to update your data …
Note: See TracRevisionLog for help on using the revision log.