- kicked the Irrlicht idea (this is not going to work like I thought)
authorAkiko <akiko@linux-addicted.net>
Thu, 10 Oct 2013 05:06:25 +0000 (07:06 +0200)
committerAkiko <akiko@linux-addicted.net>
Thu, 10 Oct 2013 05:06:25 +0000 (07:06 +0200)
commitcb905f5b8219f736a8a386ccd22ea8ce163706e2
treea6e4223a4f9fcbe4062e171df70fc1398d315622
parentc33df008462387182ea0d3093d67d1335f849775
- 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
21 files changed:
CMakeLists.txt
cmake_distclean.sh
cmake_modules/FindIrrlicht.cmake [deleted file]
editor/CMakeLists.txt
editor/DatWindow.cxx [new file with mode: 0644]
editor/DatWindow.hxx [new file with mode: 0644]
editor/DatWindow.ui [new file with mode: 0644]
editor/MainWindow.cxx
editor/MainWindow.hxx
editor/MainWindow.ui
editor/ObjectWindow.cxx [new file with mode: 0644]
editor/ObjectWindow.hxx [new file with mode: 0644]
editor/ObjectWindow.ui [new file with mode: 0644]
editor/i18n_english.ts
editor/i18n_french.ts
editor/i18n_german.ts
engine/CMakeLists.txt [new file with mode: 0644]
engine/GLWidget.cxx [new file with mode: 0644]
engine/GLWidget.hxx [new file with mode: 0644]
tools/CMakeLists.txt
tools/bsp_viewer.cxx [new file with mode: 0644]