Commit graph

383 commits

Author SHA1 Message Date
kervala
61457e575e Fixed: Typos 2016-01-02 17:04:45 +01:00
kervala
8490d64622 Fixed: Use SaveShardRoot from game_share 2016-01-02 17:02:07 +01:00
kervala
ac7f5ffa28 Changed: Replaced substr == by compare, because more optimized (thanks to Kaetemi for the hint!) 2016-01-01 16:26:12 +01:00
kervala
f15f3e70c0 Changed: Minor changes 2016-01-01 16:08:11 +01:00
kervala
ca48f22ba6 Fixed: Compilation 2015-12-30 00:46:22 +01:00
kervala
301c3b2b8a Changed: Minor change 2015-12-29 22:07:10 +01:00
kervala
a5e23cb0f9 Changed: Merge code from private repository 2015-12-29 22:06:49 +01:00
kervala
cf3dec5af6 Fixed: Wrong check (if c is NULL, nothing is happening) 2015-12-29 17:59:18 +01:00
kervala
64145a8a70 Changed: Minor changes 2015-12-29 16:39:37 +01:00
kervala
4275af8038 Changed: Merge code from private repository 2015-12-29 16:35:47 +01:00
kervala
0e71d30714 Changed: Minor changes 2015-12-29 16:19:46 +01:00
kervala
590dfeebc1 Changed: Replace ~0u by std::numeric_limits<uint>::max() 2015-12-23 15:30:12 +01:00
kervala
20dac0bdf9 Fixed: Colors are on 3 bits (colors goes from 0 to 7) so 254 was converted to 6 (white) 2015-12-23 15:28:33 +01:00
kervala
2eb90a71f7 Changed: Synchronization with private repository 2015-12-18 13:05:11 +01:00
kervala
4fcf286b44 Changed: Minor changes 2015-12-17 14:36:51 +01:00
kervala
e7fb9df922 Changed: Replace NLMISC::strupr by NLMISC::toUpper 2015-12-17 14:36:33 +01:00
kervala
7af56ceb40 Changed: Replace more ~0 by std::numeric_limits<*>::max() some changes from private repository 2015-12-17 14:35:48 +01:00
kervala
3f561ac3f8 Changed: Replace more ~0 by std::numeric_limits<*>::max() 2015-12-17 13:03:21 +01:00
kervala
ad3e425e3e Changed: Minor changes 2015-12-17 12:48:57 +01:00
kervala
5b21d864a7 Fixed: Don't install libraries if WITH_INSTALL_LIBRARIES off 2015-12-16 08:00:27 +01:00
kervala
5971858a5d Fixed: Compilation under Linux 2015-12-16 00:07:20 +01:00
kervala
a9af6c7830 Fixed: Clang warning 2015-12-15 15:08:54 +01:00
kervala
dc2c80d25c Fixed: Use NELID16 macros 2015-12-15 15:05:31 +01:00
kervala
e382e2c781 Changed: Replace (uint16)~0 by std::numeric_limits<uint16>::max() 2015-12-15 14:33:59 +01:00
kervala
3b07ad440d Changed: Minor changes 2015-12-15 14:07:32 +01:00
kervala
7b9050d439 Changed: Replace atoi by fromString 2015-12-15 14:05:56 +01:00
kervala
a09a5be6d1 Changed: Use std::string insteaf of const char* for filenames in CPersistentDataRecord 2015-12-15 13:39:40 +01:00
kervala
076af98123 Changed: Minor changes 2015-12-15 13:39:02 +01:00
kervala
68f5cb447f Changed: Use std::string insteaf of const char* for filenames in CPersistentDataRecord 2015-12-15 13:35:04 +01:00
kervala
36f6fedd4f Changed: Minor changes 2015-12-13 20:23:58 +01:00
kervala
bf73907da1 Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*) 2015-12-13 13:03:16 +01:00
kervala
9aa47b4836 Changed: Minor changes 2015-11-15 13:29:34 +01:00
kaetemi
d411833ee0 Fix VS2013 64bit compiler error
C1128: number of sections exceeded object file format limit : compile with /bigobj
2015-07-10 02:31:04 +02:00
kaetemi
84f9d64872 Fixes for VS2013, ref #236 2015-03-29 16:58:07 +02:00
kervala
4a1e0b58e5 Fixed: Compilation with GCC 2015-03-02 23:51:23 +01:00
kaetemi
f0a6384fbb Visual Studio 2013 compilation support for Ryzom Server 2015-02-23 13:16:50 +01:00
kaetemi
ff175a18cb Visual Studio 2013 compilation support for Ryzom Server 2015-02-23 13:08:03 +01:00
kaetemi
e64791ce55 Visual Studio 2013 compilation support for Ryzom Server 2015-02-23 12:58:43 +01:00
kaetemi
881bf2354e Visual Studio 2013 compilation support for Ryzom Server 2015-02-23 12:52:01 +01:00
kaetemi
fa91a85f55 Visual Studio 2013 compilation support for Ryzom Server 2015-02-23 12:48:41 +01:00
kaetemi
05020d3b2a Visual Studio 2013 compilation support for Ryzom Server 2015-02-23 12:37:51 +01:00
kaetemi
4cd6fad710 Visual Studio 2013 compilation support for Ryzom Tools 2015-02-23 12:28:13 +01:00
kaetemi
ebdc7ba16b Visual Studio 2013 compilation support for Ryzom Server 2015-02-23 12:25:23 +01:00
kervala
03a3a6bd3a Merge with hotfix 2015-02-15 09:54:31 +01:00
kervala
d5b620391e Fixed: Wrong include guard for admin_modules PCH 2015-02-15 09:53:56 +01:00
kervala
8f04f658a4 Merge with hotfix 2015-02-14 16:07:04 +01:00
kervala
c5ee1f3d95 Fixed: Compilation 2015-02-14 16:05:45 +01:00
kervala
9feac65c07 Merge with hotfix 2015-02-14 15:44:11 +01:00
kervala
b023af51cf Added: PCH for admin_modules 2015-02-14 15:43:05 +01:00
kervala
5221bf199c Merge with hotfix 2015-02-14 14:31:19 +01:00