Add original source, circa 2006

This commit is contained in:
2026-05-18 12:47:34 -04:00
commit 0343ac3995
158 changed files with 4707 additions and 0 deletions

100
Makefile Executable file
View File

@@ -0,0 +1,100 @@
# SlickEdit generated file. Do not edit this file except in designated areas.
# -----Begin user-editable area-----
# -----End user-editable area-----
# Make command to use for dependencies
MAKE=gmake
# If no configuration is specified, "Debug" will be used
ifndef "CFG"
CFG=Debug
endif
#
# Configuration: Debug
#
ifeq "$(CFG)" "Debug"
OUTDIR=Debug
OUTFILE=$(OUTDIR)/Mogs-Adventure
CFG_INC=
CFG_LIB=-lSDL_mixer -lSDL_sound -lSDL_flic -lSDL_net -lSDL_image
CFG_OBJ=
COMMON_OBJ=$(OUTDIR)/Actor.o $(OUTDIR)/ConfigEngine.o \
$(OUTDIR)/main.o $(OUTDIR)/MogCommon.o $(OUTDIR)/stlini.o
OBJ=$(COMMON_OBJ) $(CFG_OBJ)
ALL_OBJ=$(OUTDIR)/Actor.o $(OUTDIR)/ConfigEngine.o $(OUTDIR)/main.o \
$(OUTDIR)/MogCommon.o $(OUTDIR)/stlini.o -lSDL_mixer -lSDL_sound \
-lSDL_flic -lSDL_net -lSDL_image
COMPILE=g++ -c "-DLINUX" -O0 -g3 -ggdb -p -pg -Wall -o "$(OUTDIR)/$(*F).o" $(CFG_INC) "$<" `sdl-config --cflags`
LINK=g++ -O0 -g3 -ggdb -p -pg -Wall -o "$(OUTFILE)" $(ALL_OBJ) `sdl-config --libs`
# Pattern rules
$(OUTDIR)/%.o : src/%.cpp
$(COMPILE)
# Build rules
all: $(OUTFILE)
$(OUTFILE): $(OUTDIR) $(OBJ)
$(LINK)
$(OUTDIR):
mkdir -p "$(OUTDIR)"
# Rebuild this project
rebuild: cleanall all
# Clean this project
clean:
rm -f $(OUTFILE)
rm -f $(OBJ)
# Clean this project and all dependencies
cleanall: clean
endif
#
# Configuration: Release
#
ifeq "$(CFG)" "Release"
OUTDIR=Release
OUTFILE=$(OUTDIR)/Mogs-Adventure
CFG_INC=
CFG_LIB=-lSDL_mixer -lSDL_sound -lSDL_flic -lSDL_net -lSDL_image
CFG_OBJ=
COMMON_OBJ=$(OUTDIR)/Actor.o $(OUTDIR)/ConfigEngine.o \
$(OUTDIR)/main.o $(OUTDIR)/MogCommon.o $(OUTDIR)/stlini.o
OBJ=$(COMMON_OBJ) $(CFG_OBJ)
ALL_OBJ=$(OUTDIR)/Actor.o $(OUTDIR)/ConfigEngine.o $(OUTDIR)/main.o \
$(OUTDIR)/MogCommon.o $(OUTDIR)/stlini.o -lSDL_mixer -lSDL_sound \
-lSDL_flic -lSDL_net -lSDL_image
COMPILE=g++ -c "-DLINUX" -O2 -o "$(OUTDIR)/$(*F).o" $(CFG_INC) "$<" `sdl-config --cflags`
LINK=g++ -O2 -o "$(OUTFILE)" $(ALL_OBJ) `sdl-config --libs`
# Pattern rules
$(OUTDIR)/%.o : src/%.cpp
$(COMPILE)
# Build rules
all: $(OUTFILE)
$(OUTFILE): $(OUTDIR) $(OBJ)
$(LINK)
$(OUTDIR):
mkdir -p "$(OUTDIR)"
# Rebuild this project
rebuild: cleanall all
# Clean this project
clean:
rm -f $(OUTFILE)
rm -f $(OBJ)
# Clean this project and all dependencies
cleanall: clean
endif

179
gfx/.svn/all-wcprops Executable file
View File

