- initial commit of QTinNS project
authorAkiko <akiko@linux-addicted.net>
Wed, 2 Oct 2013 15:13:16 +0000 (17:13 +0200)
committerAkiko <akiko@linux-addicted.net>
Wed, 2 Oct 2013 15:13:16 +0000 (17:13 +0200)
commit13811bdaf7ffea0f2486f55a8d2e8b9cd70e6584
tree9c170bbfaa163d3dd1eab0dd7f4681817bff926c
- initial commit of QTinNS project
- added basic verision of the QTinNS editor
- added zlib compression tools
- added not fully functioning vfs_tool (an older command line version of the GUI editor)
- added a prototype for dat file parsing (just for testing if it can be done that way)
- added full At based version of a class handling Neocron VFS/PAK files
- added cmake module for adding Irrlicht to the project
- added cleanup script for cleaning up of in-source build (out of source builds are not working yet)

! French language is missing (sorry, I had to learn Latin in my youth)
! patches and corrections will be accepted, but this repo will stay read only for now
30 files changed:
CMakeLists.txt [new file with mode: 0644]
COPYING [new file with mode: 0644]
README [new file with mode: 0644]
cmake_distclean.sh [new file with mode: 0755]
cmake_modules/FindIrrlicht.cmake [new file with mode: 0644]
common/NCTypes.hxx [new file with mode: 0644]
editor/CMakeLists.txt [new file with mode: 0644]
editor/Main.cxx [new file with mode: 0644]
editor/MainWindow.cxx [new file with mode: 0644]
editor/MainWindow.hxx [new file with mode: 0644]
editor/MainWindow.ui [new file with mode: 0644]
editor/Resources.qrc [new file with mode: 0644]
editor/i18n_english.ts [new file with mode: 0644]
editor/i18n_french.ts [new file with mode: 0644]
editor/i18n_german.ts [new file with mode: 0644]
filesystem/CMakeLists.txt [new file with mode: 0644]
filesystem/FileIdentifier.cxx [new file with mode: 0644]
filesystem/FileIdentifier.hxx [new file with mode: 0644]
filesystem/NCFile.cxx [new file with mode: 0644]
filesystem/NCFile.hxx [new file with mode: 0644]
filesystem/NCFilesystem.cxx [new file with mode: 0644]
filesystem/NCFilesystem.hxx [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/test_file.cxx [new file with mode: 0644]
tests/test_filesystem.cxx [new file with mode: 0644]
tools/CMakeLists.txt [new file with mode: 0644]
tools/dat_viewer.cxx [new file with mode: 0644]
tools/vfs_tool.cxx [new file with mode: 0644]
tools/zcompress.cxx [new file with mode: 0644]
tools/zdecompress.cxx [new file with mode: 0644]