Commit Graph

103 Commits

Author SHA1 Message Date
Luke Street ac5745429c Fix missed references to Blender 2.90+ 2021-02-27 22:51:54 -05:00
Luke Street fb7f0011b9 Simplify Qt5::WindowsIntegrationPlugin addition 2021-02-27 22:34:23 -05:00
Phillip Stephens 277c7fe1df Add debug tool CVars, implementing warping capability 2021-02-27 18:35:15 -08:00
Phillip Stephens 3b9da77bd2 Fix compiling against Qt 5.14 2021-02-26 15:57:59 -08:00
Phillip Stephens 92fe1a9577 Fix Qt5::WindowsIntegrationPlugin being included on non-windows platforms 2021-02-26 15:12:44 -08:00
Phillip Stephens cb2d826cbd Add WIN32 back to executable target 2021-02-21 18:56:21 -08:00
Phillip Stephens daef7dfe00 Add ability to search for blender version dynamically 2021-02-21 18:52:17 -08:00
Phillip Stephens e0da690d7c Fix compiling against Qt6 2021-02-21 17:56:16 -08:00
Luke Street e1515252f1 Allow compiling with Qt5 again (Qt6 is preferred)
Small fix to Quazip, removes extraneous files
2021-02-21 13:23:20 -05:00
Phillip Stephens 8838add29d Merge branch 'master' of https://gitlab.axiodl.com/AxioDL/hecl-gui 2021-02-20 15:03:40 -08:00
Phillip Stephens 732a59c983 Fix windows build 2021-02-20 15:02:40 -08:00
Phillip Stephens b52742b407 Update quazip 2021-02-20 14:56:24 -08:00
Phillip Stephens 76966831b0 Upgrade to Qt6 2021-01-23 16:26:28 -08:00
Luke Street 1acd71dc46 Update recommended Blender version text 2020-09-04 03:46:02 -04:00
Luke Street 362434bea6 Require Blender 2.90 & other fixes 2020-09-04 03:33:46 -04:00
Luke Street 61dbc1628e Link zlib on non-Windows platforms 2020-06-24 12:04:17 -04:00
Luke Street af64349044 Fix Blender 2.83 & Qt 5.15 2020-06-24 11:44:00 -04:00
Luke Street 0dd67e0662 Require Blender 2.83 2020-06-13 20:09:17 -04:00
Luke Street 45fe93ee94 Windows updates (better Blender version check, better static linking) 2020-06-13 17:21:50 -04:00
Phillip Stephens b16174edcd Fix libPNG 2020-06-12 05:43:40 -07:00
Luke Street 904e2a113d Add Homebrew Qt5 path hint 2020-05-24 11:56:38 -04:00
Luke Street c7e778f66c Add Skip Splash Screens option 2020-04-18 17:53:27 -04:00
Luke Street dbeb871336 Add log saving & hook up options editor 2020-04-18 17:16:59 -04:00
Luke Street 2b6851f7bf Start implementing options tab; bug fixes & logging performance improvement 2020-04-18 17:16:59 -04:00
Luke Street 3487423d78 Initial Options tab, CVar dialog 2020-04-18 17:16:59 -04:00
Luke Street 4c178bee84 Add fallback path to app dir for urde/hecl/visigen on Linux 2020-04-18 17:16:59 -04:00
Luke Street 37324e7fe0 Update About 2020-04-18 17:16:59 -04:00
Luke Street 7eb0e89e3e Add Experimental Features / Variable DT option 2020-04-18 17:16:59 -04:00
Luke Street 0ce0ea712e Fix extract/package detection 2020-04-18 17:16:59 -04:00
Luke Street d62a47d423 Enable URDE logging by default 2020-04-18 17:16:59 -04:00
Luke Street d3d543dadc Remove OpenGL option 2020-04-18 17:16:59 -04:00
Luke Street c17561c6b0 Require Blender 2.82 2020-04-18 17:16:59 -04:00
Phillip Stephens 906c476139 Fix macOS version string 2020-04-16 15:15:37 -07:00
Luke Street 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
Phillip Stephens 55d5e5d4a5 Restore some clobbered settings 2019-09-05 20:00:17 -07:00
Phillip Stephens 9d527b91ca Use QPlainTextEdit for processOutput rather than QTextEdit for better performance, and memory overhead 2019-09-05 19:56:42 -07:00
Lioncash 425921dc23 General: Use override where applicable 2019-08-31 17:50:20 -04: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
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
Phillip Stephens 0cb64f8528 Fix deprecation errors 2019-08-25 20:19:55 -07:00
Phillip Stephens 7c2d70542b Minor CMake fix 2019-08-25 18:33:03 -07:00
Phillip Stephens 4a8a8fcbb9 Merge pull request #1 from lioncash/cmake
CMakeLists: Minor cleanup
2019-08-25 18:27:03 -07:00
Phillip Stephens 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
Lioncash 02e910c4ef General: Use unique_ptr for UI instances
Gets rid of the need for manual new and delete.
2019-08-25 20:52:05 -04:00
Lioncash 2ccc59fc0c General: Make use of Qt 5's signal/slot connection syntax
Allows compile-time detection of incompatible signals/slots, as opposed
to runtime errors, making the connections more type-safe.
2019-08-25 20:40:09 -04:00
Lioncash 1f62d8efbb CMakeLists: Append to hecl-gui target directly
Appends changes to the target directly instead of appending to variables
and then appending to the target.
2019-08-25 20:12:02 -04:00