Browse code

Move assets to assets directory

Robert Cranston authored on 27/02/2024 02:27:31
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,2 +0,0 @@
1
-These 3D models and textures have been created by Kenny Magnusson (Louie / TBL)
2
-in 2002 for TBL's Amiga demo "Little Nell". They are free for noncommercial use.
Browse code

Change newlines to LF

find . -type f -exec dos2unix {} + -exec mac2unix {} +

Robert Cranston authored on 27/02/2024 02:27:28
Showing 1 changed files
... ...
@@ -1,2 +1,2 @@
1
-These 3D models and textures have been created by Kenny Magnusson (Louie / TBL)
2
-in 2002 for TBL's Amiga demo "Little Nell". They are free for noncommercial use.
1
+These 3D models and textures have been created by Kenny Magnusson (Louie / TBL)
2
+in 2002 for TBL's Amiga demo "Little Nell". They are free for noncommercial use.
Browse code

Remove executable bit on files

find . -type f -exec chmod -x {} +

Robert Cranston authored on 27/02/2024 02:27:27
Showing 1 changed files
1 1
old mode 100755
2 2
new mode 100644
Browse code

Add cpp-v1

Ingemar Ragnemalm authored on 21/02/2024 20:24:28 • Robert Cranston committed on 21/02/2024 20:24:28
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,2 @@
1
+These 3D models and textures have been created by Kenny Magnusson (Louie / TBL)
2
+in 2002 for TBL's Amiga demo "Little Nell". They are free for noncommercial use.