From cdf5d5372b1693b0bdf918b26caba8d9f19c05ec Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Tue, 15 Oct 2024 23:15:14 +0300 Subject: [PATCH] Reorganized filesystem --- .../tehis.bas => AI/AI demo.bas} | 0 .../{Artifical Intelligence => AI}/data.dat | 0 .../{Artifical Intelligence => AI}/data2.dat | 0 .../playmov.asm | 0 .../playmov.com | Bin .../precompute video frames.bas | 0 .../CAT.I01 | 0 .../KHKDEMO.BAS | 0 .../KHKDEMO2.BAS | 0 .../KHKDEMO3.BAS | 0 .../KHKDEMO6.BAS | 0 .../khkdemo4.BAS | 0 .../khkdemo5.BAS | 0 .../{joulud.bas => christmas.bas} | 0 .../{Texture generation => Textures}/map1.bas | 0 .../{Texture generation => Textures}/map2.bas | 0 .../{Texture generation => Textures}/map3.bas | 0 .../oldpaper.bas | 0 .../test3.bas | 0 .../{Texture generation => Textures}/wood.bas | 0 Math/{05graaf.bas => 2D graph plot.bas} | 0 ...viative.bas => Deriviative calculator.bas} | 0 .../{gravi2.bas => Gravitation simulator.bas} | 0 ...ication.bas => Multiplication trainer.bas} | 0 ...in_cos.bas => Sinus and cosinus table.bas} | 0 Math/{sinus.bas => Sinus computation.bas} | 0 Miscellaneous/{font.bas => Alien font.bas} | 0 Miscellaneous/{pal.bas => Custom palette.bas} | 0 .../Mouse driver}/index.html | 0 .../Mouse driver}/mousedrv.bas | 0 .../Mouse driver}/qbext.asm | 0 .../Mouse driver}/qbext.com | Bin Miscellaneous/{ => Password lock}/passw.bas | 0 Miscellaneous/{ => Password lock}/passw.dat | 0 .../{key.bas => Pressed key test.bas} | 0 .../{modes.bas => Video modes detector.bas} | 0 .../{wsystem.bas => Windowing system.bas} | 0 Miscellaneous/tim.dat | 100 ------------------ 38 files changed, 100 deletions(-) rename Graphics/Presentations/{Artifical Intelligence/tehis.bas => AI/AI demo.bas} (100%) rename Graphics/Presentations/{Artifical Intelligence => AI}/data.dat (100%) rename Graphics/Presentations/{Artifical Intelligence => AI}/data2.dat (100%) rename Graphics/Presentations/{Animation of athoms => Athoms animation}/playmov.asm (100%) rename Graphics/Presentations/{Animation of athoms => Athoms animation}/playmov.com (100%) rename Graphics/Presentations/{Animation of athoms => Athoms animation}/precompute video frames.bas (100%) rename Graphics/Presentations/{KHK Intellektika 2004 demo => Intellektika}/CAT.I01 (100%) rename Graphics/Presentations/{KHK Intellektika 2004 demo => Intellektika}/KHKDEMO.BAS (100%) rename Graphics/Presentations/{KHK Intellektika 2004 demo => Intellektika}/KHKDEMO2.BAS (100%) rename Graphics/Presentations/{KHK Intellektika 2004 demo => Intellektika}/KHKDEMO3.BAS (100%) rename Graphics/Presentations/{KHK Intellektika 2004 demo => Intellektika}/KHKDEMO6.BAS (100%) rename Graphics/Presentations/{KHK Intellektika 2004 demo => Intellektika}/khkdemo4.BAS (100%) rename Graphics/Presentations/{KHK Intellektika 2004 demo => Intellektika}/khkdemo5.BAS (100%) rename Graphics/Presentations/{joulud.bas => christmas.bas} (100%) rename Graphics/{Texture generation => Textures}/map1.bas (100%) rename Graphics/{Texture generation => Textures}/map2.bas (100%) rename Graphics/{Texture generation => Textures}/map3.bas (100%) rename Graphics/{Texture generation => Textures}/oldpaper.bas (100%) rename Graphics/{Texture generation => Textures}/test3.bas (100%) rename Graphics/{Texture generation => Textures}/wood.bas (100%) rename Math/{05graaf.bas => 2D graph plot.bas} (100%) rename Math/{deriviative.bas => Deriviative calculator.bas} (100%) rename Math/{gravi2.bas => Gravitation simulator.bas} (100%) rename Math/{multiplication.bas => Multiplication trainer.bas} (100%) rename Math/{sin_cos.bas => Sinus and cosinus table.bas} (100%) rename Math/{sinus.bas => Sinus computation.bas} (100%) rename Miscellaneous/{font.bas => Alien font.bas} (100%) rename Miscellaneous/{pal.bas => Custom palette.bas} (100%) rename {Modules/qbExt => Miscellaneous/Mouse driver}/index.html (100%) rename {Modules/qbExt => Miscellaneous/Mouse driver}/mousedrv.bas (100%) rename {Modules/qbExt => Miscellaneous/Mouse driver}/qbext.asm (100%) rename {Modules/qbExt => Miscellaneous/Mouse driver}/qbext.com (100%) rename Miscellaneous/{ => Password lock}/passw.bas (100%) rename Miscellaneous/{ => Password lock}/passw.dat (100%) rename Miscellaneous/{key.bas => Pressed key test.bas} (100%) rename Miscellaneous/{modes.bas => Video modes detector.bas} (100%) rename Miscellaneous/{wsystem.bas => Windowing system.bas} (100%) delete mode 100644 Miscellaneous/tim.dat diff --git a/Graphics/Presentations/Artifical Intelligence/tehis.bas b/Graphics/Presentations/AI/AI demo.bas similarity index 100% rename from Graphics/Presentations/Artifical Intelligence/tehis.bas rename to Graphics/Presentations/AI/AI demo.bas diff --git a/Graphics/Presentations/Artifical Intelligence/data.dat b/Graphics/Presentations/AI/data.dat similarity index 100% rename from Graphics/Presentations/Artifical Intelligence/data.dat rename to Graphics/Presentations/AI/data.dat diff --git a/Graphics/Presentations/Artifical Intelligence/data2.dat b/Graphics/Presentations/AI/data2.dat similarity index 100% rename from Graphics/Presentations/Artifical Intelligence/data2.dat rename to Graphics/Presentations/AI/data2.dat diff --git a/Graphics/Presentations/Animation of athoms/playmov.asm b/Graphics/Presentations/Athoms animation/playmov.asm similarity index 100% rename from Graphics/Presentations/Animation of athoms/playmov.asm rename to Graphics/Presentations/Athoms animation/playmov.asm diff --git a/Graphics/Presentations/Animation of athoms/playmov.com b/Graphics/Presentations/Athoms animation/playmov.com similarity index 100% rename from Graphics/Presentations/Animation of athoms/playmov.com rename to Graphics/Presentations/Athoms animation/playmov.com diff --git a/Graphics/Presentations/Animation of athoms/precompute video frames.bas b/Graphics/Presentations/Athoms animation/precompute video frames.bas similarity index 100% rename from Graphics/Presentations/Animation of athoms/precompute video frames.bas rename to Graphics/Presentations/Athoms animation/precompute video frames.bas diff --git a/Graphics/Presentations/KHK Intellektika 2004 demo/CAT.I01 b/Graphics/Presentations/Intellektika/CAT.I01 similarity index 100% rename from Graphics/Presentations/KHK Intellektika 2004 demo/CAT.I01 rename to Graphics/Presentations/Intellektika/CAT.I01 diff --git a/Graphics/Presentations/KHK Intellektika 2004 demo/KHKDEMO.BAS b/Graphics/Presentations/Intellektika/KHKDEMO.BAS similarity index 100% rename from Graphics/Presentations/KHK Intellektika 2004 demo/KHKDEMO.BAS rename to Graphics/Presentations/Intellektika/KHKDEMO.BAS diff --git a/Graphics/Presentations/KHK Intellektika 2004 demo/KHKDEMO2.BAS b/Graphics/Presentations/Intellektika/KHKDEMO2.BAS similarity index 100% rename from Graphics/Presentations/KHK Intellektika 2004 demo/KHKDEMO2.BAS rename to Graphics/Presentations/Intellektika/KHKDEMO2.BAS diff --git a/Graphics/Presentations/KHK Intellektika 2004 demo/KHKDEMO3.BAS b/Graphics/Presentations/Intellektika/KHKDEMO3.BAS similarity index 100% rename from Graphics/Presentations/KHK Intellektika 2004 demo/KHKDEMO3.BAS rename to Graphics/Presentations/Intellektika/KHKDEMO3.BAS diff --git a/Graphics/Presentations/KHK Intellektika 2004 demo/KHKDEMO6.BAS b/Graphics/Presentations/Intellektika/KHKDEMO6.BAS similarity index 100% rename from Graphics/Presentations/KHK Intellektika 2004 demo/KHKDEMO6.BAS rename to Graphics/Presentations/Intellektika/KHKDEMO6.BAS diff --git a/Graphics/Presentations/KHK Intellektika 2004 demo/khkdemo4.BAS b/Graphics/Presentations/Intellektika/khkdemo4.BAS similarity index 100% rename from Graphics/Presentations/KHK Intellektika 2004 demo/khkdemo4.BAS rename to Graphics/Presentations/Intellektika/khkdemo4.BAS diff --git a/Graphics/Presentations/KHK Intellektika 2004 demo/khkdemo5.BAS b/Graphics/Presentations/Intellektika/khkdemo5.BAS similarity index 100% rename from Graphics/Presentations/KHK Intellektika 2004 demo/khkdemo5.BAS rename to Graphics/Presentations/Intellektika/khkdemo5.BAS diff --git a/Graphics/Presentations/joulud.bas b/Graphics/Presentations/christmas.bas similarity index 100% rename from Graphics/Presentations/joulud.bas rename to Graphics/Presentations/christmas.bas diff --git a/Graphics/Texture generation/map1.bas b/Graphics/Textures/map1.bas similarity index 100% rename from Graphics/Texture generation/map1.bas rename to Graphics/Textures/map1.bas diff --git a/Graphics/Texture generation/map2.bas b/Graphics/Textures/map2.bas similarity index 100% rename from Graphics/Texture generation/map2.bas rename to Graphics/Textures/map2.bas diff --git a/Graphics/Texture generation/map3.bas b/Graphics/Textures/map3.bas similarity index 100% rename from Graphics/Texture generation/map3.bas rename to Graphics/Textures/map3.bas diff --git a/Graphics/Texture generation/oldpaper.bas b/Graphics/Textures/oldpaper.bas similarity index 100% rename from Graphics/Texture generation/oldpaper.bas rename to Graphics/Textures/oldpaper.bas diff --git a/Graphics/Texture generation/test3.bas b/Graphics/Textures/test3.bas similarity index 100% rename from Graphics/Texture generation/test3.bas rename to Graphics/Textures/test3.bas diff --git a/Graphics/Texture generation/wood.bas b/Graphics/Textures/wood.bas similarity index 100% rename from Graphics/Texture generation/wood.bas rename to Graphics/Textures/wood.bas diff --git a/Math/05graaf.bas b/Math/2D graph plot.bas similarity index 100% rename from Math/05graaf.bas rename to Math/2D graph plot.bas diff --git a/Math/deriviative.bas b/Math/Deriviative calculator.bas similarity index 100% rename from Math/deriviative.bas rename to Math/Deriviative calculator.bas diff --git a/Math/gravi2.bas b/Math/Gravitation simulator.bas similarity index 100% rename from Math/gravi2.bas rename to Math/Gravitation simulator.bas diff --git a/Math/multiplication.bas b/Math/Multiplication trainer.bas similarity index 100% rename from Math/multiplication.bas rename to Math/Multiplication trainer.bas diff --git a/Math/sin_cos.bas b/Math/Sinus and cosinus table.bas similarity index 100% rename from Math/sin_cos.bas rename to Math/Sinus and cosinus table.bas diff --git a/Math/sinus.bas b/Math/Sinus computation.bas similarity index 100% rename from Math/sinus.bas rename to Math/Sinus computation.bas diff --git a/Miscellaneous/font.bas b/Miscellaneous/Alien font.bas similarity index 100% rename from Miscellaneous/font.bas rename to Miscellaneous/Alien font.bas diff --git a/Miscellaneous/pal.bas b/Miscellaneous/Custom palette.bas similarity index 100% rename from Miscellaneous/pal.bas rename to Miscellaneous/Custom palette.bas diff --git a/Modules/qbExt/index.html b/Miscellaneous/Mouse driver/index.html similarity index 100% rename from Modules/qbExt/index.html rename to Miscellaneous/Mouse driver/index.html diff --git a/Modules/qbExt/mousedrv.bas b/Miscellaneous/Mouse driver/mousedrv.bas similarity index 100% rename from Modules/qbExt/mousedrv.bas rename to Miscellaneous/Mouse driver/mousedrv.bas diff --git a/Modules/qbExt/qbext.asm b/Miscellaneous/Mouse driver/qbext.asm similarity index 100% rename from Modules/qbExt/qbext.asm rename to Miscellaneous/Mouse driver/qbext.asm diff --git a/Modules/qbExt/qbext.com b/Miscellaneous/Mouse driver/qbext.com similarity index 100% rename from Modules/qbExt/qbext.com rename to Miscellaneous/Mouse driver/qbext.com diff --git a/Miscellaneous/passw.bas b/Miscellaneous/Password lock/passw.bas similarity index 100% rename from Miscellaneous/passw.bas rename to Miscellaneous/Password lock/passw.bas diff --git a/Miscellaneous/passw.dat b/Miscellaneous/Password lock/passw.dat similarity index 100% rename from Miscellaneous/passw.dat rename to Miscellaneous/Password lock/passw.dat diff --git a/Miscellaneous/key.bas b/Miscellaneous/Pressed key test.bas similarity index 100% rename from Miscellaneous/key.bas rename to Miscellaneous/Pressed key test.bas diff --git a/Miscellaneous/modes.bas b/Miscellaneous/Video modes detector.bas similarity index 100% rename from Miscellaneous/modes.bas rename to Miscellaneous/Video modes detector.bas diff --git a/Miscellaneous/wsystem.bas b/Miscellaneous/Windowing system.bas similarity index 100% rename from Miscellaneous/wsystem.bas rename to Miscellaneous/Windowing system.bas diff --git a/Miscellaneous/tim.dat b/Miscellaneous/tim.dat deleted file mode 100644 index 3403f49..0000000 --- a/Miscellaneous/tim.dat +++ /dev/null @@ -1,100 +0,0 @@ - 8 30 0 3 - 1 1 1 1 1 0 0 - - -sisse.com - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 8 40 0 3 - 1 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 0 0 0 1 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 9 21 0 2 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 0 0 0 0 - 0 0 0 0 0 0 0 - - - - 9 1 0 3 - 1 1 0 1 1 0 1 - - - -- 2.20.1