|
|
@2697
|
16 years |
rgrieder |
- Removed log folder again (not necessary at all)
- Making more use of …
|
|
|
@2696
|
16 years |
rgrieder |
Bugfix: Accidentally removed /usr from the CMAKE_PREFIX_PATH.
|
|
|
@2695
|
16 years |
rgrieder |
Minor adjustments. No actual change.
|
|
|
@2694
|
16 years |
rgrieder |
Installing to /usr instead of /usr/local on Linux.
|
|
|
@2693
|
16 years |
rgrieder |
Never change a running Microsoft system.
|
|
|
@2692
|
16 years |
rgrieder |
make_directories should create a directory recursively.
|
|
|
@2691
|
16 years |
rgrieder |
Include order could be important when dealing with tiny ductile.
|
|
|
@2690
|
16 years |
rgrieder |
- Moved def_keybindings to media repository in folder defaultConfig
- …
|
|
|
@2689
|
16 years |
rgrieder |
Installing to /usr/bin instead of /usr/bin/orxonox.
|
|
|
@2688
|
16 years |
rgrieder |
Fix: Variable rename incomplete.
|
|
|
@2687
|
16 years |
rgrieder |
Installation paths should be relative when using in C++ code if …
|
|
|
@2686
|
16 years |
rgrieder |
Fixed Unix install: '~' is not accepted when opening files in C++
|
|
|
@2685
|
16 years |
rgrieder |
Fixed install target:
- log and config file go a to separate folder …
|
|
|
@2684
|
16 years |
rgrieder |
Added convenience run script again on request, but to the build …
|
|
|
@2683
|
16 years |
rgrieder |
Change of code location wasn't successful.
Turning to the user, added …
|
|
|
@2682
|
16 years |
rgrieder |
Trying to get around in-source build left overs.
|
|
|
@2681
|
16 years |
rgrieder |
Deleted obsolete branches.
|
|
|
@2680
|
16 years |
rgrieder |
- Removed run script completely for Linux
- Removed root dir run …
|
|
|
@2679
|
16 years |
scheusso |
another line wrap
|
|
|
@2678
|
16 years |
scheusso |
some stupid line wrap
|
|
|
@2677
|
16 years |
rgrieder |
FindTcl workaround bugfix.
|
|
|
@2676
|
16 years |
rgrieder |
Bugfix in FindLua (5.1 include paths were wrong).
|
|
|
@2675
|
16 years |
rgrieder |
LibraryConfig.cmake should not look for PackageConfigX.cmake anymore …
|
|
|
@2674
|
16 years |
rgrieder |
Added package config scripts after all (were in the dependency archive …
|
|
|
@2673
|
16 years |
rgrieder |
- Renamed some Cache variables
- Hid some other (into the advanced …
|
|
|
@2672
|
16 years |
rgrieder |
Of course MSVC has to warn you if -w (disable all warnings) overwrites …
|
|
|
@2671
|
16 years |
rgrieder |
Fixed build:
- Two inline functions without inline body in …
|
|
|
@2670
|
16 years |
rgrieder |
- Added version info (written by the linker) to all libraries
- Target …
|
|
|
@2668
|
16 years |
rgrieder |
Had to make a workaround Microsoft arrogance when it comes down to …
|
|
|
@2667
|
16 years |
rgrieder |
Windows version compiling and running so far (msvc and mingw).
|
|
|
@2666
|
16 years |
rgrieder |
Fixed potential bug.
|
|
|
@2665
|
16 years |
rgrieder |
Manual merge.
|
|
|
@2664
|
16 years |
rgrieder |
Merged buildsystem2 to buildsystem3.
Note: Bare merge, just resolved …
|
|
|
@2663
|
16 years |
rgrieder |
Creating merger branch for buildsystem2.
The last commit probably …
|
|
|
@2661
|
16 years |
scheusso |
removed some unnecessary stuff
|
|
|
@2660
|
16 years |
scheusso |
fixed a problem with gamestate caching and diffing
|
|
|
@2659
|
16 years |
rgrieder |
Several small fixes. Installs and runs on tardis now (not to /usr of …
|
|
|
@2658
|
16 years |
rgrieder |
rpath bugfix.
|
|
|
@2657
|
16 years |
rgrieder |
- Added install paths for bin, lib, archive, media, doc, config and …
|
|
|
@2656
|
16 years |
rgrieder |
Moved doxygen to doc/api and adjusted some values in the doxy config.
|
|
|
@2655
|
16 years |
scheusso |
finally got rid of these structs in our network datastream
this means …
|
|
|
@2654
|
16 years |
rgrieder |
Found some tabs…
|
|
|
@2653
|
16 years |
rgrieder |
Found a detail
I suppose you're going to merge soon, so I checked …
|
|
|
@2652
|
16 years |
rgrieder |
- Using REGEX "…" EXCLCUDE in INSTALL avoids a call to FILE(GLOB) …
|
|
|
@2651
|
16 years |
rgrieder |
- Not installing static libraries (also accounts for import libraries …
|
|
|
@2650
|
16 years |
rgrieder |
- Libraries get built to lib/ instead of bin/. CMake 2.6.0 finally …
|
|
|
@2649
|
16 years |
rgrieder |
Boost finding bugfix for versions less than 1.35
|
|
|
@2648
|
16 years |
rgrieder |
- More debug library names
- Fixed typo in FindOgg
|
|
|
@2647
|
16 years |
rgrieder |
Merged Chai's work on Apple. I wasn't able to do the trick with …
|
|
|
@2646
|
16 years |
rgrieder |
Removing visual_studio folder because it's now almost impossible to …
|
|
|
@2645
|
16 years |
rgrieder |
- Bugfix: CMake searches the install path per default when finding …
|
|
|
@2644
|
16 years |
rgrieder |
- Installation instructions for the config files (tcl scripts and ini …
|
|
|
@2643
|
16 years |
rgrieder |
- Default config values for OGRE plugins, the plugins folder and the …
|
|
|
@2642
|
16 years |
rgrieder |
Renaming bin-config directory to bin again. I think it might be better …
|
|
|
@2641
|
16 years |
rgrieder |
- Update to boost 1.37: System library is now REQUIRED when finding …
|
|
|
@2640
|
16 years |
rgrieder |
- Corrected version info
- Bugfix: GCC 3 warning workaround was active …
|
|
|
@2639
|
16 years |
rgrieder |
Cleanup in OrxonoxConfig.h.in. Made use of various CMake features like …
|
|
|
@2638
|
16 years |
rgrieder |
Removed about a thousand lines of warnings when compiling with GCC 3. …
|
|
|
@2637
|
16 years |
rgrieder |
Adjustments to DocumentationTarget.cmake
|
|
|
@2636
|
16 years |
rgrieder |
Added configuration type info message.
Removed network makefiles. Use …
|
|
|
@2635
|
16 years |
rgrieder |
Documentation fixes (windows still is non case sensitive..)
|
|
|
@2634
|
16 years |
rgrieder |
Fixed INSTALL target for Windows. The problem was that RUNTIME …
|
|
|
@2633
|
16 years |
rgrieder |
Added documentation target. Surprisingly worked on my box just like …
|
|
|
@2632
|
16 years |
rgrieder |
Cleanup in the root directory:
- Removed obsolete cmakeclearcache …
|
|
|
@2631
|
16 years |
rgrieder |
Exported package configuration to the dependencies folder. …
|
|
|
@2630
|
16 years |
rgrieder |
Fixes:
- Improved OpenAL include hack (no, it's not hackier now, I …
|
|
|
@2629
|
16 years |
rgrieder |
Adapted MSVC and MinGW configuration scripts to the new dependency …
|
|
|
@2628
|
16 years |
rgrieder |
Small fixes:
- CheckOGREPlugins wasn't handling debug libraries …
|
|
|
@2627
|
16 years |
rgrieder |
Removed three calls to GET_ALL_HEADER_FILES which in turn calls …
|
|
|
@2626
|
16 years |
rgrieder |
Added license text to all CMake files except to the subdirectoties of …
|
|
|
@2625
|
16 years |
rgrieder |
Moved TOLUA_RELEASE option.
|
|
|
@2624
|
16 years |
rgrieder |
Replaced most of the ELSE(…) and ENDIF(…) with ELSE() and ENDIF(). …
|
|
|
@2623
|
16 years |
rgrieder |
- Fixed FindDirectX for use with CMake 2.6.0 (2.6.2 worked without …
|
|
|
@2622
|
16 years |
rgrieder |
Same mistake twice: File overwrite.
CppTcl —> cpptcl
|
|
|
@2621
|
16 years |
rgrieder |
This commit gets a little ugly, couldn't separate that anymore:
- …
|
|
|
@2620
|
16 years |
rgrieder |
Added SourceFileUtilities.cmake:
- GET_ALL_HEADER_FILES: Macro that …
|
|
|
@2619
|
16 years |
rgrieder |
Removed src/util/OrxonoxPlatform.h and added src/OrxonoxConfig.h.in …
|
|
|
@2618
|
16 years |
rgrieder |
- Functionised CheckOGREPlugins.cmake
- Updated …
|
|
|
@2617
|
16 years |
rgrieder |
Added Chai's Apple config script.
|
|
|
@2616
|
16 years |
rgrieder |
- Split FindOggVorbis.cmake in two. Having them in one file doesn't …
|
|
|
@2615
|
16 years |
rgrieder |
Added FindLua.cmake:
- Finds both version 5.0 and 5.1, but prefers 5.1 …
|
|
|
@2614
|
16 years |
rgrieder |
Updated FindXXX scripts.
|
|
|
@2613
|
16 years |
rgrieder |
- Added FindPackageHandleAdvancedArgs.cmake module that invokes …
|
|
|
@2612
|
16 years |
rgrieder |
Rearranged CMake configuration code. I split serveral files in two and …
|
|
|
@2611
|
16 years |
rgrieder |
Inadvertently overwrote some changes in the last commit
|
|
|
@2610
|
16 years |
rgrieder |
Prefixed library directory for each internal third party library.
From …
|
|
|
@2609
|
16 years |
rgrieder |
- Added unified diff file with our changes for OIS
- Added version …
|
|
|
@2608
|
16 years |
rgrieder |
Large cleanup in CEGUILua:
- Removed the heavy 1.7MB bind files and …
|
|
|
@2607
|
16 years |
rgrieder |
Forgot something else with TinyXML++.
|
|
|
@2606
|
16 years |
rgrieder |
Added (and slightly modified) a macro from the CMake wiki that …
|
|
|
@2605
|
16 years |
rgrieder |
Actually deleted old name style TinyXML++ files.
|
|
|
@2604
|
16 years |
rgrieder |
- Added unified diff file with our changes for Tolua++
- Added version …
|
|
|
@2603
|
16 years |
rgrieder |
- Added unified diff file with our changes for TinyXML++
- Minimised …
|
|
|
@2602
|
16 years |
rgrieder |
- Added unified diff file with our changes for OgreCEGUIRenderer
- …
|
|
|
@2601
|
16 years |
rgrieder |
Renamed CppTcl files to their orignal name.
|
|
|
@2600
|
16 years |
rgrieder |
- Added changelog for CppTcl
- Added unified diff file with our …
|
|
|
@2599
|
16 years |
rgrieder |
- Added orxonox version info. However I don't exactly what the actual …
|
|
|
@2598
|
16 years |
rgrieder |
Divided init files in bi-config into two groups:
- The ones that …
|
|
|
@2597
|
16 years |
rgrieder |
renamed bin to bin-config.
|
|
|
@2596
|
16 years |
rgrieder |
SignalHandler is only implemented on Linux.
|
|
|