Commit Graph

167 Commits (b2b16e3ccecc73b3818b4818b604bcaf3cdeb7e0)

Author SHA1 Message Date
kaetemi f9c81f3740 ryzomcore/v0.11.2
--HG--
branch : hotfix
10 years ago
kaetemi 6b1ea30f9c ryzomcore/v0.11.1
--HG--
branch : hotfix
10 years ago
kaetemi 0c1ff0df2a ryzomcore/v0.11.0
--HG--
branch : develop
10 years ago
kaetemi d30cca34f0 Backed out merge changeset: 361eb082ec5e
Does not compile. FindLibLZMA missing on Ubunty 12.04 LTS

--HG--
branch : develop
10 years ago
nimetu 3e209147b0 static libxml2 under linux requires lzma (tested on fedora/debian)
--HG--
branch : nimetu/static-libxml2-under-linux-requires-lzma-1412075714030
10 years ago
kaetemi e347b2a97f ryzomcore/v0.10.0 10 years ago
dfighter1985 0f7e1c022a Merge default
--HG--
branch : gsoc2014-dfighter
10 years ago
kaetemi 8e7a3b27d7 ryzomcore/v0.9.1 10 years ago
dfighter1985 8373118c7e Merged default.
--HG--
branch : gsoc2014-dfighter
10 years ago
kaetemi 4ed37ac68e SSE2: Add CMake options
--HG--
branch : sse2
11 years ago
dfighter1985 91f859bc8a Moved ovqt to /code/studio
--HG--
branch : gsoc2014-dfighter
11 years ago
kervala 0c31ab50bf Changed: CMAKE_OSX_DEPLOYMENT_TARGET is useless because CMake set it automatically based on MACOSX_DEPLOYMENT_TARGET 11 years ago
kervala 19cc4571d3 Fixed: Don't set CMAKE_OSX_DEPLOYMENT_TARGET anymore by default, only use that if you need 11 years ago
kervala 67e0b796ce Changed: Search for OpenGL Qt 4 module 11 years ago
kervala 3294955c60 Fixed: #55 ryzom_client crashes on start with unprotected error in call to Lua API 11 years ago
kervala 87ee7fa8d2 Changed: Moved lua, luabind and curl FIND_PACKAGE in root CMakeLists.txt 11 years ago
kaetemi 8629f069ae Allow compiling with shared libxml2 on Windows 12 years ago
kervala d505b181f9 Changed: Define CMAKE_OSX_DEPLOYMENT_TARGET if not specified on command line 12 years ago
mattraykowski b90737e365 changes #6 - updated the NL_VERSION_MINOR version from 8 to 9. 12 years ago
mattraykowski 6e309fee7a changed #20 - moved the libwww package discovery and fixed include paths in library project. 12 years ago
kervala 5516d7bbd0 Changed: libxml2 requires liblzma under Mac OS X 12 years ago
kervala 6c0bd82c2a Changed: Use *_PREFIX instead of fixed values with INSTALL 12 years ago
kervala 1604cb3f8c Changed: Compiler flags must be defined after options declaration 12 years ago
sfb af454dd1cf Fixed EOL issues and added .hgeol file. 13 years ago
sfb e5cf9934e7 Fixed: #1455 VS10 isn't implicitly casting to CSString. Forcing it, which is probably more correct anyway. 13 years ago
kervala c937df33ef Changed: #1444 Add details for user-agent 13 years ago
sfb f43774765d Changed: Turned off zone painter, fixed nelns and snowballs CMake builds for gcc 4.4.3 13 years ago
kervala b7eefef484 Changed: #1177 VS 2010 does not work under CMake 14 years ago
vl d92c0b4815 Added: missing iconv include 14 years ago
rti 0b5c86d1df Added: FindIconv which is needed for a completely static client build on Mac OS X 14 years ago
kervala 2e4b7777bd Fixed: #1177 VS 2010 does not work under CMake 14 years ago
kervala a778fec2b4 Changed: #1177 VS 2010 does not work under CMake 14 years ago
"Matt Raykowski" 6f7211c324 Changed: Incremented version number in CMake and Autoconf. Reverted tag. 14 years ago
kervala 535b75abd6 Changed: #1251 NeL can't find selected drivers in CMake 14 years ago
kervala a1a6c669f2 Changed: #878 Fix typos in comments/code 14 years ago
"Matt Raykowski" fb75c46b0e Fixed: WITH_CEGUI changed to WITH_NEL_CEGUI but wasn't corrected in the build tree. It is now. 14 years ago
kervala 8e4814e128 Fixed: NeL tests compilation 14 years ago
kervala 181bc269cf Changed: #1111 Create a CMake macro to check if we should link to an external lib or not 14 years ago
kervala 6b2f637b88 Fixed: Use of new CMAKE_*_OUTPUT_DIRECTORY 14 years ago
kervala 62d821ebe0 Fixed: Bad detection of MFC 14 years ago
kervala 9ad779931b Changed: Make some options less verbose (MFC and Libwww) 14 years ago
sfb 1e4deb92ce Changed: Default env path to Qt changed to 4.6.3 14 years ago
sfb 56b5247fb3 merge 14 years ago
sfb a1648d5fe3 Changed: Install Qt DLLs from bin instead of lib 14 years ago
kervala 0322c32737 Fixed: Compilation with nmake and jom 14 years ago
kervala 7912010f99 Fixed: CMAKE_MAKE_PROGRAM or CMAKE_CXX_COMPILER can have relative path 14 years ago
kervala 30e628148e Changed: Updated variables EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH (they are depreciated in CMake 2.6+) 14 years ago
kervala 959dc8e3c4 Fixed: Use of CMAKE_CXX_COMPILER instead of CMAKE_MAKE_PROGRAM because Jom is not installed in VC++ directory 14 years ago
kervala 5ed290b256 Changed: Move /X in build flags, only Debug and Release (default) modes, link flags are set automatically to all projects 14 years ago
kervala 3f9f5aaee4 Changed: Generate only one config.h in root 14 years ago
kervala 7939c1a07d Fixed: Some compilation errors 14 years ago
kervala 0c750706c8 Added: Options to build NeLNS and Snowballs (OFF by default) 14 years ago
kervala 92f42ec9bd Fixed: Compilation with MFC in a custom path and/or STLport 14 years ago
kervala b301f0d03d Changed: Updated CMake modules for 64bits and STLport 14 years ago
kervala 32a67cc16e Changed: Use of FindExternal module 14 years ago
"Matt Raykowski" b95e0b675a Changed: Moved the check for CppTest so that nel_unit_test has it available. 14 years ago
"Matt Raykowski" 3d842b3d99 Changed: Altered build to allow CI builds to be submitted to CDash 14 years ago
kervala 92580e0239 Fixed: Parsing of CMAKE_MAKE_PROGRAM 14 years ago
kervala c0698a39a2 Fixed: STLport can't be used under Windows 14 years ago
kervala 1d8597eeb1 Changed: Winsock definition in root CMakeLists.txt 14 years ago
kervala 4c1fb29b70 Changed: Winsock definition in root CMakeLists.txt 14 years ago
kervala 8db652391b Changed: #915 NeL fails to build with --as-needed 14 years ago
kervala ddff2f28ca Changed: Use LIBXML_STATIC if building static libraries 14 years ago
kervala 7f72ef0bcb Fixed: ryzom_client_patcher compilation 14 years ago
mattraykowski c3e4ffbe26 merge while working on rebase root source dir 14 years ago
mattraykowski 1b511949c9 Update: #842 Added "NeL" before NeL project labels, moved some files, fixed Qt builds, fixed libwww find on Windows. 14 years ago
mattraykowski f6c11aff7e Update: #842 Initial file/folder move for single project build. 14 years ago