@@ -0,0 +1,179 @@
K 25
svn:wc:ra_dav:version-url
V 46
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx
END
Deceased - Attack Front.gif
K 25
svn:wc:ra_dav:version-url
V 80
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Deceased%20-%20Attack%20Front.gif
END
Deceased - Attack Rear.gif
K 25
svn:wc:ra_dav:version-url
V 79
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Deceased%20-%20Attack%20Rear.gif
END
Mog - Walk Right.gif
K 25
svn:wc:ra_dav:version-url
V 73
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Mog%20-%20Walk%20Right.gif
END
Deceased - Up.gif
K 25
svn:wc:ra_dav:version-url
V 68
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Deceased%20-%20Up.gif
END
Mog - Back.gif
K 25
svn:wc:ra_dav:version-url
V 65
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Mog%20-%20Back.gif
END
CompanySplash.gif
K 25
svn:wc:ra_dav:version-url
V 64
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/CompanySplash.gif
END
Thumbs.db
K 25
svn:wc:ra_dav:version-url
V 56
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Thumbs.db
END
MainScreen.gif
K 25
svn:wc:ra_dav:version-url
V 61
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/MainScreen.gif
END
Deceased - Left.gif
K 25
svn:wc:ra_dav:version-url
V 70
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Deceased%20-%20Left.gif
END
Deceased - Walk Right.gif
K 25
svn:wc:ra_dav:version-url
V 78
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Deceased%20-%20Walk%20Right.gif
END
Mog - Walk Front.gif
K 25
svn:wc:ra_dav:version-url
V 73
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Mog%20-%20Walk%20Front.gif
END
Deceased - Dead.gif
K 25
svn:wc:ra_dav:version-url
V 70
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Deceased%20-%20Dead.gif
END
ToolSplash.gif
K 25
svn:wc:ra_dav:version-url
V 61
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/ToolSplash.gif
END
Mog - Walk Left.gif
K 25
svn:wc:ra_dav:version-url
V 72
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Mog%20-%20Walk%20Left.gif
END
Mog - Action.gif
K 25
svn:wc:ra_dav:version-url
V 67
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Mog%20-%20Action.gif
END
Credits.gif
K 25
svn:wc:ra_dav:version-url
V 58
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Credits.gif
END
Mog - Right.gif
K 25
svn:wc:ra_dav:version-url
V 66
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Mog%20-%20Right.gif
END
lst
K 25
svn:wc:ra_dav:version-url
V 50
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/lst
END
Mog - Walk Back.gif
K 25
svn:wc:ra_dav:version-url
V 72
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Mog%20-%20Walk%20Back.gif
END
Deceased - Walk Front.gif
K 25
svn:wc:ra_dav:version-url
V 78
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Deceased%20-%20Walk%20Front.gif
END
Deceased - Down.gif
K 25
svn:wc:ra_dav:version-url
V 70
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Deceased%20-%20Down.gif
END
Mog - Status.gif
K 25
svn:wc:ra_dav:version-url
V 67
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Mog%20-%20Status.gif
END
Deceased - Walk Left.gif
K 25
svn:wc:ra_dav:version-url
V 77
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Deceased%20-%20Walk%20Left.gif
END
Mog - Walk Front.old.gif
K 25
svn:wc:ra_dav:version-url
V 77
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Mog%20-%20Walk%20Front.old.gif
END
samplebg.jpg
K 25
svn:wc:ra_dav:version-url
V 59
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/samplebg.jpg
END
Deceased - Right.gif
K 25
svn:wc:ra_dav:version-url
V 71
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Deceased%20-%20Right.gif
END
Mog - Front.gif
K 25
svn:wc:ra_dav:version-url
V 66
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Mog%20-%20Front.gif
END
Deceased - Walk Back.gif
K 25
svn:wc:ra_dav:version-url
V 77
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Deceased%20-%20Walk%20Back.gif
END
Mog - Left.gif
K 25
svn:wc:ra_dav:version-url
V 65
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Mog%20-%20Left.gif
END

1020
gfx/.svn/entries Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1004 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

11
gfx/.svn/text-base/lst.svn-base Executable file
View File

@@ -0,0 +1,11 @@
./Deceased - Walk Back.gif
./Deceased - Walk Front.gif
./Deceased - Down.gif
./Deceased - Attack Front.gif
./Deceased - Attack Rear.gif
./Deceased - Walk Left.gif
./Deceased - Walk Right.gif
./Deceased - Up.gif
./Deceased - Left.gif
./Deceased - Dead.gif
./Deceased - Right.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

