Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
- Separated each language's locale data (tiny memory improvement)
- More logging when starting up to help debug errors
- Updated Japanese translation error
- Fix "missing uproject file" error
- Fix deadlock when updating the game
- Decreased CPU usage by making stats only update once per second
- Added a splash screen so you can tell that EGL2 is actual starting up and if it crashes
- Added an update checker system to notify if your EGL2 is out of date
  • Loading branch information
WorkingRobot committed Jun 19, 2020
1 parent d965c2e commit bf74830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/versioninfo.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#pragma once

#define VERSION_MAJOR 1
#define VERSION_MINOR 3
#define VERSION_PATCH 2
#define VERSION_MINOR 4
#define VERSION_PATCH 0

#define STR_INDIR(x) #x
#define STR(x) STR_INDIR(x)
Expand Down

0 comments on commit bf74830

Please sign in to comment.