Commit Graph

65 Commits (53b3a51b54761eaa085d01ff7bf289ebd445cd9f)

Author SHA1 Message Date
kaetemi 0c1ff0df2a ryzomcore/v0.11.0
--HG--
branch : develop
kaetemi d30cca34f0 Backed out merge changeset: 361eb082ec5e
Does not compile. FindLibLZMA missing on Ubunty 12.04 LTS

--HG--
branch : develop
nimetu 3e209147b0 static libxml2 under linux requires lzma (tested on fedora/debian)
--HG--
branch : nimetu/static-libxml2-under-linux-requires-lzma-1412075714030
kaetemi e347b2a97f ryzomcore/v0.10.0
dfighter1985 0f7e1c022a Merge default
--HG--
branch : gsoc2014-dfighter
kaetemi 8e7a3b27d7 ryzomcore/v0.9.1
dfighter1985 8373118c7e Merged default.
--HG--
branch : gsoc2014-dfighter
kaetemi 4ed37ac68e SSE2: Add CMake options
--HG--
branch : sse2
dfighter1985 91f859bc8a Moved ovqt to /code/studio
--HG--
branch : gsoc2014-dfighter
kervala 0c31ab50bf Changed: CMAKE_OSX_DEPLOYMENT_TARGET is useless because CMake set it automatically based on MACOSX_DEPLOYMENT_TARGET
kervala 19cc4571d3 Fixed: Don't set CMAKE_OSX_DEPLOYMENT_TARGET anymore by default, only use that if you need
kervala 67e0b796ce Changed: Search for OpenGL Qt 4 module
kervala 3294955c60 Fixed: ryzom_client crashes on start with unprotected error in call to Lua API
kervala 87ee7fa8d2 Changed: Moved lua, luabind and curl FIND_PACKAGE in root CMakeLists.txt
kaetemi 8629f069ae Allow compiling with shared libxml2 on Windows
kervala d505b181f9 Changed: Define CMAKE_OSX_DEPLOYMENT_TARGET if not specified on command line
mattraykowski b90737e365 changes - updated the NL_VERSION_MINOR version from 8 to 9.
mattraykowski 6e309fee7a changed - moved the libwww package discovery and fixed include paths in library project.
kervala 5516d7bbd0 Changed: libxml2 requires liblzma under Mac OS X
kervala 6c0bd82c2a Changed: Use *_PREFIX instead of fixed values with INSTALL
kervala 1604cb3f8c Changed: Compiler flags must be defined after options declaration
sfb af454dd1cf Fixed EOL issues and added .hgeol file.
sfb e5cf9934e7 Fixed: VS10 isn't implicitly casting to CSString. Forcing it, which is probably more correct anyway.
kervala c937df33ef Changed: Add details for user-agent
sfb f43774765d Changed: Turned off zone painter, fixed nelns and snowballs CMake builds for gcc 4.4.3
kervala b7eefef484 Changed: VS 2010 does not work under CMake
vl d92c0b4815 Added: missing iconv include
rti 0b5c86d1df Added: FindIconv which is needed for a completely static client build on Mac OS X
kervala 2e4b7777bd Fixed: VS 2010 does not work under CMake
kervala a778fec2b4 Changed: VS 2010 does not work under CMake
"Matt Raykowski" 6f7211c324 Changed: Incremented version number in CMake and Autoconf. Reverted tag.
kervala 535b75abd6 Changed: NeL can't find selected drivers in CMake
kervala a1a6c669f2 Changed: Fix typos in comments/code
"Matt Raykowski" fb75c46b0e Fixed: WITH_CEGUI changed to WITH_NEL_CEGUI but wasn't corrected in the build tree. It is now.
kervala 8e4814e128 Fixed: NeL tests compilation
kervala 181bc269cf Changed: Create a CMake macro to check if we should link to an external lib or not
kervala 6b2f637b88 Fixed: Use of new CMAKE_*_OUTPUT_DIRECTORY
kervala 62d821ebe0 Fixed: Bad detection of MFC
kervala 9ad779931b Changed: Make some options less verbose (MFC and Libwww)
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 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 5ed290b256 Changed: Move /X in build flags, only Debug and Release (default) modes, link flags are set automatically to all projects
kervala 3f9f5aaee4 Changed: Generate only one config.h in root
kervala 7939c1a07d Fixed: Some compilation errors
kervala 0c750706c8 Added: Options to build NeLNS and Snowballs (OFF by default)