Commit Graph

61 Commits

Author SHA1 Message Date
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
Jack Andersen e766c19e0f Add edge certificate for pinning check 2018-02-12 21:36:48 -10:00
Jack Andersen 2c56c16cf2 Updated CVar API 2018-01-22 18:40:54 -10:00
Phillip Stephens 37d78c03f1 Merge commit '5f7b858' 2018-01-21 18:44:06 -08:00
Phillip Stephens 008b990800 Restore old CVar system 2018-01-21 18:42:06 -08:00
Jack Andersen d1dc0aaa32 Add LaunchMenu tooltips 2018-01-21 12:04:58 -10:00
Jack Andersen ac46503212 Add Deep Color option to LaunchMenu 2018-01-15 20:41:52 -10:00
Phillip Stephens b4972dbad9 Fix graphicsAPI cvar 2018-01-15 07:59:25 -08:00
Phillip Stephens bf1e342bc4 Add developer mode CVar, use `CPU max MHz instead` 2018-01-15 05:17:08 -08:00
Jack Andersen 2fd21e3270 More complete package step verification 2018-01-13 20:42:13 -10:00
Phillip Stephens 1b2ee6749d Fix blender detection and build errors on linux 2018-01-11 08:28:44 -08:00
Jack Andersen 60c6a6bf2b Minor GUI logic adjustments 2018-01-09 21:39:48 -10:00
Jack Andersen 69490b1ec2 Minor header fix 2018-01-09 21:11:04 -10:00
Jack Andersen f6195a64a6 Additional usability features 2018-01-09 20:19:48 -10:00
Jack Andersen 00da24a134 Update copyright date 2018-01-04 17:02:07 -10:00
Jack Andersen f29e44209e Fixes with in-app console 2018-01-03 13:53:01 -10:00
Jack Andersen 3f2f8f6b35 macOS system profiler parser 2018-01-02 14:24:45 -10:00
Jack Andersen df01970bac Windows Fixes 2018-01-01 19:56:25 -10:00
Phillip Stephens 39af4fd87c Fix window sizing 2018-01-01 20:25:11 -08:00
Jack Andersen aa15f8b77b Merge branch 'master' of ssh://gitlab.axiodl.com:6431/AxioDL/hecl-gui 2018-01-01 18:22:13 -10:00
Jack Andersen f4638bd21b Linux fixes 2018-01-01 18:21:45 -10:00
Jack Andersen 88643f1474 Ensure visigen path is absolute 2018-01-01 15:12:45 -10:00
Jack Andersen 8c9ad43a60 Various GUI logic fixes and improvements 2018-01-01 14:58:38 -10:00
Jack Andersen 4f888becdf bintoc now uses .cpp sources for .pch uniformity 2017-12-28 22:04:44 -10:00