Commit graph

435 commits

Author SHA1 Message Date
kervala
7587fc23da Changed: Deactivate logs in console only in Release mode 2010-10-03 18:26:35 +02:00
kervala
48d1ca1677 Changed: #878 Fix typos in comments/code 2010-10-02 14:25:36 +02:00
kervala
af1cddcb14 Added: Groups in client target 2010-10-01 17:25:31 +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
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
b5257a0f94 Changed: Optimized PCH for EGS 2010-09-27 19:02:57 +02:00
kervala
13f3a96c60 Changed: Moved some #include 2010-09-27 14:36:03 +02:00
kervala
429087d4d6 Added: Groups for EGS project 2010-09-27 14:35:34 +02:00
kervala
01eb101355 Fixed: Compilation with STLport under Linux (and probably Mac OS X) 2010-09-26 23:27:52 +02:00
kervala
3f9f5aaee4 Changed: Generate only one config.h in root 2010-09-26 23:16:16 +02:00
kervala
cfc125cd38 Changed: #825 Remove all warning when compiling Ryzom 2010-09-26 22:09:58 +02:00
kaetemi
76b1a30af9 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
vl
ff8f7b1875 Added: missing namespace nlmisc 2010-09-26 10:24:46 +02:00
kervala
08bcbc3451 Changed: Updated CMake projects 2010-09-25 22:53:33 +02:00
kervala
7939c1a07d Fixed: Some compilation errors 2010-09-25 22:43:11 +02:00
kervala
9e29a11377 Fixed: Bad merge 2010-09-25 22:38:06 +02:00
kervala
6d4bdb0db5 Changed: Centralized NeL includes in PCH 2010-09-25 18:28:52 +02:00
kervala
123c773bae Changed: #825 Commented out all #pragma message 2010-09-25 18:12:37 +02:00
kervala
2c09b73e7c Changed: Optimized PCH for ai_share 2010-09-25 16:04:53 +02:00
kervala
ff0029ff5a Changed: Added namespace in some macros 2010-09-25 16:04:13 +02:00
kervala
25eabdf305 Changed: Removed using namespace in *.h 2010-09-25 16:02:33 +02:00
kervala
9be9822b15 Removed: .hgignore from ryzom directory 2010-09-25 10:13:22 +02:00
vl
3f66586110 Fixed: #1033 WebIG now works on linux too 2010-09-24 17:07:17 +02:00
vl
45eb6f48c7 Changed: include ssl only if the lib is found 2010-09-24 14:50:50 +02:00
vl
9275ac1fce Merge 2010-09-24 11:26:41 +02:00
kervala
7521923c95 Changed: #825 Remove all warnings when compiling Ryzom 2010-09-24 11:03:56 +02:00
kervala
2ac36f839c Fixed: optional OpenSSL only when building in static (curl could need it) 2010-09-24 10:52:29 +02:00
vl
0c00af96a5 Removed: sound lib inclusion 2010-09-24 10:27:31 +02:00
kervala
abd1827468 Fixed: ryzom_ai_service compilation 2010-09-24 09:12:37 +02:00
kervala
a69f0050b6 Changed: Removed "using namespace" from *.h 2010-09-23 19:29:14 +02:00
vl
b11891dbc1 Added: in static driver, include ogg vorbis in the ryzom client 2010-09-23 16:14:37 +02:00
vl
8bde6fa98d Fixed: missing endline 2010-09-23 16:03:49 +02:00
acemtp@acemtp-desktop
0f4fd77f3b Added: include dir of zlib because game_share need zlib 2010-09-23 15:48:20 +02:00
kervala
a54366aba6 Changed: #825 Remove all warnings when compiling Ryzom (patch provided by abelgar) 2010-09-23 15:08:52 +02:00
kervala
2a939c2800 Fixed: #1096 Build error with gcc 2010-09-23 13:36:21 +02:00
kervala
a6bdd40593 Changed: #1096 Build error with gcc (patch provided by abelgar) 2010-09-23 13:04:08 +02:00
vl
2cdf9e71f6 Fixed: a bug with interface due to the static keyword 2010-09-21 12:18:24 +02:00
vl
8046962fa2 Added: setrlimit to define how many open file we can have in the same time 2010-09-21 08:54:18 +02:00
kervala
32f0a5037f Changed: #825 Remove all warnings when compiling Ryzom 2010-09-20 21:58:24 +02:00
kervala
e1ae7e0c4d Changed: Added NL_ADD_RUNTIME_FLAGS 2010-09-20 21:43:14 +02:00
kervala
149a73e6eb Fixed: build_world_packed_col compilation 2010-09-20 21:42:33 +02:00
kaetemi
32cce09f83 Added: #964 Missing vcproj for wmap tools 2010-09-20 11:27:52 +02:00
kervala
db4a842b44 Fixed: Changed from Color to String (patch provided by aquiles) 2010-09-20 08:59:46 +02:00
kaetemi
6cdc77986e Fixed: #929 Gamedata build pipeline works mostly. Install writes to seperate dir instead of directly to dev client data dir. Added scripts to build dev client linked to install dir, as well as client install with bnp and patches generation, and shard data install. No more generated buildsite on repo. Panoply build added to map process. Fixed an issue with rbank build. Implemented sheets and sheet id building processes. Fixed some lookup paths. Implemented wmap build process. Added gamedev and data_common to install output. Added projects for characters and maps, sheets, indoors, and projects for fyros, matis, zorai and tryker continents to export shape and texture data. 2010-09-19 23:31:28 +02:00
kaetemi
f157610a73 Changed: #964 Added wmap tools to ryzom tool sln and fixed stuff. 2010-09-19 23:16:55 +02:00
kervala
d568711258 Changed: #825 Remove all warnings when compiling Ryzom 2010-09-17 12:19:11 +02:00
kervala
17abf65489 Changed: Renamed gameplay_module_lib to ryzom_gameplaymodule 2010-09-17 10:22:31 +02:00