Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2627   15 years rgrieder Removed three calls to GET_ALL_HEADER_FILES which in turn calls …
(edit) @2626   15 years rgrieder Added license text to all CMake files except to the subdirectoties of …
(edit) @2625   15 years rgrieder Moved TOLUA_RELEASE option.
(edit) @2624   15 years rgrieder Replaced most of the ELSE(…) and ENDIF(…) with ELSE() and ENDIF(). …
(edit) @2623   15 years rgrieder - Fixed FindDirectX for use with CMake 2.6.0 (2.6.2 worked without …
(edit) @2622   15 years rgrieder Same mistake twice: File overwrite. CppTcl —> cpptcl
(edit) @2621   15 years rgrieder This commit gets a little ugly, couldn't separate that anymore: - …
(edit) @2620   15 years rgrieder Added SourceFileUtilities.cmake: - GET_ALL_HEADER_FILES: Macro that …
(edit) @2619   15 years rgrieder Removed src/util/OrxonoxPlatform.h and added src/OrxonoxConfig.h.in …
(edit) @2618   15 years rgrieder - Functionised CheckOGREPlugins.cmake - Updated …
(edit) @2617   15 years rgrieder Added Chai's Apple config script.
(edit) @2616   15 years rgrieder - Split FindOggVorbis.cmake in two. Having them in one file doesn't …
(edit) @2615   15 years rgrieder Added FindLua.cmake: - Finds both version 5.0 and 5.1, but prefers 5.1 …
(edit) @2614   15 years rgrieder Updated FindXXX scripts.
(edit) @2613   15 years rgrieder - Added FindPackageHandleAdvancedArgs.cmake module that invokes …
(edit) @2612   15 years rgrieder Rearranged CMake configuration code. I split serveral files in two and …
(edit) @2611   15 years rgrieder Inadvertently overwrote some changes in the last commit
(edit) @2610   15 years rgrieder Prefixed library directory for each internal third party library. From …
(edit) @2609   15 years rgrieder - Added unified diff file with our changes for OIS - Added version …
(edit) @2608   15 years rgrieder Large cleanup in CEGUILua: - Removed the heavy 1.7MB bind files and …
(edit) @2607   15 years rgrieder Forgot something else with TinyXML++.
(edit) @2606   15 years rgrieder Added (and slightly modified) a macro from the CMake wiki that …
(edit) @2605   15 years rgrieder Actually deleted old name style TinyXML++ files.
(edit) @2604   15 years rgrieder - Added unified diff file with our changes for Tolua++ - Added version …
(edit) @2603   15 years rgrieder - Added unified diff file with our changes for TinyXML++ - Minimised …
(edit) @2602   15 years rgrieder - Added unified diff file with our changes for OgreCEGUIRenderer - …
(edit) @2601   15 years rgrieder Renamed CppTcl files to their orignal name.
(edit) @2600   15 years rgrieder - Added changelog for CppTcl - Added unified diff file with our …
(edit) @2599   15 years rgrieder - Added orxonox version info. However I don't exactly what the actual …
(edit) @2598   15 years rgrieder Divided init files in bi-config into two groups: - The ones that …
(edit) @2597   15 years rgrieder renamed bin to bin-config.
(edit) @2596   15 years rgrieder SignalHandler is only implemented on Linux.
(edit) @2595   15 years rgrieder Windows hacks. Plus I forgot to change the directory in run.bat
(edit) @2594   15 years rgrieder MinGW is able to find all the necessary libraries. However compiling …
(edit) @2593   15 years rgrieder CMake sometimes has very strange behaviour… Fixed another bug int …
(edit) @2592   15 years rgrieder CgProgramManager is not available under linux.
(edit) @2591   15 years rgrieder Fixed two bugs with the run script. Works now on tardis, not tested on …
(edit) @2590   15 years rgrieder Added ${ORXONOX_LIBRARY_BIN_DIR} which represents the binary directory …
(edit) @2589   15 years rgrieder CMake bug: TRUE as macro argument does not evaluate to actual true, …
(edit) @2588   15 years rgrieder Visual Studio generator working for all build types. Compiles but does …
(edit) @2587   15 years rgrieder Quotes are needed when setting an internal CMAKE value to "${blubb}" …
(edit) @2586   15 years rgrieder Unix fix for the plugin finder: CMake always puts lib in front of the …
(edit) @2585   15 years rgrieder FindOgre now also checks for all the required plugins. These are …
(edit) @2584   15 years rgrieder Build fix introduced by some changes in root CMLs.
(edit) @2583   15 years rgrieder - Use $ENV{BOOST_ROOT} to find boost if possible - Set …
(edit) @2582   15 years rgrieder - Using dependency directory directly in root dir of a branch as …
(edit) @2581   15 years rgrieder Three build fixes: - All ENet to ENET and ENet_LIBRARIES to …
(edit) @2580   15 years rgrieder That should really be all svn eol-style properties in buildsystem2.
(edit) @2579   15 years rgrieder - Equipped find scripts with debug/optimized functions. If you have …
(edit) @2578   15 years rgrieder Removed an obsolete check and added a source file (Fusion) to the msvc …
(edit) @2577   15 years rgrieder Improved DetermineVersion.cmake
(edit) @2576   15 years rgrieder Very little mods.
(edit) @2575   15 years scheusso -performance/memory optimisations in gamestate and synchronisable …
(edit) @2574   15 years rgrieder Changed CEGUILua directory choosing and restricted root directory builds.
(edit) @2573   15 years rgrieder Added regex based version checking for CEGUI.
(edit) @2572   15 years rgrieder Linking tolua shared instead of static. This should not be a problem …
(edit) @2571   15 years scheusso ogre logmanager is now also activated for unix
(edit) @2570   15 years rgrieder Removed ogreceguirenderer from the include directories because the …
(edit) @2569   15 years rgrieder Moved OgreCEGUIRenderer to its own folder in src since it's actually a …
(edit) @2568   15 years rgrieder Small adjustments. Added OGRE_HOME environemnt variable to the path to …
(edit) @2567   15 years rgrieder Added all paths of included external libraries to the include …
(edit) @2566   15 years rgrieder Renamed special CMake configuration files.
(edit) @2565   15 years rgrieder Added XML parameter "collisionResponse" in WE for Oli ;)
(edit) @2564   15 years rgrieder MSVC: Multiprocess compiling only in core, network and orxonox. Also …
(edit) @2563   15 years rgrieder When the Scene does not support physics, the physical bodies in the WE …
(edit) @2562   15 years rgrieder - Added WorldEntityCollisionShape to clarify when a …
(edit) @2561   15 years scheusso reverted some changes (assumed memory leaks)
(edit) @2560   15 years rgrieder Found two more unsigned int —> size_t possible 64 bit issues.
(edit) @2559   15 years scheusso final adjustment to statistics
(edit) @2558   15 years scheusso Fixed that problems with statistical info of tick time/fps
(edit) @2557   15 years scheusso removed debug output from slave-thread
(edit) @2556   15 years scheusso found another memory leak (hope this was the last one in the network part)
(edit) @2555   15 years rgrieder Fixed two bugs.
(edit) @2554   15 years rgrieder stupidity prevails!
(edit) @2553   15 years rgrieder Little performance optimisation.
(edit) @2552   15 years scheusso found a memory leak
(edit) @2551   15 years rgrieder Build fix.
(edit) @2550   15 years rgrieder Forget that you've ever read this eMail ;)
(edit) @2549   15 years rgrieder Moved tick time measurement to GSRoot. The values get combined with …
(edit) @2548   15 years scheusso Statistics of GSGraphics have a config value more now: avgLength It …
(edit) @2547   15 years rgrieder Also moved PrecompiledHeaderFiles.cc to the new pch/havepch folder.
(edit) @2546   15 years rgrieder Workaround to avoid the dependencies from OrxonoxStableHeaders.h on …
(edit) @2545   15 years rgrieder Gcc revealed a bug.
(edit) @2544   15 years rgrieder Removed ugly joy stick calibration hack. The calibration is now stored …
(edit) @2543   15 years rgrieder - Fixed a bug in ConfigFileManager::getVectorSize(). If there were no …
(edit) @2542   15 years rgrieder Build fix for gcc.
(edit) @2541   15 years rgrieder Added OrxEnum which is a template class that helps to create …
(edit) @2540   15 years rgrieder Added comments to the WorldEntity except for the non physics section …
(edit) @2539   15 years rgrieder XML Attribute are case insensitive now. However this does not applay …
(edit) @2538   15 years rgrieder - Reorganised core files in core msvc project. - Removed some dead XML …
(edit) @2537   15 years rgrieder - Removed a const_const that could be easily replaced - …
(edit) @2536   15 years rgrieder FINALLY! Fixed the presentation bug, which was of my creation… I …
(edit) @2535   15 years rgrieder - Renamed TransformSpace::Space to TransformSpace::Enum - Small …
(edit) @2534   15 years rgrieder - Removed ugly hack with windows/unix file path conversion. - Removed …
(edit) @2533   15 years rgrieder Merged revisions 2384-2436 from presentation branch to bugger.
(edit) @2532   15 years rgrieder Merged revisions 2377-2382 to bugger from presentation.
(edit) @2531   15 years rgrieder Merged revision 2371 to bugger branch.
(edit) @2530   15 years rgrieder merged revisions 2260 - 2508 from trunk to buggy. I'm sorry that I …
(edit) @2529   15 years rgrieder Created test branch to merge the other way round incrementally with …
(edit) @2528   15 years rgrieder Removed obsolete branches: physics, physics_merge and overlay.
Note: See TracRevisionLog for help on using the revision log.