2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-15 12:45:51 +00:00

107 Commits

Author SHA1 Message Date
ac5745429c Fix missed references to Blender 2.90+ 2021-02-27 22:51:54 -05:00
fb7f0011b9 Simplify Qt5::WindowsIntegrationPlugin addition 2021-02-27 22:34:23 -05:00
277c7fe1df Add debug tool CVars, implementing warping capability 2021-02-27 18:35:15 -08:00
3b9da77bd2 Fix compiling against Qt 5.14 2021-02-26 15:57:59 -08:00
92fe1a9577 Fix Qt5::WindowsIntegrationPlugin being included on non-windows platforms 2021-02-26 15:12:44 -08:00
cb2d826cbd Add WIN32 back to executable target 2021-02-21 18:56:21 -08:00
daef7dfe00 Add ability to search for blender version dynamically 2021-02-21 18:52:17 -08:00
e0da690d7c Fix compiling against Qt6 2021-02-21 17:56:16 -08:00
e1515252f1 Allow compiling with Qt5 again (Qt6 is preferred)
Small fix to Quazip, removes extraneous files
2021-02-21 13:23:20 -05:00
8838add29d Merge branch 'master' of https://gitlab.axiodl.com/AxioDL/hecl-gui 2021-02-20 15:03:40 -08:00
732a59c983 Fix windows build 2021-02-20 15:02:40 -08:00
b52742b407 Update quazip 2021-02-20 14:56:24 -08:00
76966831b0 Upgrade to Qt6 2021-01-23 16:26:28 -08:00
1acd71dc46 Update recommended Blender version text 2020-09-04 03:46:02 -04:00
362434bea6 Require Blender 2.90 & other fixes 2020-09-04 03:33:46 -04:00
61dbc1628e Link zlib on non-Windows platforms 2020-06-24 12:04:17 -04:00
af64349044 Fix Blender 2.83 & Qt 5.15 2020-06-24 11:44:00 -04:00
0dd67e0662 Require Blender 2.83 2020-06-13 20:09:17 -04:00
45fe93ee94 Windows updates (better Blender version check, better static linking) 2020-06-13 17:21:50 -04:00
b16174edcd Fix libPNG 2020-06-12 05:43:40 -07:00
904e2a113d Add Homebrew Qt5 path hint 2020-05-24 11:56:38 -04:00
c7e778f66c Add Skip Splash Screens option 2020-04-18 17:53:27 -04:00
dbeb871336 Add log saving & hook up options editor 2020-04-18 17:16:59 -04:00
2b6851f7bf Start implementing options tab; bug fixes & logging performance improvement 2020-04-18 17:16:59 -04:00
3487423d78 Initial Options tab, CVar dialog 2020-04-18 17:16:59 -04:00
4c178bee84 Add fallback path to app dir for urde/hecl/visigen on Linux 2020-04-18 17:16:59 -04:00
37324e7fe0 Update About 2020-04-18 17:16:59 -04:00
7eb0e89e3e Add Experimental Features / Variable DT option 2020-04-18 17:16:59 -04:00
0ce0ea712e Fix extract/package detection 2020-04-18 17:16:59 -04:00
d62a47d423 Enable URDE logging by default 2020-04-18 17:16:59 -04:00
d3d543dadc Remove OpenGL option 2020-04-18 17:16:59 -04:00
c17561c6b0 Require Blender 2.82 2020-04-18 17:16:59 -04:00
906c476139 Fix macOS version string 2020-04-16 15:15:37 -07:00
9be51c0483 Require Blender 2.81+ 2019-12-22 18:40:18 -05:00
Jack Andersen
28221d6d33 Merge branch 'master' of ssh://git.axiodl.com:6431/AxioDL/hecl-gui 2019-09-30 21:37:42 -10:00
Jack Andersen
0c27722831 Use .done file to detect extraction complete 2019-09-30 21:37:13 -10:00
55d5e5d4a5 Restore some clobbered settings 2019-09-05 20:00:17 -07:00
9d527b91ca Use QPlainTextEdit for processOutput rather than QTextEdit for better performance, and memory overhead 2019-09-05 19:56:42 -07:00
0ef8e11114 Merge pull request #6 from lioncash/override
General: Use override where applicable
2019-08-31 16:28:12 -07:00
Lioncash
425921dc23 General: Use override where applicable 2019-08-31 17:50:20 -04:00
98b821a20a Merge pull request #5 from lioncash/translate
General: Make UI strings translation-aware
2019-08-30 16:18:33 -07:00
Lioncash
0fceb801ca General: Bump Blender minimum version to 2.80 2019-08-30 05:49:36 -04:00
Lioncash
08b7486bf0 General: Make UI strings translation-aware
Makes the UI strings localizable for other languages. Fairly trivial, as
there's not many dialogs to translate.
2019-08-30 03:22:15 -04:00
f8384dcd23 Merge pull request #4 from lioncash/quazip
CMakeLists: Add Qt 5 type-safety compile definitions
2019-08-29 19:26:31 -07:00
Lioncash
79e522a03e CMakeLists: Add Qt 5 type-safety compile definitions
Migrates the Qt compile definitions that were added to amuse over to the
hecl GUI.
2019-08-27 23:02:51 -04:00
Lioncash
a86b98837d Update quazip to 0.8.1
Keeps the library up to date so it interoperates with Qt 5 a little
better.
2019-08-27 21:32:44 -04:00
0cb64f8528 Fix deprecation errors 2019-08-25 20:19:55 -07:00
7c2d70542b Minor CMake fix 2019-08-25 18:33:03 -07:00
4a8a8fcbb9 Merge pull request #1 from lioncash/cmake
CMakeLists: Minor cleanup
2019-08-25 18:27:03 -07:00
a8f39c6acb Merge pull request #2 from lioncash/slot
General: Make use of Qt 5's signal/slot connection syntax
2019-08-25 18:26:55 -07:00