23
gfx/CVS/.svn/all-wcprops Executable file
View File

@@ -0,0 +1,23 @@
K 25
svn:wc:ra_dav:version-url
V 50
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/CVS
END
Repository
K 25
svn:wc:ra_dav:version-url
V 61
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/CVS/Repository
END
Root
K 25
svn:wc:ra_dav:version-url
V 55
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/CVS/Root
END
Entries
K 25
svn:wc:ra_dav:version-url
V 58
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/CVS/Entries
END

130
gfx/CVS/.svn/entries Executable file
View File

@@ -0,0 +1,130 @@
10
dir
44
https://127.0.0.1/svn/aklabs/trunk/MogsAdventure/gfx/CVS
https://127.0.0.1/svn/aklabs
2007-05-26T21:27:56.375027Z
4
andrew
eb184899-6090-47d4-a65b-558f62f6ea1c
Repository
file
2010-02-05T03:37:52.104498Z
b79c17515f70368d1ec288073c1a154d
2007-05-26T21:27:56.375027Z
4
andrew
24
Root
file
2010-02-05T03:37:52.104498Z
7af14a164593104c1e7a07a572dd352a
2007-05-26T21:27:56.375027Z
4
andrew
24
Entries
file
2010-02-05T03:37:52.104498Z
a8926a6569d2d7bee3762a3d8e171032
2007-05-26T21:27:56.375027Z
4
andrew
1557

View File

@@ -0,0 +1,29 @@
/CompanySplash.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Credits.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Attack Front.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Attack Rear.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Dead.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Down.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Left.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Right.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Up.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Walk Back.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Walk Front.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Walk Left.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Walk Right.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/MainScreen.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Action.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Back.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Front.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Left.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Right.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Status.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Walk Back.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Walk Front.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Walk Front.old.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Walk Left.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Walk Right.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/ToolSplash.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/lst/1.1.1.1/Sat Dec 31 23:55:08 2005//
/samplebg.jpg/1.1.1.1/Sat Dec 31 23:55:08 2005//
D/Levels////

View File

@@ -0,0 +1 @@
games/MogsAdventure/gfx

View File

@@ -0,0 +1 @@
andrew@gabbo:/home/cvsd

29
gfx/CVS/Entries Executable file
View File

@@ -0,0 +1,29 @@
/CompanySplash.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Credits.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Attack Front.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Attack Rear.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Dead.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Down.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Left.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Right.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Up.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Walk Back.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Walk Front.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Walk Left.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Deceased - Walk Right.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/MainScreen.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Action.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Back.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Front.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Left.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Right.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Status.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Walk Back.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Walk Front.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Walk Front.old.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Walk Left.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/Mog - Walk Right.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/ToolSplash.gif/1.1.1.1/Sat Dec 31 23:55:08 2005//
/lst/1.1.1.1/Sat Dec 31 23:55:08 2005//
/samplebg.jpg/1.1.1.1/Sat Dec 31 23:55:08 2005//
D/Levels////

1
gfx/CVS/Repository Executable file
View File

@@ -0,0 +1 @@
games/MogsAdventure/gfx

1
gfx/CVS/Root Executable file
View File

@@ -0,0 +1 @@
andrew@gabbo:/home/cvsd

BIN
gfx/CompanySplash.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
gfx/Credits.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
gfx/Deceased - Attack Front.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

BIN
gfx/Deceased - Attack Rear.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

BIN
gfx/Deceased - Dead.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

BIN
gfx/Deceased - Down.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

BIN
gfx/Deceased - Left.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

BIN
gfx/Deceased - Right.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

BIN
gfx/Deceased - Up.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

BIN
gfx/Deceased - Walk Back.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
gfx/Deceased - Walk Front.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
gfx/Deceased - Walk Left.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
gfx/Deceased - Walk Right.gif Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

5
gfx/Levels/.svn/all-wcprops Executable file
View File

@@ -0,0 +1,5 @@
K 25
svn:wc:ra_dav:version-url
V 53
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels
END

34
gfx/Levels/.svn/entries Executable file
View File

@@ -0,0 +1,34 @@
10
dir
44
https://127.0.0.1/svn/aklabs/trunk/MogsAdventure/gfx/Levels
https://127.0.0.1/svn/aklabs
2007-05-26T21:27:56.375027Z
4
andrew
eb184899-6090-47d4-a65b-558f62f6ea1c
level1
dir
CVS
dir

