Commit Graph

9899 Commits (9eaf7d355071f802760599b3e37d2698eb1c2ec6)
 

Author SHA1 Message Date
kervala 92c923d7d2 Changed: Fix typos in comments/code
kervala 1927750a9b Changed: FindCppTest.cmake now can link to a specific STLport version of CppTest
kervala 8139ee2911 Fixed: Add a check for boost includes directory
kervala af1cddcb14 Added: Groups in client target
kervala 6b2f637b88 Fixed: Use of new CMAKE_*_OUTPUT_DIRECTORY
kervala 62d821ebe0 Fixed: Bad detection of MFC
kervala 5c55cd1221 Fixed: Avoid VC++ to relink all projects when using CMake generated projects
kervala aad61b3ecb Changed: Remove all warning when compiling Ryzom
kervala d99f9aa3cf Changed: Enable WITH_STLPORT by default under Windows (because we are providing external with STLport)
kervala c9ca9c6a9b Changed: User can now have 2 externals: external and external_stlport, it will use the correct one
kervala 47e1fe0f27 Fixed: server_share compilation (include guard added)
kervala 3115f50006 Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
kervala f1c8d140aa Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
kervala 84986b79b7 Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
kervala 9ad779931b Changed: Make some options less verbose (MFC and Libwww)
kervala b9d24855ec Fixed: PCH problem with GCC
sfb 1e4deb92ce Changed: Default env path to Qt changed to 4.6.3
sfb 56b5247fb3 merge
sfb a1648d5fe3 Changed: Install Qt DLLs from bin instead of lib
kervala 0322c32737 Fixed: Compilation with nmake and jom
kervala 7912010f99 Fixed: CMAKE_MAKE_PROGRAM or CMAKE_CXX_COMPILER can have relative path
kervala 9ce327a46a Fixed: PCHSupport.cmake to support Jom and Nmake
kervala 30e628148e Changed: Updated variables EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH (they are depreciated in CMake 2.6+)
kervala 959dc8e3c4 Fixed: Use of CMAKE_CXX_COMPILER instead of CMAKE_MAKE_PROGRAM because Jom is not installed in VC++ directory
kervala b5257a0f94 Changed: Optimized PCH for EGS
kervala 9e058f053d Changed: Compare GetFileAttributes with INVALID_FILE_ATTRIBUTES to check if attributes are valid
kervala 1677874af2 Added: Detailed error for GL_FRAGMENT_PROGRAM_ARB
kervala 13f3a96c60 Changed: Moved some #include
kervala 429087d4d6 Added: Groups for EGS project
kervala 01eb101355 Fixed: Compilation with STLport under Linux (and probably Mac OS X)
kervala 5ed290b256 Changed: Move /X in build flags, only Debug and Release (default) modes, link flags are set automatically to all projects
kervala cacd5be701 Changed: Use MFC only under Windows
kervala 03d16778cb Fixed: Luabind library name with STLport
kervala 3f9f5aaee4 Changed: Generate only one config.h in root
kervala 148a7260fc Fixed: NLMISC::createDebug - Infinite loop
kervala cfc125cd38 Changed: Remove all warning when compiling Ryzom
kaetemi d6c99a6d9c Changed: Properly update nel material texture changes in viewport/render, handle more cases for max file path conversion, added conversion log, allow use of a timestamp tag file to facilitate resuming the conversion process.
kaetemi 76b1a30af9 Changed: Improved build pipeline scripts to properly avoid 3ds max hanging and handle crashes without user interference
kaetemi 5d9db22b91 Changed: Reliability improvements for batched anim export from max
vl ff8f7b1875 Added: missing namespace nlmisc
kervala 08bcbc3451 Changed: Updated CMake projects
kervala 5a68440aa5 Changed: object_viewer warnings
kervala 7939c1a07d Fixed: Some compilation errors
kervala 9e29a11377 Fixed: Bad merge
kervala 6d4bdb0db5 Changed: Centralized NeL includes in PCH
kervala 123c773bae Changed: Commented out all #pragma message
kervala 0c750706c8 Added: Options to build NeLNS and Snowballs (OFF by default)
kervala ce9e1514d8 Fixed: DirectX SDK 64bits directory
kervala 92f42ec9bd Fixed: Compilation with MFC in a custom path and/or STLport
kervala 7be61404af Fixed: tile_edit compilation