Commit Graph

383 Commits

Author SHA1 Message Date
Lion cc4e322065 Merge pull request #88 from saile515/fix-input-linux
Fix input not working on Linux
2024-05-29 11:13:05 +02:00
saile515 915c05c57c fix input not working on linux 2024-05-29 10:56:22 +02:00
Lion Kortlepel adba66afb9 add http debug error logging 2024-03-22 12:19:18 +01:00
Lion Kortlepel cc42a5e0ab add ssl verify debug logging in a few places 2024-03-22 11:34:14 +01:00
Lion Kortlepel c8a1b77a54 remove discord 2024-03-22 11:23:49 +01:00
Lion Kortlepel b9d252fd8a remove old stuff 2024-03-22 11:22:17 +01:00
Lion Kortlepel 2b02475fd4 add build instructions 2024-03-22 11:09:02 +01:00
Lion Kortlepel 8aa7a67100 add vcpkg.json 2024-03-22 11:07:30 +01:00
Lion Kortlepel 348090a127 fix perms on more source files
... wtf
2024-03-22 10:50:58 +01:00
Lion Kortlepel c0df995e28 fix perms on all source files 2024-03-22 10:47:08 +01:00
Lion Kortlepel 8c9d3a5455 fix not returning error from Login, remove old code 2024-02-24 20:26:26 +01:00
Lion Kortlepel 9dcfa1dca4 set username or role to auth if they're empty (not set) 2024-02-24 20:26:26 +01:00
Lion Kortlepel bd4cfe06b1 reset username and role on logout 2024-02-24 20:26:26 +01:00
Lion Kortlepel 9c7034e401 store username and role on key login as well 2024-02-24 20:26:26 +01:00
Lion Kortlepel aeb167c1e8 forward user's role on login 2024-02-24 20:26:26 +01:00
Lion Kortlepel 7967ec38e8 bump version to *.85 2024-02-24 20:26:26 +01:00
Lion Kortlepel 250be2ccdc fix more breaking bug 2024-02-24 20:26:26 +01:00
Lion Kortlepel 6158069d4d fix game breaking bug 2024-02-24 20:26:26 +01:00
Lion Kortlepel b2e5b8d2d3 print error when throwing exception in auth 2024-02-24 20:26:26 +01:00
Lion Kortlepel 5db1b48e07 Revert "debug print error in case of unexpected login error"
This reverts commit 68d64105de.
2024-02-24 20:26:26 +01:00
Lion Kortlepel 56dcfcc5ed debug print error in case of unexpected login error 2024-02-24 20:26:26 +01:00
Lion Kortlepel 7c1106a46a add username to auth packet 2024-02-24 20:26:26 +01:00
Anonymous275 9afdfd4d1b v2.0.84
- add Access-Control response headers
2023-12-16 14:30:35 +00:00
Anonymous275 c2f260a86c v2.0.84
- remove comment
2023-12-15 19:39:55 +00:00
Anonymous275 2781179b4b v2.0.84
- proxy tweaking
2023-12-15 19:38:47 +00:00
Anonymous275 3b479abf64 v2.0.84
- add hash check
- new routes for updates
- use C++ 20
2023-12-15 18:16:12 +00:00
Anonymous275 c731718f50 v2.0.84
- HTTP Proxy for backend.beammp.com
- Fix Attempt for mod loading, game detecting partial zip file
- Use nlohmann JSON
- Update vcpkg parameters and commit ID
- Add ability to open URL using default browser with filter
2023-12-15 17:38:47 +00:00
Anonymous-275 0fd0a9fe7e Merge remote-tracking branch 'origin/master' 2023-10-26 00:09:04 +01:00
Anonymous-275 302582bfe1 v2.0.83
- removed code that is no longer needed
2023-10-26 00:08:56 +01:00
gamingdoom 35ad09dd5f Remove extra newline 2023-10-17 21:01:38 -07:00
gamingdoom 8ed2921ec1 remove .vscode 2023-10-17 20:41:15 -07:00
gamingdoom 1bf7faa34d fix guest account issue and uppercase mods 2023-10-17 20:40:11 -07:00
gamingdoom 8ead91c527 Update release-build.yml 2023-10-17 19:31:40 -07:00
gamingdoom 5e602a651c Fix linux build artifact path 2023-10-17 19:18:48 -07:00
gamingdoom 0993b2a463 fix linux build name ... again 2023-10-17 19:16:17 -07:00
gamingdoom 73ada2b541 fix linux build name 2023-10-17 19:15:44 -07:00
gamingdoom f9bd0967bc Add github actions Linux build 2023-10-17 19:14:54 -07:00
gamingdoom 16b13c074e remove debug symbols 2023-10-17 19:13:16 -07:00
gamingdoom 0a9a883ca4 fix windows build 2023-10-17 18:59:49 -07:00
gamingdoom a91735531a linux build 2023-10-17 18:53:01 -07:00
gamingdoom f98ff3f502 Update cmake-windows.yml 2023-10-17 18:38:59 -07:00
gamingdoom 5dfb5f3b88 works but linux build is broken and this is an old version of the source 2023-10-16 22:13:30 -07:00
gamingdoom 54e1beb548 rename network.h to network.hpp 2023-10-16 17:33:52 -07:00
Anonymous275 839bb48cd6 Merge pull request #58 from WhiteHusky/patch-1
Emit a useful message if cleaning the mods folder fails
2023-08-04 20:30:36 +01:00
Carlen White c4ebdda1a4 Emit a useful message if cleaning the mods folder fails
The launcher complains if it can not delete a file when it's trying to clean the mods folder out. However the message it emits is unhelpful and does not offer a suggestion to what is going on.

This commit addresses this issue by telling the user what the launcher is trying to do and suggests checking if something is currently open in that directory. I figure not having to go into detail in *where* the folder is not necessary and (primarily) only happens if the user is inspecting the folder themselves and already knows where the folder is.
2023-07-02 23:02:14 -04:00
Anonymous275 d6b494c6c4 - release v2.0.82 v2.0.82 2022-12-18 14:30:21 +00:00
Anonymous275 a80d4f5147 - quick fix for launcher crash 2022-12-18 14:29:38 +00:00
Anonymous275 811b04485c - try fix for github workflow v2.0.81 2022-12-18 13:20:20 +00:00
Simon Abed El Sater a64fead653 update 2.0.81 2022-12-18 14:39:54 +02:00
Simon Abed El Sater 399461d1b1 remove version check 2022-12-18 14:39:28 +02:00