Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/libraries

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11160   8 years landauf removed unnecessary backslashes
(edit) @11117   8 years landauf preparing for CEGUI 0.8
(edit) @11115   8 years landauf fixed code to compile in 64bit mode
(edit) @11114   8 years landauf unfortunately std::put_time and std::get_time are only available in …
(edit) @11111   8 years muemart Some simplifications in StringUtils.cc
(edit) @11106   8 years muemart Fix a memory leak. Also fix some potentially invalid references to …
(edit) @11103   8 years landauf fixed warnings (release build). fixed error in GravityBombField
(edit) @11101   8 years landauf fixed build when combining new cegui with old ogre
(edit) @11099   8 years muemart Fix loads of doxygen warnings and other documentation issues
(edit) @11098   8 years muemart Minor C++11 improvements: - Drop ImplicitConversion.h in favor of …
(edit) @11097   8 years landauf fixed build on tardis.
(edit) @11096   8 years muemart Constexpr for some util things
(edit) @11095   8 years landauf simplified transparency-check
(edit) @11089   8 years landauf glow effect is now visible through transparent elements (e.g. …
(edit) @11087   8 years landauf removed duplicate code
(edit) @11085   8 years landauf enable glow shader in all scenes
(edit) @11083   8 years muemart Fix some clang-tidy warnings. Also, Serialise.h was doing some C-style …
(edit) @11082   8 years landauf trying to fix bogus (?) warning on gcc [see …
(edit) @11080   8 years landauf merged shaders back to trunk (pps project from HS 2012)
(edit) @11077   8 years muemart Remove some non-ASCII characters to avoid encoding issues. This only …
(edit) @11071   8 years landauf merged branch cpp11_v3 back to trunk
(edit) @11052   8 years landauf merged branch presentationHS15 back to trunk
(edit) @11020   8 years landauf fixed some cases where 'delete' was used instead of destroy()
(edit) @11019   8 years landauf (re-)added warning when a destroyable gets deleted without using …
(edit) @11018   8 years landauf I think it's sufficient if Timer is a Listable. A timer is often used …
(edit) @11017   8 years landauf write warning to console if unloading of plugins is disabled
(edit) @11016   8 years landauf Added config value to PluginManager to define whether a dereferenced …
(edit) @11015   8 years landauf added option to merely deactivate a plugin when its reference count …
(edit) @11014   8 years landauf moved code for loading/unloading a plugin into separate functions
(edit) @11012   8 years landauf added unittest for plugin loading and unloading
(edit) @11011   8 years landauf moved command line argument from Main to Core because it is used there
(edit) @11009   8 years landauf merged single revision from cpp11_v2 to trunk to fix multiplayer
(edit) @10727   8 years landauf fixed warnings with MSVC14
(edit) @10693   9 years landauf fixed undefined reference with msvc14 (only occurred in buildmode …
(edit) @10630   9 years landauf avoid division by zero errors (happened e.g. if 'myposition' and …
(edit) @10624   9 years landauf merged branch core7 back to trunk
(edit) @10622   9 years landauf merged branch presentationFS15merge back to trunk
(edit) @10546   9 years muemart Fix MSVC14/Visual Studio 2015 build: std::less must be constexpr
(edit) @10317   9 years smerkli fixed compiler warnings
(edit) @10298   9 years landauf fixed potential crash during level-unloading: Namespace is a context …
(edit) @10295   9 years muemart Avoid using the system path variables on windows (also gets rid of two …
(edit) @10291   9 years landauf simplified Math: temp is always positive, thus only solution1 is …
(edit) @10289   9 years landauf fixed target position calculation: a) the math was wrong (not sure …
(edit) @10279   9 years landauf fixed msvc warnings
(edit) @10278   9 years landauf fixed issue with inline-lua-code. only add an extra space if there's …
(edit) @10277   9 years landauf potential fix of compile problem on tardis
(edit) @10273   9 years landauf bugfix & simplification & comment by bknecht
(edit) @10272   9 years landauf reverted a part of the changes from r10264. only single lua-tags …
(edit) @10271   9 years landauf bugfix: resize CEGUI if render window changes size
(edit) @10269   9 years muemart Tweak the xml error message a bit
(edit) @10268   9 years landauf program icon now works also with MinGW. but I had to exclude the …
(edit) @10267   9 years muemart Add program icon for Windows builds (MSVC only for now)
(edit) @10265   9 years landauf fixed build with older compilers (pre c++11)
(edit) @10264   9 years muemart Various fixes and improvements in the Loader (and LuaState) - When …
(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 …
Note: See TracRevisionLog for help on using the revision log.