kervala
|
0d773e3e79
|
Fixed: Use nlfopen in tools and servers
--HG--
branch : develop
|
2016-03-19 16:21:06 +01:00 |
|
kervala
|
db92fc81f1
|
Changed: Minor changes
--HG--
branch : develop
|
2016-02-20 19:26:43 +01:00 |
|
kervala
|
3f0e6f3757
|
Fixed: Compilation under Linux (thanks Kishan for the patch!), fixes #260
--HG--
branch : develop
|
2016-02-20 19:26:34 +01:00 |
|
kervala
|
b6dae7002e
|
Changed: Minor change
--HG--
branch : develop
|
2016-01-26 23:29:58 +01:00 |
|
kervala
|
093ee91656
|
Fixed: libxml2 dependencies
--HG--
branch : develop
|
2016-01-26 23:26:38 +01:00 |
|
kervala
|
36f886f5f1
|
Changed: Removed more useless dependencies
--HG--
branch : develop
|
2016-01-26 22:43:35 +01:00 |
|
kervala
|
54ee3d79e9
|
Changed: Minor change
--HG--
branch : develop
|
2016-01-07 17:40:19 +01:00 |
|
kervala
|
c09476ec03
|
Fixed: Servers compilation
--HG--
branch : develop
|
2016-01-06 23:19:34 +01:00 |
|
kervala
|
0e74c167cd
|
Fixed: Compilation
--HG--
branch : develop
|
2016-01-06 16:03:20 +01:00 |
|
kervala
|
20711e24e3
|
Fixed: Typos
--HG--
branch : develop
|
2016-01-02 17:04:45 +01:00 |
|
kervala
|
860a4d99ba
|
Changed: Replaced substr == by compare, because more optimized (thanks to Kaetemi for the hint!)
--HG--
branch : develop
|
2016-01-01 16:26:12 +01:00 |
|
kervala
|
03eaa9181a
|
Changed: Minor changes
--HG--
branch : develop
|
2016-01-01 16:08:11 +01:00 |
|
kervala
|
ef6b8fb501
|
Fixed: Compilation
--HG--
branch : develop
|
2015-12-30 00:46:22 +01:00 |
|
kervala
|
ab4dc8ec01
|
Changed: Merge code from private repository
--HG--
branch : develop
|
2015-12-29 22:06:49 +01:00 |
|
kervala
|
d5e74ca5c8
|
Fixed: Wrong check (if c is NULL, nothing is happening)
--HG--
branch : develop
|
2015-12-29 17:59:18 +01:00 |
|
kervala
|
c6927af7c0
|
Changed: Minor changes
--HG--
branch : develop
|
2015-12-29 16:39:37 +01:00 |
|
kervala
|
ef16bab62e
|
Changed: Merge code from private repository
--HG--
branch : develop
|
2015-12-29 16:35:47 +01:00 |
|
kervala
|
88042cc28d
|
Changed: Minor changes
--HG--
branch : develop
|
2015-12-29 16:19:46 +01:00 |
|
kervala
|
4694ca2580
|
Fixed: Colors are on 3 bits (colors goes from 0 to 7) so 254 was converted to 6 (white)
--HG--
branch : develop
|
2015-12-23 15:28:33 +01:00 |
|
kervala
|
3a3a8752d1
|
Changed: Replace (uint16)~0 by std::numeric_limits<uint16>::max()
--HG--
branch : develop
|
2015-12-15 14:33:59 +01:00 |
|
kervala
|
a550f2c760
|
Changed: Minor changes
--HG--
branch : develop
|
2015-12-15 14:07:32 +01:00 |
|
kervala
|
bc12a142c8
|
Changed: Replace atoi by fromString
--HG--
branch : develop
|
2015-12-15 14:05:56 +01:00 |
|
kervala
|
189fc7a2d9
|
Changed: Minor changes
--HG--
branch : develop
|
2015-12-15 13:39:02 +01:00 |
|
kervala
|
84831a4b34
|
Changed: Use std::string insteaf of const char* for filenames in CPersistentDataRecord
--HG--
branch : develop
|
2015-12-15 13:35:04 +01:00 |
|
kervala
|
fc951a24ce
|
Fixed: Homogenize CFile::moveFile with other methods (use std::string instead of const char*)
--HG--
branch : develop
|
2015-12-13 13:03:16 +01:00 |
|
kaetemi
|
0cd51d59c7
|
Fix VS2013 64bit compiler error
C1128: number of sections exceeded object file format limit : compile with /bigobj
--HG--
branch : develop
|
2015-07-10 02:31:04 +02:00 |
|
kaetemi
|
769d5190c5
|
Fixes for VS2013, ref #236
--HG--
branch : develop
|
2015-03-29 16:58:07 +02:00 |
|
kervala
|
f999cc892c
|
Fixed: Compilation with GCC
--HG--
branch : develop
|
2015-03-02 23:51:23 +01:00 |
|
kaetemi
|
77d17265eb
|
Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
|
2015-02-23 12:58:43 +01:00 |
|
kaetemi
|
3ac5c4c5c3
|
Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
|
2015-02-23 12:52:01 +01:00 |
|
kaetemi
|
883d699428
|
Visual Studio 2013 compilation support for Ryzom Server
--HG--
branch : develop
|
2015-02-23 12:48:41 +01:00 |
|
kervala
|
e8b0765e7c
|
Merge with hotfix
--HG--
branch : develop
|
2015-02-14 14:31:19 +01:00 |
|
kervala
|
76e64fcb42
|
Changed: Used INVALID_AI_INSTANCE in CUsedContinent::getInstanceForContinent
--HG--
branch : hotfix
|
2015-02-14 13:03:27 +01:00 |
|
kervala
|
6853497593
|
Changed: Replaced atof by NLMISC::fromString
--HG--
branch : hotfix
|
2015-02-14 12:43:29 +01:00 |
|
kervala
|
3039428094
|
Fixed: Compilation warnings
--HG--
branch : hotfix
|
2015-02-14 12:41:59 +01:00 |
|
kervala
|
3aa448ba24
|
Changed: Replaced atoi and atof by NLMISC::fromString
--HG--
branch : develop
|
2015-01-13 19:47:14 +01:00 |
|
kervala
|
303f7d2e79
|
Changed: Minor changes
--HG--
branch : develop
|
2015-01-13 14:11:07 +01:00 |
|
kervala
|
99c88bd515
|
Changed: Minor changes
--HG--
branch : develop
|
2015-01-10 18:45:14 +01:00 |
|
kervala
|
3bfcd8644d
|
Changed: Minor changes
--HG--
branch : develop
|
2014-12-26 13:12:56 +01:00 |
|
kaetemi
|
e714e37c4c
|
Fix EGS sheet rebuild crashes
--HG--
branch : develop
|
2014-09-23 13:54:02 +02:00 |
|
kaetemi
|
7fed632c54
|
Fix includes
--HG--
branch : develop
|
2014-09-13 12:02:47 +02:00 |
|
kishan_grimout
|
6c28bfb459
|
avoid recursion problem when 'taking all' in quarter temp inventory in EGS
--HG--
branch : develop
|
2013-04-11 14:30:00 +02:00 |
|
kaetemi
|
927ecb3dae
|
Remove dead code (CCharacterAchievements, CKnownBrickInfo)
|
2014-09-12 08:35:49 +02:00 |
|
kaetemi
|
2abe431675
|
Regenerate PLR cpp and header
|
2014-09-11 17:40:53 +02:00 |
|
kaetemi
|
47368e78f9
|
Remove dead code
|
2014-09-11 12:12:17 +02:00 |
|
kaetemi
|
0445c3138c
|
Typo
|
2014-09-09 08:23:37 +02:00 |
|
kaetemi
|
d651eff10b
|
Cleanup some RYZOMID code
|
2014-09-08 09:48:28 +02:00 |
|
kaetemi
|
3baf60ad1d
|
Remove dead code in game item manager
|
2014-09-08 09:37:14 +02:00 |
|
nimetu
|
0d2fc4696f
|
Crafted tool durability, fix #156
|
2014-07-28 23:51:25 +02:00 |
|
kaetemi
|
b18203fc4e
|
Fix Ryzom server compile under MinGW
|
2014-06-19 20:19:39 +02:00 |
|