Added various sample pictures to test the save and load. Also modified the release script to include the dlls to the zipfile.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@107 416bcca6-2ee7-4201-b75f-2eb2f807beb1
4226
doc/doc_fra.txt
BIN
pic-samples/EVILNUN.PKM
Normal file
BIN
pic-samples/EYESKOOL.PKM
Normal file
BIN
pic-samples/GMARBLES.PCX
Normal file
BIN
pic-samples/JUOKSEE.PKM
Normal file
BIN
pic-samples/Jetsons_BYTE_workbench.ILBM
Normal file
BIN
pic-samples/Jetsons_skating.ILBM
Normal file
BIN
pic-samples/MARBLES.PCX
Normal file
1
pic-samples/README
Normal file
@ -0,0 +1 @@
|
||||
You'll find here various picture samples intended for testing the save and load routines in grafx2.
|
||||
BIN
pic-samples/TEST.PKM
Normal file
BIN
pic-samples/TEST2.PKM
Normal file
BIN
pic-samples/eunmiisa.pc1
Normal file
BIN
pic-samples/evolutn.pi1
Normal file
BIN
pic-samples/flydream.pi1
Normal file
BIN
pic-samples/mariage_115.gif
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
pic-samples/pc.pi1
Normal file
BIN
pic-samples/succuba.pc1
Normal file
BIN
pic-samples/test1.bmp
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
pic-samples/test16.bmp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
pic-samples/test16bf555.bmp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
pic-samples/test16bf565.bmp
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
pic-samples/test24.bmp
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
pic-samples/test32.bmp
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
pic-samples/test32bf.bmp
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
pic-samples/test4.bmp
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
pic-samples/test8.bmp
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
pic-samples/test8os2.bmp
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
pic-samples/testcompress4.bmp
Normal file
|
After Width: | Height: | Size: 922 B |
BIN
pic-samples/testcompress8.bmp
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
zip -j grafx2-beta-svn`svnversion`.zip grafx2.exe ../gfx2.dat ../gfx2.cfg ../gfx2.ini
|
||||
rm grafx2-beta-svn*.zip
|
||||
zip -j grafx2-beta-svn`svnversion`.zip grafx2.exe ../gfx2.dat ../gfx2.cfg ../gfx2.ini ~/.wine/drive_c/WATCOM/binnt/mt7r17.dll ~/.wine/drive_c/WATCOM/binnt/clbr17.dll ~/.wine/drive_c/windows/system32/SDL.dll
|
||||
|
||||