Commit graph

841 commits

Author SHA1 Message Date
kervala
f1dfec38d3 Changed: Updated CMake modules for 64bits and STLport 2010-09-25 15:41:37 +02:00
kervala
4798fc2bd2 Removed: .hgignore from ryzom directory 2010-09-25 10:13:22 +02:00
kervala
80b11e297d Removed: CMake modules from Snowballs (already in root directory) 2010-09-25 10:11:59 +02:00
kervala
2bcdf41c92 Changed: Use of FindExternal module 2010-09-25 10:10:24 +02:00
kervala
79ab903ca9 Added: CMake module to find external/3rd party libs 2010-09-24 23:24:05 +02:00
Matt Raykowski
4afb6c05be Changed: Moved the check for CppTest so that nel_unit_test has it available. 2010-09-24 14:56:47 -05:00
Matt Raykowski
c7960efbe4 merge 2010-09-24 14:22:30 -05:00
Matt Raykowski
7e42b03de0 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
e270b874c0 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
33a17b6287 Merge 2010-09-24 17:08:21 +02:00
vl
26f33f0721 Fixed: #1033 WebIG now works on linux too 2010-09-24 17:07:17 +02:00
Matt Raykowski
056e5963da Changed: Fixed error in CMake IF() ENDIF() closure for nelmisc 2010-09-24 08:53:51 -05:00
Matt Raykowski
85d2b3a159 merge 2010-09-24 08:51:18 -05:00
Matt Raykowski
b0694fd512 Changed: Fixed the CTest suite for CI and Nightly builds - may not update repo. 2010-09-24 08:50:22 -05:00
vl
bb6f4cbc21 Changed: include ssl only if the lib is found 2010-09-24 14:50:50 +02:00
vl
2dfc82bba9 Added: special case of rgba.cpp on static 2010-09-24 11:32:20 +02:00
vl
a9f34d1e8c Merge 2010-09-24 11:26:41 +02:00
kervala
fd669d8563 Changed: #825 Remove all warnings when compiling Ryzom 2010-09-24 11:03:56 +02:00
kervala
ec0cc60ce8 Fixed: optional OpenSSL only when building in static (curl could need it) 2010-09-24 10:52:29 +02:00
vl
798f90b278 Changed: ogg vorbis lib order 2010-09-24 10:29:06 +02:00
vl
914ed8bbda Removed: sound lib inclusion 2010-09-24 10:27:31 +02:00
kervala
0391023bf6 Fixed: ryzom_ai_service compilation 2010-09-24 09:12:37 +02:00
kervala
c127d36789 Changed: Removed "using namespace" from *.h 2010-09-23 19:29:14 +02:00
kervala
d3d29aae60 Fixed: Static sound drivers link to nelsnd_lowlevel 2010-09-23 18:48:04 +02:00
vl
3e238bb754 Added: in static driver, include ogg vorbis in the ryzom client 2010-09-23 16:14:37 +02:00
vl
4903c738ab Fixed: missing endline 2010-09-23 16:03:49 +02:00
vl
4f25a32a40 Added: in static, we don't compile fmod since it only exists in dynlib 2010-09-23 15:51:24 +02:00
vl
2605a167f1 Added: case for static version of the driver 2010-09-23 15:50:44 +02:00
acemtp
42909cd9f3 Added: include dir of zlib because game_share need zlib 2010-09-23 15:48:20 +02:00
acemtp
62a956f6cf Changed: order of the lib to make it link in static 2010-09-23 15:47:31 +02:00
kervala
9ba4f60306 Changed: #825 Remove all warnings when compiling Ryzom (patch provided by abelgar) 2010-09-23 15:08:52 +02:00
kervala
742304e29e Fixed: #1096 Build error with gcc 2010-09-23 13:36:21 +02:00
kervala
66c6137eed Changed: #1096 Build error with gcc (patch provided by abelgar) 2010-09-23 13:04:08 +02:00
Matt Raykowski
e6a67d807a Changed: Moved the dashboard build helpers. 2010-09-21 15:08:36 -05:00
Matt Raykowski
87475bcfb0 merge 2010-09-21 14:51:36 -05:00
Matt Raykowski
4b202154d2 Changed: Altered build to allow CI builds to be submitted to CDash 2010-09-21 14:50:10 -05:00
mattraykowski
f4e9aebcce Changed: #1102 Explicitly linked nelmisc in build_ig_boxes and build_indoor_rbank 2010-09-21 14:44:44 -05:00
mattraykowski
e98b950077 Changed: #1102 Explicitly linking nelmisc to zviewer tool. 2010-09-21 11:13:03 -05:00
mattraykowski
1eca7ae170 Changed: #1102 Explicitly linking nelmisc in build_shadow_skin 2010-09-21 08:38:37 -05:00
mattraykowski
9f4295cc1b merge 2010-09-21 07:03:17 -05:00
mattraykowski
d9d97126b3 Changed: Added source groups to Tile Edit Qt. 2010-09-21 07:02:21 -05:00
mattraykowski
7db407c521 Changed: #1102 Explicitly link nelmisc in ig_lighter. 2010-09-21 06:59:56 -05:00
vl
9b1a601c02 Fixed: a bug with interface due to the static keyword 2010-09-21 12:18:24 +02:00
vl
c24f90fc26 Fixed: compile on linux 2010-09-21 09:25:53 +02:00
vl
4611acc5b7 Added: define the toString() for size_t 2010-09-21 08:55:31 +02:00
vl
beb3649ec3 Added: warning when we cannot open a big file 2010-09-21 08:54:42 +02:00
vl
67de265627 Added: setrlimit to define how many open file we can have in the same time 2010-09-21 08:54:18 +02:00
vl
83a376c357 Fixed: make it compile on mac 2010-09-21 08:53:28 +02:00
kaetemi
ef36f2eb77 Changed: #1092 Reliability improvements for 3dsmax nel export 2010-09-21 00:44:02 +02:00
kervala
772c3f5da5 Changed: Added NL_ADD_RUNTIME_FLAGS 2010-09-20 22:02:35 +02:00