qtinns.git
11 years ago- kicked the Irrlicht idea (this is not going to work like I thought)
Akiko [Thu, 10 Oct 2013 05:06:25 +0000 (07:06 +0200)]
- kicked the Irrlicht idea (this is not going to work like I thought)
- removed Irrlicht and ZLIB requirements from the makefiles (both handled by Qt5)
- updated all missing language tags (English/German)
- added DatWindow skeleton (will be a dat file viewer and later an editor)
- added ObjectWindow skeleton (will be a 3d object viewer/editor for meshes, BSP and highfields)
- added a small tool for BSP file viewing (just a "can I do it?" study)
- added engine subpart, here all the mesh, highfield and BSP stuff will go
- fixed some minor bugs (wrong connections, etc)
- some code cleanups

11 years ago- added text viewer component to editor (TextWindow similar to ImageWindow)
Akiko [Fri, 4 Oct 2013 19:53:06 +0000 (21:53 +0200)]
- added text viewer component to editor (TextWindow similar to ImageWindow)
- updated English and German language
- small editor fixes for MainWindow and ImageWindow

11 years ago- updated README (just about what you should not do with the sources)
Akiko [Fri, 4 Oct 2013 15:38:49 +0000 (17:38 +0200)]
- updated README (just about what you should not do with the sources)
- image viewer (ImageWindow) to the editor
- changed widget handling of the editor MainWindow to stacked widgets
- updated English and German languages
- changed editor MainWindow mode and language to internal numerations
- added blocked mode to editor states

11 years ago- added a small howto build/compile
Akiko [Wed, 2 Oct 2013 17:17:26 +0000 (19:17 +0200)]
- added a small howto build/compile

11 years ago- initial commit of QTinNS project
Akiko [Wed, 2 Oct 2013 15:13:16 +0000 (17:13 +0200)]
- 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