23
gfx/Levels/CVS/.svn/all-wcprops Executable file
View File

@@ -0,0 +1,23 @@
K 25
svn:wc:ra_dav:version-url
V 57
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels/CVS
END
Repository
K 25
svn:wc:ra_dav:version-url
V 68
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels/CVS/Repository
END
Root
K 25
svn:wc:ra_dav:version-url
V 62
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels/CVS/Root
END
Entries
K 25
svn:wc:ra_dav:version-url
V 65
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels/CVS/Entries
END

130
gfx/Levels/CVS/.svn/entries Executable file
View File

@@ -0,0 +1,130 @@
10
dir
44
https://127.0.0.1/svn/aklabs/trunk/MogsAdventure/gfx/Levels/CVS
https://127.0.0.1/svn/aklabs
2007-05-26T21:27:56.375027Z
4
andrew
eb184899-6090-47d4-a65b-558f62f6ea1c
Repository
file
2010-02-05T03:37:51.963873Z
3a4089781216492d86ff159e23886fbf
2007-05-26T21:27:56.375027Z
4
andrew
31
Root
file
2010-02-05T03:37:51.963873Z
7af14a164593104c1e7a07a572dd352a
2007-05-26T21:27:56.375027Z
4
andrew
24
Entries
file
2010-02-05T03:37:51.979498Z
f6c00464f17c6336d420fc70924e3184
2007-05-26T21:27:56.375027Z
4
andrew
13

View File

@@ -0,0 +1 @@
D/level1////

View File

@@ -0,0 +1 @@
games/MogsAdventure/gfx/Levels

View File

@@ -0,0 +1 @@
andrew@gabbo:/home/cvsd

1
gfx/Levels/CVS/Entries Executable file
View File

@@ -0,0 +1 @@
D/level1////

1
gfx/Levels/CVS/Repository Executable file
View File

@@ -0,0 +1 @@
games/MogsAdventure/gfx/Levels

1
gfx/Levels/CVS/Root Executable file
View File

@@ -0,0 +1 @@
andrew@gabbo:/home/cvsd

View File

@@ -0,0 +1,23 @@
K 25
svn:wc:ra_dav:version-url
V 60
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels/level1
END
floor.gif
K 25
svn:wc:ra_dav:version-url
V 70
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels/level1/floor.gif
END
Thumbs.db
K 25
svn:wc:ra_dav:version-url
V 70
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels/level1/Thumbs.db
END
walls.gif
K 25
svn:wc:ra_dav:version-url
V 70
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels/level1/walls.gif
END

133
gfx/Levels/level1/.svn/entries Executable file
View File

@@ -0,0 +1,133 @@
10
dir
44
https://127.0.0.1/svn/aklabs/trunk/MogsAdventure/gfx/Levels/level1
https://127.0.0.1/svn/aklabs
2007-05-26T21:27:56.375027Z
4
andrew
eb184899-6090-47d4-a65b-558f62f6ea1c
floor.gif
file
2010-02-05T03:37:51.807623Z
6b4605b1b0c7fac7092236f29dbc3fca
2007-05-26T21:27:56.375027Z
4
andrew
has-props
180652
Thumbs.db
file
2010-02-05T03:37:51.807623Z
dc1e19f351750387fbbd0fe02ea21885
2007-05-26T21:27:56.375027Z
4
andrew
has-props
8192
walls.gif
file
2010-02-05T03:37:51.823248Z
e68097ea100068f2a5615d48b7b67fba
2007-05-26T21:27:56.375027Z
4
andrew
has-props
52136
CVS
dir

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

View File

@@ -0,0 +1,5 @@
K 13
svn:mime-type
V 24
application/octet-stream
END

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@@ -0,0 +1,23 @@
K 25
svn:wc:ra_dav:version-url
V 64
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels/level1/CVS
END
Repository
K 25
svn:wc:ra_dav:version-url
V 75
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels/level1/CVS/Repository
END
Root
K 25
svn:wc:ra_dav:version-url
V 69
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels/level1/CVS/Root
END
Entries
K 25
svn:wc:ra_dav:version-url
V 72
/svn/aklabs/!svn/ver/4/trunk/MogsAdventure/gfx/Levels/level1/CVS/Entries
END

Some files were not shown because too many files have changed in this diff Show More