Commit Graph

422 Commits (c4a1176cb37bc33d73fc6389f95a9e50ee68e435)

Author SHA1 Message Date
kervala beb8ffc847 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 4f5d3afd51 Fixed: -Wl,-Bsymbolic-functions doesn't exist under OS X
--HG--
branch : develop
8 years ago
kervala ab93110312 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 1aa738ba78 Fixed: PCH with old CMake versions (definitions already include -D)
--HG--
branch : develop
8 years ago
kervala 8adf092cb8 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 6a76fc8317 Fixed: Compilation with old CMake versions
--HG--
branch : develop
8 years ago
kervala c658afdece Changed: Formatting
--HG--
branch : develop
8 years ago
kervala f59cef10bd Changed: Removed flags not supported everywhere
--HG--
branch : develop
8 years ago
kervala 3950b8c255 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 9ddfd43b5e Fixed: Missing macro ADD_PLATFORM_LINKFLAGS
--HG--
branch : develop
8 years ago
kervala 4eb21c1612 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 0e25d31f30 Changed: Try to force -fPIC
--HG--
branch : develop
8 years ago
kervala c265e2f261 Changed: Added Debian hardening flags
--HG--
branch : develop
8 years ago
kervala 186caf171a Changed: strict-aliasing option already defined
--HG--
branch : develop
8 years ago
kervala c3327c3d1b Changed: Minor changes
--HG--
branch : develop
8 years ago
kervala b36ded52df Changed: 3dsmax 2013 and up are always using Unicode
--HG--
branch : develop
8 years ago
kervala 7a894c1506 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 637895e578 Fixed: Update libovr detection
--HG--
branch : develop
8 years ago
kervala 1e1f6ece8b Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 19e8ee1d05 Changed: Simplified all ENDIF and ELSE
--HG--
branch : develop
8 years ago
kervala d5d4ba1e0c Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 6ff893421d Changed: Specify Windows XP as minimum platform (we need that if using Windows 7 SDK with VC++ 2015)
--HG--
branch : develop
8 years ago
kervala d8048eb352 Fixed: PCH after pull merge
--HG--
branch : develop
8 years ago
kervala 7363803b2c Merge with develop
--HG--
branch : compatibility-develop
8 years ago
Cédric OCHS 209e8ba078 Merged in BWGaryP/ryzomcore (pull request #138)
Avoid empty "-D" on debug builds with Qt4.

--HG--
branch : develop
8 years ago
kervala 6964d7a68e Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 084bc2bba9 Changed: Allow to enable Sandbox under OS X
--HG--
branch : develop
8 years ago
kervala 1e98eeaa0b Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 5539873337 Fixed: Use 3 numbers version (without revision) for MACOSX_BUNDLE_SHORT_VERSION_STRING
--HG--
branch : develop
8 years ago
kervala aada068245 Merge with develop
--HG--
branch : compatibility-develop
8 years ago
kervala 7738b33675 Fixed: Disable STLport by default when using a recent version of VC++
--HG--
branch : develop
8 years ago
kervala 1425aad8e3 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala aa5f3b8499 Changed: Updated CMake toolchains modules
--HG--
branch : develop
9 years ago
kervala 65e48df782 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala ac5e8b5202 Fixed: Automatically determine UCRT version
--HG--
branch : develop
9 years ago
kervala d03bbcdf73 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala cf7ecf9857 Changed: Only compile installer if WITH_RYZOM_INSTALLER set
--HG--
branch : feature-ryzom-installer
9 years ago
kervala 155902a229 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala ab2ac66cb5 Fixed: Stack size errors while compiling with VC++ 2015
--HG--
branch : develop
9 years ago
kervala 601cb4347a Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 32e22ab208 Changed: Simplify CMake end tags
--HG--
branch : develop
9 years ago
kervala 833976be5b Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala e191e1675b Fixed: Define _DARWIN_UNLIMITED_STREAMS to fix setrlimit under OS X
--HG--
branch : develop
9 years ago
kervala 6686503e51 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 124bfac9f0 Improved Luabind CMake module, fixes #262 and fixes #263
--HG--
branch : develop
9 years ago
kervala 46f6df3310 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 76d83a5890 Improved Luabind CMake module, fixes #263
--HG--
branch : develop
9 years ago
kervala efe7de773f Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 5d3796d225 Lua 5.3 support for Fedora 22+, fixes #262
--HG--
branch : develop
9 years ago
Gary Preston b193faa426 Ensure definitions from cmake files that make use of generator expressions
(such as UseQt4.cmake) are retained but do not cause a empty "-D" to be
output when the generator evaluates to the empty string.
Fixes debug build failure on Linux using Qt4/tools/WITH_PCH.

--HG--
branch : develop
9 years ago
kervala 77ae086af8 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 07709e9cfc Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala fb41219ce8 Fixed: Copy Steam runtime to bundle and sign it under OS X
--HG--
branch : compatibility-develop
9 years ago
kervala 2093482f72 Fixed: Load Steam library if Ryzom compiled with WITH_STEAM, request auth session ticket and send it to login server
--HG--
branch : compatibility-develop
9 years ago
kervala 3a0576a740 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala cb77f1df66 Added: CMake file for bin2c
--HG--
branch : develop
9 years ago
kervala 325242c2e4 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 59aaad27c1 Changed: Works for C compilers too
--HG--
branch : develop
9 years ago
kervala c5d8c9965e Changed: Minor changes (EOL, spaces, etc...)
--HG--
branch : develop
9 years ago
kervala bb0d2f6aa0 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 6c27e927b5 Fixed: Compilation in 64 bits under Windows
--HG--
branch : develop
9 years ago
kervala 6ea1421fd3 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala d5749430f7 Fixed: Typo in Lua 5.3 module
--HG--
branch : develop
9 years ago
kervala cca0dd450e Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kaetemi 9a477d976b VS2015 compilation fixes
--HG--
branch : develop
9 years ago
kervala fadb57ed00 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala fd80a0f22d Changed: Update WindowsSDK CMake module for VC++ 2015
--HG--
branch : develop
9 years ago
kervala ddba3e583c Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala ec7699aca9 Fixed: Compilation of object_viewer_qt with Qt 5
--HG--
branch : develop
9 years ago
kervala 9a7d4d3684 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 873f4995ce Fixed: Missing PATHS in MySQL CMake module
--HG--
branch : develop
9 years ago
kervala c9262b01c2 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala bf19a4c61c Fixed: MySQL client under OS X
--HG--
branch : develop
9 years ago
kervala d999e4a3bd Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 1f2678eb10 Fixed: Warnings compiling with Qt 5
--HG--
branch : develop
9 years ago
kervala 86a903c96e Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 75d16f7054 Fixed: Define QT_NO_DEBUG in Release with Qt 5 also in PCH
--HG--
branch : develop
9 years ago
kervala 8965a4d7a5 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 016390446d Changed: Forgot to change RYZOM_GAMES_PREFIX
--HG--
branch : develop
9 years ago
kervala 806a6d21ab Changed: Only copy installscript_osx.vdf for Steam client
--HG--
branch : compatibility-develop
9 years ago
kervala fb98ffe809 Changed: Added WITH_RYZOM_CUSTOM_PATCH_SERVER that allows to give priority to PatchUrl defined in client.cfg
--HG--
branch : develop
9 years ago
kervala 1b2e607d5d Changed: Add WITH_UNIX_STRUCTURE to use UNIX structure (bin, etc, share, etc...)
--HG--
branch : develop
9 years ago
kervala 7ca5e7acf6 Fixed: Compilation with Qt 5 static under Linux
--HG--
branch : develop
9 years ago
kervala a3b6e87b0d Changed: Disable useless message
--HG--
branch : develop
9 years ago
kervala e486cac363 Fixed: Wrong cases
--HG--
branch : develop
9 years ago
kervala 651870a2c9 Fixed: Allow to find Windows SDK libraries in lib/amd64 too
--HG--
branch : develop
9 years ago
kervala 1ab5357804 Changed: Updates CMake modules
--HG--
branch : develop
9 years ago
kervala c1716ae3db Fixed: Include directories with Qt 5 CMake modules in PCH
--HG--
branch : develop
9 years ago
kervala 8761ee3bcd Fixed: RETURN() doesn't exit from macro but from current file (thanks Nimetu!)
--HG--
branch : develop
9 years ago
kervala a245857986 Changed: Remove specific C++ dialects for warnings
--HG--
branch : develop
9 years ago
kervala 1fa2e22491 Changed: Port some tools to Qt 5
--HG--
branch : develop
9 years ago
kervala 1afec95dd9 Fixed: Only display VR page in game config if compiled with a VR SDK
--HG--
branch : develop
9 years ago
kervala 68cbba44ce Fixed: Assimp depends on ZLIB
--HG--
branch : develop
9 years ago
kervala 804a635993 Changed: Display revision
--HG--
branch : develop
9 years ago
kervala 7a2dd18095 Changed: Add and use more constants in config.h
--HG--
branch : develop
9 years ago
kervala abb6b28661 Fixed: ROOT_DIR is the parent of CMAKE_SOURCE_DIR
--HG--
branch : develop
9 years ago
kervala 27b45b40e8 Fixed: Use STRING(TIMESTAMP ...) since CMake 2.8.11 to get build time
--HG--
branch : develop
9 years ago
kervala 2fa0544912 Changed: Don't generate revision.h anymore
--HG--
branch : develop
9 years ago
kervala 520eb941b1 Changed: Simplified CMake ELSE and ENDIF
--HG--
branch : develop
9 years ago
kervala 39bda44106 Changed: Removed useless checks in config.h
--HG--
branch : develop
9 years ago