Branch: refs/heads/master
Home: https://github.com/Warzone2100/WMIT
Commit: 696508de1d6624f5732ef4b864f0b8d177e7d773
https://github.com/Warzone2100/WMIT/commit/696508de1d6624f5732ef4b864f0b8d177e7d773
Author: Michał Dutkiewicz <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.hpp
M src/ui/MainWindow.ui
Log Message:
-----------
Set some icons
Commit: 34d42451f01b49691d3e939c4ba80f104f253af6
https://github.com/Warzone2100/WMIT/commit/34d42451f01b49691d3e939c4ba80f104f253af6
Author: Michał Dutkiewicz <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.hpp
Log Message:
-----------
MainWindow: connect explicitly plus some cleanups
Commit: 8503b936fe35e7bd30f61dd822e27d0ce7ed4b16
https://github.com/Warzone2100/WMIT/commit/8503b936fe35e7bd30f61dd822e27d0ce7ed4b16
Author: Michał Dutkiewicz <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.hpp
M src/ui/MainWindow.ui
Log Message:
-----------
MainWindow: few more cleanups
Commit: 9a4f75de0d39fec96ed811a91e471f5a27d82b46
https://github.com/Warzone2100/WMIT/commit/9a4f75de0d39fec96ed811a91e471f5a27d82b46
Author: Michał Dutkiewicz <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
M src/Generic.cpp
A src/Generic.h
R src/Generic.hpp
M src/Util.cpp
A src/Util.h
R src/Util.hpp
M src/basic/GLTexture.cpp
A src/basic/GLTexture.h
R src/basic/GLTexture.hpp
A src/basic/IAnimatable.h
R src/basic/IAnimatable.hpp
A src/basic/IGLRenderable.h
R src/basic/IGLRenderable.hpp
M src/basic/IGLShaderRenderable.h
A src/basic/IGLTextureManager.h
R src/basic/IGLTextureManager.hpp
A src/basic/IGLTexturedRenderable.h
R src/basic/IGLTexturedRenderable.hpp
A src/basic/Polygon.h
R src/basic/Polygon.hpp
M src/basic/Polygon_t.cpp
A src/basic/Vector.h
R src/basic/Vector.hpp
A src/basic/VectorTypes.h
R src/basic/VectorTypes.hpp
M src/formats/Mesh.cpp
A src/formats/Mesh.h
R src/formats/Mesh.hpp
A src/formats/OBJ.h
R src/formats/OBJ.hpp
M src/formats/Pie.cpp
A src/formats/Pie.h
R src/formats/Pie.hpp
M src/formats/Pie_t.cpp
M src/formats/WZM.cpp
A src/formats/WZM.h
R src/formats/WZM.hpp
M src/main.cpp
M src/ui/ExportDialog.cpp
A src/ui/ExportDialog.h
R src/ui/ExportDialog.hpp
M src/ui/ImportDialog.cpp
A src/ui/ImportDialog.h
R src/ui/ImportDialog.hpp
M src/ui/MainWindow.cpp
A src/ui/MainWindow.h
R src/ui/MainWindow.hpp
M src/ui/MainWindow.ui
M src/ui/TeamColoursDock.cpp
A src/ui/TeamColoursDock.h
R src/ui/TeamColoursDock.hpp
M src/ui/TexConfigDialog.cpp
A src/ui/TexConfigDialog.h
R src/ui/TexConfigDialog.hpp
M src/ui/TextureDialog.cpp
M src/ui/TextureDialog.h
M src/ui/TextureDialog.ui
M src/ui/TransformDock.cpp
A src/ui/TransformDock.h
R src/ui/TransformDock.hpp
M src/ui/UVEditor.cpp
A src/ui/UVEditor.h
R src/ui/UVEditor.hpp
M src/widgets/QWZM.cpp
A src/widgets/QWZM.h
R src/widgets/QWZM.hpp
M src/widgets/QtGLView.cpp
A src/widgets/QtGLView.h
R src/widgets/QtGLView.hpp
M wmit.pro
Log Message:
-----------
Use only .h extension for headers
Commit: 20b81c2f1bd947381d7696a4650410afb7606021
https://github.com/Warzone2100/WMIT/commit/20b81c2f1bd947381d7696a4650410afb7606021
Author: cybersphinx <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/Util.cpp
M src/formats/Mesh.h
Log Message:
-----------
Die, 3ds, die!
Commit: f9f5ae2b5f79f414e00e45006253d3699b4405fd
https://github.com/Warzone2100/WMIT/commit/f9f5ae2b5f79f414e00e45006253d3699b4405fd
Author: cybersphinx <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
Log Message:
-----------
Put a variable into its for-loop.
Commit: a58eaf9afe5747766f7c7ce5c1eb92f0d88985d2
https://github.com/Warzone2100/WMIT/commit/a58eaf9afe5747766f7c7ce5c1eb92f0d88985d2
Author: Michał Dutkiewicz <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/wmit.h
Log Message:
-----------
A bit cleaner way to select PIE format version
Commit: f5a5534a3923fb313d75a3e42b9b56eb6404ea62
https://github.com/Warzone2100/WMIT/commit/f5a5534a3923fb313d75a3e42b9b56eb6404ea62
Author: Michał Dutkiewicz <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/ui/MainWindow.ui
Log Message:
-----------
Add Recent Files menu
Commit: da8401a9ddb6c7e861061c4d3b13cd1ea62e3a52
https://github.com/Warzone2100/WMIT/commit/da8401a9ddb6c7e861061c4d3b13cd1ea62e3a52
Author: Michał Dutkiewicz <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
Log Message:
-----------
Save and restore window state
Commit: 092f72d981247bc4068e45d0e4c150ca2678227d
https://github.com/Warzone2100/WMIT/commit/092f72d981247bc4068e45d0e4c150ca2678227d
Author: Michał Dutkiewicz <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/TransformDock.cpp
M src/ui/TransformDock.h
M src/ui/TransformDock.ui
Log Message:
-----------
TransformDock: connect explicitly plus some cleanups
Commit: 87a99a2396198d684bb7ba6115b377c295575c04
https://github.com/Warzone2100/WMIT/commit/87a99a2396198d684bb7ba6115b377c295575c04
Author: Michał Dutkiewicz <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/ui/MainWindow.ui
A src/ui/MaterialDock.cpp
A src/ui/MaterialDock.h
A src/ui/MaterialDock.ui
M src/ui/TransformDock.h
M wmit.pro
Log Message:
-----------
MaterialDock: initial layout
Commit: c5a344a74a42a03d5e464798e1b308bad12416a6
https://github.com/Warzone2100/WMIT/commit/c5a344a74a42a03d5e464798e1b308bad12416a6
Author: Michał Dutkiewicz <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MaterialDock.ui
Log Message:
-----------
MaterialDock: use groupboxes
Commit: 284b3d0ed98d6fcb04fa270ec9ba44c6f3c56f12
https://github.com/Warzone2100/WMIT/commit/284b3d0ed98d6fcb04fa270ec9ba44c6f3c56f12
Author: Michał Dutkiewicz <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MaterialDock.ui
Log Message:
-----------
MaterialDock: add color preview buttons
Commit: bf8d4f64e48e1195122e6d1922c2326ad6e9f3a4
https://github.com/Warzone2100/WMIT/commit/bf8d4f64e48e1195122e6d1922c2326ad6e9f3a4
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.ui
Log Message:
-----------
Load previous state after setting up UI and giving it defaults. Use embeded
toggle actions for dock widgets as they save us from dealing with floating
state quirks.
Commit: 932c68559b3d33b3691b1409a1ffda96f72ce6b6
https://github.com/Warzone2100/WMIT/commit/932c68559b3d33b3691b1409a1ffda96f72ce6b6
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MaterialDock.cpp
M src/ui/MaterialDock.h
M src/ui/MaterialDock.ui
Log Message:
-----------
MaterialDock: ambient color preview tryout
Commit: 82f26bc1c0b1cc058e80b2bd342b4e39254a60d1
https://github.com/Warzone2100/WMIT/commit/82f26bc1c0b1cc058e80b2bd342b4e39254a60d1
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/WZM.cpp
M src/formats/WZM.h
Log Message:
-----------
WZM: read/write specular map name
Commit: ed2676831ddddf27512dfae75cc63f8e21834b09
https://github.com/Warzone2100/WMIT/commit/ed2676831ddddf27512dfae75cc63f8e21834b09
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Fix wzm write duplication when pending transform changes
Commit: 13a1fdf38b48052cde5a5d60ce3c5f6428bf2799
https://github.com/Warzone2100/WMIT/commit/13a1fdf38b48052cde5a5d60ce3c5f6428bf2799
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/WZM.cpp
Log Message:
-----------
Always write MATERIAL directive (till material GUI is ready)
Commit: bee5cf2dabcc3811092e90abd0a9ec0c251b663f
https://github.com/Warzone2100/WMIT/commit/bee5cf2dabcc3811092e90abd0a9ec0c251b663f
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
Log Message:
-----------
More mirroring fixes
Commit: e0e0aa2c6b5f7100a7bf88c5d04907c5fe62da93
https://github.com/Warzone2100/WMIT/commit/e0e0aa2c6b5f7100a7bf88c5d04907c5fe62da93
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/WZM.cpp
Log Message:
-----------
Use less allocations during model read/import. Remove clears in mesh read,
should be done higher.
Commit: e668e37e9f64ea3634a12612a6adb9e37fcc0c2a
https://github.com/Warzone2100/WMIT/commit/e668e37e9f64ea3634a12612a6adb9e37fcc0c2a
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MaterialDock.cpp
Log Message:
-----------
Keep compiler quiet
Commit: f7d552e6b037025ddabcf186e90d9cce5996c23c
https://github.com/Warzone2100/WMIT/commit/f7d552e6b037025ddabcf186e90d9cce5996c23c
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/basic/VectorTypes.h
M src/formats/Mesh.cpp
M src/formats/Mesh.h
Log Message:
-----------
Normalize is now Vertex member. Also added mirrorFrom point. Fix Vertex4 ctor.
Commit: 5f68297e0ec52755e58443ad61426200df9af427
https://github.com/Warzone2100/WMIT/commit/5f68297e0ec52755e58443ad61426200df9af427
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/WZM.cpp
Log Message:
-----------
Unroll material defaults for simplicity
Commit: af4f96ecb8a80aa96b08f22006c1cde1540c990f
https://github.com/Warzone2100/WMIT/commit/af4f96ecb8a80aa96b08f22006c1cde1540c990f
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
M src/widgets/QtGLView.cpp
Log Message:
-----------
Preserve GL_LIGHTNING and GL_TEXTURE_2D states in renderer
Commit: 57427833b99aa90daca660441d098ef8c399573e
https://github.com/Warzone2100/WMIT/commit/57427833b99aa90daca660441d098ef8c399573e
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
Log Message:
-----------
Save/load some 3DView state
Commit: 12f6f8f64c15f502e93b607b664251227b76b380
https://github.com/Warzone2100/WMIT/commit/12f6f8f64c15f502e93b607b664251227b76b380
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/WZM.h
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/ui/MaterialDock.cpp
M src/ui/MaterialDock.h
M src/ui/MaterialDock.ui
M src/widgets/QWZM.h
Log Message:
-----------
MaterialDock: Implemented logic and changed UI a bit.
Commit: ba18f4710b55b2bfd9727dea6ad07c2d8f769819
https://github.com/Warzone2100/WMIT/commit/ba18f4710b55b2bfd9727dea6ad07c2d8f769819
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/TransformDock.cpp
Log Message:
-----------
TransformDock: propagete spinbox scale value to slider and not to itself.
Commit: 98b6f0ac22bc25b916a13096bf3e7434f4493492
https://github.com/Warzone2100/WMIT/commit/98b6f0ac22bc25b916a13096bf3e7434f4493492
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
M src/formats/WZM.cpp
M src/formats/WZM.h
M src/main.cpp
M src/ui/ImportDialog.cpp
M src/ui/ImportDialog.h
M src/ui/ImportDialog.ui
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
M src/wmit.h
Log Message:
-----------
Fast-add welder setting on obj import. Needs redesign badly.
Commit: 531288072bee2d44d71923a983aaa22fb1099bfd
https://github.com/Warzone2100/WMIT/commit/531288072bee2d44d71923a983aaa22fb1099bfd
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/WZM.cpp
Log Message:
-----------
WZM material directive on write is optional again, as GUI is in place now.
Commit: 4c4ec7f60e2e6f1dd30242fa27233d8e35451ff0
https://github.com/Warzone2100/WMIT/commit/4c4ec7f60e2e6f1dd30242fa27233d8e35451ff0
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MaterialDock.cpp
Log Message:
-----------
MaterialDock: disable "lock all" till completed
Commit: eb1872558f752ed978f673d7357dcb4ab6180c70
https://github.com/Warzone2100/WMIT/commit/eb1872558f752ed978f673d7357dcb4ab6180c70
Author: i.nod.lite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
R data/shaders/pie3.frag
R data/shaders/pie3.vert
A data/shaders/wz31.frag
A data/shaders/wz31.vert
M resources.qrc
M src/basic/IGLShaderManager.h
M src/basic/IGLShaderRenderable.h
M src/basic/VectorTypes.h
M src/formats/Pie.h
M src/formats/Pie_t.cpp
M src/formats/WZM.cpp
M src/formats/WZM.h
M src/main.cpp
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/ui/MainWindow.ui
M src/ui/MaterialDock.cpp
M src/ui/TexConfigDialog.cpp
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
M src/widgets/QtGLView.cpp
M src/widgets/QtGLView.h
M src/wmit.h
M wmit.pro
Log Message:
-----------
Various improvements to UI and compatibility with latest PIEs
Commit: c2276f6f8f7c12908caf1d5c6b637d373dc191b9
https://github.com/Warzone2100/WMIT/commit/c2276f6f8f7c12908caf1d5c6b637d373dc191b9
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M 3rdparty/GLee/GLee.h
M src/ui/MainWindow.cpp
M wmit.pro
Log Message:
-----------
Updates that were needed to compile WMIT under F29 and latest mxe.
Commit: 5f2466d9e994944e71b6e791082a39bdf2c12df3
https://github.com/Warzone2100/WMIT/commit/5f2466d9e994944e71b6e791082a39bdf2c12df3
Author: cybersphinx <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie_t.cpp
M src/ui/MainWindow.cpp
Log Message:
-----------
Reverse x-coordinates for pie models.
Commit: e91e94e37f469368b09c145d22695c750084ccd2
https://github.com/Warzone2100/WMIT/commit/e91e94e37f469368b09c145d22695c750084ccd2
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M wmit.pro
Log Message:
-----------
Fixup compilation for F29 without mxe.
Commit: c8932b403442804f4dbd598c3ff8b7c5db9ef8de
https://github.com/Warzone2100/WMIT/commit/c8932b403442804f4dbd598c3ff8b7c5db9ef8de
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/wmit.h
Log Message:
-----------
Bump version.
Commit: 6ca08f15a983bd558fdf63617441d474e2eb0938
https://github.com/Warzone2100/WMIT/commit/6ca08f15a983bd558fdf63617441d474e2eb0938
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QtGLView.cpp
M src/widgets/QtGLView.h
Log Message:
-----------
Allow manipulating light position using Ctrl.
Commit: fbd4f9c9dfcb155e45c84adcb076503dfb671c8c
https://github.com/Warzone2100/WMIT/commit/fbd4f9c9dfcb155e45c84adcb076503dfb671c8c
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
Log Message:
-----------
Correctly apply restored state for show normals and center point.
Commit: b7b942fab95e4f5e771bc22b69ae278d216dbf84
https://github.com/Warzone2100/WMIT/commit/b7b942fab95e4f5e771bc22b69ae278d216dbf84
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Attempt to correct normal drawing.
Commit: fe6056628536dfd4c68064bc83ad111667c22bb8
https://github.com/Warzone2100/WMIT/commit/fe6056628536dfd4c68064bc83ad111667c22bb8
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
Log Message:
-----------
Invert normals in reverseWinding.
Commit: a362dc5a14fa50d4c7109063cd867fd3b9f09201
https://github.com/Warzone2100/WMIT/commit/a362dc5a14fa50d4c7109063cd867fd3b9f09201
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/main.cpp
Log Message:
-----------
Add forced inclusion of windows platform plugin.
Commit: 7e95ea4c09fd5a8b78f95bc6c50fb7890242156b
https://github.com/Warzone2100/WMIT/commit/7e95ea4c09fd5a8b78f95bc6c50fb7890242156b
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
M src/formats/WZM.cpp
M src/formats/WZM.h
M src/ui/MainWindow.cpp
Log Message:
-----------
Add poper flipNormals logic into mesh and model. Remove current hack from
reverseWinding.
Flip normals when loading PIE format.
Commit: cb89757b7d519dc9a97b7aa0fdc4c06346b206d1
https://github.com/Warzone2100/WMIT/commit/cb89757b7d519dc9a97b7aa0fdc4c06346b206d1
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/TransformDock.ui
Log Message:
-----------
Condense transformation UI.
Commit: 934ffd82b01a3690fb41c263d825061530cf2c90
https://github.com/Warzone2100/WMIT/commit/934ffd82b01a3690fb41c263d825061530cf2c90
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/ui/TransformDock.cpp
M src/ui/TransformDock.h
M src/ui/TransformDock.ui
M src/widgets/QWZM.h
Log Message:
-----------
Allow flipping normals in through tranformation UI.
Commit: e1da8db9eccaea64ca68a9b645c3f597c7e11fcc
https://github.com/Warzone2100/WMIT/commit/e1da8db9eccaea64ca68a9b645c3f597c7e11fcc
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/TransformDock.ui
Log Message:
-----------
Improve spacing in transformation UI.
Commit: 25ef90ae333f80b9a5f7f65f7de0271bf712f989
https://github.com/Warzone2100/WMIT/commit/25ef90ae333f80b9a5f7f65f7de0271bf712f989
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Adjust normal preview to current scaling factors.
Commit: 8268a2db60fb7b621f9546413d5d08805b1ef614
https://github.com/Warzone2100/WMIT/commit/8268a2db60fb7b621f9546413d5d08805b1ef614
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/wmit.h
Log Message:
-----------
Bump version.
Commit: c309740dcc843bc4a8ed8668e1bf653f4d1e0c89
https://github.com/Warzone2100/WMIT/commit/c309740dcc843bc4a8ed8668e1bf653f4d1e0c89
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.ui
M src/widgets/QtGLView.cpp
M src/widgets/QtGLView.h
Log Message:
-----------
Allow linking light source to camera.
Commit: a097a5161bb4542dea8040eaf373d462679048d4
https://github.com/Warzone2100/WMIT/commit/a097a5161bb4542dea8040eaf373d462679048d4
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
A data/shaders/wz32_tcmask.frag
A data/shaders/wz32_tcmask.vert
M resources.qrc
Log Message:
-----------
Add tcmask shader from 3.2.
Commit: ea7670d740b2c9ca9e434df4c8f53d69069f55e0
https://github.com/Warzone2100/WMIT/commit/ea7670d740b2c9ca9e434df4c8f53d69069f55e0
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie_t.cpp
M src/widgets/QWZM.cpp
Log Message:
-----------
Minor cleanup.
Commit: fee7115f06a7d1f3557f1b6e6e2ab14434ae06b5
https://github.com/Warzone2100/WMIT/commit/fee7115f06a7d1f3557f1b6e6e2ab14434ae06b5
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/basic/IGLRenderable.h
M src/ui/MainWindow.cpp
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
M src/widgets/QtGLView.cpp
M src/wmit.h
Log Message:
-----------
Intial support for 3.2 shader.
Commit: 9e03bf80f64a57cbfd17a08dcd0ad0f5c89792af
https://github.com/Warzone2100/WMIT/commit/9e03bf80f64a57cbfd17a08dcd0ad0f5c89792af
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Bind/release shader for each mesh, so that scaling works properly.
Commit: b9cf7b76dcc7e8b8cbb42ef3ecfd3fc825eb2775
https://github.com/Warzone2100/WMIT/commit/b9cf7b76dcc7e8b8cbb42ef3ecfd3fc825eb2775
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/TexConfigDialog.cpp
M src/ui/TexConfigDialog.ui
Log Message:
-----------
Fix issue with directory selection in texture configuration dialog under
Linux. Make dialog larger by default.
Commit: c7274a25e9ac5b0beb7233f07ce91ed9efc271bf
https://github.com/Warzone2100/WMIT/commit/c7274a25e9ac5b0beb7233f07ce91ed9efc271bf
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Minor refactoring.
Commit: 7e3e0b62f7ca858ead0744dc6a824cbfe39b6b4d
https://github.com/Warzone2100/WMIT/commit/7e3e0b62f7ca858ead0744dc6a824cbfe39b6b4d
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
Log Message:
-----------
Start refactoring support for external shaders.
Commit: 8316eb3c4e310cb7fea081a0d49b80975653251e
https://github.com/Warzone2100/WMIT/commit/8316eb3c4e310cb7fea081a0d49b80975653251e
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Remove external shader as a special entity.
Commit: 5168c0c1c0136996e9a3bd6b52cf5ace677788ed
https://github.com/Warzone2100/WMIT/commit/5168c0c1c0136996e9a3bd6b52cf5ace677788ed
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
Log Message:
-----------
More refactoring for external shaders.
Commit: c013d13c094139f32fed40726eea0839860306a8
https://github.com/Warzone2100/WMIT/commit/c013d13c094139f32fed40726eea0839860306a8
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
Log Message:
-----------
Preserve state for Enable user shaders action.
Commit: 754f03c370d543f340d84084b5a62661b355b643
https://github.com/Warzone2100/WMIT/commit/754f03c370d543f340d84084b5a62661b355b643
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie_t.cpp
M src/formats/WZM.cpp
Log Message:
-----------
Minor housekeeping.
Commit: d426d9f4bdc603f86a9a60509c37ac9068433580
https://github.com/Warzone2100/WMIT/commit/d426d9f4bdc603f86a9a60509c37ac9068433580
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Mark 3.2 shader as WIP and let 3.1 be default for now.
Commit: 03e834646623177ce89f927ddcf3361bcaebf6f6
https://github.com/Warzone2100/WMIT/commit/03e834646623177ce89f927ddcf3361bcaebf6f6
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
Log Message:
-----------
Make MRU list work for recent items too.
Commit: 0b7e9242fb70321b2f297e85d3415de4e5e32c7b
https://github.com/Warzone2100/WMIT/commit/0b7e9242fb70321b2f297e85d3415de4e5e32c7b
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie_t.cpp
Log Message:
-----------
Replace compile guards with pragma once to prevent fog of war in IDE.
Commit: f15646ac5641c182222da8824024b6e824ddfa5a
https://github.com/Warzone2100/WMIT/commit/f15646ac5641c182222da8824024b6e824ddfa5a
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
M src/formats/Pie.h
M src/formats/Pie_t.cpp
Log Message:
-----------
Add support for SHADERS directive in PIE format.
Commit: 7b33b55491498fb5931db88c2e1ab43b8bff5d18
https://github.com/Warzone2100/WMIT/commit/7b33b55491498fb5931db88c2e1ab43b8bff5d18
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie.h
M src/formats/Pie_t.cpp
M src/formats/WZM.cpp
M src/formats/WZM.h
Log Message:
-----------
Read-in EVENTS directives.
Commit: 68a11d0261037cbec6720f07f47c18064632b9e3
https://github.com/Warzone2100/WMIT/commit/68a11d0261037cbec6720f07f47c18064632b9e3
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie.cpp
M src/formats/Pie_t.cpp
Log Message:
-----------
Allow loading EVENT in PIE2.
Write EVENT back in PIE3.
Commit: 7e955f23732792ede114a4da3a9a4892e1c4e6c5
https://github.com/Warzone2100/WMIT/commit/7e955f23732792ede114a4da3a9a4892e1c4e6c5
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie.cpp
M src/formats/Pie.h
M src/formats/Pie_t.cpp
Log Message:
-----------
Optionally read-in ANIMOBJECT directive.
Commit: 923c70a9ca1dca24c06fc6cad7ebcefcf159b590
https://github.com/Warzone2100/WMIT/commit/923c70a9ca1dca24c06fc6cad7ebcefcf159b590
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
M src/formats/Pie.cpp
Log Message:
-----------
Refactor Frame to analogous to ApieAnimFrame.
Commit: 88643ead2c7179832aaec2d1c148620567422cb3
https://github.com/Warzone2100/WMIT/commit/88643ead2c7179832aaec2d1c148620567422cb3
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie.cpp
M src/formats/Pie.h
M src/formats/Pie_t.cpp
Log Message:
-----------
Write out AMIMOBJECT data.
Commit: b732e8b0ce01535593fcf093651fc8837079f81b
https://github.com/Warzone2100/WMIT/commit/b732e8b0ce01535593fcf093651fc8837079f81b
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
M src/widgets/QtGLView.cpp
Log Message:
-----------
Add preliminary support for animation preview.
Commit: 7198e1695a9b08096256fd3058733e53a519eb7d
https://github.com/Warzone2100/WMIT/commit/7198e1695a9b08096256fd3058733e53a519eb7d
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/basic/Polygon_t.cpp
M src/basic/Vector.h
M src/basic/VectorTypes.h
M src/formats/Mesh.cpp
M src/formats/Mesh.h
M src/formats/Pie_t.cpp
M src/ui/MainWindow.cpp
Log Message:
-----------
Refactor PIE fixups so that all that is done during WZM<->PIE conversion.
Commit: d9c539f6de8c22e5961a1dcc4a22152b857ed1d0
https://github.com/Warzone2100/WMIT/commit/d9c539f6de8c22e5961a1dcc4a22152b857ed1d0
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
Log Message:
-----------
Properly scale animations.
Commit: 5775a6727c8e60905e2c4103a9c86fda9b601a8c
https://github.com/Warzone2100/WMIT/commit/5775a6727c8e60905e2c4103a9c86fda9b601a8c
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/widgets/QWZM.cpp
Log Message:
-----------
Add placeholder for animation updates.
Commit: b43245dcf64367d031a749061ad097cbbd2f0936
https://github.com/Warzone2100/WMIT/commit/b43245dcf64367d031a749061ad097cbbd2f0936
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
M src/formats/WZM.cpp
M src/formats/WZM.h
M src/widgets/QWZM.h
Log Message:
-----------
Add hasAnimObject method.
Commit: 37ae7c0a5375b5f81fd94e32f056278960bafb85
https://github.com/Warzone2100/WMIT/commit/37ae7c0a5375b5f81fd94e32f056278960bafb85
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/ui/TransformDock.cpp
M src/ui/TransformDock.h
Log Message:
-----------
Disable mirror controls if model has animations.
Commit: 47c0ce71af80cd9a04ef399cdabe58a32a7b61d3
https://github.com/Warzone2100/WMIT/commit/47c0ce71af80cd9a04ef399cdabe58a32a7b61d3
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.ui
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
M src/widgets/QtGLView.cpp
M src/widgets/QtGLView.h
Log Message:
-----------
Allow stopping and running animation in UI.
Commit: 837e3b3e4f9d77b01c3a441fe0c2774d92219e77
https://github.com/Warzone2100/WMIT/commit/837e3b3e4f9d77b01c3a441fe0c2774d92219e77
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/basic/IGLTexturedRenderable.h
M src/widgets/QtGLView.cpp
Log Message:
-----------
Minor tweaks.
Commit: 3b95c7624b6aee4da81b4025404fc39247b5fa90
https://github.com/Warzone2100/WMIT/commit/3b95c7624b6aee4da81b4025404fc39247b5fa90
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.ui
M src/widgets/QtGLView.cpp
Log Message:
-----------
Change animation shortcut and limit updates when changing anim state.
Commit: 611cc89d5a68ed90a69f058ab0ca1ed529213f37
https://github.com/Warzone2100/WMIT/commit/611cc89d5a68ed90a69f058ab0ca1ed529213f37
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
Log Message:
-----------
Minor refactoring.
Commit: 40e969d859bc71f8d321f5ccb9091c9f49795d35
https://github.com/Warzone2100/WMIT/commit/40e969d859bc71f8d321f5ccb9091c9f49795d35
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
Log Message:
-----------
More refactoring.
Commit: b82b35f5a846d589c178ce6c96e31e35f6470a0e
https://github.com/Warzone2100/WMIT/commit/b82b35f5a846d589c178ce6c96e31e35f6470a0e
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/basic/Vector.h
M src/basic/VectorTypes.h
M src/formats/Mesh.cpp
Log Message:
-----------
Fixup issue with saving PIE models that was causing points explosion.
Commit: 3c32789d0a56510fd945bfde40ca4d34ecb46199
https://github.com/Warzone2100/WMIT/commit/3c32789d0a56510fd945bfde40ca4d34ecb46199
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
M src/widgets/QWZM.cpp
Log Message:
-----------
Rework QWZM rendering so that animation is working properly.
Commit: 0bcd2baea79bb1f3edd675c920f71e85d9451baf
https://github.com/Warzone2100/WMIT/commit/0bcd2baea79bb1f3edd675c920f71e85d9451baf
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/wmit.h
Log Message:
-----------
Bump version.
Commit: a70bb5533f7fdb90a427a12b4280378acaf7e167
https://github.com/Warzone2100/WMIT/commit/a70bb5533f7fdb90a427a12b4280378acaf7e167
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/widgets/QWZM.cpp
Log Message:
-----------
Disable stuff that does not work well with animation.
Commit: 7923e50cb7be2843b6632641b8c72ebdd042f0ac
https://github.com/Warzone2100/WMIT/commit/7923e50cb7be2843b6632641b8c72ebdd042f0ac
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Add code to draw all connectors.
Commit: 712fc5d5daf923f43b1e20e90a6a1d9c9aadf55a
https://github.com/Warzone2100/WMIT/commit/712fc5d5daf923f43b1e20e90a6a1d9c9aadf55a
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.ui
Log Message:
-----------
Allow controlling "Show Connectors" in UI.
Commit: 5e3d70c0bff06dc2db1be2fbb27dfc4216d4f843
https://github.com/Warzone2100/WMIT/commit/5e3d70c0bff06dc2db1be2fbb27dfc4216d4f843
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Fixup scaling for connectors and center point.
Commit: 60249ed2faf79139f8dee02314454b9af71157b4
https://github.com/Warzone2100/WMIT/commit/60249ed2faf79139f8dee02314454b9af71157b4
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie_t.cpp
Log Message:
-----------
Fix connector import/export for PIE.
Commit: 91496585fe98b9389fd7ad04ff521acb073645d9
https://github.com/Warzone2100/WMIT/commit/91496585fe98b9389fd7ad04ff521acb073645d9
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
A src/ui/meshdock.cpp
A src/ui/meshdock.h
A src/ui/meshdock.ui
M wmit.pro
Log Message:
-----------
[WIP] Add Mesh dock that can be used to modify connectors.
Commit: 5ae9fbe45d9d89bec48ff3e8b7eb383c8a6a80f2
https://github.com/Warzone2100/WMIT/commit/5ae9fbe45d9d89bec48ff3e8b7eb383c8a6a80f2
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/WZM.h
M src/ui/MainWindow.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Make all WZM virtual and allow public access to WZM from QWZM.
[WIP] Connect model to mesh dock on after load.
Commit: 519a180eee4db1769d66cf0d02673446ccf46e0e
https://github.com/Warzone2100/WMIT/commit/519a180eee4db1769d66cf0d02673446ccf46e0e
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/WZM.h
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Send meshCountChanged signals before removing meshed.
Commit: 7bc7b26b4c89b572eccf115769b2618243ed1686
https://github.com/Warzone2100/WMIT/commit/7bc7b26b4c89b572eccf115769b2618243ed1686
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/meshdock.cpp
M src/ui/meshdock.h
Log Message:
-----------
Improvements to MeshDock.
Commit: d7d83f3b86e6896cbe51ce848dc79989bba2137c
https://github.com/Warzone2100/WMIT/commit/d7d83f3b86e6896cbe51ce848dc79989bba2137c
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Pie_t.cpp
M src/ui/meshdock.cpp
M src/ui/meshdock.ui
M src/widgets/QWZM.cpp
Log Message:
-----------
More improvements for connectors.
Commit: 294cf866d121bf9e62d02cb3d3906807eb3ffc44
https://github.com/Warzone2100/WMIT/commit/294cf866d121bf9e62d02cb3d3906807eb3ffc44
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/WZM.h
M src/ui/meshdock.cpp
M src/widgets/QWZM.cpp
Log Message:
-----------
Atempt to color code connectors.
Commit: 53fb5215b093663d334b1278959153844a6183e5
https://github.com/Warzone2100/WMIT/commit/53fb5215b093663d334b1278959153844a6183e5
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Use smaller point when drawing connectors.
Commit: 72360c593d722f0296abc026d7453a40e9516960
https://github.com/Warzone2100/WMIT/commit/72360c593d722f0296abc026d7453a40e9516960
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/meshdock.cpp
Log Message:
-----------
Disable "show connectrors" when animation is present.
Commit: 9238037a746d3ab5fc77f4b4849b862cb608142f
https://github.com/Warzone2100/WMIT/commit/9238037a746d3ab5fc77f4b4849b862cb608142f
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
Log Message:
-----------
Precalculate missing OBJ normal during import.
Commit: 1945bb355ed58dfd8d9fc0af208b775b24bdec7a
https://github.com/Warzone2100/WMIT/commit/1945bb355ed58dfd8d9fc0af208b775b24bdec7a
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/basic/VectorTypes.h
M src/formats/Mesh.cpp
Log Message:
-----------
Change normals direction when applying negative scaling factor.
Commit: c9ab64c05e68084629815c83dcede45da430525c
https://github.com/Warzone2100/WMIT/commit/c9ab64c05e68084629815c83dcede45da430525c
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Update normals drawing to work with animation.
Commit: 8a5f30e6ac3f2c78fca4df8ec80d4d23cfcc0a98
https://github.com/Warzone2100/WMIT/commit/8a5f30e6ac3f2c78fca4df8ec80d4d23cfcc0a98
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Update connector drawing to work with animation.
Commit: 8e16bab6c757e244dc091b1d8dce8f79350b05da
https://github.com/Warzone2100/WMIT/commit/8e16bab6c757e244dc091b1d8dce8f79350b05da
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/meshdock.cpp
M src/widgets/QWZM.cpp
Log Message:
-----------
Hack connector table to use negative X and remove scaling workaround.
Commit: 954f2b8ab331ab81217d3e2d4b29dbb679503fb7
https://github.com/Warzone2100/WMIT/commit/954f2b8ab331ab81217d3e2d4b29dbb679503fb7
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/WZM.cpp
Log Message:
-----------
Adjust OBJ import and export for viewer scaling on X axis.
Commit: d91ef488b757525fa9db6931dbea23d2b21a3680
https://github.com/Warzone2100/WMIT/commit/d91ef488b757525fa9db6931dbea23d2b21a3680
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/meshdock.cpp
M src/ui/meshdock.h
M src/ui/meshdock.ui
Log Message:
-----------
Allow adding and removing connectors.
Commit: 8f3119561d3b44aa7ed7e15891d1b5322dae1456
https://github.com/Warzone2100/WMIT/commit/8f3119561d3b44aa7ed7e15891d1b5322dae1456
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/ui/meshdock.cpp
M src/ui/meshdock.h
Log Message:
-----------
Update view after connector model was updated in mesh dock.
Commit: b79ee47a1cfe5c0d90fec2cf4197b08ceb0b3fe0
https://github.com/Warzone2100/WMIT/commit/b79ee47a1cfe5c0d90fec2cf4197b08ceb0b3fe0
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Pie.h
M src/formats/Pie_t.cpp
Log Message:
-----------
[WIP] Add NORMALS directive to PIE format. Only makes sense for floating
point format.
Commit: 56ad0436d031f3dbacce624f0299303472186b19
https://github.com/Warzone2100/WMIT/commit/56ad0436d031f3dbacce624f0299303472186b19
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie.h
M src/formats/Pie_t.cpp
Log Message:
-----------
Make sure that PIE normals are floating point based.
Commit: ca3797483002de7bf87067c28e0112d7b301f0d8
https://github.com/Warzone2100/WMIT/commit/ca3797483002de7bf87067c28e0112d7b301f0d8
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
Log Message:
-----------
Propagate normals between PieLevel and a Mesh.
Commit: 123f8232bd08499aea6720a00820fc6d328693f5
https://github.com/Warzone2100/WMIT/commit/123f8232bd08499aea6720a00820fc6d328693f5
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/wmit.h
Log Message:
-----------
Bump version.
Commit: 9f1180bc1ca871930c7d5b1992fb05f86e8cc109
https://github.com/Warzone2100/WMIT/commit/9f1180bc1ca871930c7d5b1992fb05f86e8cc109
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie.cpp
M src/formats/Pie.h
M src/formats/Pie_t.cpp
Log Message:
-----------
Add PIE format caps and use those when writing out.
Commit: b69127f6c23e70fc5490ecc4fc27c3e8b69a6b63
https://github.com/Warzone2100/WMIT/commit/b69127f6c23e70fc5490ecc4fc27c3e8b69a6b63
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie.cpp
M src/formats/Pie.h
M src/formats/Pie_t.cpp
M src/ui/ExportDialog.cpp
M src/ui/ExportDialog.h
M src/ui/ExportDialog.ui
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
Log Message:
-----------
[WIP] Add proper export dialog for PIE format.
Commit: 684185a8cf5196d54b3045eb6471ff203124d753
https://github.com/Warzone2100/WMIT/commit/684185a8cf5196d54b3045eb6471ff203124d753
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie.cpp
M src/formats/Pie.h
M src/ui/ExportDialog.cpp
Log Message:
-----------
Add descriptions for optional PIE directives.
Commit: 6fd978fbd8a285af2fcdebabc3bf0fa68b3ac476
https://github.com/Warzone2100/WMIT/commit/6fd978fbd8a285af2fcdebabc3bf0fa68b3ac476
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Work on 3.2 shader.
Commit: 07a35e985053be66978b63ab6f9c6c90c4514284
https://github.com/Warzone2100/WMIT/commit/07a35e985053be66978b63ab6f9c6c90c4514284
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
More work on 3.2 shader.
Commit: 195bd64cc7233303f0b23efca979cc6925d0744e
https://github.com/Warzone2100/WMIT/commit/195bd64cc7233303f0b23efca979cc6925d0744e
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
[WIP] Start work on persisting shader type selection.
Commit: 3d8bb00aafbbe6e73e10887dbe07595623f1184b
https://github.com/Warzone2100/WMIT/commit/3d8bb00aafbbe6e73e10887dbe07595623f1184b
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Work on 3.2 shader.
Commit: a97f9406d45921801b21cfa9ef7c4b6bd85cfafc
https://github.com/Warzone2100/WMIT/commit/a97f9406d45921801b21cfa9ef7c4b6bd85cfafc
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie.h
M src/ui/ExportDialog.cpp
Log Message:
-----------
Fix issue with PieCaps.
Commit: a86ff8159e454b42b316cbf842e8b83618633e3d
https://github.com/Warzone2100/WMIT/commit/a86ff8159e454b42b316cbf842e8b83618633e3d
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie.h
M src/main.cpp
M src/ui/ExportDialog.cpp
M src/ui/ExportDialog.h
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
Log Message:
-----------
[WIP] Work on model info and caps.
Commit: 06185846a0680558ad1fb25bde1ebb93dc600ee7
https://github.com/Warzone2100/WMIT/commit/06185846a0680558ad1fb25bde1ebb93dc600ee7
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/ExportDialog.cpp
Log Message:
-----------
Use checkboxes for caps editing in export dialog.
Commit: 16b47d12512b5b86a8881917fb8adb3588bcaa0d
https://github.com/Warzone2100/WMIT/commit/16b47d12512b5b86a8881917fb8adb3588bcaa0d
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/ExportDialog.cpp
Log Message:
-----------
Minor improvements to pie export dialog.
Commit: 4292405e44069c23b9c052d294a0e75b1fcbee83
https://github.com/Warzone2100/WMIT/commit/4292405e44069c23b9c052d294a0e75b1fcbee83
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie.cpp
M src/formats/Pie.h
M src/formats/Pie_t.cpp
Log Message:
-----------
Set caps on PIE model read.
Commit: 867ffc5c50170c3e0ba3fa75e97ef96a798586c2
https://github.com/Warzone2100/WMIT/commit/867ffc5c50170c3e0ba3fa75e97ef96a798586c2
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Pie.h
M src/formats/Pie_t.cpp
M src/main.cpp
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
Log Message:
-----------
Pass read PIE caps around to preserve exact features for import/export
cycle, but allow to modify then on export.
Commit: d46a4656bb98ed33a41fba0d28771c0a55fbee87
https://github.com/Warzone2100/WMIT/commit/d46a4656bb98ed33a41fba0d28771c0a55fbee87
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/main.cpp
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
Log Message:
-----------
Refactor saving logic a bit.
Commit: 28d5ed6b065abf9c1ec008179f9f613523aed72a
https://github.com/Warzone2100/WMIT/commit/28d5ed6b065abf9c1ec008179f9f613523aed72a
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
Log Message:
-----------
Implement Save logic.
Commit: 03b050f105ee2bb4569a7b04cc75c545cc99101b
https://github.com/Warzone2100/WMIT/commit/03b050f105ee2bb4569a7b04cc75c545cc99101b
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/ui/MainWindow.ui
Log Message:
-----------
Allow clearing missing items from recent list.
Commit: 4fd4f7eb95c7fbdb14cae25a13fec1b880320118
https://github.com/Warzone2100/WMIT/commit/4fd4f7eb95c7fbdb14cae25a13fec1b880320118
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/wmit.h
Log Message:
-----------
Bump version.
Commit: d6a5c39f7474ddf860ceeb7402adf6c2b12dea43
https://github.com/Warzone2100/WMIT/commit/d6a5c39f7474ddf860ceeb7402adf6c2b12dea43
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/ui/MainWindow.ui
Log Message:
-----------
Add "Import Animation" button.
Commit: 8d75c8d730a8e226fc4e198aee0c42066b222ed0
https://github.com/Warzone2100/WMIT/commit/8d75c8d730a8e226fc4e198aee0c42066b222ed0
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
M src/formats/Pie.cpp
M src/formats/Pie.h
M src/formats/Pie_t.cpp
M src/ui/MainWindow.cpp
Log Message:
-----------
[WIP] Allow animation import.
Commit: f2fe4f60d97aeb87f3ba8acbb3903c93a5ed4d00
https://github.com/Warzone2100/WMIT/commit/f2fe4f60d97aeb87f3ba8acbb3903c93a5ed4d00
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
Log Message:
-----------
Finalize animation import.
Commit: 2a90e0598dd5e1d9ee418dacac19b17f025c9fb2
https://github.com/Warzone2100/WMIT/commit/2a90e0598dd5e1d9ee418dacac19b17f025c9fb2
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/WZM.cpp
Log Message:
-----------
Fix issue with mirroring an OBJ during import.
Commit: defee597e257bf0b01045c953f33e0095096ed3b
https://github.com/Warzone2100/WMIT/commit/defee597e257bf0b01045c953f33e0095096ed3b
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/wmit.h
Log Message:
-----------
Bump version.
Commit: 3b02cb0206a59be1188a1b7fcd656bc03da2cfd9
https://github.com/Warzone2100/WMIT/commit/3b02cb0206a59be1188a1b7fcd656bc03da2cfd9
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/basic/IGLShaderManager.h
M src/basic/IGLShaderRenderable.h
M src/widgets/QWZM.cpp
M src/widgets/QtGLView.cpp
Log Message:
-----------
Unfix 3.2 shader when using external files.
Commit: 61a7ff020a5500ea84baa568671aa4b2141e0201
https://github.com/Warzone2100/WMIT/commit/61a7ff020a5500ea84baa568671aa4b2141e0201
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QtGLView.cpp
Log Message:
-----------
Do no explicitly destroy textures in view's destructor to avoid crashing
in some environments.
Commit: 899baa9d9a303ed579c545507dca4a57ecd16feb
https://github.com/Warzone2100/WMIT/commit/899baa9d9a303ed579c545507dca4a57ecd16feb
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Remove WIP modificator from 3.2 shader.
Commit: ba7cc7a8c99975172de830adf4a32efabe0c2701
https://github.com/Warzone2100/WMIT/commit/ba7cc7a8c99975172de830adf4a32efabe0c2701
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Save/restore shader type selection.
Commit: c48265b58e9effc2dae40c798917f93a365c496a
https://github.com/Warzone2100/WMIT/commit/c48265b58e9effc2dae40c798917f93a365c496a
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
Log Message:
-----------
Only do init once. Add more shortcuts. Reload shader after each
invocation of external checkbox.
Commit: c64be9b64aaf4ca0e56d844bf877871bc20c0389
https://github.com/Warzone2100/WMIT/commit/c64be9b64aaf4ca0e56d844bf877871bc20c0389
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.ui
Log Message:
-----------
Assign even more shortcuts.
Commit: 487b1ed56299585435d092e96ec206f9937b39ee
https://github.com/Warzone2100/WMIT/commit/487b1ed56299585435d092e96ec206f9937b39ee
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/WZM.cpp
Log Message:
-----------
Do correct mirroring when exporting OBJ.
Commit: 0dc4af2af7c554f813cb8a1ee4976786b8afc04a
https://github.com/Warzone2100/WMIT/commit/0dc4af2af7c554f813cb8a1ee4976786b8afc04a
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Remove ligth pos inversion for external shader.
Commit: 9dcc00760739adbf2194de5cb01938a0a98f6d1a
https://github.com/Warzone2100/WMIT/commit/9dcc00760739adbf2194de5cb01938a0a98f6d1a
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
Log Message:
-----------
Show external shader's names in title, when active.
Commit: b69108ad59e405ed2fac07d98468649050aaeb2c
https://github.com/Warzone2100/WMIT/commit/b69108ad59e405ed2fac07d98468649050aaeb2c
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Attempt to add shininess into 3.2 shader.
Commit: 4d503e7ec31fa5693fbe3655e7ec024fd16f9dbb
https://github.com/Warzone2100/WMIT/commit/4d503e7ec31fa5693fbe3655e7ec024fd16f9dbb
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/wmit.h
Log Message:
-----------
Bump version.
Commit: b8e14dbb077dd1de3411f2e105f6e82bf70956dc
https://github.com/Warzone2100/WMIT/commit/b8e14dbb077dd1de3411f2e105f6e82bf70956dc
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/meshdock.cpp
Log Message:
-----------
Set connector value in edit role to avoid losing values unless
explicitly entering a value.
Commit: cbf9c18cf73f1145274facd7743f11855475348a
https://github.com/Warzone2100/WMIT/commit/cbf9c18cf73f1145274facd7743f11855475348a
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
A .gitmodules
A 3rdparty/libQGLViewer
Log Message:
-----------
Add libQGLViewer as a submodule.
Commit: 542839281420e0a11653dcdb5400e22b2cc448f1
https://github.com/Warzone2100/WMIT/commit/542839281420e0a11653dcdb5400e22b2cc448f1
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
M wmit.pro
Log Message:
-----------
Enable c++11 and remove old compat code.
Target bundled libQGLViewer by default.
Commit: 2decede0de35f748b633dc85ff056f7164b6173c
https://github.com/Warzone2100/WMIT/commit/2decede0de35f748b633dc85ff056f7164b6173c
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M wmit.pro
Log Message:
-----------
Minor updates to .pro file.
Commit: 722379805c775e37ff085befc9ce86b37b9c5162
https://github.com/Warzone2100/WMIT/commit/722379805c775e37ff085befc9ce86b37b9c5162
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
M src/formats/WZM.cpp
M src/formats/WZM.h
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/ui/TransformDock.cpp
M src/ui/TransformDock.h
M src/ui/TransformDock.ui
Log Message:
-----------
Allow centering model/mesh on all or individual axis.
Commit: 5e249e7ac9dc9a9cc81d40e3bb01e28177085cf9
https://github.com/Warzone2100/WMIT/commit/5e249e7ac9dc9a9cc81d40e3bb01e28177085cf9
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
Log Message:
-----------
Update bounding box after move.
Commit: c62d16164e8aff2a6ec178cca4ae80b205292989
https://github.com/Warzone2100/WMIT/commit/c62d16164e8aff2a6ec178cca4ae80b205292989
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/wmit.h
Log Message:
-----------
Bump version.
Commit: 6dde74991a701e7021e5c19b4ae45c89537b3ea6
https://github.com/Warzone2100/WMIT/commit/6dde74991a701e7021e5c19b4ae45c89537b3ea6
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.ui
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Allow showing tangent and bitangent.
Commit: 8df179d2b5b0c93be4da42d400d80f953a3904d5
https://github.com/Warzone2100/WMIT/commit/8df179d2b5b0c93be4da42d400d80f953a3904d5
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
M src/formats/WZM.cpp
M src/formats/WZM.h
M src/ui/MainWindow.cpp
M src/ui/TransformDock.cpp
M src/ui/TransformDock.h
M src/ui/TransformDock.ui
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Allow recalculating TB.
Commit: 724e15b80752270f56de3abc36a7d6c5e4e2191a
https://github.com/Warzone2100/WMIT/commit/724e15b80752270f56de3abc36a7d6c5e4e2191a
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/ui/TransformDock.cpp
M src/ui/TransformDock.h
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
Log Message:
-----------
Refactor transform dock not to duplicate selected mesh parameter.
Commit: d601892e33b90077f1bcb80f85b959ad55c904f2
https://github.com/Warzone2100/WMIT/commit/d601892e33b90077f1bcb80f85b959ad55c904f2
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Add + sign intp 3.2 shader's display string to hint that user can load
3.3 shaders too.
Commit: 7295f62f5dcee0cdbd9c0c66a6ae67b497c75901
https://github.com/Warzone2100/WMIT/commit/7295f62f5dcee0cdbd9c0c66a6ae67b497c75901
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Rename tangent array attibute to be in line with current wz shaders.
Commit: f2b9f3bc31e4b16aa555367dcc16e184cad64928
https://github.com/Warzone2100/WMIT/commit/f2b9f3bc31e4b16aa555367dcc16e184cad64928
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
Log Message:
-----------
Extract final TB calculations as finishTBCalculation.
Call recalculateBoundData from finishImport.
Call finishTBCalculation at the end of recalculateTB.
Commit: 85706a8fd71c9ccfd8c5b746e708f274efcbcd93
https://github.com/Warzone2100/WMIT/commit/85706a8fd71c9ccfd8c5b746e708f274efcbcd93
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/wmit.h
Log Message:
-----------
Bump version.
Commit: 4ad9dfc893aaba4c0bfe882f42e05f3fe41e3799
https://github.com/Warzone2100/WMIT/commit/4ad9dfc893aaba4c0bfe882f42e05f3fe41e3799
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Refactor QWZM::initShader to have less duplicated stuff.
Commit: 358913cf3920f2a0055f68ce15e2ecf7a6db5948
https://github.com/Warzone2100/WMIT/commit/358913cf3920f2a0055f68ce15e2ecf7a6db5948
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/widgets/QWZM.cpp
Log Message:
-----------
Set hasTangents uniform if present in shader.
Commit: e93e37d291b1fd37061d9aa675df8b6ea3894957
https://github.com/Warzone2100/WMIT/commit/e93e37d291b1fd37061d9aa675df8b6ea3894957
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/formats/Mesh.cpp
M src/formats/Mesh.h
M src/ui/MainWindow.cpp
M src/ui/MainWindow.h
M src/ui/MainWindow.ui
M src/ui/meshdock.h
Log Message:
-----------
Allow importing connectors from existing models.
Commit: 0e1e3c141122a9a21373aeadbad7ac6dd732a492
https://github.com/Warzone2100/WMIT/commit/0e1e3c141122a9a21373aeadbad7ac6dd732a492
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/ui/MainWindow.cpp
Log Message:
-----------
Make sure that Save action will save new connectors after import.
Commit: 325548e6636cedf61b80fe24f24a22c5f5d01dc1
https://github.com/Warzone2100/WMIT/commit/325548e6636cedf61b80fe24f24a22c5f5d01dc1
Author: inodlite <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/wmit.h
Log Message:
-----------
Bump version.
Commit: 1e4141b4837873321aec800ad341dabc428aec4d
https://github.com/Warzone2100/WMIT/commit/1e4141b4837873321aec800ad341dabc428aec4d
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
M cmake/FindQGLViewer.cmake
Log Message:
-----------
[CMake] Initial fixes for CMake build
Commit: 7c5579412923ca8bd413139a5443f2a9231091ad
https://github.com/Warzone2100/WMIT/commit/7c5579412923ca8bd413139a5443f2a9231091ad
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
R 3rdparty/GLee/GLee.c
R 3rdparty/GLee/GLee.h
M CMakeLists.txt
R COPYING.nongpl
M src/widgets/QWZM.cpp
M src/widgets/QWZM.h
M src/widgets/QtGLView.h
M wmit.pro
Log Message:
-----------
Remove GLee
Commit: 1a224fb2c3079d13732d252dc2697942a245e479
https://github.com/Warzone2100/WMIT/commit/1a224fb2c3079d13732d252dc2697942a245e479
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
A cmake/WMIT_macOS_Info.plist.in
Log Message:
-----------
[CMake] Improved macOS and Windows support
Commit: 5616831d7baa74e333236ad0f9b5a5a55bb3730f
https://github.com/Warzone2100/WMIT/commit/5616831d7baa74e333236ad0f9b5a5a55bb3730f
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
A pkg/CMakeLists.txt
Log Message:
-----------
[CMake] Initial CPack support
Commit: 08a248129c0e32277b0576956177c829ed449905
https://github.com/Warzone2100/WMIT/commit/08a248129c0e32277b0576956177c829ed449905
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
A configure_macOS.sh
Log Message:
-----------
Add configure script for macOS
Commit: aafee0efeaf21f310b6c19bf14554749b4203a38
https://github.com/Warzone2100/WMIT/commit/aafee0efeaf21f310b6c19bf14554749b4203a38
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M cmake/FindQGLViewer.cmake
Log Message:
-----------
[CMake] Improve FindQGLViewer.cmake
Commit: 8768252e27a4f2f863cd67e7428d9789bc066777
https://github.com/Warzone2100/WMIT/commit/8768252e27a4f2f863cd67e7428d9789bc066777
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
A configure_linux.sh
Log Message:
-----------
Add basic configure script for Linux
Commit: 81b57e9734db8c1a27053eaa878ed3d9e3e2117e
https://github.com/Warzone2100/WMIT/commit/81b57e9734db8c1a27053eaa878ed3d9e3e2117e
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
R README.BUILD.MAC.txt
R Resources/GenericFramework-Info.plist
R Resources/Warzone Model Importer Tool-Info.plist
R WMIT.xcodeproj/project.pbxproj
R configs/Base-Framework.xcconfig
R configs/FetchPrebuilt.sh
R configs/FetchSource.sh
R configs/Project-All.xcconfig
R configs/QGLViewer-All.xcconfig
R configs/QGLViewer-Debug.xcconfig
R configs/QGLViewer-Release.xcconfig
R configs/WMIT-All.xcconfig
R configs/WMIT-Debug.xcconfig
R configs/WMIT-Release.xcconfig
R configs/fetchscripts/QGLViewer-FetchSource.sh
R configs/fetchscripts/SetupPrebuiltComponents-QT.sh
Log Message:
-----------
Remove outdated Xcode project
Commit: 49f98ad8b1ed908930ae9d2b9249400b36c9ac5c
https://github.com/Warzone2100/WMIT/commit/49f98ad8b1ed908930ae9d2b9249400b36c9ac5c
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
M pkg/CMakeLists.txt
Log Message:
-----------
[CMake] Improve organization, add functionality
Commit: ff0c80a9e2a3900c1b5ae1b023859cbe44883b0e
https://github.com/Warzone2100/WMIT/commit/ff0c80a9e2a3900c1b5ae1b023859cbe44883b0e
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
M cmake/FindQGLViewer.cmake
Log Message:
-----------
[CMake] Fixes for MSVC compilation
Commit: 5f30f51401190f1f3933921eaa50901050695acf
https://github.com/Warzone2100/WMIT/commit/5f30f51401190f1f3933921eaa50901050695acf
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
A 3rdparty/GLEW/LICENSE.txt
A 3rdparty/GLEW/include/GL/eglew.h
A 3rdparty/GLEW/include/GL/glew.h
A 3rdparty/GLEW/include/GL/glxew.h
A 3rdparty/GLEW/include/GL/wglew.h
A 3rdparty/GLEW/src/glew.c
A 3rdparty/GLEW/src/glewinfo.c
A 3rdparty/GLEW/src/visualinfo.c
M CMakeLists.txt
A COPYING.nongpl.txt
M src/widgets/QWZM.h
M src/widgets/QtGLView.cpp
M wmit.pro
Log Message:
-----------
Replace GLee with GLEW
Commit: 47625e45f0b674691cb38c119f3ab8dfa8419768
https://github.com/Warzone2100/WMIT/commit/47625e45f0b674691cb38c119f3ab8dfa8419768
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
M src/basic/Vector.h
M src/formats/Mesh.cpp
M src/main.cpp
Log Message:
-----------
Fix MSVC compilation errors
Commit: 9214612a8565a1d5e9a8733d2defb7c13031413c
https://github.com/Warzone2100/WMIT/commit/9214612a8565a1d5e9a8733d2defb7c13031413c
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
[CMake] Windows: Improve ability to run .exe from build directory
Commit: c0eb48bd30b3c4ea2c1acbfc45ef08af170abd4d
https://github.com/Warzone2100/WMIT/commit/c0eb48bd30b3c4ea2c1acbfc45ef08af170abd4d
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
[CMake] Explicitly set target OUTPUT_NAME
Commit: f3458456c29344b4e460e3b65ee173f707ab6638
https://github.com/Warzone2100/WMIT/commit/f3458456c29344b4e460e3b65ee173f707ab6638
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
[CMake] Windows: Improve dependency installation
Commit: 0c1da3d1e7c894603f2052e460098e7dd4b07e99
https://github.com/Warzone2100/WMIT/commit/0c1da3d1e7c894603f2052e460098e7dd4b07e99
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M COPYING.txt
Log Message:
-----------
Fix formatting of COPYING.txt
Commit: ca90cdb7e36bc82da897c5dc90174f65f2fc2554
https://github.com/Warzone2100/WMIT/commit/ca90cdb7e36bc82da897c5dc90174f65f2fc2554
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M configure_macOS.sh
Log Message:
-----------
configure_macOS.sh: Only build QGLViewer framework
Commit: d9f284f9356dfa78ca8224f95f2fea289bc29001
https://github.com/Warzone2100/WMIT/commit/d9f284f9356dfa78ca8224f95f2fea289bc29001
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M configure_linux.sh
Log Message:
-----------
configure_linux.sh: Only build QGLViewer library
Commit: 0f24428093a7e4ac5b2c92574e7eaaf9e5b8e0a2
https://github.com/Warzone2100/WMIT/commit/0f24428093a7e4ac5b2c92574e7eaaf9e5b8e0a2
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
A configure_win.ps1
Log Message:
-----------
Add configure script for Windows / MSVC
Commit: 80db2c3524d3d1bc6c5e65376ea91d6bfc1ee2a7
https://github.com/Warzone2100/WMIT/commit/80db2c3524d3d1bc6c5e65376ea91d6bfc1ee2a7
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M configure_linux.sh
Log Message:
-----------
configure_linux.sh: support Fedora
Commit: 37e2a97623e9c7d92ed95ab75b5c8328c884326a
https://github.com/Warzone2100/WMIT/commit/37e2a97623e9c7d92ed95ab75b5c8328c884326a
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
A .travis.yml
A build_tools/ci/extract-qt-installer
A build_tools/ci/install-qt
A build_tools/ci/travis/export_build_output_desc.sh
A build_tools/ci/travis/prepare_git_repo.cmake
A build_tools/macOS/Gemfile
A build_tools/macOS/Gemfile.lock
A build_tools/macOS/_xcodebuild_helpers.sh
A build_tools/macOS/travis_cmake_build.sh
M configure_linux.sh
M configure_macOS.sh
A docker/fedora-latest/Dockerfile
A docker/ubuntu-18.04-clang/Dockerfile
A docker/ubuntu-18.04/Dockerfile
Log Message:
-----------
[Travis CI] Initial configuration
Commit: 8c8c1c04decdac3e75e3afb5f7fc731c6cb1137f
https://github.com/Warzone2100/WMIT/commit/8c8c1c04decdac3e75e3afb5f7fc731c6cb1137f
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
A appveyor.yml
Log Message:
-----------
[AppVeyor] Initial configuration
Commit: e4389780ccc480a818f3c8e5be67aa84063d36cd
https://github.com/Warzone2100/WMIT/commit/e4389780ccc480a818f3c8e5be67aa84063d36cd
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
M src/basic/Polygon.h
R src/basic/Polygon_t.cpp
A src/basic/Polygon_t.hpp
M src/formats/Pie.h
R src/formats/Pie_t.cpp
A src/formats/Pie_t.hpp
M wmit.pro
Log Message:
-----------
Rename *_t.cpp to *_t.hpp
Commit: 631c29809a79942e9685d5ffd0f446dc85cc8b09
https://github.com/Warzone2100/WMIT/commit/631c29809a79942e9685d5ffd0f446dc85cc8b09
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M CMakeLists.txt
Log Message:
-----------
[CMake] Better parity between CMakeLists.txt and wmit.pro
Use CMake's AUTOMOC, AUTORCC, and AUTOUIC properties
Commit: a2a997c5e543c1b0694e3f636c898abf22d2ed0e
https://github.com/Warzone2100/WMIT/commit/a2a997c5e543c1b0694e3f636c898abf22d2ed0e
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M src/basic/GLTexture.h
M src/basic/Polygon.h
M src/formats/Mesh.h
M src/formats/OBJ.h
M src/formats/Pie.h
M src/widgets/QWZM.h
M src/widgets/QtGLView.cpp
M src/widgets/QtGLView.h
Log Message:
-----------
Fix GLEW include issues
Commit: 274eba2c997752bcc6e60902666eadfabd8e6635
https://github.com/Warzone2100/WMIT/commit/274eba2c997752bcc6e60902666eadfabd8e6635
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
M .travis.yml
M CMakeLists.txt
Log Message:
-----------
[CMake] Add option to support configure for packaging source
(Without requiring dependencies)
Commit: afc67386ba9d4a224fbe40b02b174e8658757196
https://github.com/Warzone2100/WMIT/commit/afc67386ba9d4a224fbe40b02b174e8658757196
Author: past-due <[email protected]>
Date: 2019-05-15 (Wed, 15 May 2019)
Changed paths:
A README.md
Log Message:
-----------
Initial README.md
Compare: https://github.com/Warzone2100/WMIT/compare/ef370e2f63f1...afc67386ba9d
_______________________________________________
Warzone2100-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits