Commit Graph

84 Commits

Author SHA1 Message Date
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
Phillip Stephens 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
Phillip Stephens 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
Phillip Stephens 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
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
Phillip Stephens b2ce4b983c Merge pull request #3 from lioncash/ptr
General: Use unique_ptr for UI instances
2019-08-25 18:26:46 -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
Lioncash 2c8ee49238 CMakeLists: Migrate Qt package finding to using components
Same thing but shortens up the find_package() calls and allows linking
in a target directly instead of a variable name.
2019-08-25 20:12:02 -04:00
Lioncash 1558d3d355 CMakeLists: Organize source files
Organizes the source files to have a consistent formatting and layout.
2019-08-25 20:11:58 -04:00
Jack Andersen a357648a99 Windows build fixes 2019-07-27 15:20:18 -10:00
Jack Andersen 79b0b6c2a9 Change deprecated Qt references 2019-07-19 18:25:42 -10:00
Phillip Stephens 483d4746dc Add support for development tracks 2019-06-29 11:02:33 -07:00
Jack Andersen 1dd7f604f0 Better CMake dependency handling 2019-06-11 16:03:12 -10:00
Phillip Stephens 47a7383c6d Add ability to edit command line arguments, and enable cheats 2019-01-26 15:22:16 -08:00
Jack Andersen 39a8b1608d New code style refactor 2018-12-07 19:19:40 -10:00
Jack Andersen a1ed397436 Hard-merge quazip submodule into hecl-gui 2018-12-07 15:47:21 -10:00
Jack Andersen adaa88e0db Windows build fixes 2018-10-14 10:12:17 -10:00
Jack Andersen e82da43331 Convert to pragma once 2018-10-06 17:41:18 -10:00
Phillip Stephens be35f67bc9 Better CPU frequency detection for Linux 2018-06-08 13:59:22 -07:00
Jack Andersen 50c543d73a Add support for cursor up escape code 2018-05-06 13:47:29 -10:00
Jack Andersen 95d9283800 Add sanitizers to executable targets 2018-05-06 13:09:17 -10:00
Jack Andersen b798f14523 Update out directory structure 2018-04-07 10:55:33 -10:00
Jack Andersen 602ed824e4 Use 5GB as HDD free space requirement 2018-04-01 18:28:04 -10:00
Jack Andersen 007ad244ee Add support for parallel progress printing 2018-03-23 11:55:42 -10:00
Jack Andersen 77765679b0 Minor .rc change 2018-03-14 14:27:07 -10:00
Jack Andersen 850feb4be8 Disable certificate pinning (for now) 2018-02-13 21:50:49 -10:00