Commit graph

841 commits

Author SHA1 Message Date
kervala
ca12c13e68 Changed: Updated CMake modules for 64bits and STLport 2010-09-25 15:41:37 +02:00
kervala
38ee15a656 Removed: .hgignore from ryzom directory 2010-09-25 10:13:22 +02:00
kervala
061b8202de Removed: CMake modules from Snowballs (already in root directory) 2010-09-25 10:11:59 +02:00
kervala
5dff584400 Changed: Use of FindExternal module 2010-09-25 10:10:24 +02:00
kervala
d4d94a1284 Added: CMake module to find external/3rd party libs 2010-09-24 23:24:05 +02:00
Matt Raykowski"
3e7d89b42c Changed: Moved the check for CppTest so that nel_unit_test has it available. 2010-09-24 14:56:47 -05:00
Matt Raykowski"
2c71ea8da9 merge 2010-09-24 14:22:30 -05:00
Matt Raykowski"
51b1d78457 Fixed: C++-style comments in PIC C code, eliminates errors on recent gcc compilers for tile editor. 2010-09-24 10:36:54 -05:00
Matt Raykowski"
aa48c82469 Changed: WITH_TESTS has been changed to WITH_NEL_TESTS, CI unit testing should work now. 2010-09-24 10:36:14 -05:00
vl
e658b20a94 Merge 2010-09-24 17:08:21 +02:00
vl
2055409d5a Fixed: #1033 WebIG now works on linux too 2010-09-24 17:07:17 +02:00
Matt Raykowski"
e7ad47d040 Changed: Fixed error in CMake IF() ENDIF() closure for nelmisc 2010-09-24 08:53:51 -05:00
Matt Raykowski"
be36011a0b merge 2010-09-24 08:51:18 -05:00
Matt Raykowski"
2d2cc28454 Changed: Fixed the CTest suite for CI and Nightly builds - may not update repo. 2010-09-24 08:50:22 -05:00
vl
fc3474deb3 Changed: include ssl only if the lib is found 2010-09-24 14:50:50 +02:00
vl
281803cf40 Added: special case of rgba.cpp on static 2010-09-24 11:32:20 +02:00
vl
0f0b0ee8cf Merge 2010-09-24 11:26:41 +02:00
kervala
0c4f818687 Changed: #825 Remove all warnings when compiling Ryzom 2010-09-24 11:03:56 +02:00
kervala
623688f0f0 Fixed: optional OpenSSL only when building in static (curl could need it) 2010-09-24 10:52:29 +02:00
vl
c26c0f29bf Changed: ogg vorbis lib order 2010-09-24 10:29:06 +02:00
vl
ebba9ec440 Removed: sound lib inclusion 2010-09-24 10:27:31 +02:00
kervala
8aa918bcad Fixed: ryzom_ai_service compilation 2010-09-24 09:12:37 +02:00
kervala
3076c68530 Changed: Removed "using namespace" from *.h 2010-09-23 19:29:14 +02:00
kervala
2633b61040 Fixed: Static sound drivers link to nelsnd_lowlevel 2010-09-23 18:48:04 +02:00
vl
81947e6f82 Added: in static driver, include ogg vorbis in the ryzom client 2010-09-23 16:14:37 +02:00
vl
34d90a1885 Fixed: missing endline 2010-09-23 16:03:49 +02:00
vl
a3469ecd96 Added: in static, we don't compile fmod since it only exists in dynlib 2010-09-23 15:51:24 +02:00
vl
42515f458e Added: case for static version of the driver 2010-09-23 15:50:44 +02:00
acemtp
32b1d7aeb7 Added: include dir of zlib because game_share need zlib 2010-09-23 15:48:20 +02:00
acemtp
a07b5b8d3e Changed: order of the lib to make it link in static 2010-09-23 15:47:31 +02:00
kervala
c0c147af4e Changed: #825 Remove all warnings when compiling Ryzom (patch provided by abelgar) 2010-09-23 15:08:52 +02:00
kervala
98c24e3a40 Fixed: #1096 Build error with gcc 2010-09-23 13:36:21 +02:00
kervala
5b2628f4ba Changed: #1096 Build error with gcc (patch provided by abelgar) 2010-09-23 13:04:08 +02:00
Matt Raykowski"
c0b204bf35 Changed: Moved the dashboard build helpers. 2010-09-21 15:08:36 -05:00
Matt Raykowski"
7d147ed8f1 merge 2010-09-21 14:51:36 -05:00
Matt Raykowski"
a941ad638a Changed: Altered build to allow CI builds to be submitted to CDash 2010-09-21 14:50:10 -05:00
mattraykowski
e384dc0e6b Changed: #1102 Explicitly linked nelmisc in build_ig_boxes and build_indoor_rbank 2010-09-21 14:44:44 -05:00
mattraykowski
c73cb9cf9e Changed: #1102 Explicitly linking nelmisc to zviewer tool. 2010-09-21 11:13:03 -05:00
mattraykowski
75adfcabd8 Changed: #1102 Explicitly linking nelmisc in build_shadow_skin 2010-09-21 08:38:37 -05:00
mattraykowski
2a36e0d914 merge 2010-09-21 07:03:17 -05:00
mattraykowski
d41eb56f38 Changed: Added source groups to Tile Edit Qt. 2010-09-21 07:02:21 -05:00
mattraykowski
e3a11741cb Changed: #1102 Explicitly link nelmisc in ig_lighter. 2010-09-21 06:59:56 -05:00
vl
55330e73e3 Fixed: a bug with interface due to the static keyword 2010-09-21 12:18:24 +02:00
vl
8d9d58fed9 Fixed: compile on linux 2010-09-21 09:25:53 +02:00
vl
44d9dbc390 Added: define the toString() for size_t 2010-09-21 08:55:31 +02:00
vl
f984c1a142 Added: warning when we cannot open a big file 2010-09-21 08:54:42 +02:00
vl
4e46616462 Added: setrlimit to define how many open file we can have in the same time 2010-09-21 08:54:18 +02:00
vl
709a2c8632 Fixed: make it compile on mac 2010-09-21 08:53:28 +02:00
kaetemi
783c3021b7 Changed: #1092 Reliability improvements for 3dsmax nel export 2010-09-21 00:44:02 +02:00
kervala
c02ffcf5e9 Changed: Added NL_ADD_RUNTIME_FLAGS 2010-09-20 22:02:35 +02:00