Skip to content

Instantly share code, notes, and snippets.

View hhrhhr's full-sized avatar

Dmitry Zaitsev hhrhhr

  • Russia, Veliky Novgorod
View GitHub Profile
@hhrhhr
hhrhhr / 0001-L007.diff
Last active August 29, 2015 14:06
diff для перевода от Буки для версии 2.50 beta 9
--- 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>
@hhrhhr
hhrhhr / examples.qbs
Created June 19, 2014 15:28
qbs project for FMOD Studio C++ API examples (plus .def files for generate an import library for MinGW 4.9.0)
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
@hhrhhr
hhrhhr / freeglut.qbs
Created June 17, 2014 11:24
FreeGlut qbs project
import qbs
DynamicLibrary {
Depends { name: "cpp" }
name: "freeglut"
cpp.defines: ["FREEGLUT_STATIC"]
cpp.includePaths: ["include"]
cpp.warningLevel: ["all"]
cpp.dynamicLibraries: ["opengl32", "gdi32", "winmm"]
@hhrhhr
hhrhhr / freeglut.pro
Created June 15, 2014 08:41
FreeGLUT project for Qt qmake (shared library)
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 =
@hhrhhr
hhrhhr / 0001-L007.diff
Created May 26, 2014 23:39
0001-L007 diff 0.01
--- 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>