-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added Check for updates functionality in menu bar help -> Check for updates - Preparing for release v1.2.1 (which has all above features since v1.0.1)
- Loading branch information
1 parent
cce75c7
commit 1491224
Showing
7 changed files
with
161 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
[2021-02-19 19:11:32] [info] Enigma: [ OpenGL Info ] | ||
[2021-02-20 20:04:55] [info] Enigma: [ OpenGL Info ] | ||
Manufacturer: Intel | ||
Renderer: Intel(R) HD Graphics 4600 | ||
Version: 3.3.0 - Build 20.19.15.5126 | ||
|
||
[2021-02-19 19:11:33] [trace] Enigma: __cdecl Enigma::MainMenuScene::MainMenuScene(void) noexcept | ||
[2021-02-19 19:11:33] [trace] Enigma: void __cdecl Enigma::MainMenuScene::OnCreate(void) | ||
[2021-02-19 19:11:33] [trace] Enigma: void __cdecl Enigma::MainMenuScene::LoadImGuiFonts(void) | ||
[2021-02-19 19:11:33] [trace] Enigma: Loading Fonts... | ||
[2021-02-19 19:11:33] [trace] Enigma: Loaded Montserrat-Medium.ttf, 18px | ||
[2021-02-19 19:11:33] [trace] Enigma: Loaded Audiowide-Regular.ttf, 60px | ||
[2021-02-19 19:11:33] [trace] Enigma: Loaded Audiowide-Regular.ttf, 45px | ||
[2021-02-19 19:11:33] [trace] Enigma: Loaded Audiowide-Regular.ttf, 20px | ||
[2021-02-19 19:11:33] [trace] Enigma: Loaded Montserrat-Medium.ttf, 12px | ||
[2021-02-19 19:11:33] [trace] Enigma: Loaded Montserrat-Medium.ttf, 45px | ||
[2021-02-19 19:11:33] [trace] Enigma: Loaded Montserrat-Medium.ttf, 20px | ||
[2021-02-19 19:11:39] [trace] Enigma: void __cdecl Enigma::MainMenuScene::OnDestroy(void) | ||
[2021-02-20 20:04:55] [trace] Enigma: __cdecl Enigma::MainMenuScene::MainMenuScene(void) noexcept | ||
[2021-02-20 20:04:55] [trace] Enigma: void __cdecl Enigma::MainMenuScene::OnCreate(void) | ||
[2021-02-20 20:04:55] [trace] Enigma: void __cdecl Enigma::MainMenuScene::LoadImGuiFonts(void) | ||
[2021-02-20 20:04:55] [trace] Enigma: Loading Fonts... | ||
[2021-02-20 20:04:55] [trace] Enigma: Loaded Montserrat-Medium.ttf, 18px | ||
[2021-02-20 20:04:55] [trace] Enigma: Loaded Audiowide-Regular.ttf, 60px | ||
[2021-02-20 20:04:55] [trace] Enigma: Loaded Audiowide-Regular.ttf, 45px | ||
[2021-02-20 20:04:55] [trace] Enigma: Loaded Audiowide-Regular.ttf, 20px | ||
[2021-02-20 20:04:55] [trace] Enigma: Loaded Montserrat-Medium.ttf, 12px | ||
[2021-02-20 20:04:55] [trace] Enigma: Loaded Montserrat-Medium.ttf, 45px | ||
[2021-02-20 20:04:55] [trace] Enigma: Loaded Montserrat-Medium.ttf, 20px | ||
[2021-02-20 20:04:56] [trace] Enigma: void __cdecl Enigma::MainMenuScene::OnCheckForUpdatesMenuButtonPressed(void) | ||
[2021-02-20 20:04:56] [trace] Enigma: Getting latest release info... | ||
[2021-02-20 20:05:00] [info] Enigma: You are using the latest Enigma version v1.0.0 | ||
[2021-02-20 20:05:01] [trace] Enigma: void __cdecl Enigma::MainMenuScene::OnDestroy(void) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters