]> Chaos Git - vn/FSNConverter-Linux.git/commit
Initial commit 1.2.5-linux-uo
authorchaoskagami <chaos.kagami@gmail.com>
Tue, 19 Aug 2014 12:01:19 +0000 (08:01 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Tue, 19 Aug 2014 12:01:19 +0000 (08:01 -0400)
commit91d1d658b9eadab219fed479282cdb5c077fa379
tree468e1fb7a91d4f858ef602c30ca3f6da655cecd0
Initial commit
99 files changed:
COPYING [new file with mode: 0644]
Distrib/FSNConverter.sh [new file with mode: 0755]
README.txt [new file with mode: 0644]
Tools/ahx2wav/COPYING [new file with mode: 0644]
Tools/ahx2wav/ahx2wav.c [new file with mode: 0644]
Tools/ahx2wav/getopt.c [new file with mode: 0644]
Tools/ahx2wav/make.sh [new file with mode: 0755]
Tools/ima2raw/ima2raw.cpp [new file with mode: 0644]
Tools/tlg2bmp/tlg2bmp.cpp [new file with mode: 0644]
UI/build.xml [new file with mode: 0644]
UI/lib/tcommon.jar [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/InvalidLayeringException.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/KiriKiriConverter.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/MacroHandler.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/MacroParser.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/Packer.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/Sprite.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/XP3Extractor.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/ConversionGUI.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/FateDirectoryFlattener.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/FateExtractor.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/FateInstaller.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/FateMacroHandler.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/FatePacker.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/FatePatcher.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/FateResourceConverter.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/FateScriptConverter.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/FateTextMacroHandler.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/InsertVoice.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/OutputField.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/RealtaNuaSoundExtractor.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/ResourceUsageAnalyzer.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/RouteParser.java [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/res/icon.ico [new file with mode: 0644]
UI/src/nl/weeaboo/krkr/fate/res/icon.png [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/AbstractConversionGUI.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/AbstractPacker.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/AbstractResourceConverter.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/BatchProcess.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/FileExts.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/FileMapper.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/FileOp.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/HashUtil.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/Log.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/Patcher.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/ProgressListener.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/ProgressRunnable.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/ResourcesUsed.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/TargetPlatform.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/VNDSProgressDialog.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/VNImageUtil.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/VNSoundUtil.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/installer/AddCommand.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/installer/Component.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/installer/CreateCommand.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/installer/FileListEntry.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/installer/Installer.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/installer/InstallerPacker.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/installer/PackCommand.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/installer/PatchCommand.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/tools/ImageConverter.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/tools/ImageConverterGUI.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/tools/MaskConverter.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/tools/Octree.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/tools/SoundConverter.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/tools/SoundConverterGUI.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/tools/TextureConverter.java [new file with mode: 0644]
UI/src/nl/weeaboo/vnds/tools/TextureConverterGUI.java [new file with mode: 0644]
UI/template/fate/background/special/blackout.jpg [new file with mode: 0644]
UI/template/fate/background/special/blueout.jpg [new file with mode: 0644]
UI/template/fate/background/special/fate/bone1.jpg [new file with mode: 0644]
UI/template/fate/background/special/fate/bone2.jpg [new file with mode: 0644]
UI/template/fate/background/special/fate/bone3.jpg [new file with mode: 0644]
UI/template/fate/background/special/fate/bone4.jpg [new file with mode: 0644]
UI/template/fate/background/special/fate/bone5.jpg [new file with mode: 0644]
UI/template/fate/background/special/fate/bone6.jpg [new file with mode: 0644]
UI/template/fate/background/special/fate/bone7.jpg [new file with mode: 0644]
UI/template/fate/background/special/fate/bone8.jpg [new file with mode: 0644]
UI/template/fate/background/special/greenout.jpg [new file with mode: 0644]
UI/template/fate/background/special/redout.jpg [new file with mode: 0644]
UI/template/fate/background/special/tigerdojo.jpg [new file with mode: 0644]
UI/template/fate/background/special/title.jpg [new file with mode: 0644]
UI/template/fate/background/special/title2.jpg [new file with mode: 0644]
UI/template/fate/background/special/whiteout.jpg [new file with mode: 0644]
UI/template/fate/default.ttf [new file with mode: 0644]
UI/template/fate/icon-high.png [new file with mode: 0644]
UI/template/fate/icon.png [new file with mode: 0644]
UI/template/fate/info-ch.txt [new file with mode: 0644]
UI/template/fate/info-en.txt [new file with mode: 0644]
UI/template/fate/info-ja.txt [new file with mode: 0644]
UI/template/fate/instructions.txt [new file with mode: 0644]
UI/template/fate/save/GLOBAL.SAV [new file with mode: 0644]
UI/template/fate/script/main.scr [new file with mode: 0644]
UI/template/fate/script/mouikkai.scr [new file with mode: 0644]
UI/template/fate/script/ulw.scr [new file with mode: 0644]
UI/template/fate/sound/special/title.mp3 [new file with mode: 0644]
UI/template/fate/thumbnail-high.jpg [new file with mode: 0644]
UI/template/fate/thumbnail.png [new file with mode: 0644]
build.sh [new file with mode: 0755]