Commit graph

881 commits

Author SHA1 Message Date
kervala
321269f81f Changed: #1109 archlinux libwww linker error 2010-10-03 11:39:04 +02:00
kervala
c810f64a61 Changed: #1111 Create a CMake macro to check if we should link to an external lib or not 2010-10-03 10:04:36 +02:00
kervala
8b1aa9cff9 Changed: #825 Remove all warning when compiling Ryzom 2010-10-02 17:27:20 +02:00
kervala
6fb3465433 Changed: #878 Fix typos in comments/code 2010-10-02 14:25:36 +02:00
kervala
7e193112d0 Changed: #1111 Create a CMake macro to check if we should link to an external lib or not 2010-10-02 14:22:42 +02:00
kervala
d24279c6d6 Changed: #1111 Create a CMake macro to check if we should link to an external lib or not 2010-10-02 14:21:45 +02:00
kervala
df31dee565 Changed: #878 Fix typos in comments/code 2010-10-02 11:44:05 +02:00
kervala
cd870cea9c Changed: FindCppTest.cmake now can link to a specific STLport version of CppTest 2010-10-02 11:43:16 +02:00
kervala
7ebca53271 Fixed: #1114 Add a check for boost includes directory 2010-10-02 11:40:27 +02:00
kervala
1195e0e8ed Added: Groups in client target 2010-10-01 17:25:31 +02:00
kervala
d16325bfd9 Fixed: Use of new CMAKE_*_OUTPUT_DIRECTORY 2010-10-01 12:45:54 +02:00
kervala
9d5fef3491 Fixed: Bad detection of MFC 2010-09-29 23:55:57 +02:00
kervala
fbbb7e1d30 Fixed: #1106 Avoid VC++ to relink all projects when using CMake generated projects 2010-09-29 23:52:28 +02:00
kervala
91852cc725 Changed: #825 Remove all warning when compiling Ryzom 2010-09-29 10:20:09 +02:00
kervala
6d9224dd60 Changed: Enable WITH_STLPORT by default under Windows (because we are providing external with STLport) 2010-09-28 15:37:52 +02:00
kervala
fa213a58cc Changed: User can now have 2 externals: external and external_stlport, it will use the correct one 2010-09-28 15:27:32 +02:00
kervala
95c77cc2a2 Fixed: server_share compilation (include guard added) 2010-09-28 14:53:45 +02:00
kervala
47cd5e8c23 Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once 2010-09-28 12:02:24 +02:00
kervala
c3872b8ea9 Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once 2010-09-28 11:25:37 +02:00
kervala
2e1891d281 Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once 2010-09-28 11:18:21 +02:00
kervala
fdd2259694 Changed: Make some options less verbose (MFC and Libwww) 2010-09-28 10:49:30 +02:00
kervala
056d087280 Fixed: PCH problem with GCC 2010-09-28 09:25:39 +02:00
sfb
023ed2827e Changed: Default env path to Qt changed to 4.6.3 2010-09-27 21:14:21 -05:00
sfb
c9a7e0817d merge 2010-09-27 21:13:43 -05:00
sfb
5a33377994 Changed: Install Qt DLLs from bin instead of lib 2010-09-27 21:13:13 -05:00
kervala
d15c631914 Fixed: Compilation with nmake and jom 2010-09-28 00:16:12 +02:00
kervala
f88ded7ee0 Fixed: CMAKE_MAKE_PROGRAM or CMAKE_CXX_COMPILER can have relative path 2010-09-28 00:03:11 +02:00
kervala
73e5befa12 Fixed: PCHSupport.cmake to support Jom and Nmake 2010-09-27 23:34:35 +02:00
kervala
326b7d79f3 Changed: Updated variables EXECUTABLE_OUTPUT_PATH and LIBRARY_OUTPUT_PATH (they are depreciated in CMake 2.6+) 2010-09-27 23:33:26 +02:00
kervala
7ce279972e Fixed: Use of CMAKE_CXX_COMPILER instead of CMAKE_MAKE_PROGRAM because Jom is not installed in VC++ directory 2010-09-27 23:25:40 +02:00
kervala
cc804842c3 Changed: Optimized PCH for EGS 2010-09-27 19:02:57 +02:00
kervala
4456d81dd8 Changed: Compare GetFileAttributes with INVALID_FILE_ATTRIBUTES to check if attributes are valid 2010-09-27 14:40:21 +02:00
kervala
629d273ecf Added: Detailed error for GL_FRAGMENT_PROGRAM_ARB 2010-09-27 14:37:42 +02:00
kervala
a85e93a2ef Changed: Moved some #include 2010-09-27 14:36:03 +02:00
kervala
2ef4200394 Added: Groups for EGS project 2010-09-27 14:35:34 +02:00
kervala
2d93e27643 Fixed: Compilation with STLport under Linux (and probably Mac OS X) 2010-09-26 23:27:52 +02:00
kervala
ec219b8c46 Changed: Move /X in build flags, only Debug and Release (default) modes, link flags are set automatically to all projects 2010-09-26 23:24:51 +02:00
kervala
9d4c6c1fe9 Changed: Use MFC only under Windows 2010-09-26 23:19:36 +02:00
kervala
510c06ac98 Fixed: Luabind library name with STLport 2010-09-26 23:17:51 +02:00
kervala
1e1a8b97b6 Changed: Generate only one config.h in root 2010-09-26 23:16:16 +02:00
kervala
9ad0a25d50 Fixed: #1105 NLMISC::createDebug - Infinite loop 2010-09-26 23:08:17 +02:00
kervala
bbb68d1c08 Changed: #825 Remove all warning when compiling Ryzom 2010-09-26 22:09:58 +02:00
kaetemi
d5bf6ddb9f Changed: #964 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. 2010-09-26 17:12:45 +02:00
kaetemi
a7c6ed7a35 Changed: #1092 Improved build pipeline scripts to properly avoid 3ds max hanging and handle crashes without user interference 2010-09-26 17:07:13 +02:00
kaetemi
9f256c4d4b Changed: #1092 Reliability improvements for batched anim export from max 2010-09-26 17:00:01 +02:00
vl
ccd5c879f6 Added: missing namespace nlmisc 2010-09-26 10:24:46 +02:00
kervala
7b96c2328f Changed: Updated CMake projects 2010-09-25 22:53:33 +02:00
kervala
cef50abdb7 Changed: #825 object_viewer warnings 2010-09-25 22:52:01 +02:00
kervala
3bf713f884 Fixed: Some compilation errors 2010-09-25 22:43:11 +02:00
kervala
264e3ccc9d Fixed: Bad merge 2010-09-25 22:38:06 +02:00