Ivan Denisov 2741e4e36e position to init Ole from Config to WinInit пре 4 година
..
Com 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Comm 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Cons 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Ctl 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Dev e728582dd0 add StdRegistry пре 4 година
Dev2 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Docu 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Form 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Host 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Kernel 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Lin e728582dd0 add StdRegistry пре 4 година
Obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Obx 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Ole 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Sql 285acea4c3 remove unicode operations from Strings. part 2 пре 5 година
Std e728582dd0 add StdRegistry пре 4 година
System 2741e4e36e position to init Ole from Config to WinInit пре 4 година
Text d1fb316297 remove Kernel.Hook to reduce Kernel import cases #048 пре 4 година
Tyler 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Win 2741e4e36e position to init Ole from Config to WinInit пре 4 година
Xhtml b482b203c2 reduce using of Kernel and Strings for unicode conversions, introduce module Unicode, rename Utf8 to Utf пре 5 година
_Windows_Interp 9cb3d78f17 shift dates realisation from HostDialog to new module HostDates for reduce difference with Linux version пре 4 година
__Interp 6d776d087d reduce direct call of HostDialog from StdLog and improve Dialog.Show* for console mode пре 4 година
BlackBox.exe.manifest 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
Empty.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
LICENSE.txt 42eb3e150c update years, flush resources before updating menu пре 4 година
README 9a2b37ab5f new -> BlackBox пре 11 година
ScratchText.odc 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
build-gui-linux 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
build-gui-windows.bat 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
build-interp 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
clean 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
dev0fbsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
dev0lin 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
dev0obsd 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
dev0win.exe 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
pack-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година
run-BlackBox 054dbe250d default size for dialog font 8 => 10 and fix for ./run-BlackBox script пре 4 година
run-dev0 53d272584f change repository structure and add tiled interface (made by Anton Dmitriev) пре 4 година

README

# To build BlackBox (for current operating system):
# ./switch-target `uname -s` GUI
# ./build
#
# To run BlackBox (after build):
# ./run-BlackBox
#
# To export BlackBox (after build):
# ./export
#
# To clean up:
# ./clean
# ./switch-target none
#

# Build and run BlackBox:
echo "Please wait..."
./switch-target `uname -s` GUI
./build
./run-BlackBox