From e1f306a92e5ee1046072cab96e55b849871435d7 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 18 Feb 2023 16:24:20 -0700 Subject: [PATCH] deprecate old projects & reduce CI workload --- .github/workflows/test.yml | 10 ++-------- projects/{ => _deprecated}/asciilib/haxelib.json | 0 projects/{ => _deprecated}/asciilib/src/Main.hx | 0 projects/{ => _deprecated}/asciilib/src/Main.kiss | 0 .../asciilib/src/asciilib/Assets.hx | 0 .../asciilib/src/asciilib/Assets.kiss | 0 .../asciilib/src/asciilib/AssetsBackend.hx | 0 .../asciilib/src/asciilib/Colors.hx | 0 .../asciilib/src/asciilib/Colors.kiss | 0 .../{ => _deprecated}/asciilib/src/asciilib/Game.hx | 0 .../asciilib/src/asciilib/Game.kiss | 0 .../asciilib/src/asciilib/GameLogic.hx | 0 .../asciilib/src/asciilib/Graphics.hx | 0 .../asciilib/src/asciilib/Graphics.kiss | 0 .../asciilib/src/asciilib/GraphicsBackend.hx | 0 .../{ => _deprecated}/asciilib/src/asciilib/Grid.hx | 0 .../asciilib/src/asciilib/Grid.kiss | 0 .../asciilib/src/asciilib/Letters.hx | 0 .../asciilib/src/asciilib/Letters.kiss | 0 .../asciilib/src/asciilib/Surface.hx | 0 .../asciilib/src/asciilib/Surface.kiss | 0 .../asciilib/backends/flixel/FlxAssetsBackend.hx | 0 .../asciilib/backends/flixel/FlxAssetsBackend.kiss | 0 .../asciilib/backends/flixel/FlxGraphicsBackend.hx | 0 .../backends/flixel/FlxGraphicsBackend.kiss | 0 .../src/asciilib/backends/test/TestAssetsBackend.hx | 0 .../asciilib/backends/test/TestAssetsBackend.kiss | 0 .../asciilib/backends/test/TestGraphicsBackend.hx | 0 .../asciilib/backends/test/TestGraphicsBackend.kiss | 0 .../asciilib/src/asciilib/import.hx | 0 projects/{ => _deprecated}/asciilib/terminal_0.png | Bin projects/{ => _deprecated}/asciilib/test.sh | 0 .../asciilib/test/assets/laptop.srf | 0 projects/{ => _deprecated}/asciilib/test/build.hxml | 0 .../{ => _deprecated}/asciilib/test/src/Main.hx | 0 .../test/src/cases/DrawOnlyWhenModifiedTestCase.hx | 0 .../asciilib/test/src/cases/LoadSurfaceTestCase.hx | 0 .../{ => _deprecated}/flixel-ascii-game/.gitignore | 0 .../flixel-ascii-game/.vscode/extensions.json | 0 .../flixel-ascii-game/.vscode/launch.json | 0 .../flixel-ascii-game/.vscode/settings.json | 0 .../flixel-ascii-game/.vscode/tasks.json | 0 .../{ => _deprecated}/flixel-ascii-game/Project.xml | 0 .../assets/data/data-goes-here.txt | 0 .../flixel-ascii-game/assets/data/laptop.srf | 0 .../assets/images/images-go-here.txt | 0 .../flixel-ascii-game/assets/images/size12.png | Bin .../assets/music/music-goes-here.txt | 0 .../assets/sounds/sounds-go-here.txt | 0 .../flixel-ascii-game/hxformat.json | 0 .../flixel-ascii-game/source/AsciiGameLogic.hx | 0 .../flixel-ascii-game/source/AsciiGameLogic.kiss | 0 .../flixel-ascii-game/source/AssetPaths.hx | 0 .../flixel-ascii-game/source/Main.hx | 0 .../flixel-ascii-game/source/PlayState.hx | 0 .../flixel-desktop-handloose/.gitignore | 0 .../.vscode/extensions.json | 0 .../flixel-desktop-handloose/.vscode/launch.json | 0 .../flixel-desktop-handloose/.vscode/settings.json | 0 .../flixel-desktop-handloose/.vscode/tasks.json | 0 .../flixel-desktop-handloose/Project.xml | 0 .../flixel-desktop-handloose/hxformat.json | 0 .../flixel-desktop-handloose/source/ActionSprite.hx | 0 .../source/ActionSprite.kiss | 0 .../source/DocumentModel.hx | 0 .../source/DocumentModel.kiss | 0 .../flixel-desktop-handloose/source/Main.hx | 0 .../flixel-desktop-handloose/source/TypingState.hx | 0 .../source/TypingState.kiss | 0 .../flixel-rpg-tutorial/.gitignore | 0 .../flixel-rpg-tutorial/.vscode/extensions.json | 0 .../flixel-rpg-tutorial/.vscode/launch.json | 0 .../flixel-rpg-tutorial/.vscode/settings.json | 0 .../flixel-rpg-tutorial/.vscode/tasks.json | 0 .../flixel-rpg-tutorial/Project.xml | 0 .../{ => _deprecated}/flixel-rpg-tutorial/README.md | 0 .../assets/data/data-goes-here.txt | 0 .../flixel-rpg-tutorial/assets/data/room-001.json | 0 .../assets/data/turnBasedRPG.ogmo | 0 .../flixel-rpg-tutorial/assets/images/boss.png | Bin .../flixel-rpg-tutorial/assets/images/coin.png | Bin .../flixel-rpg-tutorial/assets/images/enemy.png | Bin .../assets/images/images-go-here.txt | 0 .../flixel-rpg-tutorial/assets/images/player.png | Bin .../flixel-rpg-tutorial/assets/images/tiles.png | Bin .../assets/music/music-goes-here.txt | 0 .../assets/sounds/sounds-go-here.txt | 0 .../flixel-rpg-tutorial/hxformat.json | 0 .../flixel-rpg-tutorial/source/AssetPaths.hx | 0 .../flixel-rpg-tutorial/source/Coin.hx | 0 .../flixel-rpg-tutorial/source/Coin.kiss | 0 .../flixel-rpg-tutorial/source/Enemy.hx | 0 .../flixel-rpg-tutorial/source/Enemy.kiss | 0 .../flixel-rpg-tutorial/source/FSM.hx | 0 .../flixel-rpg-tutorial/source/FSM.kiss | 0 .../flixel-rpg-tutorial/source/Main.hx | 0 .../flixel-rpg-tutorial/source/Main.kiss | 0 .../flixel-rpg-tutorial/source/MenuState.hx | 0 .../flixel-rpg-tutorial/source/MenuState.kiss | 0 .../flixel-rpg-tutorial/source/PlayState.hx | 0 .../flixel-rpg-tutorial/source/PlayState.kiss | 0 .../flixel-rpg-tutorial/source/Player.hx | 0 .../flixel-rpg-tutorial/source/Player.kiss | 0 .../flixel-rpg-tutorial/source/import.hx | 0 .../godot-squash-the-creeps-3d/.gitignore | 0 .../godot-squash-the-creeps-3d/Main.tscn | 0 .../godot-squash-the-creeps-3d/Player.tscn | 0 .../Squash the Creeps (3D).csproj | 0 .../Squash the Creeps (3D).sln | 0 .../godot-squash-the-creeps-3d/addons/hxformat.json | 0 .../art/House In a Forest Loop.ogg | Bin .../art/House In a Forest Loop.ogg.import | 0 .../godot-squash-the-creeps-3d/art/body.material | Bin .../godot-squash-the-creeps-3d/art/eye.material | Bin .../godot-squash-the-creeps-3d/art/mob.glb | Bin .../godot-squash-the-creeps-3d/art/mob.glb.import | 0 .../art/mob_body.material | Bin .../godot-squash-the-creeps-3d/art/mob_eye.material | Bin .../godot-squash-the-creeps-3d/art/player.glb | Bin .../art/player.glb.import | 0 .../godot-squash-the-creeps-3d/art/pupil.material | Bin .../godot-squash-the-creeps-3d/build.hxml | 0 .../default_bus_layout.tres | 0 .../godot-squash-the-creeps-3d/default_env.tres | 0 .../godot-squash-the-creeps-3d/fonts/LICENSE.txt | 0 .../fonts/Montserrat-Medium.ttf | Bin .../godot-squash-the-creeps-3d/icon.png | Bin .../godot-squash-the-creeps-3d/icon.png.import | 0 .../godot-squash-the-creeps-3d/project.godot | 0 .../godot-squash-the-creeps-3d/scripts/Player.hx | 0 .../godot-squash-the-creeps-3d/scripts/Player.kiss | 0 .../godot-squash-the-creeps-3d/scripts/import.hx | 0 .../godot-squash-the-creeps-3d/test.sh | 0 projects/{ => _deprecated}/leet-code/.gitignore | 0 projects/{ => _deprecated}/leet-code/build.hxml | 0 projects/{ => _deprecated}/leet-code/haxelib.json | 0 .../leet-code/src/leet_code/Main.hx | 0 .../leet-code/src/leet_code/Main.kiss | 0 projects/{ => _deprecated}/leet-code/test-python.sh | 0 projects/{ => _deprecated}/leet-code/test.sh | 0 projects/{ => _deprecated}/sched/build.hxml | 0 projects/{ => _deprecated}/sched/haxelib.json | 0 projects/{ => _deprecated}/sched/src/sched/Main.hx | 0 .../{ => _deprecated}/sched/src/sched/Main.kiss | 0 projects/{ => _deprecated}/sched/test.sh | 0 projects/godot-squash-the-creeps-3d/addons/haxe | 1 - projects/nat-godot-playground/test.sh | 2 ++ 147 files changed, 4 insertions(+), 9 deletions(-) rename projects/{ => _deprecated}/asciilib/haxelib.json (100%) rename projects/{ => _deprecated}/asciilib/src/Main.hx (100%) rename projects/{ => _deprecated}/asciilib/src/Main.kiss (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Assets.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Assets.kiss (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/AssetsBackend.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Colors.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Colors.kiss (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Game.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Game.kiss (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/GameLogic.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Graphics.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Graphics.kiss (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/GraphicsBackend.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Grid.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Grid.kiss (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Letters.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Letters.kiss (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Surface.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/Surface.kiss (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/backends/flixel/FlxAssetsBackend.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/backends/flixel/FlxAssetsBackend.kiss (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/backends/flixel/FlxGraphicsBackend.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/backends/flixel/FlxGraphicsBackend.kiss (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/backends/test/TestAssetsBackend.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/backends/test/TestAssetsBackend.kiss (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/backends/test/TestGraphicsBackend.hx (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/backends/test/TestGraphicsBackend.kiss (100%) rename projects/{ => _deprecated}/asciilib/src/asciilib/import.hx (100%) rename projects/{ => _deprecated}/asciilib/terminal_0.png (100%) rename projects/{ => _deprecated}/asciilib/test.sh (100%) mode change 100755 => 100644 rename projects/{ => _deprecated}/asciilib/test/assets/laptop.srf (100%) rename projects/{ => _deprecated}/asciilib/test/build.hxml (100%) rename projects/{ => _deprecated}/asciilib/test/src/Main.hx (100%) rename projects/{ => _deprecated}/asciilib/test/src/cases/DrawOnlyWhenModifiedTestCase.hx (100%) rename projects/{ => _deprecated}/asciilib/test/src/cases/LoadSurfaceTestCase.hx (100%) rename projects/{ => _deprecated}/flixel-ascii-game/.gitignore (100%) rename projects/{ => _deprecated}/flixel-ascii-game/.vscode/extensions.json (100%) rename projects/{ => _deprecated}/flixel-ascii-game/.vscode/launch.json (100%) rename projects/{ => _deprecated}/flixel-ascii-game/.vscode/settings.json (100%) rename projects/{ => _deprecated}/flixel-ascii-game/.vscode/tasks.json (100%) rename projects/{ => _deprecated}/flixel-ascii-game/Project.xml (100%) rename projects/{ => _deprecated}/flixel-ascii-game/assets/data/data-goes-here.txt (100%) rename projects/{ => _deprecated}/flixel-ascii-game/assets/data/laptop.srf (100%) rename projects/{ => _deprecated}/flixel-ascii-game/assets/images/images-go-here.txt (100%) rename projects/{ => _deprecated}/flixel-ascii-game/assets/images/size12.png (100%) rename projects/{ => _deprecated}/flixel-ascii-game/assets/music/music-goes-here.txt (100%) rename projects/{ => _deprecated}/flixel-ascii-game/assets/sounds/sounds-go-here.txt (100%) rename projects/{ => _deprecated}/flixel-ascii-game/hxformat.json (100%) rename projects/{ => _deprecated}/flixel-ascii-game/source/AsciiGameLogic.hx (100%) rename projects/{ => _deprecated}/flixel-ascii-game/source/AsciiGameLogic.kiss (100%) rename projects/{ => _deprecated}/flixel-ascii-game/source/AssetPaths.hx (100%) rename projects/{ => _deprecated}/flixel-ascii-game/source/Main.hx (100%) rename projects/{ => _deprecated}/flixel-ascii-game/source/PlayState.hx (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/.gitignore (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/.vscode/extensions.json (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/.vscode/launch.json (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/.vscode/settings.json (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/.vscode/tasks.json (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/Project.xml (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/hxformat.json (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/source/ActionSprite.hx (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/source/ActionSprite.kiss (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/source/DocumentModel.hx (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/source/DocumentModel.kiss (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/source/Main.hx (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/source/TypingState.hx (100%) rename projects/{ => _deprecated}/flixel-desktop-handloose/source/TypingState.kiss (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/.gitignore (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/.vscode/extensions.json (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/.vscode/launch.json (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/.vscode/settings.json (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/.vscode/tasks.json (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/Project.xml (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/README.md (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/assets/data/data-goes-here.txt (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/assets/data/room-001.json (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/assets/data/turnBasedRPG.ogmo (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/assets/images/boss.png (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/assets/images/coin.png (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/assets/images/enemy.png (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/assets/images/images-go-here.txt (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/assets/images/player.png (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/assets/images/tiles.png (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/assets/music/music-goes-here.txt (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/assets/sounds/sounds-go-here.txt (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/hxformat.json (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/AssetPaths.hx (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/Coin.hx (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/Coin.kiss (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/Enemy.hx (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/Enemy.kiss (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/FSM.hx (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/FSM.kiss (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/Main.hx (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/Main.kiss (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/MenuState.hx (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/MenuState.kiss (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/PlayState.hx (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/PlayState.kiss (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/Player.hx (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/Player.kiss (100%) rename projects/{ => _deprecated}/flixel-rpg-tutorial/source/import.hx (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/.gitignore (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/Main.tscn (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/Player.tscn (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/Squash the Creeps (3D).csproj (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/Squash the Creeps (3D).sln (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/addons/hxformat.json (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/art/House In a Forest Loop.ogg (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/art/House In a Forest Loop.ogg.import (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/art/body.material (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/art/eye.material (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/art/mob.glb (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/art/mob.glb.import (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/art/mob_body.material (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/art/mob_eye.material (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/art/player.glb (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/art/player.glb.import (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/art/pupil.material (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/build.hxml (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/default_bus_layout.tres (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/default_env.tres (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/fonts/LICENSE.txt (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/fonts/Montserrat-Medium.ttf (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/icon.png (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/icon.png.import (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/project.godot (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/scripts/Player.hx (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/scripts/Player.kiss (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/scripts/import.hx (100%) rename projects/{ => _deprecated}/godot-squash-the-creeps-3d/test.sh (100%) mode change 100755 => 100644 rename projects/{ => _deprecated}/leet-code/.gitignore (100%) rename projects/{ => _deprecated}/leet-code/build.hxml (100%) rename projects/{ => _deprecated}/leet-code/haxelib.json (100%) rename projects/{ => _deprecated}/leet-code/src/leet_code/Main.hx (100%) rename projects/{ => _deprecated}/leet-code/src/leet_code/Main.kiss (100%) rename projects/{ => _deprecated}/leet-code/test-python.sh (100%) mode change 100755 => 100644 rename projects/{ => _deprecated}/leet-code/test.sh (100%) mode change 100755 => 100644 rename projects/{ => _deprecated}/sched/build.hxml (100%) rename projects/{ => _deprecated}/sched/haxelib.json (100%) rename projects/{ => _deprecated}/sched/src/sched/Main.hx (100%) rename projects/{ => _deprecated}/sched/src/sched/Main.kiss (100%) rename projects/{ => _deprecated}/sched/test.sh (100%) mode change 100755 => 100644 delete mode 160000 projects/godot-squash-the-creeps-3d/addons/haxe create mode 100644 projects/nat-godot-playground/test.sh diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f9c9c79..7a2398a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: test-core: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] haxe-version: [4.2.5] node-version: ['14'] python-version: ['3.x'] @@ -18,13 +18,8 @@ jobs: - KISS_TARGET=nodejs - KISS_TARGET=py - KISS_PROJECT=aoc - - KISS_PROJECT=asciilib # TODO bump-version - - KISS_PROJECT=flixel-ascii-game - KISS_PROJECT=flixel-desktop-habit-puzzle-game - - KISS_PROJECT=flixel-desktop-handloose - - KISS_PROJECT=flixel-rpg-tutorial - - KISS_PROJECT=godot-squash-the-creeps-3d # TODO hollywoo # TODO hollywoo-flixel # TODO iso-rpg-engine @@ -34,16 +29,15 @@ jobs: # TODO kiss-flixel - KISS_PROJECT=kiss-tools - KISS_PROJECT=kiss-vscode - - KISS_PROJECT=leet-code # TODO lets-read - KISS_PROJECT=nat-archive-tool - KISS_PROJECT=nat-flixel-desktop-playground + - KISS_PROJECT=nat-godot-playground - KISS_PROJECT=nat-globelet-playground - KISS_PROJECT=pdf-salad # TODO prokgen # TODO re-flex # skip requests-externs - - KISS_PROJECT=sched fail-fast: true runs-on: ${{ matrix.os }} env: diff --git a/projects/asciilib/haxelib.json b/projects/_deprecated/asciilib/haxelib.json similarity index 100% rename from projects/asciilib/haxelib.json rename to projects/_deprecated/asciilib/haxelib.json diff --git a/projects/asciilib/src/Main.hx b/projects/_deprecated/asciilib/src/Main.hx similarity index 100% rename from projects/asciilib/src/Main.hx rename to projects/_deprecated/asciilib/src/Main.hx diff --git a/projects/asciilib/src/Main.kiss b/projects/_deprecated/asciilib/src/Main.kiss similarity index 100% rename from projects/asciilib/src/Main.kiss rename to projects/_deprecated/asciilib/src/Main.kiss diff --git a/projects/asciilib/src/asciilib/Assets.hx b/projects/_deprecated/asciilib/src/asciilib/Assets.hx similarity index 100% rename from projects/asciilib/src/asciilib/Assets.hx rename to projects/_deprecated/asciilib/src/asciilib/Assets.hx diff --git a/projects/asciilib/src/asciilib/Assets.kiss b/projects/_deprecated/asciilib/src/asciilib/Assets.kiss similarity index 100% rename from projects/asciilib/src/asciilib/Assets.kiss rename to projects/_deprecated/asciilib/src/asciilib/Assets.kiss diff --git a/projects/asciilib/src/asciilib/AssetsBackend.hx b/projects/_deprecated/asciilib/src/asciilib/AssetsBackend.hx similarity index 100% rename from projects/asciilib/src/asciilib/AssetsBackend.hx rename to projects/_deprecated/asciilib/src/asciilib/AssetsBackend.hx diff --git a/projects/asciilib/src/asciilib/Colors.hx b/projects/_deprecated/asciilib/src/asciilib/Colors.hx similarity index 100% rename from projects/asciilib/src/asciilib/Colors.hx rename to projects/_deprecated/asciilib/src/asciilib/Colors.hx diff --git a/projects/asciilib/src/asciilib/Colors.kiss b/projects/_deprecated/asciilib/src/asciilib/Colors.kiss similarity index 100% rename from projects/asciilib/src/asciilib/Colors.kiss rename to projects/_deprecated/asciilib/src/asciilib/Colors.kiss diff --git a/projects/asciilib/src/asciilib/Game.hx b/projects/_deprecated/asciilib/src/asciilib/Game.hx similarity index 100% rename from projects/asciilib/src/asciilib/Game.hx rename to projects/_deprecated/asciilib/src/asciilib/Game.hx diff --git a/projects/asciilib/src/asciilib/Game.kiss b/projects/_deprecated/asciilib/src/asciilib/Game.kiss similarity index 100% rename from projects/asciilib/src/asciilib/Game.kiss rename to projects/_deprecated/asciilib/src/asciilib/Game.kiss diff --git a/projects/asciilib/src/asciilib/GameLogic.hx b/projects/_deprecated/asciilib/src/asciilib/GameLogic.hx similarity index 100% rename from projects/asciilib/src/asciilib/GameLogic.hx rename to projects/_deprecated/asciilib/src/asciilib/GameLogic.hx diff --git a/projects/asciilib/src/asciilib/Graphics.hx b/projects/_deprecated/asciilib/src/asciilib/Graphics.hx similarity index 100% rename from projects/asciilib/src/asciilib/Graphics.hx rename to projects/_deprecated/asciilib/src/asciilib/Graphics.hx diff --git a/projects/asciilib/src/asciilib/Graphics.kiss b/projects/_deprecated/asciilib/src/asciilib/Graphics.kiss similarity index 100% rename from projects/asciilib/src/asciilib/Graphics.kiss rename to projects/_deprecated/asciilib/src/asciilib/Graphics.kiss diff --git a/projects/asciilib/src/asciilib/GraphicsBackend.hx b/projects/_deprecated/asciilib/src/asciilib/GraphicsBackend.hx similarity index 100% rename from projects/asciilib/src/asciilib/GraphicsBackend.hx rename to projects/_deprecated/asciilib/src/asciilib/GraphicsBackend.hx diff --git a/projects/asciilib/src/asciilib/Grid.hx b/projects/_deprecated/asciilib/src/asciilib/Grid.hx similarity index 100% rename from projects/asciilib/src/asciilib/Grid.hx rename to projects/_deprecated/asciilib/src/asciilib/Grid.hx diff --git a/projects/asciilib/src/asciilib/Grid.kiss b/projects/_deprecated/asciilib/src/asciilib/Grid.kiss similarity index 100% rename from projects/asciilib/src/asciilib/Grid.kiss rename to projects/_deprecated/asciilib/src/asciilib/Grid.kiss diff --git a/projects/asciilib/src/asciilib/Letters.hx b/projects/_deprecated/asciilib/src/asciilib/Letters.hx similarity index 100% rename from projects/asciilib/src/asciilib/Letters.hx rename to projects/_deprecated/asciilib/src/asciilib/Letters.hx diff --git a/projects/asciilib/src/asciilib/Letters.kiss b/projects/_deprecated/asciilib/src/asciilib/Letters.kiss similarity index 100% rename from projects/asciilib/src/asciilib/Letters.kiss rename to projects/_deprecated/asciilib/src/asciilib/Letters.kiss diff --git a/projects/asciilib/src/asciilib/Surface.hx b/projects/_deprecated/asciilib/src/asciilib/Surface.hx similarity index 100% rename from projects/asciilib/src/asciilib/Surface.hx rename to projects/_deprecated/asciilib/src/asciilib/Surface.hx diff --git a/projects/asciilib/src/asciilib/Surface.kiss b/projects/_deprecated/asciilib/src/asciilib/Surface.kiss similarity index 100% rename from projects/asciilib/src/asciilib/Surface.kiss rename to projects/_deprecated/asciilib/src/asciilib/Surface.kiss diff --git a/projects/asciilib/src/asciilib/backends/flixel/FlxAssetsBackend.hx b/projects/_deprecated/asciilib/src/asciilib/backends/flixel/FlxAssetsBackend.hx similarity index 100% rename from projects/asciilib/src/asciilib/backends/flixel/FlxAssetsBackend.hx rename to projects/_deprecated/asciilib/src/asciilib/backends/flixel/FlxAssetsBackend.hx diff --git a/projects/asciilib/src/asciilib/backends/flixel/FlxAssetsBackend.kiss b/projects/_deprecated/asciilib/src/asciilib/backends/flixel/FlxAssetsBackend.kiss similarity index 100% rename from projects/asciilib/src/asciilib/backends/flixel/FlxAssetsBackend.kiss rename to projects/_deprecated/asciilib/src/asciilib/backends/flixel/FlxAssetsBackend.kiss diff --git a/projects/asciilib/src/asciilib/backends/flixel/FlxGraphicsBackend.hx b/projects/_deprecated/asciilib/src/asciilib/backends/flixel/FlxGraphicsBackend.hx similarity index 100% rename from projects/asciilib/src/asciilib/backends/flixel/FlxGraphicsBackend.hx rename to projects/_deprecated/asciilib/src/asciilib/backends/flixel/FlxGraphicsBackend.hx diff --git a/projects/asciilib/src/asciilib/backends/flixel/FlxGraphicsBackend.kiss b/projects/_deprecated/asciilib/src/asciilib/backends/flixel/FlxGraphicsBackend.kiss similarity index 100% rename from projects/asciilib/src/asciilib/backends/flixel/FlxGraphicsBackend.kiss rename to projects/_deprecated/asciilib/src/asciilib/backends/flixel/FlxGraphicsBackend.kiss diff --git a/projects/asciilib/src/asciilib/backends/test/TestAssetsBackend.hx b/projects/_deprecated/asciilib/src/asciilib/backends/test/TestAssetsBackend.hx similarity index 100% rename from projects/asciilib/src/asciilib/backends/test/TestAssetsBackend.hx rename to projects/_deprecated/asciilib/src/asciilib/backends/test/TestAssetsBackend.hx diff --git a/projects/asciilib/src/asciilib/backends/test/TestAssetsBackend.kiss b/projects/_deprecated/asciilib/src/asciilib/backends/test/TestAssetsBackend.kiss similarity index 100% rename from projects/asciilib/src/asciilib/backends/test/TestAssetsBackend.kiss rename to projects/_deprecated/asciilib/src/asciilib/backends/test/TestAssetsBackend.kiss diff --git a/projects/asciilib/src/asciilib/backends/test/TestGraphicsBackend.hx b/projects/_deprecated/asciilib/src/asciilib/backends/test/TestGraphicsBackend.hx similarity index 100% rename from projects/asciilib/src/asciilib/backends/test/TestGraphicsBackend.hx rename to projects/_deprecated/asciilib/src/asciilib/backends/test/TestGraphicsBackend.hx diff --git a/projects/asciilib/src/asciilib/backends/test/TestGraphicsBackend.kiss b/projects/_deprecated/asciilib/src/asciilib/backends/test/TestGraphicsBackend.kiss similarity index 100% rename from projects/asciilib/src/asciilib/backends/test/TestGraphicsBackend.kiss rename to projects/_deprecated/asciilib/src/asciilib/backends/test/TestGraphicsBackend.kiss diff --git a/projects/asciilib/src/asciilib/import.hx b/projects/_deprecated/asciilib/src/asciilib/import.hx similarity index 100% rename from projects/asciilib/src/asciilib/import.hx rename to projects/_deprecated/asciilib/src/asciilib/import.hx diff --git a/projects/asciilib/terminal_0.png b/projects/_deprecated/asciilib/terminal_0.png similarity index 100% rename from projects/asciilib/terminal_0.png rename to projects/_deprecated/asciilib/terminal_0.png diff --git a/projects/asciilib/test.sh b/projects/_deprecated/asciilib/test.sh old mode 100755 new mode 100644 similarity index 100% rename from projects/asciilib/test.sh rename to projects/_deprecated/asciilib/test.sh diff --git a/projects/asciilib/test/assets/laptop.srf b/projects/_deprecated/asciilib/test/assets/laptop.srf similarity index 100% rename from projects/asciilib/test/assets/laptop.srf rename to projects/_deprecated/asciilib/test/assets/laptop.srf diff --git a/projects/asciilib/test/build.hxml b/projects/_deprecated/asciilib/test/build.hxml similarity index 100% rename from projects/asciilib/test/build.hxml rename to projects/_deprecated/asciilib/test/build.hxml diff --git a/projects/asciilib/test/src/Main.hx b/projects/_deprecated/asciilib/test/src/Main.hx similarity index 100% rename from projects/asciilib/test/src/Main.hx rename to projects/_deprecated/asciilib/test/src/Main.hx diff --git a/projects/asciilib/test/src/cases/DrawOnlyWhenModifiedTestCase.hx b/projects/_deprecated/asciilib/test/src/cases/DrawOnlyWhenModifiedTestCase.hx similarity index 100% rename from projects/asciilib/test/src/cases/DrawOnlyWhenModifiedTestCase.hx rename to projects/_deprecated/asciilib/test/src/cases/DrawOnlyWhenModifiedTestCase.hx diff --git a/projects/asciilib/test/src/cases/LoadSurfaceTestCase.hx b/projects/_deprecated/asciilib/test/src/cases/LoadSurfaceTestCase.hx similarity index 100% rename from projects/asciilib/test/src/cases/LoadSurfaceTestCase.hx rename to projects/_deprecated/asciilib/test/src/cases/LoadSurfaceTestCase.hx diff --git a/projects/flixel-ascii-game/.gitignore b/projects/_deprecated/flixel-ascii-game/.gitignore similarity index 100% rename from projects/flixel-ascii-game/.gitignore rename to projects/_deprecated/flixel-ascii-game/.gitignore diff --git a/projects/flixel-ascii-game/.vscode/extensions.json b/projects/_deprecated/flixel-ascii-game/.vscode/extensions.json similarity index 100% rename from projects/flixel-ascii-game/.vscode/extensions.json rename to projects/_deprecated/flixel-ascii-game/.vscode/extensions.json diff --git a/projects/flixel-ascii-game/.vscode/launch.json b/projects/_deprecated/flixel-ascii-game/.vscode/launch.json similarity index 100% rename from projects/flixel-ascii-game/.vscode/launch.json rename to projects/_deprecated/flixel-ascii-game/.vscode/launch.json diff --git a/projects/flixel-ascii-game/.vscode/settings.json b/projects/_deprecated/flixel-ascii-game/.vscode/settings.json similarity index 100% rename from projects/flixel-ascii-game/.vscode/settings.json rename to projects/_deprecated/flixel-ascii-game/.vscode/settings.json diff --git a/projects/flixel-ascii-game/.vscode/tasks.json b/projects/_deprecated/flixel-ascii-game/.vscode/tasks.json similarity index 100% rename from projects/flixel-ascii-game/.vscode/tasks.json rename to projects/_deprecated/flixel-ascii-game/.vscode/tasks.json diff --git a/projects/flixel-ascii-game/Project.xml b/projects/_deprecated/flixel-ascii-game/Project.xml similarity index 100% rename from projects/flixel-ascii-game/Project.xml rename to projects/_deprecated/flixel-ascii-game/Project.xml diff --git a/projects/flixel-ascii-game/assets/data/data-goes-here.txt b/projects/_deprecated/flixel-ascii-game/assets/data/data-goes-here.txt similarity index 100% rename from projects/flixel-ascii-game/assets/data/data-goes-here.txt rename to projects/_deprecated/flixel-ascii-game/assets/data/data-goes-here.txt diff --git a/projects/flixel-ascii-game/assets/data/laptop.srf b/projects/_deprecated/flixel-ascii-game/assets/data/laptop.srf similarity index 100% rename from projects/flixel-ascii-game/assets/data/laptop.srf rename to projects/_deprecated/flixel-ascii-game/assets/data/laptop.srf diff --git a/projects/flixel-ascii-game/assets/images/images-go-here.txt b/projects/_deprecated/flixel-ascii-game/assets/images/images-go-here.txt similarity index 100% rename from projects/flixel-ascii-game/assets/images/images-go-here.txt rename to projects/_deprecated/flixel-ascii-game/assets/images/images-go-here.txt diff --git a/projects/flixel-ascii-game/assets/images/size12.png b/projects/_deprecated/flixel-ascii-game/assets/images/size12.png similarity index 100% rename from projects/flixel-ascii-game/assets/images/size12.png rename to projects/_deprecated/flixel-ascii-game/assets/images/size12.png diff --git a/projects/flixel-ascii-game/assets/music/music-goes-here.txt b/projects/_deprecated/flixel-ascii-game/assets/music/music-goes-here.txt similarity index 100% rename from projects/flixel-ascii-game/assets/music/music-goes-here.txt rename to projects/_deprecated/flixel-ascii-game/assets/music/music-goes-here.txt diff --git a/projects/flixel-ascii-game/assets/sounds/sounds-go-here.txt b/projects/_deprecated/flixel-ascii-game/assets/sounds/sounds-go-here.txt similarity index 100% rename from projects/flixel-ascii-game/assets/sounds/sounds-go-here.txt rename to projects/_deprecated/flixel-ascii-game/assets/sounds/sounds-go-here.txt diff --git a/projects/flixel-ascii-game/hxformat.json b/projects/_deprecated/flixel-ascii-game/hxformat.json similarity index 100% rename from projects/flixel-ascii-game/hxformat.json rename to projects/_deprecated/flixel-ascii-game/hxformat.json diff --git a/projects/flixel-ascii-game/source/AsciiGameLogic.hx b/projects/_deprecated/flixel-ascii-game/source/AsciiGameLogic.hx similarity index 100% rename from projects/flixel-ascii-game/source/AsciiGameLogic.hx rename to projects/_deprecated/flixel-ascii-game/source/AsciiGameLogic.hx diff --git a/projects/flixel-ascii-game/source/AsciiGameLogic.kiss b/projects/_deprecated/flixel-ascii-game/source/AsciiGameLogic.kiss similarity index 100% rename from projects/flixel-ascii-game/source/AsciiGameLogic.kiss rename to projects/_deprecated/flixel-ascii-game/source/AsciiGameLogic.kiss diff --git a/projects/flixel-ascii-game/source/AssetPaths.hx b/projects/_deprecated/flixel-ascii-game/source/AssetPaths.hx similarity index 100% rename from projects/flixel-ascii-game/source/AssetPaths.hx rename to projects/_deprecated/flixel-ascii-game/source/AssetPaths.hx diff --git a/projects/flixel-ascii-game/source/Main.hx b/projects/_deprecated/flixel-ascii-game/source/Main.hx similarity index 100% rename from projects/flixel-ascii-game/source/Main.hx rename to projects/_deprecated/flixel-ascii-game/source/Main.hx diff --git a/projects/flixel-ascii-game/source/PlayState.hx b/projects/_deprecated/flixel-ascii-game/source/PlayState.hx similarity index 100% rename from projects/flixel-ascii-game/source/PlayState.hx rename to projects/_deprecated/flixel-ascii-game/source/PlayState.hx diff --git a/projects/flixel-desktop-handloose/.gitignore b/projects/_deprecated/flixel-desktop-handloose/.gitignore similarity index 100% rename from projects/flixel-desktop-handloose/.gitignore rename to projects/_deprecated/flixel-desktop-handloose/.gitignore diff --git a/projects/flixel-desktop-handloose/.vscode/extensions.json b/projects/_deprecated/flixel-desktop-handloose/.vscode/extensions.json similarity index 100% rename from projects/flixel-desktop-handloose/.vscode/extensions.json rename to projects/_deprecated/flixel-desktop-handloose/.vscode/extensions.json diff --git a/projects/flixel-desktop-handloose/.vscode/launch.json b/projects/_deprecated/flixel-desktop-handloose/.vscode/launch.json similarity index 100% rename from projects/flixel-desktop-handloose/.vscode/launch.json rename to projects/_deprecated/flixel-desktop-handloose/.vscode/launch.json diff --git a/projects/flixel-desktop-handloose/.vscode/settings.json b/projects/_deprecated/flixel-desktop-handloose/.vscode/settings.json similarity index 100% rename from projects/flixel-desktop-handloose/.vscode/settings.json rename to projects/_deprecated/flixel-desktop-handloose/.vscode/settings.json diff --git a/projects/flixel-desktop-handloose/.vscode/tasks.json b/projects/_deprecated/flixel-desktop-handloose/.vscode/tasks.json similarity index 100% rename from projects/flixel-desktop-handloose/.vscode/tasks.json rename to projects/_deprecated/flixel-desktop-handloose/.vscode/tasks.json diff --git a/projects/flixel-desktop-handloose/Project.xml b/projects/_deprecated/flixel-desktop-handloose/Project.xml similarity index 100% rename from projects/flixel-desktop-handloose/Project.xml rename to projects/_deprecated/flixel-desktop-handloose/Project.xml diff --git a/projects/flixel-desktop-handloose/hxformat.json b/projects/_deprecated/flixel-desktop-handloose/hxformat.json similarity index 100% rename from projects/flixel-desktop-handloose/hxformat.json rename to projects/_deprecated/flixel-desktop-handloose/hxformat.json diff --git a/projects/flixel-desktop-handloose/source/ActionSprite.hx b/projects/_deprecated/flixel-desktop-handloose/source/ActionSprite.hx similarity index 100% rename from projects/flixel-desktop-handloose/source/ActionSprite.hx rename to projects/_deprecated/flixel-desktop-handloose/source/ActionSprite.hx diff --git a/projects/flixel-desktop-handloose/source/ActionSprite.kiss b/projects/_deprecated/flixel-desktop-handloose/source/ActionSprite.kiss similarity index 100% rename from projects/flixel-desktop-handloose/source/ActionSprite.kiss rename to projects/_deprecated/flixel-desktop-handloose/source/ActionSprite.kiss diff --git a/projects/flixel-desktop-handloose/source/DocumentModel.hx b/projects/_deprecated/flixel-desktop-handloose/source/DocumentModel.hx similarity index 100% rename from projects/flixel-desktop-handloose/source/DocumentModel.hx rename to projects/_deprecated/flixel-desktop-handloose/source/DocumentModel.hx diff --git a/projects/flixel-desktop-handloose/source/DocumentModel.kiss b/projects/_deprecated/flixel-desktop-handloose/source/DocumentModel.kiss similarity index 100% rename from projects/flixel-desktop-handloose/source/DocumentModel.kiss rename to projects/_deprecated/flixel-desktop-handloose/source/DocumentModel.kiss diff --git a/projects/flixel-desktop-handloose/source/Main.hx b/projects/_deprecated/flixel-desktop-handloose/source/Main.hx similarity index 100% rename from projects/flixel-desktop-handloose/source/Main.hx rename to projects/_deprecated/flixel-desktop-handloose/source/Main.hx diff --git a/projects/flixel-desktop-handloose/source/TypingState.hx b/projects/_deprecated/flixel-desktop-handloose/source/TypingState.hx similarity index 100% rename from projects/flixel-desktop-handloose/source/TypingState.hx rename to projects/_deprecated/flixel-desktop-handloose/source/TypingState.hx diff --git a/projects/flixel-desktop-handloose/source/TypingState.kiss b/projects/_deprecated/flixel-desktop-handloose/source/TypingState.kiss similarity index 100% rename from projects/flixel-desktop-handloose/source/TypingState.kiss rename to projects/_deprecated/flixel-desktop-handloose/source/TypingState.kiss diff --git a/projects/flixel-rpg-tutorial/.gitignore b/projects/_deprecated/flixel-rpg-tutorial/.gitignore similarity index 100% rename from projects/flixel-rpg-tutorial/.gitignore rename to projects/_deprecated/flixel-rpg-tutorial/.gitignore diff --git a/projects/flixel-rpg-tutorial/.vscode/extensions.json b/projects/_deprecated/flixel-rpg-tutorial/.vscode/extensions.json similarity index 100% rename from projects/flixel-rpg-tutorial/.vscode/extensions.json rename to projects/_deprecated/flixel-rpg-tutorial/.vscode/extensions.json diff --git a/projects/flixel-rpg-tutorial/.vscode/launch.json b/projects/_deprecated/flixel-rpg-tutorial/.vscode/launch.json similarity index 100% rename from projects/flixel-rpg-tutorial/.vscode/launch.json rename to projects/_deprecated/flixel-rpg-tutorial/.vscode/launch.json diff --git a/projects/flixel-rpg-tutorial/.vscode/settings.json b/projects/_deprecated/flixel-rpg-tutorial/.vscode/settings.json similarity index 100% rename from projects/flixel-rpg-tutorial/.vscode/settings.json rename to projects/_deprecated/flixel-rpg-tutorial/.vscode/settings.json diff --git a/projects/flixel-rpg-tutorial/.vscode/tasks.json b/projects/_deprecated/flixel-rpg-tutorial/.vscode/tasks.json similarity index 100% rename from projects/flixel-rpg-tutorial/.vscode/tasks.json rename to projects/_deprecated/flixel-rpg-tutorial/.vscode/tasks.json diff --git a/projects/flixel-rpg-tutorial/Project.xml b/projects/_deprecated/flixel-rpg-tutorial/Project.xml similarity index 100% rename from projects/flixel-rpg-tutorial/Project.xml rename to projects/_deprecated/flixel-rpg-tutorial/Project.xml diff --git a/projects/flixel-rpg-tutorial/README.md b/projects/_deprecated/flixel-rpg-tutorial/README.md similarity index 100% rename from projects/flixel-rpg-tutorial/README.md rename to projects/_deprecated/flixel-rpg-tutorial/README.md diff --git a/projects/flixel-rpg-tutorial/assets/data/data-goes-here.txt b/projects/_deprecated/flixel-rpg-tutorial/assets/data/data-goes-here.txt similarity index 100% rename from projects/flixel-rpg-tutorial/assets/data/data-goes-here.txt rename to projects/_deprecated/flixel-rpg-tutorial/assets/data/data-goes-here.txt diff --git a/projects/flixel-rpg-tutorial/assets/data/room-001.json b/projects/_deprecated/flixel-rpg-tutorial/assets/data/room-001.json similarity index 100% rename from projects/flixel-rpg-tutorial/assets/data/room-001.json rename to projects/_deprecated/flixel-rpg-tutorial/assets/data/room-001.json diff --git a/projects/flixel-rpg-tutorial/assets/data/turnBasedRPG.ogmo b/projects/_deprecated/flixel-rpg-tutorial/assets/data/turnBasedRPG.ogmo similarity index 100% rename from projects/flixel-rpg-tutorial/assets/data/turnBasedRPG.ogmo rename to projects/_deprecated/flixel-rpg-tutorial/assets/data/turnBasedRPG.ogmo diff --git a/projects/flixel-rpg-tutorial/assets/images/boss.png b/projects/_deprecated/flixel-rpg-tutorial/assets/images/boss.png similarity index 100% rename from projects/flixel-rpg-tutorial/assets/images/boss.png rename to projects/_deprecated/flixel-rpg-tutorial/assets/images/boss.png diff --git a/projects/flixel-rpg-tutorial/assets/images/coin.png b/projects/_deprecated/flixel-rpg-tutorial/assets/images/coin.png similarity index 100% rename from projects/flixel-rpg-tutorial/assets/images/coin.png rename to projects/_deprecated/flixel-rpg-tutorial/assets/images/coin.png diff --git a/projects/flixel-rpg-tutorial/assets/images/enemy.png b/projects/_deprecated/flixel-rpg-tutorial/assets/images/enemy.png similarity index 100% rename from projects/flixel-rpg-tutorial/assets/images/enemy.png rename to projects/_deprecated/flixel-rpg-tutorial/assets/images/enemy.png diff --git a/projects/flixel-rpg-tutorial/assets/images/images-go-here.txt b/projects/_deprecated/flixel-rpg-tutorial/assets/images/images-go-here.txt similarity index 100% rename from projects/flixel-rpg-tutorial/assets/images/images-go-here.txt rename to projects/_deprecated/flixel-rpg-tutorial/assets/images/images-go-here.txt diff --git a/projects/flixel-rpg-tutorial/assets/images/player.png b/projects/_deprecated/flixel-rpg-tutorial/assets/images/player.png similarity index 100% rename from projects/flixel-rpg-tutorial/assets/images/player.png rename to projects/_deprecated/flixel-rpg-tutorial/assets/images/player.png diff --git a/projects/flixel-rpg-tutorial/assets/images/tiles.png b/projects/_deprecated/flixel-rpg-tutorial/assets/images/tiles.png similarity index 100% rename from projects/flixel-rpg-tutorial/assets/images/tiles.png rename to projects/_deprecated/flixel-rpg-tutorial/assets/images/tiles.png diff --git a/projects/flixel-rpg-tutorial/assets/music/music-goes-here.txt b/projects/_deprecated/flixel-rpg-tutorial/assets/music/music-goes-here.txt similarity index 100% rename from projects/flixel-rpg-tutorial/assets/music/music-goes-here.txt rename to projects/_deprecated/flixel-rpg-tutorial/assets/music/music-goes-here.txt diff --git a/projects/flixel-rpg-tutorial/assets/sounds/sounds-go-here.txt b/projects/_deprecated/flixel-rpg-tutorial/assets/sounds/sounds-go-here.txt similarity index 100% rename from projects/flixel-rpg-tutorial/assets/sounds/sounds-go-here.txt rename to projects/_deprecated/flixel-rpg-tutorial/assets/sounds/sounds-go-here.txt diff --git a/projects/flixel-rpg-tutorial/hxformat.json b/projects/_deprecated/flixel-rpg-tutorial/hxformat.json similarity index 100% rename from projects/flixel-rpg-tutorial/hxformat.json rename to projects/_deprecated/flixel-rpg-tutorial/hxformat.json diff --git a/projects/flixel-rpg-tutorial/source/AssetPaths.hx b/projects/_deprecated/flixel-rpg-tutorial/source/AssetPaths.hx similarity index 100% rename from projects/flixel-rpg-tutorial/source/AssetPaths.hx rename to projects/_deprecated/flixel-rpg-tutorial/source/AssetPaths.hx diff --git a/projects/flixel-rpg-tutorial/source/Coin.hx b/projects/_deprecated/flixel-rpg-tutorial/source/Coin.hx similarity index 100% rename from projects/flixel-rpg-tutorial/source/Coin.hx rename to projects/_deprecated/flixel-rpg-tutorial/source/Coin.hx diff --git a/projects/flixel-rpg-tutorial/source/Coin.kiss b/projects/_deprecated/flixel-rpg-tutorial/source/Coin.kiss similarity index 100% rename from projects/flixel-rpg-tutorial/source/Coin.kiss rename to projects/_deprecated/flixel-rpg-tutorial/source/Coin.kiss diff --git a/projects/flixel-rpg-tutorial/source/Enemy.hx b/projects/_deprecated/flixel-rpg-tutorial/source/Enemy.hx similarity index 100% rename from projects/flixel-rpg-tutorial/source/Enemy.hx rename to projects/_deprecated/flixel-rpg-tutorial/source/Enemy.hx diff --git a/projects/flixel-rpg-tutorial/source/Enemy.kiss b/projects/_deprecated/flixel-rpg-tutorial/source/Enemy.kiss similarity index 100% rename from projects/flixel-rpg-tutorial/source/Enemy.kiss rename to projects/_deprecated/flixel-rpg-tutorial/source/Enemy.kiss diff --git a/projects/flixel-rpg-tutorial/source/FSM.hx b/projects/_deprecated/flixel-rpg-tutorial/source/FSM.hx similarity index 100% rename from projects/flixel-rpg-tutorial/source/FSM.hx rename to projects/_deprecated/flixel-rpg-tutorial/source/FSM.hx diff --git a/projects/flixel-rpg-tutorial/source/FSM.kiss b/projects/_deprecated/flixel-rpg-tutorial/source/FSM.kiss similarity index 100% rename from projects/flixel-rpg-tutorial/source/FSM.kiss rename to projects/_deprecated/flixel-rpg-tutorial/source/FSM.kiss diff --git a/projects/flixel-rpg-tutorial/source/Main.hx b/projects/_deprecated/flixel-rpg-tutorial/source/Main.hx similarity index 100% rename from projects/flixel-rpg-tutorial/source/Main.hx rename to projects/_deprecated/flixel-rpg-tutorial/source/Main.hx diff --git a/projects/flixel-rpg-tutorial/source/Main.kiss b/projects/_deprecated/flixel-rpg-tutorial/source/Main.kiss similarity index 100% rename from projects/flixel-rpg-tutorial/source/Main.kiss rename to projects/_deprecated/flixel-rpg-tutorial/source/Main.kiss diff --git a/projects/flixel-rpg-tutorial/source/MenuState.hx b/projects/_deprecated/flixel-rpg-tutorial/source/MenuState.hx similarity index 100% rename from projects/flixel-rpg-tutorial/source/MenuState.hx rename to projects/_deprecated/flixel-rpg-tutorial/source/MenuState.hx diff --git a/projects/flixel-rpg-tutorial/source/MenuState.kiss b/projects/_deprecated/flixel-rpg-tutorial/source/MenuState.kiss similarity index 100% rename from projects/flixel-rpg-tutorial/source/MenuState.kiss rename to projects/_deprecated/flixel-rpg-tutorial/source/MenuState.kiss diff --git a/projects/flixel-rpg-tutorial/source/PlayState.hx b/projects/_deprecated/flixel-rpg-tutorial/source/PlayState.hx similarity index 100% rename from projects/flixel-rpg-tutorial/source/PlayState.hx rename to projects/_deprecated/flixel-rpg-tutorial/source/PlayState.hx diff --git a/projects/flixel-rpg-tutorial/source/PlayState.kiss b/projects/_deprecated/flixel-rpg-tutorial/source/PlayState.kiss similarity index 100% rename from projects/flixel-rpg-tutorial/source/PlayState.kiss rename to projects/_deprecated/flixel-rpg-tutorial/source/PlayState.kiss diff --git a/projects/flixel-rpg-tutorial/source/Player.hx b/projects/_deprecated/flixel-rpg-tutorial/source/Player.hx similarity index 100% rename from projects/flixel-rpg-tutorial/source/Player.hx rename to projects/_deprecated/flixel-rpg-tutorial/source/Player.hx diff --git a/projects/flixel-rpg-tutorial/source/Player.kiss b/projects/_deprecated/flixel-rpg-tutorial/source/Player.kiss similarity index 100% rename from projects/flixel-rpg-tutorial/source/Player.kiss rename to projects/_deprecated/flixel-rpg-tutorial/source/Player.kiss diff --git a/projects/flixel-rpg-tutorial/source/import.hx b/projects/_deprecated/flixel-rpg-tutorial/source/import.hx similarity index 100% rename from projects/flixel-rpg-tutorial/source/import.hx rename to projects/_deprecated/flixel-rpg-tutorial/source/import.hx diff --git a/projects/godot-squash-the-creeps-3d/.gitignore b/projects/_deprecated/godot-squash-the-creeps-3d/.gitignore similarity index 100% rename from projects/godot-squash-the-creeps-3d/.gitignore rename to projects/_deprecated/godot-squash-the-creeps-3d/.gitignore diff --git a/projects/godot-squash-the-creeps-3d/Main.tscn b/projects/_deprecated/godot-squash-the-creeps-3d/Main.tscn similarity index 100% rename from projects/godot-squash-the-creeps-3d/Main.tscn rename to projects/_deprecated/godot-squash-the-creeps-3d/Main.tscn diff --git a/projects/godot-squash-the-creeps-3d/Player.tscn b/projects/_deprecated/godot-squash-the-creeps-3d/Player.tscn similarity index 100% rename from projects/godot-squash-the-creeps-3d/Player.tscn rename to projects/_deprecated/godot-squash-the-creeps-3d/Player.tscn diff --git a/projects/godot-squash-the-creeps-3d/Squash the Creeps (3D).csproj b/projects/_deprecated/godot-squash-the-creeps-3d/Squash the Creeps (3D).csproj similarity index 100% rename from projects/godot-squash-the-creeps-3d/Squash the Creeps (3D).csproj rename to projects/_deprecated/godot-squash-the-creeps-3d/Squash the Creeps (3D).csproj diff --git a/projects/godot-squash-the-creeps-3d/Squash the Creeps (3D).sln b/projects/_deprecated/godot-squash-the-creeps-3d/Squash the Creeps (3D).sln similarity index 100% rename from projects/godot-squash-the-creeps-3d/Squash the Creeps (3D).sln rename to projects/_deprecated/godot-squash-the-creeps-3d/Squash the Creeps (3D).sln diff --git a/projects/godot-squash-the-creeps-3d/addons/hxformat.json b/projects/_deprecated/godot-squash-the-creeps-3d/addons/hxformat.json similarity index 100% rename from projects/godot-squash-the-creeps-3d/addons/hxformat.json rename to projects/_deprecated/godot-squash-the-creeps-3d/addons/hxformat.json diff --git a/projects/godot-squash-the-creeps-3d/art/House In a Forest Loop.ogg b/projects/_deprecated/godot-squash-the-creeps-3d/art/House In a Forest Loop.ogg similarity index 100% rename from projects/godot-squash-the-creeps-3d/art/House In a Forest Loop.ogg rename to projects/_deprecated/godot-squash-the-creeps-3d/art/House In a Forest Loop.ogg diff --git a/projects/godot-squash-the-creeps-3d/art/House In a Forest Loop.ogg.import b/projects/_deprecated/godot-squash-the-creeps-3d/art/House In a Forest Loop.ogg.import similarity index 100% rename from projects/godot-squash-the-creeps-3d/art/House In a Forest Loop.ogg.import rename to projects/_deprecated/godot-squash-the-creeps-3d/art/House In a Forest Loop.ogg.import diff --git a/projects/godot-squash-the-creeps-3d/art/body.material b/projects/_deprecated/godot-squash-the-creeps-3d/art/body.material similarity index 100% rename from projects/godot-squash-the-creeps-3d/art/body.material rename to projects/_deprecated/godot-squash-the-creeps-3d/art/body.material diff --git a/projects/godot-squash-the-creeps-3d/art/eye.material b/projects/_deprecated/godot-squash-the-creeps-3d/art/eye.material similarity index 100% rename from projects/godot-squash-the-creeps-3d/art/eye.material rename to projects/_deprecated/godot-squash-the-creeps-3d/art/eye.material diff --git a/projects/godot-squash-the-creeps-3d/art/mob.glb b/projects/_deprecated/godot-squash-the-creeps-3d/art/mob.glb similarity index 100% rename from projects/godot-squash-the-creeps-3d/art/mob.glb rename to projects/_deprecated/godot-squash-the-creeps-3d/art/mob.glb diff --git a/projects/godot-squash-the-creeps-3d/art/mob.glb.import b/projects/_deprecated/godot-squash-the-creeps-3d/art/mob.glb.import similarity index 100% rename from projects/godot-squash-the-creeps-3d/art/mob.glb.import rename to projects/_deprecated/godot-squash-the-creeps-3d/art/mob.glb.import diff --git a/projects/godot-squash-the-creeps-3d/art/mob_body.material b/projects/_deprecated/godot-squash-the-creeps-3d/art/mob_body.material similarity index 100% rename from projects/godot-squash-the-creeps-3d/art/mob_body.material rename to projects/_deprecated/godot-squash-the-creeps-3d/art/mob_body.material diff --git a/projects/godot-squash-the-creeps-3d/art/mob_eye.material b/projects/_deprecated/godot-squash-the-creeps-3d/art/mob_eye.material similarity index 100% rename from projects/godot-squash-the-creeps-3d/art/mob_eye.material rename to projects/_deprecated/godot-squash-the-creeps-3d/art/mob_eye.material diff --git a/projects/godot-squash-the-creeps-3d/art/player.glb b/projects/_deprecated/godot-squash-the-creeps-3d/art/player.glb similarity index 100% rename from projects/godot-squash-the-creeps-3d/art/player.glb rename to projects/_deprecated/godot-squash-the-creeps-3d/art/player.glb diff --git a/projects/godot-squash-the-creeps-3d/art/player.glb.import b/projects/_deprecated/godot-squash-the-creeps-3d/art/player.glb.import similarity index 100% rename from projects/godot-squash-the-creeps-3d/art/player.glb.import rename to projects/_deprecated/godot-squash-the-creeps-3d/art/player.glb.import diff --git a/projects/godot-squash-the-creeps-3d/art/pupil.material b/projects/_deprecated/godot-squash-the-creeps-3d/art/pupil.material similarity index 100% rename from projects/godot-squash-the-creeps-3d/art/pupil.material rename to projects/_deprecated/godot-squash-the-creeps-3d/art/pupil.material diff --git a/projects/godot-squash-the-creeps-3d/build.hxml b/projects/_deprecated/godot-squash-the-creeps-3d/build.hxml similarity index 100% rename from projects/godot-squash-the-creeps-3d/build.hxml rename to projects/_deprecated/godot-squash-the-creeps-3d/build.hxml diff --git a/projects/godot-squash-the-creeps-3d/default_bus_layout.tres b/projects/_deprecated/godot-squash-the-creeps-3d/default_bus_layout.tres similarity index 100% rename from projects/godot-squash-the-creeps-3d/default_bus_layout.tres rename to projects/_deprecated/godot-squash-the-creeps-3d/default_bus_layout.tres diff --git a/projects/godot-squash-the-creeps-3d/default_env.tres b/projects/_deprecated/godot-squash-the-creeps-3d/default_env.tres similarity index 100% rename from projects/godot-squash-the-creeps-3d/default_env.tres rename to projects/_deprecated/godot-squash-the-creeps-3d/default_env.tres diff --git a/projects/godot-squash-the-creeps-3d/fonts/LICENSE.txt b/projects/_deprecated/godot-squash-the-creeps-3d/fonts/LICENSE.txt similarity index 100% rename from projects/godot-squash-the-creeps-3d/fonts/LICENSE.txt rename to projects/_deprecated/godot-squash-the-creeps-3d/fonts/LICENSE.txt diff --git a/projects/godot-squash-the-creeps-3d/fonts/Montserrat-Medium.ttf b/projects/_deprecated/godot-squash-the-creeps-3d/fonts/Montserrat-Medium.ttf similarity index 100% rename from projects/godot-squash-the-creeps-3d/fonts/Montserrat-Medium.ttf rename to projects/_deprecated/godot-squash-the-creeps-3d/fonts/Montserrat-Medium.ttf diff --git a/projects/godot-squash-the-creeps-3d/icon.png b/projects/_deprecated/godot-squash-the-creeps-3d/icon.png similarity index 100% rename from projects/godot-squash-the-creeps-3d/icon.png rename to projects/_deprecated/godot-squash-the-creeps-3d/icon.png diff --git a/projects/godot-squash-the-creeps-3d/icon.png.import b/projects/_deprecated/godot-squash-the-creeps-3d/icon.png.import similarity index 100% rename from projects/godot-squash-the-creeps-3d/icon.png.import rename to projects/_deprecated/godot-squash-the-creeps-3d/icon.png.import diff --git a/projects/godot-squash-the-creeps-3d/project.godot b/projects/_deprecated/godot-squash-the-creeps-3d/project.godot similarity index 100% rename from projects/godot-squash-the-creeps-3d/project.godot rename to projects/_deprecated/godot-squash-the-creeps-3d/project.godot diff --git a/projects/godot-squash-the-creeps-3d/scripts/Player.hx b/projects/_deprecated/godot-squash-the-creeps-3d/scripts/Player.hx similarity index 100% rename from projects/godot-squash-the-creeps-3d/scripts/Player.hx rename to projects/_deprecated/godot-squash-the-creeps-3d/scripts/Player.hx diff --git a/projects/godot-squash-the-creeps-3d/scripts/Player.kiss b/projects/_deprecated/godot-squash-the-creeps-3d/scripts/Player.kiss similarity index 100% rename from projects/godot-squash-the-creeps-3d/scripts/Player.kiss rename to projects/_deprecated/godot-squash-the-creeps-3d/scripts/Player.kiss diff --git a/projects/godot-squash-the-creeps-3d/scripts/import.hx b/projects/_deprecated/godot-squash-the-creeps-3d/scripts/import.hx similarity index 100% rename from projects/godot-squash-the-creeps-3d/scripts/import.hx rename to projects/_deprecated/godot-squash-the-creeps-3d/scripts/import.hx diff --git a/projects/godot-squash-the-creeps-3d/test.sh b/projects/_deprecated/godot-squash-the-creeps-3d/test.sh old mode 100755 new mode 100644 similarity index 100% rename from projects/godot-squash-the-creeps-3d/test.sh rename to projects/_deprecated/godot-squash-the-creeps-3d/test.sh diff --git a/projects/leet-code/.gitignore b/projects/_deprecated/leet-code/.gitignore similarity index 100% rename from projects/leet-code/.gitignore rename to projects/_deprecated/leet-code/.gitignore diff --git a/projects/leet-code/build.hxml b/projects/_deprecated/leet-code/build.hxml similarity index 100% rename from projects/leet-code/build.hxml rename to projects/_deprecated/leet-code/build.hxml diff --git a/projects/leet-code/haxelib.json b/projects/_deprecated/leet-code/haxelib.json similarity index 100% rename from projects/leet-code/haxelib.json rename to projects/_deprecated/leet-code/haxelib.json diff --git a/projects/leet-code/src/leet_code/Main.hx b/projects/_deprecated/leet-code/src/leet_code/Main.hx similarity index 100% rename from projects/leet-code/src/leet_code/Main.hx rename to projects/_deprecated/leet-code/src/leet_code/Main.hx diff --git a/projects/leet-code/src/leet_code/Main.kiss b/projects/_deprecated/leet-code/src/leet_code/Main.kiss similarity index 100% rename from projects/leet-code/src/leet_code/Main.kiss rename to projects/_deprecated/leet-code/src/leet_code/Main.kiss diff --git a/projects/leet-code/test-python.sh b/projects/_deprecated/leet-code/test-python.sh old mode 100755 new mode 100644 similarity index 100% rename from projects/leet-code/test-python.sh rename to projects/_deprecated/leet-code/test-python.sh diff --git a/projects/leet-code/test.sh b/projects/_deprecated/leet-code/test.sh old mode 100755 new mode 100644 similarity index 100% rename from projects/leet-code/test.sh rename to projects/_deprecated/leet-code/test.sh diff --git a/projects/sched/build.hxml b/projects/_deprecated/sched/build.hxml similarity index 100% rename from projects/sched/build.hxml rename to projects/_deprecated/sched/build.hxml diff --git a/projects/sched/haxelib.json b/projects/_deprecated/sched/haxelib.json similarity index 100% rename from projects/sched/haxelib.json rename to projects/_deprecated/sched/haxelib.json diff --git a/projects/sched/src/sched/Main.hx b/projects/_deprecated/sched/src/sched/Main.hx similarity index 100% rename from projects/sched/src/sched/Main.hx rename to projects/_deprecated/sched/src/sched/Main.hx diff --git a/projects/sched/src/sched/Main.kiss b/projects/_deprecated/sched/src/sched/Main.kiss similarity index 100% rename from projects/sched/src/sched/Main.kiss rename to projects/_deprecated/sched/src/sched/Main.kiss diff --git a/projects/sched/test.sh b/projects/_deprecated/sched/test.sh old mode 100755 new mode 100644 similarity index 100% rename from projects/sched/test.sh rename to projects/_deprecated/sched/test.sh diff --git a/projects/godot-squash-the-creeps-3d/addons/haxe b/projects/godot-squash-the-creeps-3d/addons/haxe deleted file mode 160000 index cbc98d35..00000000 --- a/projects/godot-squash-the-creeps-3d/addons/haxe +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cbc98d35e364a6bf8e5da31d0008f57cb432cfa5 diff --git a/projects/nat-godot-playground/test.sh b/projects/nat-godot-playground/test.sh new file mode 100644 index 00000000..eb63083d --- /dev/null +++ b/projects/nat-godot-playground/test.sh @@ -0,0 +1,2 @@ +#! /bin/bash +haxe build.hxml \ No newline at end of file