]> git.xonotic.org Git - xonotic/netradiant.git/commit
* added pk3man and fixed it to compile for latest radiant
authormattn <mattn>
Tue, 18 Mar 2008 17:11:08 +0000 (17:11 +0000)
committermattn <mattn>
Tue, 18 Mar 2008 17:11:08 +0000 (17:11 +0000)
commitcaabb8dcebe23b6c7620c97d66b12a175e0f2f1d
tree7581b13ef7f4b3a4ae43754e3a7c4749f3e614f2
parent00daec609589c5944400bbfe4afbf6b9709549ee
* added pk3man and fixed it to compile for latest radiant
* NOTE: Not included in the build chain - doesn't link
* NOTE: iepair.h is not used at the moment

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@225 8a3a26a2-13c4-0310-b231-cf6edde360e5
42 files changed:
contrib/pk3man/bitmaps/pk3man_tbadd.bmp [new file with mode: 0644]
contrib/pk3man/bitmaps/pk3man_tbdelete.bmp [new file with mode: 0644]
contrib/pk3man/bitmaps/pk3man_tbextract.bmp [new file with mode: 0644]
contrib/pk3man/bitmaps/pk3man_tbnew.bmp [new file with mode: 0644]
contrib/pk3man/bitmaps/pk3man_tbopen.bmp [new file with mode: 0644]
contrib/pk3man/bitmaps/pk3man_tbrename.bmp [new file with mode: 0644]
contrib/pk3man/bitmaps/pk3man_tbsave.bmp [new file with mode: 0644]
contrib/pk3man/bitmaps/pk3man_tbview.bmp [new file with mode: 0644]
contrib/pk3man/bitmaps/pk3man_tbwizard.bmp [new file with mode: 0644]
contrib/pk3man/mainwnd.cpp [new file with mode: 0644]
contrib/pk3man/mainwnd.h [new file with mode: 0644]
contrib/pk3man/md3.h [new file with mode: 0644]
contrib/pk3man/memfile.cpp [new file with mode: 0644]
contrib/pk3man/memfile.h [new file with mode: 0644]
contrib/pk3man/pak.cpp [new file with mode: 0644]
contrib/pk3man/pak.h [new file with mode: 0644]
contrib/pk3man/pixmap.cpp [new file with mode: 0644]
contrib/pk3man/pixmap.h [new file with mode: 0644]
contrib/pk3man/pk3man.cpp [new file with mode: 0644]
contrib/pk3man/pk3man.def [new file with mode: 0644]
contrib/pk3man/pk3man.exclude [new file with mode: 0644]
contrib/pk3man/pk3man.vcproj [new file with mode: 0644]
contrib/pk3man/pk3man_readme.txt [new file with mode: 0644]
contrib/pk3man/pk3str.h [new file with mode: 0644]
contrib/pk3man/renamedlg.cpp [new file with mode: 0644]
contrib/pk3man/renamedlg.h [new file with mode: 0644]
contrib/pk3man/stdafx.cpp [new file with mode: 0644]
contrib/pk3man/stdafx.h [new file with mode: 0644]
contrib/pk3man/tree.cpp [new file with mode: 0644]
contrib/pk3man/tree.h [new file with mode: 0644]
contrib/pk3man/wild.cpp [new file with mode: 0644]
contrib/pk3man/wild.h [new file with mode: 0644]
contrib/pk3man/zlib/README.linux [new file with mode: 0644]
contrib/pk3man/zlib/libz-zip.a [new file with mode: 0644]
contrib/pk3man/zlib/unzip.c [new file with mode: 0644]
contrib/pk3man/zlib/unzip.h [new file with mode: 0644]
contrib/pk3man/zlib/zconf.h [new file with mode: 0644]
contrib/pk3man/zlib/zip.c [new file with mode: 0644]
contrib/pk3man/zlib/zip.h [new file with mode: 0644]
contrib/pk3man/zlib/zlib.h [new file with mode: 0644]
contrib/pk3man/zlib/zlib.lib [new file with mode: 0644]
contrib/pk3man/zlib/zlibd.lib [new file with mode: 0644]