Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2680   15 years rgrieder - Removed run script completely for Linux - Removed root dir run …
(edit) @2679   15 years scheusso another line wrap
(edit) @2678   15 years scheusso some stupid line wrap
(edit) @2677   15 years rgrieder FindTcl workaround bugfix.
(edit) @2676   15 years rgrieder Bugfix in FindLua (5.1 include paths were wrong).
(edit) @2675   15 years rgrieder LibraryConfig.cmake should not look for PackageConfigX.cmake anymore …
(edit) @2674   15 years rgrieder Added package config scripts after all (were in the dependency archive …
(edit) @2673   15 years rgrieder - Renamed some Cache variables - Hid some other (into the advanced …
(edit) @2672   15 years rgrieder Of course MSVC has to warn you if -w (disable all warnings) overwrites …
(edit) @2671   15 years rgrieder Fixed build: - Two inline functions without inline body in …
(edit) @2670   15 years rgrieder - Added version info (written by the linker) to all libraries - Target …
(edit) @2669   15 years scheusso minor change in classID
(edit) @2668   15 years rgrieder Had to make a workaround Microsoft arrogance when it comes down to …
(edit) @2667   15 years rgrieder Windows version compiling and running so far (msvc and mingw).
(edit) @2666   15 years rgrieder Fixed potential bug.
(edit) @2665   15 years rgrieder Manual merge.
(edit) @2664   15 years rgrieder Merged buildsystem2 to buildsystem3. Note: Bare merge, just resolved …
(edit) @2663   15 years rgrieder Creating merger branch for buildsystem2. The last commit probably …
(edit) @2662   15 years rgrieder Merged presentation branch back to trunk.
(edit) @2661   15 years scheusso removed some unnecessary stuff
(edit) @2660   15 years scheusso fixed a problem with gamestate caching and diffing
(edit) @2659   15 years rgrieder Several small fixes. Installs and runs on tardis now (not to /usr of …
(edit) @2658   15 years rgrieder rpath bugfix.
(edit) @2657   15 years rgrieder - Added install paths for bin, lib, archive, media, doc, config and …
(edit) @2656   15 years rgrieder Moved doxygen to doc/api and adjusted some values in the doxy config.
(edit) @2655   15 years scheusso finally got rid of these structs in our network datastream this means …
(edit) @2654   15 years rgrieder Found some tabs…
(edit) @2653   15 years rgrieder Found a detail I suppose you're going to merge soon, so I checked …
(edit) @2652   15 years rgrieder - Using REGEX "…" EXCLCUDE in INSTALL avoids a call to FILE(GLOB) …
(edit) @2651   15 years rgrieder - Not installing static libraries (also accounts for import libraries …
(edit) @2650   15 years rgrieder - Libraries get built to lib/ instead of bin/. CMake 2.6.0 finally …
(edit) @2649   15 years rgrieder Boost finding bugfix for versions less than 1.35
(edit) @2648   15 years rgrieder - More debug library names - Fixed typo in FindOgg
(edit) @2647   15 years rgrieder Merged Chai's work on Apple. I wasn't able to do the trick with …
(edit) @2646   15 years rgrieder Removing visual_studio folder because it's now almost impossible to …
(edit) @2645   15 years rgrieder - Bugfix: CMake searches the install path per default when finding …
(edit) @2644   15 years rgrieder - Installation instructions for the config files (tcl scripts and ini …
(edit) @2643   15 years rgrieder - Default config values for OGRE plugins, the plugins folder and the …
(edit) @2642   15 years rgrieder Renaming bin-config directory to bin again. I think it might be better …
(edit) @2641   15 years rgrieder - Update to boost 1.37: System library is now REQUIRED when finding …
(edit) @2640   15 years rgrieder - Corrected version info - Bugfix: GCC 3 warning workaround was active …
(edit) @2639   15 years rgrieder Cleanup in OrxonoxConfig.h.in. Made use of various CMake features like …
(edit) @2638   15 years rgrieder Removed about a thousand lines of warnings when compiling with GCC 3. …
(edit) @2637   15 years rgrieder Adjustments to DocumentationTarget.cmake
(edit) @2636   15 years rgrieder Added configuration type info message. Removed network makefiles. Use …
(edit) @2635   15 years rgrieder Documentation fixes (windows still is non case sensitive..)
(edit) @2634   15 years rgrieder Fixed INSTALL target for Windows. The problem was that RUNTIME …
(edit) @2633   15 years rgrieder Added documentation target. Surprisingly worked on my box just like …
(edit) @2632   15 years rgrieder Cleanup in the root directory: - Removed obsolete cmakeclearcache …
(edit) @2631   15 years rgrieder Exported package configuration to the dependencies folder. …
(edit) @2630   15 years rgrieder Fixes: - Improved OpenAL include hack (no, it's not hackier now, I …
(edit) @2629   15 years rgrieder Adapted MSVC and MinGW configuration scripts to the new dependency …
(edit) @2628   15 years rgrieder Small fixes: - CheckOGREPlugins wasn't handling debug libraries …
(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 …
Note: See TracRevisionLog for help on using the revision log.