--HG--
branch : compatibility-develop
hg/compatibility-develop
ulukyn 7 years ago
commit 7dd56d06d0

@ -1576,7 +1576,7 @@
posparent="box1" posparent="box1"
posref="MR MR" posref="MR MR"
x="-3" x="-3"
y="-2" y="0"
color="135 243 28 255" color="135 243 28 255"
shadow="true" shadow="true"
fontsize="10" fontsize="10"
@ -1632,7 +1632,7 @@
posparent="box1" posparent="box1"
posref="MR MR" posref="MR MR"
x="-3" x="-3"
y="-2" y="0"
color="135 243 28 255" color="135 243 28 255"
shadow="true" shadow="true"
fontsize="10" fontsize="10"
@ -1646,13 +1646,14 @@
<group id="bot_chat_buy_sell_item" <group id="bot_chat_buy_sell_item"
type="container" type="container"
posref="BL TL" posref="BL TL"
min_w="408" min_w="450"
max_w="408" max_w="450"
w="408" w="450"
x="332" x="332"
y="200" y="200"
pop_max_h="700" pop_max_h="700"
max_h="2000" max_h="2000"
title_delta_max_w="-40"
active="false" active="false"
openable="false" openable="false"
opened="true" opened="true"
@ -1736,14 +1737,14 @@
posref="BL TL" posref="BL TL"
x="0" x="0"
y="1" y="1"
w="42" w="46"
child_resize_h="true"> child_resize_h="true">
<view type="text" <view type="text"
id="cross" id="cross"
posref="ML ML" posref="ML ML"
color="255 255 255 255" color="255 255 255 255"
fontsize="10" fontsize="10"
x="1" x="0"
y="-3" y="-3"
shadow="true" shadow="true"
hardtext="X" /> hardtext="X" />
@ -1753,7 +1754,7 @@
x="-6" x="-6"
text_x="0" text_x="0"
text_ref="BR BR" text_ref="BR BR"
w="26" w="30"
prompt="" prompt=""
enter_loose_focus="true" enter_loose_focus="true"
multi_line="false" multi_line="false"
@ -1974,7 +1975,7 @@
posref="TR ML" posref="TR ML"
text_x="0" text_x="0"
text_ref="BR BR" text_ref="BR BR"
w="42" w="44"
prompt="+" prompt="+"
enter_loose_focus="true" enter_loose_focus="true"
multi_line="false" multi_line="false"
@ -1984,7 +1985,7 @@
reset_focus_on_hide="true" reset_focus_on_hide="true"
max_historic="0" max_historic="0"
entry_type="positive_integer" entry_type="positive_integer"
max_num_chars="5" /> max_num_chars="4" />
<view type="text" <view type="text"
id="pct" id="pct"
posparent="edit" posparent="edit"
@ -2316,7 +2317,7 @@
y="0" y="0"
posparent="confirm_trade" posparent="confirm_trade"
posref="ML MR" posref="ML MR"
text_y="-2" text_y="0"
onclick_l="confirm_trade" onclick_l="confirm_trade"
params_l="resale=1" params_l="resale=1"
hardtext="uiLetResell" /> hardtext="uiLetResell" />
@ -2511,7 +2512,7 @@
<group type="list_sheet_trade" <group type="list_sheet_trade"
sizeref="w" sizeref="w"
w="0" w="0"
x="2" x="4"
y="0" y="0"
h="%trade_slot_height" h="%trade_slot_height"
id="#id" id="#id"
@ -2520,7 +2521,7 @@
xitem="2" xitem="2"
yitem="-2" yitem="-2"
xtext="46" xtext="46"
ytext="-2" ytext="2"
hspace="4" hspace="4"
array="false" array="false"
value="%trade" value="%trade"

@ -1,7 +1,4 @@
# only compile game_share for Ryzom client, server and tools ADD_SUBDIRECTORY(src)
IF(WITH_RYZOM_CLIENT OR WITH_RYZOM_SERVER OR WITH_RYZOM_TOOLS)
ADD_SUBDIRECTORY(src)
ENDIF()
#ADD_CUSTOM_COMMAND(OUTPUT "${CMAKE_BINARY_DIR}/share/data_common.bnp" #ADD_CUSTOM_COMMAND(OUTPUT "${CMAKE_BINARY_DIR}/share/data_common.bnp"
# COMMAND bnp_make -p ${CMAKE_CURRENT_SOURCE_DIR}/data_common ${CMAKE_BINARY_DIR}/share > /dev/null) # COMMAND bnp_make -p ${CMAKE_CURRENT_SOURCE_DIR}/data_common ${CMAKE_BINARY_DIR}/share > /dev/null)

Loading…
Cancel
Save