diff --git a/code/ryzom/client/client_default.cfg b/code/ryzom/client/client_default.cfg
index ce6540915..ca6534931 100644
--- a/code/ryzom/client/client_default.cfg
+++ b/code/ryzom/client/client_default.cfg
@@ -239,14 +239,14 @@ SkinNbMaxPoly_ps1 = 70000;
SkinNbMaxPoly_ps2 = 100000;
SkinNbMaxPoly_ps3 = 200000;
-NbMaxSkeletonNotCLod = 50;
+NbMaxSkeletonNotCLod = 125;
NbMaxSkeletonNotCLod_min = 5;
-NbMaxSkeletonNotCLod_max = 100;
+NbMaxSkeletonNotCLod_max = 255;
NbMaxSkeletonNotCLod_step = 5;
NbMaxSkeletonNotCLod_ps0 = 10;
-NbMaxSkeletonNotCLod_ps1 = 25;
-NbMaxSkeletonNotCLod_ps2 = 50;
-NbMaxSkeletonNotCLod_ps3 = 100;
+NbMaxSkeletonNotCLod_ps1 = 50;
+NbMaxSkeletonNotCLod_ps2 = 125;
+NbMaxSkeletonNotCLod_ps3 = 255;
CharacterFarClip = 200.0;
CharacterFarClip_min = 50.0;
diff --git a/code/ryzom/client/data/gamedev/adds/interfaces/new_texture_interfaces_dxtc.tga b/code/ryzom/client/data/gamedev/adds/interfaces/new_texture_interfaces_dxtc.tga
index 14ab1b585..026fada23 100644
Binary files a/code/ryzom/client/data/gamedev/adds/interfaces/new_texture_interfaces_dxtc.tga and b/code/ryzom/client/data/gamedev/adds/interfaces/new_texture_interfaces_dxtc.tga differ
diff --git a/code/ryzom/client/data/gamedev/adds/interfaces/new_texture_interfaces_dxtc.txt b/code/ryzom/client/data/gamedev/adds/interfaces/new_texture_interfaces_dxtc.txt
index e8b54e4c0..0927a36e8 100644
--- a/code/ryzom/client/data/gamedev/adds/interfaces/new_texture_interfaces_dxtc.txt
+++ b/code/ryzom/client/data/gamedev/adds/interfaces/new_texture_interfaces_dxtc.txt
@@ -660,7 +660,8 @@ small_task_generic.tga 0.984375000000 0.515625000000 1.000000000000 0.5312500000
small_task_guild.tga 0.984375000000 0.531250000000 1.000000000000 0.546875000000
small_task_rite.tga 0.984375000000 0.546875000000 1.000000000000 0.562500000000
W_leader.tga 0.984375000000 0.562500000000 0.997070312500 0.574218750000
-tb_mode.tga 0.984375000000 0.574218750000 0.996093750000 0.585937500000
-w_major.tga 0.984375000000 0.585937500000 0.996093750000 0.597656250000
-ge_acc_baniere_em.ps 0.000000000000 0.000000000000 0.000000000000 0.000000000000
+w_major.tga 0.984375000000 0.574218750000 0.996093750000 0.585937500000
+tb_mode.tga 0.984375000000 0.585937500000 0.996093750000 0.597656250000
+profile.tga 0.984375000000 0.597656250000 0.996093750000 0.609375000000
ge_acc_baniere_em - Copie.ps 0.000000000000 0.000000000000 0.000000000000 0.000000000000
+ge_acc_baniere_em.ps 0.000000000000 0.000000000000 0.000000000000 0.000000000000
diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/config.xml b/code/ryzom/client/data/gamedev/interfaces_v3/config.xml
index 88306afc5..a3f4d49a1 100644
--- a/code/ryzom/client/data/gamedev/interfaces_v3/config.xml
+++ b/code/ryzom/client/data/gamedev/interfaces_v3/config.xml
@@ -2748,8 +2748,11 @@ This MUST follow the Enum MISSION_DESC::TIconId
+ type="bool"
+ value="false" />
+
@@ -2960,12 +2963,18 @@ This MUST follow the Enum MISSION_DESC::TIconId
+
+
diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/game_config.xml b/code/ryzom/client/data/gamedev/interfaces_v3/game_config.xml
index f15f3adc9..927dacb28 100644
--- a/code/ryzom/client/data/gamedev/interfaces_v3/game_config.xml
+++ b/code/ryzom/client/data/gamedev/interfaces_v3/game_config.xml
@@ -1349,6 +1349,14 @@
posparent="cao"
x="0"
y="-12" />
+
+
@@ -1605,14 +1614,23 @@
posparent="cc_univ"
x="0"
y="-4" />
+
+ y="-8" />
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/player_trade.xml b/code/ryzom/client/data/gamedev/interfaces_v3/player_trade.xml
index 9fd4466f7..2f24561d7 100644
--- a/code/ryzom/client/data/gamedev/interfaces_v3/player_trade.xml
+++ b/code/ryzom/client/data/gamedev/interfaces_v3/player_trade.xml
@@ -50,7 +50,8 @@
squarify="true"
onclick_l="put_bag_item_to_exchange"
onclick_r="open_help_auto" lmargin="4" rmargin="4" tmargin="4" bmargin="4" column_max="16"
- auto_grayed="true" >
+ auto_grayed="true"
+ maxitem="%max_bag_invslot" >
diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/taskbar.xml b/code/ryzom/client/data/gamedev/interfaces_v3/taskbar.xml
index 107afffb9..a828dc08b 100644
--- a/code/ryzom/client/data/gamedev/interfaces_v3/taskbar.xml
+++ b/code/ryzom/client/data/gamedev/interfaces_v3/taskbar.xml
@@ -912,7 +912,7 @@
click_when_pushed="true" onclick_l="show_hide" params_l="#win_name" />
-
+
@@ -1208,6 +1208,7 @@
+
diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/widgets.xml b/code/ryzom/client/data/gamedev/interfaces_v3/widgets.xml
index 83d5b336e..3ba062282 100644
--- a/code/ryzom/client/data/gamedev/interfaces_v3/widgets.xml
+++ b/code/ryzom/client/data/gamedev/interfaces_v3/widgets.xml
@@ -6203,8 +6203,7 @@
fontsize="10" />
+ posparent="weight_txt" />
+ on_tooltip_params="dbbranch=#inv_branch|dbmax=#inv_bulk_max" />
@@ -6238,8 +6236,7 @@
id="slots_tt"
posparent="slots_nb"
sizeref="wh"
- tooltip="uittInvSlots"
- tooltip_parent="win" />
+ tooltip="uittInvSlots" />
diff --git a/code/ryzom/client/src/string_manager_client.cpp b/code/ryzom/client/src/string_manager_client.cpp
index 90df72bec..b9429a831 100644
--- a/code/ryzom/client/src/string_manager_client.cpp
+++ b/code/ryzom/client/src/string_manager_client.cpp
@@ -1115,7 +1115,7 @@ bool CStringManagerClient::checkWordFileDates(vector &fileChecks, co
{
// get the correct path name of the ref file
std::string referenceFile= lookupReferenceFile(fileNames[i]);
- fileChecks[i].ReferenceDate= CPath::exists(referenceFile)?CFile::getFileModificationDate(referenceFile):0;
+ fileChecks[i].ReferenceDate= referenceFile.empty()?0:CFile::getFileModificationDate(referenceFile);
// get then one of the working File (NB: 0 is a valid reponse for Final Client: no working file)
string workingFile("./translation/work/"+CFile::getFilename(fileNames[i]));
diff --git a/code/ryzom/common/data_leveldesign/leveldesign/DFN/game_elem/_item/item_type.typ b/code/ryzom/common/data_leveldesign/leveldesign/DFN/game_elem/_item/item_type.typ
index 5057bb741..804c3e4ea 100644
--- a/code/ryzom/common/data_leveldesign/leveldesign/DFN/game_elem/_item/item_type.typ
+++ b/code/ryzom/common/data_leveldesign/leveldesign/DFN/game_elem/_item/item_type.typ
@@ -70,6 +70,7 @@
+
Tue Sep 02 10:51:46 2003 (saffray) Type Predef =
Fri Jun 18 11:04:28 2004 (fleury) Type Predef =
diff --git a/code/ryzom/common/src/game_share/entity_types.h b/code/ryzom/common/src/game_share/entity_types.h
index c856425e6..3841f9a17 100644
--- a/code/ryzom/common/src/game_share/entity_types.h
+++ b/code/ryzom/common/src/game_share/entity_types.h
@@ -147,7 +147,7 @@ const TCoord THRESHOLD_VPA = MAX_THRESHOLD;
// Visual property B
const TPropIndex PROPERTY_VPB = 10;
-const TCoord THRESHOLD_VPB = 20000;
+const TCoord THRESHOLD_VPB = MAX_THRESHOLD;
// Visual property C
const TPropIndex PROPERTY_VPC = 11;