From 43c19e1c8bdbf4b2567aa491a9faaa5fce6ab9a2 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 20 Apr 2013 20:17:07 +0200 Subject: [PATCH] Remove soem used skellington stuff. Reorganise stuff not directly game related --- BUGS.txt | 1 - CHANGES.txt | 7 ------- TODO.txt | 5 ----- data/README.txt | 2 -- NOTES => misc_stuff/NOTES | 0 .../image_sources}/bottom_wall.xcf | Bin {sources => misc_stuff/image_sources}/button.xcf | Bin {sources => misc_stuff/image_sources}/corner_lb.xcf | Bin {sources => misc_stuff/image_sources}/corner_lt.xcf | Bin {sources => misc_stuff/image_sources}/corner_rb.xcf | Bin {sources => misc_stuff/image_sources}/corner_rt.xcf | Bin {sources => misc_stuff/image_sources}/cwall.xcf | Bin {sources => misc_stuff/image_sources}/door.xcf | Bin .../image_sources}/end_bottom.xcf | Bin {sources => misc_stuff/image_sources}/end_left.xcf | Bin {sources => misc_stuff/image_sources}/end_right.xcf | Bin {sources => misc_stuff/image_sources}/end_top.xcf | Bin {sources => misc_stuff/image_sources}/entry.xcf | Bin {sources => misc_stuff/image_sources}/floor.xcf | Bin {sources => misc_stuff/image_sources}/gate_bent.xcf | Bin .../image_sources}/gate_dented.xcf | Bin {sources => misc_stuff/image_sources}/gate_down.xcf | Bin {sources => misc_stuff/image_sources}/gate_up.xcf | Bin .../image_sources}/horiz_wall.xcf | Bin .../image_sources}/intro_screen.xcf | Bin {sources => misc_stuff/image_sources}/left_wall.xcf | Bin {sources => misc_stuff/image_sources}/lost.xcf | Bin {sources => misc_stuff/image_sources}/nemesis.xcf | Bin {sources => misc_stuff/image_sources}/pillar.xcf | Bin {sources => misc_stuff/image_sources}/player.xcf | Bin .../image_sources}/right_wall.xcf | Bin {sources => misc_stuff/image_sources}/top_wall.xcf | Bin {sources => misc_stuff/image_sources}/vert_wall.xcf | Bin {sources => misc_stuff/image_sources}/won.xcf | Bin .../screenshots}/2013_04_14_a_maze.png | Bin .../screenshots}/2013_04_15_protaganist.png | Bin .../screenshots}/2013_04_16_better_graphics.png | Bin .../screenshots}/2013_04_17_editor.png | Bin .../screenshots}/2013_04_18_full_editor.png | Bin .../screenshots}/2013_04_19_android.png | Bin 40 files changed, 15 deletions(-) delete mode 100644 BUGS.txt delete mode 100644 CHANGES.txt delete mode 100644 TODO.txt delete mode 100644 data/README.txt rename NOTES => misc_stuff/NOTES (100%) rename {sources => misc_stuff/image_sources}/bottom_wall.xcf (100%) rename {sources => misc_stuff/image_sources}/button.xcf (100%) rename {sources => misc_stuff/image_sources}/corner_lb.xcf (100%) rename {sources => misc_stuff/image_sources}/corner_lt.xcf (100%) rename {sources => misc_stuff/image_sources}/corner_rb.xcf (100%) rename {sources => misc_stuff/image_sources}/corner_rt.xcf (100%) rename {sources => misc_stuff/image_sources}/cwall.xcf (100%) rename {sources => misc_stuff/image_sources}/door.xcf (100%) rename {sources => misc_stuff/image_sources}/end_bottom.xcf (100%) rename {sources => misc_stuff/image_sources}/end_left.xcf (100%) rename {sources => misc_stuff/image_sources}/end_right.xcf (100%) rename {sources => misc_stuff/image_sources}/end_top.xcf (100%) rename {sources => misc_stuff/image_sources}/entry.xcf (100%) rename {sources => misc_stuff/image_sources}/floor.xcf (100%) rename {sources => misc_stuff/image_sources}/gate_bent.xcf (100%) rename {sources => misc_stuff/image_sources}/gate_dented.xcf (100%) rename {sources => misc_stuff/image_sources}/gate_down.xcf (100%) rename {sources => misc_stuff/image_sources}/gate_up.xcf (100%) rename {sources => misc_stuff/image_sources}/horiz_wall.xcf (100%) rename {sources => misc_stuff/image_sources}/intro_screen.xcf (100%) rename {sources => misc_stuff/image_sources}/left_wall.xcf (100%) rename {sources => misc_stuff/image_sources}/lost.xcf (100%) rename {sources => misc_stuff/image_sources}/nemesis.xcf (100%) rename {sources => misc_stuff/image_sources}/pillar.xcf (100%) rename {sources => misc_stuff/image_sources}/player.xcf (100%) rename {sources => misc_stuff/image_sources}/right_wall.xcf (100%) rename {sources => misc_stuff/image_sources}/top_wall.xcf (100%) rename {sources => misc_stuff/image_sources}/vert_wall.xcf (100%) rename {sources => misc_stuff/image_sources}/won.xcf (100%) rename {screenshots => misc_stuff/screenshots}/2013_04_14_a_maze.png (100%) rename {screenshots => misc_stuff/screenshots}/2013_04_15_protaganist.png (100%) rename {screenshots => misc_stuff/screenshots}/2013_04_16_better_graphics.png (100%) rename {screenshots => misc_stuff/screenshots}/2013_04_17_editor.png (100%) rename {screenshots => misc_stuff/screenshots}/2013_04_18_full_editor.png (100%) rename {screenshots => misc_stuff/screenshots}/2013_04_19_android.png (100%) diff --git a/BUGS.txt b/BUGS.txt deleted file mode 100644 index 8b13789..0000000 --- a/BUGS.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/CHANGES.txt b/CHANGES.txt deleted file mode 100644 index 9da9763..0000000 --- a/CHANGES.txt +++ /dev/null @@ -1,7 +0,0 @@ - -Changes -======= - - - - diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 index 1bad070..0000000 --- a/TODO.txt +++ /dev/null @@ -1,5 +0,0 @@ - - -TODO -==== - diff --git a/data/README.txt b/data/README.txt deleted file mode 100644 index 18bcae8..0000000 --- a/data/README.txt +++ /dev/null @@ -1,2 +0,0 @@ -Place your game's data files in here (images, fonts, map files, sounds, -etc). diff --git a/NOTES b/misc_stuff/NOTES similarity index 100% rename from NOTES rename to misc_stuff/NOTES diff --git a/sources/bottom_wall.xcf b/misc_stuff/image_sources/bottom_wall.xcf similarity index 100% rename from sources/bottom_wall.xcf rename to misc_stuff/image_sources/bottom_wall.xcf diff --git a/sources/button.xcf b/misc_stuff/image_sources/button.xcf similarity index 100% rename from sources/button.xcf rename to misc_stuff/image_sources/button.xcf diff --git a/sources/corner_lb.xcf b/misc_stuff/image_sources/corner_lb.xcf similarity index 100% rename from sources/corner_lb.xcf rename to misc_stuff/image_sources/corner_lb.xcf diff --git a/sources/corner_lt.xcf b/misc_stuff/image_sources/corner_lt.xcf similarity index 100% rename from sources/corner_lt.xcf rename to misc_stuff/image_sources/corner_lt.xcf diff --git a/sources/corner_rb.xcf b/misc_stuff/image_sources/corner_rb.xcf similarity index 100% rename from sources/corner_rb.xcf rename to misc_stuff/image_sources/corner_rb.xcf diff --git a/sources/corner_rt.xcf b/misc_stuff/image_sources/corner_rt.xcf similarity index 100% rename from sources/corner_rt.xcf rename to misc_stuff/image_sources/corner_rt.xcf diff --git a/sources/cwall.xcf b/misc_stuff/image_sources/cwall.xcf similarity index 100% rename from sources/cwall.xcf rename to misc_stuff/image_sources/cwall.xcf diff --git a/sources/door.xcf b/misc_stuff/image_sources/door.xcf similarity index 100% rename from sources/door.xcf rename to misc_stuff/image_sources/door.xcf diff --git a/sources/end_bottom.xcf b/misc_stuff/image_sources/end_bottom.xcf similarity index 100% rename from sources/end_bottom.xcf rename to misc_stuff/image_sources/end_bottom.xcf diff --git a/sources/end_left.xcf b/misc_stuff/image_sources/end_left.xcf similarity index 100% rename from sources/end_left.xcf rename to misc_stuff/image_sources/end_left.xcf diff --git a/sources/end_right.xcf b/misc_stuff/image_sources/end_right.xcf similarity index 100% rename from sources/end_right.xcf rename to misc_stuff/image_sources/end_right.xcf diff --git a/sources/end_top.xcf b/misc_stuff/image_sources/end_top.xcf similarity index 100% rename from sources/end_top.xcf rename to misc_stuff/image_sources/end_top.xcf diff --git a/sources/entry.xcf b/misc_stuff/image_sources/entry.xcf similarity index 100% rename from sources/entry.xcf rename to misc_stuff/image_sources/entry.xcf diff --git a/sources/floor.xcf b/misc_stuff/image_sources/floor.xcf similarity index 100% rename from sources/floor.xcf rename to misc_stuff/image_sources/floor.xcf diff --git a/sources/gate_bent.xcf b/misc_stuff/image_sources/gate_bent.xcf similarity index 100% rename from sources/gate_bent.xcf rename to misc_stuff/image_sources/gate_bent.xcf diff --git a/sources/gate_dented.xcf b/misc_stuff/image_sources/gate_dented.xcf similarity index 100% rename from sources/gate_dented.xcf rename to misc_stuff/image_sources/gate_dented.xcf diff --git a/sources/gate_down.xcf b/misc_stuff/image_sources/gate_down.xcf similarity index 100% rename from sources/gate_down.xcf rename to misc_stuff/image_sources/gate_down.xcf diff --git a/sources/gate_up.xcf b/misc_stuff/image_sources/gate_up.xcf similarity index 100% rename from sources/gate_up.xcf rename to misc_stuff/image_sources/gate_up.xcf diff --git a/sources/horiz_wall.xcf b/misc_stuff/image_sources/horiz_wall.xcf similarity index 100% rename from sources/horiz_wall.xcf rename to misc_stuff/image_sources/horiz_wall.xcf diff --git a/sources/intro_screen.xcf b/misc_stuff/image_sources/intro_screen.xcf similarity index 100% rename from sources/intro_screen.xcf rename to misc_stuff/image_sources/intro_screen.xcf diff --git a/sources/left_wall.xcf b/misc_stuff/image_sources/left_wall.xcf similarity index 100% rename from sources/left_wall.xcf rename to misc_stuff/image_sources/left_wall.xcf diff --git a/sources/lost.xcf b/misc_stuff/image_sources/lost.xcf similarity index 100% rename from sources/lost.xcf rename to misc_stuff/image_sources/lost.xcf diff --git a/sources/nemesis.xcf b/misc_stuff/image_sources/nemesis.xcf similarity index 100% rename from sources/nemesis.xcf rename to misc_stuff/image_sources/nemesis.xcf diff --git a/sources/pillar.xcf b/misc_stuff/image_sources/pillar.xcf similarity index 100% rename from sources/pillar.xcf rename to misc_stuff/image_sources/pillar.xcf diff --git a/sources/player.xcf b/misc_stuff/image_sources/player.xcf similarity index 100% rename from sources/player.xcf rename to misc_stuff/image_sources/player.xcf diff --git a/sources/right_wall.xcf b/misc_stuff/image_sources/right_wall.xcf similarity index 100% rename from sources/right_wall.xcf rename to misc_stuff/image_sources/right_wall.xcf diff --git a/sources/top_wall.xcf b/misc_stuff/image_sources/top_wall.xcf similarity index 100% rename from sources/top_wall.xcf rename to misc_stuff/image_sources/top_wall.xcf diff --git a/sources/vert_wall.xcf b/misc_stuff/image_sources/vert_wall.xcf similarity index 100% rename from sources/vert_wall.xcf rename to misc_stuff/image_sources/vert_wall.xcf diff --git a/sources/won.xcf b/misc_stuff/image_sources/won.xcf similarity index 100% rename from sources/won.xcf rename to misc_stuff/image_sources/won.xcf diff --git a/screenshots/2013_04_14_a_maze.png b/misc_stuff/screenshots/2013_04_14_a_maze.png similarity index 100% rename from screenshots/2013_04_14_a_maze.png rename to misc_stuff/screenshots/2013_04_14_a_maze.png diff --git a/screenshots/2013_04_15_protaganist.png b/misc_stuff/screenshots/2013_04_15_protaganist.png similarity index 100% rename from screenshots/2013_04_15_protaganist.png rename to misc_stuff/screenshots/2013_04_15_protaganist.png diff --git a/screenshots/2013_04_16_better_graphics.png b/misc_stuff/screenshots/2013_04_16_better_graphics.png similarity index 100% rename from screenshots/2013_04_16_better_graphics.png rename to misc_stuff/screenshots/2013_04_16_better_graphics.png diff --git a/screenshots/2013_04_17_editor.png b/misc_stuff/screenshots/2013_04_17_editor.png similarity index 100% rename from screenshots/2013_04_17_editor.png rename to misc_stuff/screenshots/2013_04_17_editor.png diff --git a/screenshots/2013_04_18_full_editor.png b/misc_stuff/screenshots/2013_04_18_full_editor.png similarity index 100% rename from screenshots/2013_04_18_full_editor.png rename to misc_stuff/screenshots/2013_04_18_full_editor.png diff --git a/screenshots/2013_04_19_android.png b/misc_stuff/screenshots/2013_04_19_android.png similarity index 100% rename from screenshots/2013_04_19_android.png rename to misc_stuff/screenshots/2013_04_19_android.png -- 2.34.1