summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 92964b0)
raw | patch | inline | side by side (parent: 92964b0)
author | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Fri, 14 Feb 2014 08:55:19 +0000 (16:55 +0800) | ||
committer | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Fri, 14 Feb 2014 08:55:19 +0000 (16:55 +0800) |
.gitignore | [moved from new/.gitignore with 60% similarity] | patch | blob | history |
README | patch | blob | history | |
examples/console/run | [new file with mode: 0755] | patch | blob |
examples/fpstest/Test/Mod/Fps.odc | patch | blob | history | |
examples/fpstest/run | [new file with mode: 0755] | patch | blob |
examples/server/.gitignore | [deleted file] | patch | blob | history |
examples/server/Gtk2/Mod/GLib.odc | [new file with mode: 0644] | patch | blob |
examples/server/System/Mod/Kernel.odc | [new file with mode: 0644] | patch | blob |
examples/server/run | [new file with mode: 0755] | patch | blob |
new/README | patch | blob | history | |
new/_Linux_/Lin/Mod/Log.odc | [new file with mode: 0644] | patch | blob |
diff --git a/new/.gitignore b/.gitignore
similarity index 60%
rename from new/.gitignore
rename to .gitignore
index 6dd0bb12e83a756041462922d3fb1e59a6c9e235..61e1cb9dbe081ff28d97bad7f4492750efa14912 100644 (file)
rename from new/.gitignore
rename to .gitignore
index 6dd0bb12e83a756041462922d3fb1e59a6c9e235..61e1cb9dbe081ff28d97bad7f4492750efa14912 100644 (file)
--- a/new/.gitignore
+++ b/.gitignore
*~
*.ocf
*.osf
+Linux_GUI
index edbcd4732aeab29987c56e1b098891eb9b10a9c2..b1556d7d6b55ea7f89b540e6243301da97ee7c20 100644 (file)
--- a/README
+++ b/README
+** Ducumentation (Russian): **
+
+ http://gitlab.molpit.com/idenisov/blackbox-linux/wikis/home
+
+
+** Folders structure: **
+
./new/
universal development environment
synchronized with original BlackBox 1.6
-./examples/
+./examples/ (all axamples are not tested on `new` version yet)
/server/
static web-server as the example of an application for Linux OS
/console/
diff --git a/examples/console/run b/examples/console/run
--- /dev/null
+++ b/examples/console/run
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# fix Ubuntu-specific problems:
+unset UBUNTU_MENUPROXY
+unset GTK_MODULES
+env \
+ BB_PRIMARY_DIR="../../Linux_GUI" BB_SECONDARY_DIR="$PWD" \
+../../Linux_GUI/blackbox
index 12646d32583f6184a9ca18b6cdff32d5905aecd6..a8810c6fd09ddc20b4305771ff133a9dc8983e58 100644 (file)
Binary files a/examples/fpstest/Test/Mod/Fps.odc and b/examples/fpstest/Test/Mod/Fps.odc differ
Binary files a/examples/fpstest/Test/Mod/Fps.odc and b/examples/fpstest/Test/Mod/Fps.odc differ
diff --git a/examples/fpstest/run b/examples/fpstest/run
--- /dev/null
+++ b/examples/fpstest/run
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# fix Ubuntu-specific problems:
+unset UBUNTU_MENUPROXY
+unset GTK_MODULES
+env \
+ BB_PRIMARY_DIR="../../Linux_GUI" BB_SECONDARY_DIR="$PWD" \
+../../Linux_GUI/blackbox
diff --git a/examples/server/.gitignore b/examples/server/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*~
-
diff --git a/examples/server/Gtk2/Mod/GLib.odc b/examples/server/Gtk2/Mod/GLib.odc
new file mode 100644 (file)
index 0000000..7e93e5d
Binary files /dev/null and b/examples/server/Gtk2/Mod/GLib.odc differ
index 0000000..7e93e5d
Binary files /dev/null and b/examples/server/Gtk2/Mod/GLib.odc differ
diff --git a/examples/server/System/Mod/Kernel.odc b/examples/server/System/Mod/Kernel.odc
new file mode 100644 (file)
index 0000000..9cce02f
Binary files /dev/null and b/examples/server/System/Mod/Kernel.odc differ
index 0000000..9cce02f
Binary files /dev/null and b/examples/server/System/Mod/Kernel.odc differ
diff --git a/examples/server/run b/examples/server/run
--- /dev/null
+++ b/examples/server/run
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# fix Ubuntu-specific problems:
+unset UBUNTU_MENUPROXY
+unset GTK_MODULES
+env \
+ BB_PRIMARY_DIR="../../Linux_GUI" BB_SECONDARY_DIR="$PWD" \
+../../Linux_GUI/blackbox
diff --git a/new/README b/new/README
index 470917b55c402ef241d1c50dddee6ecd6a5be3bc..c157efd0923a24a92b7d4c4383484079de7931d5 100644 (file)
--- a/new/README
+++ b/new/README
-# For prepare BlackBox for the target OS run:
+# For preparing the BlackBox for the target OS run:
# ./README
echo "Please wait..."
diff --git a/new/_Linux_/Lin/Mod/Log.odc b/new/_Linux_/Lin/Mod/Log.odc
new file mode 100644 (file)
index 0000000..231939b
Binary files /dev/null and b/new/_Linux_/Lin/Mod/Log.odc differ
index 0000000..231939b
Binary files /dev/null and b/new/_Linux_/Lin/Mod/Log.odc differ