sfb
|
535cf01de9
|
Added: .flora and .plant sheets for the jungle ecosystem - trees now build correctly via build_gamedata
|
2010-10-15 20:46:01 -05:00 |
|
sfb
|
e4c7a21ba6
|
Added: indoors.continent sheet - the ai_wmap section of build_gamedata needs this.
|
2010-10-15 20:43:06 -05:00 |
|
sfb
|
d25f8454f4
|
Changed: Moved zone_region.h header - used by leveldesign tools.
|
2010-10-15 20:39:59 -05:00 |
|
sfb
|
bea68faedc
|
Changed: Added 'export' and 'prim_export' to CMake build for build_gamedata pipeline.
|
2010-10-15 20:38:01 -05:00 |
|
kervala
|
7e99294db2
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-10-05 15:02:50 +02:00 |
|
kervala
|
f655a8d015
|
Fixed: Compilation under Mac OS X 10.5
|
2010-10-04 21:47:26 +02:00 |
|
kervala
|
e2967cf317
|
Fixed: #1109 Checks for libwww stream and dir modules
|
2010-10-04 21:09:38 +02:00 |
|
kervala
|
51569df830
|
Fixed: Missing #include <limits>
|
2010-10-04 17:55:11 +02:00 |
|
kervala
|
7e7dc58314
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-10-03 23:20:33 +02:00 |
|
kervala
|
dadbe664c5
|
Fixed: Compilation under GCC 4.0.1
|
2010-10-03 22:47:27 +02:00 |
|
kervala
|
572d9acf34
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-10-03 18:50:18 +02:00 |
|
kervala
|
9228e00c18
|
Changed: Display of headers from game_share
|
2010-10-03 18:40:05 +02:00 |
|
kervala
|
b485e6e986
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-10-03 18:35:16 +02:00 |
|
kervala
|
85d3d6e68c
|
Changed: Factorized code using READ_STRINGVECTOR_FV and READ_STRINGVECTOR_DEV macros
|
2010-10-03 18:29:32 +02:00 |
|
kervala
|
7587fc23da
|
Changed: Deactivate logs in console only in Release mode
|
2010-10-03 18:26:35 +02:00 |
|
kervala
|
f3b1ea3d95
|
Changed: #1111 Added commands for Mac OS
|
2010-10-03 18:23:38 +02:00 |
|
kervala
|
f2ebf0b626
|
Changed: #1109 archlinux libwww linker error
|
2010-10-03 11:39:04 +02:00 |
|
kervala
|
04ba071785
|
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
|
31a990fa60
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-10-02 17:27:20 +02:00 |
|
kervala
|
48d1ca1677
|
Changed: #878 Fix typos in comments/code
|
2010-10-02 14:25:36 +02:00 |
|
kervala
|
181bc269cf
|
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
|
0cdb90cf44
|
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
|
92c923d7d2
|
Changed: #878 Fix typos in comments/code
|
2010-10-02 11:44:05 +02:00 |
|
kervala
|
1927750a9b
|
Changed: FindCppTest.cmake now can link to a specific STLport version of CppTest
|
2010-10-02 11:43:16 +02:00 |
|
kervala
|
8139ee2911
|
Fixed: #1114 Add a check for boost includes directory
|
2010-10-02 11:40:27 +02:00 |
|
kervala
|
af1cddcb14
|
Added: Groups in client target
|
2010-10-01 17:25:31 +02:00 |
|
kervala
|
6b2f637b88
|
Fixed: Use of new CMAKE_*_OUTPUT_DIRECTORY
|
2010-10-01 12:45:54 +02:00 |
|
kervala
|
62d821ebe0
|
Fixed: Bad detection of MFC
|
2010-09-29 23:55:57 +02:00 |
|
kervala
|
5c55cd1221
|
Fixed: #1106 Avoid VC++ to relink all projects when using CMake generated projects
|
2010-09-29 23:52:28 +02:00 |
|
kervala
|
aad61b3ecb
|
Changed: #825 Remove all warning when compiling Ryzom
|
2010-09-29 10:20:09 +02:00 |
|
kervala
|
d99f9aa3cf
|
Changed: Enable WITH_STLPORT by default under Windows (because we are providing external with STLport)
|
2010-09-28 15:37:52 +02:00 |
|
kervala
|
c9ca9c6a9b
|
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
|
47e1fe0f27
|
Fixed: server_share compilation (include guard added)
|
2010-09-28 14:53:45 +02:00 |
|
kervala
|
3115f50006
|
Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
|
2010-09-28 12:02:24 +02:00 |
|
kervala
|
f1c8d140aa
|
Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
|
2010-09-28 11:25:37 +02:00 |
|
kervala
|
84986b79b7
|
Fixed: Removed dummyToAvoidStupidCompilerWarning functions to fix compilation if std*.cpp are included more than once
|
2010-09-28 11:18:21 +02:00 |
|
kervala
|
9ad779931b
|
Changed: Make some options less verbose (MFC and Libwww)
|
2010-09-28 10:49:30 +02:00 |
|
kervala
|
b9d24855ec
|
Fixed: PCH problem with GCC
|
2010-09-28 09:25:39 +02:00 |
|
sfb
|
1e4deb92ce
|
Changed: Default env path to Qt changed to 4.6.3
|
2010-09-27 21:14:21 -05:00 |
|
sfb
|
56b5247fb3
|
merge
|
2010-09-27 21:13:43 -05:00 |
|
sfb
|
a1648d5fe3
|
Changed: Install Qt DLLs from bin instead of lib
|
2010-09-27 21:13:13 -05:00 |
|
kervala
|
0322c32737
|
Fixed: Compilation with nmake and jom
|
2010-09-28 00:16:12 +02:00 |
|
kervala
|
7912010f99
|
Fixed: CMAKE_MAKE_PROGRAM or CMAKE_CXX_COMPILER can have relative path
|
2010-09-28 00:03:11 +02:00 |
|
kervala
|
9ce327a46a
|
Fixed: PCHSupport.cmake to support Jom and Nmake
|
2010-09-27 23:34:35 +02:00 |
|
kervala
|
30e628148e
|
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
|
959dc8e3c4
|
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
|
b5257a0f94
|
Changed: Optimized PCH for EGS
|
2010-09-27 19:02:57 +02:00 |
|
kervala
|
9e058f053d
|
Changed: Compare GetFileAttributes with INVALID_FILE_ATTRIBUTES to check if attributes are valid
|
2010-09-27 14:40:21 +02:00 |
|
kervala
|
1677874af2
|
Added: Detailed error for GL_FRAGMENT_PROGRAM_ARB
|
2010-09-27 14:37:42 +02:00 |
|
kervala
|
13f3a96c60
|
Changed: Moved some #include
|
2010-09-27 14:36:03 +02:00 |
|