This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 0001-L007_2.50_b9.xml 2014-09-20 01:39:46 +0400 | |
+++ 0001-L007_merged.xml 2014-09-20 01:35:26 +0400 | |
@@ -85 +85 @@ | |
- <t id="81">(percentage stats)Разблокирована информация</t> | |
+ <t id="81">(percentage stats)Просканировано</t> | |
@@ -122 +122 @@ | |
- <t id="1000">Собственность </t> | |
+ <t id="1000">Собственность</t> | |
@@ -169 +169 @@ | |
- <t id="1400">Имеется в трюме</t> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import qbs | |
import qbs.File | |
import qbs.Process | |
Project { | |
name: "FMOD Studio examples" | |
property bool isDebug : qbs.buildVariant == "debug" ? true : false | |
property string fmod : isDebug ? "fmodL4gcc" : "fmod4gcc" | |
property path sources : path |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import qbs | |
DynamicLibrary { | |
Depends { name: "cpp" } | |
name: "freeglut" | |
cpp.defines: ["FREEGLUT_STATIC"] | |
cpp.includePaths: ["include"] | |
cpp.warningLevel: ["all"] | |
cpp.dynamicLibraries: ["opengl32", "gdi32", "winmm"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TEMPLATE = lib | |
TARGET = freeglut | |
CONFIG -= app_bundle qt | |
CONFIG += rtti_off exceptions_off | |
DEFINES = FREEGLUT_STATIC | |
INCLUDEPATH += include | |
# disable "-pipe -fno-keep-inline-dllexport" | |
QMAKE_CFLAGS = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 0001-L007_orig.xml 2014-05-26 00:18:43 +0400 | |
+++ 0001-L007_fixed.xml 2014-05-26 22:16:03 +0400 | |
@@ -344 +344 @@ | |
- <t id="2644">Автоматическое вращение</t> | |
+ <t id="2644">Автоматическое выравнивание</t> | |
@@ -346 +346 @@ | |
- <t id="2646">Ускорить переключение</t> | |
+ <t id="2646">'Залипание' ускорителя</t> | |
@@ -381 +381 @@ | |
- <t id="2681">Главное меню</t> |
NewerOlder