Commit graph

104 commits

Author SHA1 Message Date
kervala
8399175d8c Changed: #825 Remove all warning when compiling Ryzom 2010-10-30 14:05:50 +02:00
kervala
972a6cb6c3 Fixed: getTemporaryDirectory() under Linux 2010-10-26 17:26:28 +02:00
kervala
81ac951509 Changed: #825 Remove all warning when compiling Ryzom 2010-10-25 09:47:37 +02:00
kervala
2f343f505e Changed: #1129 Compilation under Linux 2010-10-18 20:27:04 +02:00
kervala
24eb87f999 Fixed: #1129 Implement missing CI18N::getLanguageCodes and CI18N::getLanguageNames methods 2010-10-18 19:34:20 +02:00
kervala
3bdc155cd5 Changed: #825 Remove all warning when compiling Ryzom 2010-10-18 19:11:58 +02:00
kervala
87565b46b9 Changed: Reactivate runtime checks and optimizations 2010-10-18 09:15:14 +02:00
kervala
7d9d79aeb9 Changed: Added include guard to stdmisc.h 2010-10-18 09:13:29 +02:00
kervala
4b7a0e4304 Changed: Added getBigFileName method to CBigFile 2010-10-18 09:12:49 +02:00
kervala
a044d8a5e7 Changed: #825 Remove all warning when compiling Ryzom 2010-10-17 15:26:57 +02:00
kervala
b7b1197f45 Changed: #1038 Implement copy/paste for Linux (patch provided by Naush) 2010-10-16 22:16:09 +02:00
kervala
10522eae91 Changed: #1023 Use a standard application path for writing files 2010-10-16 20:07:20 +02:00
kervala
f77ca1992c Changed: #142 Replace atoi and sscanf by fromString when it's possible 2010-10-16 19:58:05 +02:00
kervala
9198a34e32 Changed: #1129 Implement missing CI18N::getLanguageCodes and CI18N::getLanguageNames methods 2010-10-14 19:03:39 +02:00
kervala
31a990fa60 Changed: #825 Remove all warning when compiling Ryzom 2010-10-02 17:27:20 +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
9e058f053d Changed: Compare GetFileAttributes with INVALID_FILE_ATTRIBUTES to check if attributes are valid 2010-09-27 14:40:21 +02:00
kervala
148a7260fc Fixed: #1105 NLMISC::createDebug - Infinite loop 2010-09-26 23:08:17 +02:00
"Matt Raykowski"
d4570fffd5 Changed: Fixed error in CMake IF() ENDIF() closure for nelmisc 2010-09-24 08:53:51 -05:00
vl
c53f0b1b48 Added: special case of rgba.cpp on static 2010-09-24 11:32:20 +02:00
vl
bc8339857d Added: warning when we cannot open a big file 2010-09-21 08:54:42 +02:00
kervala
998e5b4c17 Changed: Added NL_ADD_RUNTIME_FLAGS 2010-09-20 22:02:35 +02:00
kervala
cd822bc0b4 Fixed: Display of .h files in generated projects 2010-09-19 18:49:03 +02:00
kervala
71da504731 Changed: #825 Remove all warnings when compiling Ryzom 2010-09-15 10:27:26 +02:00
kervala
7b22cb92e8 Changed: Added -ldl for NELMISC 2010-09-12 13:41:47 +02:00
kervala
a983aa0783 Changed: Dependencies definitions 2010-09-11 19:44:22 +02:00
kervala
8db652391b Changed: #915 NeL fails to build with --as-needed 2010-09-09 14:20:18 +02:00
kervala
968a752e55 Fixed: Windows compilation problems 2010-09-04 19:54:22 +02:00
mattraykowski
c3e4ffbe26 merge while working on rebase root source dir 2010-09-03 08:02:04 -06:00
mattraykowski
972e141687 Changed: #842 Added more project prefixes to project labels (aka NeL, Ryzom), converted some more Ryzom projects to the new layout. 2010-09-03 07:07:47 -06:00
kervala
811b229f52 Changed: #878 Fix typos in comments/code 2010-09-02 11:02:03 +02:00
kervala
1d5f2e8df9 Changed: Removed propagation of dependencies to other projects (fix lintian warnings) 2010-09-01 23:30:06 +02:00
rti
4f02a8591a Fixed: #1080 cmake MODULE compiles to *.so, adjusted dynloadlib accordingly 2010-08-28 17:33:44 +02:00
rti
ed8a11717d Changed: #878 Fix typos in comments/code 2010-08-13 15:40:04 +02:00
kervala
9984b638fb Fixed: #1069 Thread/process CPU affinity Implementation for Linux 2010-08-12 19:15:29 +02:00
kervala
c693c47cac Changed: #825 Remove all warning when compiling Ryzom 2010-08-09 16:20:03 +02:00
kervala
7e45b27f35 Changed: #825 Remove all warning when compiling Ryzom 2010-08-01 10:45:50 +02:00
kervala
a4b9d678ed Changed: #825 Remove all warning when compiling Ryzom 2010-08-01 10:39:41 +02:00
kervala
540e24b7b6 Changed: #825 Remove all warning when compiling Ryzom 2010-08-01 09:53:45 +02:00
vl
d971a9537c Removed: flooding warning 2010-07-26 10:56:22 +02:00
kervala
9275ce5175 Changed: #825 Remove all warning when compiling Ryzom 2010-07-24 22:47:42 +02:00
mattraykowski
ca56d259cc Changed: #842 Fix for nelmisc builds on Windows without DirectX in the VS paths. 2010-07-23 09:41:49 -06:00
kervala
ddb918de66 Changed: #1023 Use a standard application path for writing files 2010-07-17 18:09:41 +02:00
kervala
5bb012883d Changed: #860 Remove/convert/update old projects 2010-07-16 22:20:39 +02:00
kervala
c426347080 Changed: #1023 Use a standard application path for writing files 2010-07-16 22:16:21 +02:00
Matt Raykowski
e3302e6844 merge 2010-07-14 12:13:37 -05:00
Matt Raykowski
b4a635c412 Changed: #842 Added helper macros to cleanup files, removed useless DECORATE_NEL_LIB macro and started adding WITH_STATIC/WITH_STATIC_DRIVER support for full static linking. 2010-07-14 12:13:07 -05:00
kervala
3b70e484f6 Fixed: #1019 Add public setWindowIcon method to UDriver 2010-07-14 16:16:15 +02:00
kervala
8605f833e9 Changed: #927 Move OS specific code from client or server to NeL when it's possible 2010-07-14 11:44:46 +02:00
kervala
1f3793e523 Changed: #825 Remove all warning when compiling Ryzom 2010-07-10 13:27:40 +02:00