mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-10 17:56:14 +00:00
- new backend links
- self updating - add open_url lua function with filter
This commit is contained in:
@@ -33,10 +33,12 @@ class Launcher {
|
||||
void SendIPC(const std::string& Data, bool core = true);
|
||||
void LoadConfig(const fs::path& conf);
|
||||
void RunDiscordRPC();
|
||||
void UpdateCheck();
|
||||
void WaitForGame();
|
||||
void LaunchGame();
|
||||
void CheckKey();
|
||||
void SetupMOD();
|
||||
|
||||
static std::string QueryValue(HKEY& hKey, const char* Name);
|
||||
|
||||
public: // Getters and Setters
|
||||
@@ -53,6 +55,7 @@ class Launcher {
|
||||
|
||||
private: // functions
|
||||
void HandleIPC(const std::string& Data);
|
||||
bool IsAllowedLink(const std::string& Link);
|
||||
std::string GetProfileVersion();
|
||||
fs::path GetProfileRoot();
|
||||
void UpdatePresence();
|
||||
@@ -65,8 +68,8 @@ class Launcher {
|
||||
|
||||
public: // variables
|
||||
static inline std::thread EntryThread{};
|
||||
static inline std::string Version{"2.0"};
|
||||
static inline std::string FullVersion{Version + ".99"};
|
||||
static inline std::string Version{"2.1"};
|
||||
static inline std::string FullVersion{Version + ".0"};
|
||||
|
||||
private: // variables
|
||||
uint32_t GamePID{0};
|
||||
|
||||
4642
include/hashpp.h
Normal file
4642
include/hashpp.h
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user