iOS: 1.0.13 release
@ -1499,7 +1499,29 @@
|
|||||||
);
|
);
|
||||||
name = "[CP] Copy Pods Resources";
|
name = "[CP] Copy Pods Resources";
|
||||||
outputPaths = (
|
outputPaths = (
|
||||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}",
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Appodeal.bundle",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/StartApp.bundle",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TapjoyResources.bundle",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPAdBrowserController.nib",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPCloseBtn.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPCloseBtn@2x.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPCloseBtn@3x.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPCloseButtonX.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPCloseButtonX@2x.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPCloseButtonX@3x.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPDAAIcon.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPDAAIcon@2x.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPDAAIcon@3x.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPMutedBtn.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPMutedBtn@2x.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPMutedBtn@3x.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPPlayBtn.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPPlayBtn@2x.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPPlayBtn@3x.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPUnmutedBtn.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPUnmutedBtn@2x.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MPUnmutedBtn@3x.png",
|
||||||
|
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MRAID.bundle",
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
@ -1912,6 +1934,7 @@
|
|||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = mobi.MultiCraft;
|
PRODUCT_BUNDLE_IDENTIFIER = mobi.MultiCraft;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
@ -1983,6 +2006,7 @@
|
|||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = mobi.MultiCraft;
|
PRODUCT_BUNDLE_IDENTIFIER = mobi.MultiCraft;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 355 KiB |
@ -91,9 +91,9 @@
|
|||||||
"scale" : "2x"
|
"scale" : "2x"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"size" : "1024x1024",
|
|
||||||
"idiom" : "ios-marketing",
|
"idiom" : "ios-marketing",
|
||||||
"filename" : "MultiCraft_newicon_IOS_1024.jpg",
|
"size" : "1024x1024",
|
||||||
|
"filename" : "AppStore.jpg",
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Before Width: | Height: | Size: 371 KiB |
@ -19,7 +19,7 @@
|
|||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0.13</string>
|
<string>1.0.13</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>23</string>
|
<string>24</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSAppTransportSecurity</key>
|
<key>NSAppTransportSecurity</key>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
. sdk.sh
|
. sdk.sh
|
||||||
FREETYPE_VERSION=2.8.1
|
FREETYPE_VERSION=2.9
|
||||||
|
|
||||||
if [ ! -d freetype-src ]; then
|
if [ ! -d freetype-src ]; then
|
||||||
wget http://download.savannah.gnu.org/releases/freetype/freetype-$FREETYPE_VERSION.tar.gz
|
wget http://download.savannah.gnu.org/releases/freetype/freetype-$FREETYPE_VERSION.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
. sdk.sh
|
. sdk.sh
|
||||||
CURL_VERSION=7.57.0
|
CURL_VERSION=7.58.0
|
||||||
|
|
||||||
if [ ! -d libcurl-src ]; then
|
if [ ! -d libcurl-src ]; then
|
||||||
wget https://curl.haxx.se/download/curl-$CURL_VERSION.tar.gz
|
wget https://curl.haxx.se/download/curl-$CURL_VERSION.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
. sdk.sh
|
. sdk.sh
|
||||||
VORBIS_VERSION=1.3.5
|
VORBIS_VERSION=1.3.6
|
||||||
|
|
||||||
if [ ! -d libvorbis-src ]; then
|
if [ ! -d libvorbis-src ]; then
|
||||||
wget http://downloads.xiph.org/releases/vorbis/libvorbis-$VORBIS_VERSION.tar.gz
|
wget http://downloads.xiph.org/releases/vorbis/libvorbis-$VORBIS_VERSION.tar.gz
|
||||||
|
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 329 KiB |
@ -17,21 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
local function delete_world_formspec(dialogdata)
|
local function delete_world_formspec(dialogdata)
|
||||||
|
|
||||||
local retval =
|
local retval =
|
||||||
"size[11.5,2,false]" ..
|
"size[10,2.5,false]" ..
|
||||||
"label[2,0;" ..
|
"label[0.5,0.5;" ..
|
||||||
fgettext("Delete World \"$1\"?", dialogdata.delete_name) .. "]" ..
|
fgettext("Delete World \"$1\"?", dialogdata.delete_name) .. "]" ..
|
||||||
"button[3.5,1.2;2.6,0.5;world_delete_confirm;" .. fgettext("Yes") .. "]" ..
|
"button[0.5,1.5;2.5,0.5;world_delete_confirm;" .. fgettext("Delete") .. "]" ..
|
||||||
"button[6,1.2;2.8,0.5;world_delete_cancel;" .. fgettext("No") .. "]"
|
"button[7.0,1.5;2.5,0.5;world_delete_cancel;" .. fgettext("Cancel") .. "]"
|
||||||
return retval
|
return retval
|
||||||
end
|
end
|
||||||
|
|
||||||
local function delete_world_buttonhandler(this, fields)
|
local function delete_world_buttonhandler(this, fields)
|
||||||
if fields["world_delete_confirm"] then
|
if fields["world_delete_confirm"] then
|
||||||
|
|
||||||
if this.data.delete_index > 0 and
|
if this.data.delete_index > 0 and
|
||||||
this.data.delete_index <= #menudata.worldlist:get_raw_list() then
|
this.data.delete_index <= #menudata.worldlist:get_raw_list() then
|
||||||
core.delete_world(this.data.delete_index)
|
core.delete_world(this.data.delete_index)
|
||||||
menudata.worldlist:refresh()
|
menudata.worldlist:refresh()
|
||||||
end
|
end
|
||||||
@ -48,8 +46,7 @@ local function delete_world_buttonhandler(this, fields)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
function create_delete_world_dlg(name_to_del,index_to_del)
|
function create_delete_world_dlg(name_to_del, index_to_del)
|
||||||
|
|
||||||
assert(name_to_del ~= nil and type(name_to_del) == "string" and name_to_del ~= "")
|
assert(name_to_del ~= nil and type(name_to_del) == "string" and name_to_del ~= "")
|
||||||
assert(index_to_del ~= nil and type(index_to_del) == "number")
|
assert(index_to_del ~= nil and type(index_to_del) == "number")
|
||||||
|
|
||||||
|
@ -31,25 +31,25 @@ local function get_formspec(tabview, name, tabdata)
|
|||||||
)
|
)
|
||||||
|
|
||||||
retval = retval ..
|
retval = retval ..
|
||||||
"image_button[0.45,4.9;2.9,0.8;" ..
|
"image_button[0,4.8;3.375,0.9;" ..
|
||||||
core.formspec_escape(defaulttexturedir ..
|
core.formspec_escape(defaulttexturedir ..
|
||||||
"multicraft_local_delete_btn.png") .. ";world_delete;;true;false]" ..
|
"multicraft_local_delete_btn.png") .. ";world_delete;;true;false]" ..
|
||||||
"image_button[3.14,4.9;2.9,0.8;" ..
|
"image_button[3.12,4.8;3.375,0.9;" ..
|
||||||
core.formspec_escape(defaulttexturedir ..
|
core.formspec_escape(defaulttexturedir ..
|
||||||
"multicraft_local_new_btn.png") .. ";world_create;;true;false]"
|
"multicraft_local_new_btn.png") .. ";world_create;;true;false]"
|
||||||
|
|
||||||
local creative_mode = core.settings:get_bool("creative_mode")
|
local creative_mode = core.settings:get_bool("creative_mode")
|
||||||
|
|
||||||
retval = retval ..
|
retval = retval ..
|
||||||
"image_button[7,1.5;4.5,1.27;" ..
|
"image_button[6.8,1.5;5,1.3;" ..
|
||||||
core.formspec_escape(defaulttexturedir ..
|
core.formspec_escape(defaulttexturedir ..
|
||||||
"multicraft_local_play_btn.png") .. ";play;;true;false]" ..
|
"multicraft_local_play_btn.png") .. ";play;;true;false]" ..
|
||||||
"image_button[7.25,3.15;4.05,0.8;" ..
|
"image_button[7.5,3.15;3.8,0.95;" ..
|
||||||
core.formspec_escape(defaulttexturedir ..
|
core.formspec_escape(defaulttexturedir ..
|
||||||
"multicraft_local_creative_" ..
|
"multicraft_local_creative_" ..
|
||||||
tostring(creative_mode) .. "_btn.png") ..
|
tostring(creative_mode) .. "_btn.png") ..
|
||||||
";cb_creative_mode;;true;false]" ..
|
";cb_creative_mode;;true;false]" ..
|
||||||
"textlist[0,0;6.25,4.63;sp_worlds;" ..
|
"textlist[0,0;6.24,4.6;sp_worlds;" ..
|
||||||
menu_render_worldlist() ..
|
menu_render_worldlist() ..
|
||||||
";" .. index .. ";true]"
|
";" .. index .. ";true]"
|
||||||
return retval
|
return retval
|
||||||
|
@ -898,7 +898,7 @@ msgstr "Информация о игре:"
|
|||||||
|
|
||||||
#: src/game.cpp
|
#: src/game.cpp
|
||||||
msgid "Game paused"
|
msgid "Game paused"
|
||||||
msgstr "Игра приостановлена"
|
msgstr "Пауза"
|
||||||
|
|
||||||
#: src/game.cpp
|
#: src/game.cpp
|
||||||
msgid "Hosting server"
|
msgid "Hosting server"
|
||||||
|
@ -450,8 +450,8 @@ void set_default_settings(Settings *settings)
|
|||||||
settings->setDefault("mouse_sensitivity", "0.2");
|
settings->setDefault("mouse_sensitivity", "0.2");
|
||||||
// 3.5" (old iPhone's)
|
// 3.5" (old iPhone's)
|
||||||
if ([SDVersion deviceSize] == Screen3Dot5inch) {
|
if ([SDVersion deviceSize] == Screen3Dot5inch) {
|
||||||
settings->setDefault("hud_scaling", "0.4");
|
settings->setDefault("hud_scaling", "0.5");
|
||||||
settings->setDefault("gui_scaling", "0.9");
|
settings->setDefault("gui_scaling", "1.0");
|
||||||
settings->setDefault("mouse_sensitivity", "0.2");
|
settings->setDefault("mouse_sensitivity", "0.2");
|
||||||
settings->setDefault("enable_3d_clouds", "false");
|
settings->setDefault("enable_3d_clouds", "false");
|
||||||
settings->setDefault("smooth_lighting", "false");
|
settings->setDefault("smooth_lighting", "false");
|
||||||
@ -459,9 +459,10 @@ void set_default_settings(Settings *settings)
|
|||||||
// 4" (iPhone 5)
|
// 4" (iPhone 5)
|
||||||
if ([SDVersion deviceSize] == Screen4inch) {
|
if ([SDVersion deviceSize] == Screen4inch) {
|
||||||
settings->setDefault("hud_scaling", "0.5");
|
settings->setDefault("hud_scaling", "0.5");
|
||||||
settings->setDefault("gui_scaling", "1.1");
|
settings->setDefault("gui_scaling", "1.2");
|
||||||
settings->setDefault("mouse_sensitivity", "0.23");
|
settings->setDefault("mouse_sensitivity", "0.23");
|
||||||
settings->setDefault("enable_3d_clouds", "false");
|
settings->setDefault("enable_3d_clouds", "false");
|
||||||
|
settings->setDefault("smooth_lighting", "false");
|
||||||
};
|
};
|
||||||
// 4.7" (iPhone)
|
// 4.7" (iPhone)
|
||||||
if ([SDVersion deviceSize] == Screen4Dot7inch) {
|
if ([SDVersion deviceSize] == Screen4Dot7inch) {
|
||||||
@ -478,7 +479,7 @@ void set_default_settings(Settings *settings)
|
|||||||
// 5.8" (iPhone X)
|
// 5.8" (iPhone X)
|
||||||
if ([SDVersion deviceSize] == Screen5Dot8inch) {
|
if ([SDVersion deviceSize] == Screen5Dot8inch) {
|
||||||
settings->setDefault("hud_scaling", "0.7");
|
settings->setDefault("hud_scaling", "0.7");
|
||||||
settings->setDefault("gui_scaling", "1.5");
|
settings->setDefault("gui_scaling", "1.4");
|
||||||
settings->setDefault("mouse_sensitivity", "0.3");
|
settings->setDefault("mouse_sensitivity", "0.3");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 326 B After Width: | Height: | Size: 332 B |
Before Width: | Height: | Size: 397 B After Width: | Height: | Size: 389 B |
Before Width: | Height: | Size: 532 B After Width: | Height: | Size: 532 B |
Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 463 B |
Before Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 280 B |