Commit Graph

317 Commits

Author SHA1 Message Date
Sam39 ee99246428 fix game path accidentally linked to profile and cache path 2022-08-18 15:10:19 +03:00
Sam39 b9a2572b72 fix profile picture on login and logout 2022-08-18 11:23:11 +03:00
Sam39 1d5dc1e545 add login and logout logic 2022-08-16 17:16:18 +03:00
Sam39 a67853ea1d Merge remote-tracking branch 'origin/v3' into v3 2022-08-16 10:48:47 +03:00
Sam39 11e4c11132 change button IDs and function locations 2022-08-16 10:48:15 +03:00
Sam39 e7dbae69a3 Merge branch 'BeamMP:v3' into v3 2022-08-15 16:01:23 +03:00
Sam39 81208afb2a add players and servers colors
fix color bug with game version
2022-08-15 15:33:36 +03:00
Sam39 44a6eac95a add link to player, servers, game version 2022-08-15 12:28:50 +03:00
Sam39 51212dece2 add read game version from json statically 2022-08-12 16:56:02 +03:00
Sam39 310b2094c5 add path detection
add game path auto detection
add profile path auto detection
add cache path reset
2022-08-12 14:45:46 +03:00
Anonymous275 132ff1a0eb commit #36 adaptation
change license
2022-08-12 12:13:18 +03:00
Anonymous275 7a37a3a127 Merge pull request #35 from SamZahreddine/v3
add config linking
2022-08-11 16:49:40 +03:00
Sam39 a407d00378 add config linking
add link to game path
add link to profile path
add link to cache path
add link to console
add link to build
add panel to all 3 frames
2022-08-11 16:48:21 +03:00
Anonymous275 e73f154d91 Merge pull request #33 from SamZahreddine/v3
replace settings text controls to directory pickers
2022-08-09 16:20:36 +03:00
Sam39 cd1c8a6935 replace settings text controls to directory pickers 2022-08-09 16:19:36 +03:00
Anonymous275 9c02be7612 Merge pull request #32 from SamZahreddine/v3
fix game hanging on launcher error
2022-08-09 14:10:54 +03:00
Sam39 3810e0eb0b fix game hanging on launcher error 2022-08-09 14:08:52 +03:00
Anonymous275 5d885240b6 Merge pull request #31 from SamZahreddine/v3
add alert box at first launch
2022-08-09 10:48:03 +03:00
Sam39 9a358676d4 add alert box at first launch 2022-08-09 10:46:57 +03:00
Anonymous275 9bfd5156bf add CONTRIBUTING.md
add Dependencies in README.md
2022-08-09 10:27:27 +03:00
Anonymous275 69ef6270ec Merge pull request #30 from SamZahreddine/v3
[Fixed & Added] Status Color, Icons Folder, Launch Alert.
2022-08-08 17:06:03 +03:00
Sam39 faed1313c7 Merge remote-tracking branch 'origin/v3' into v3 2022-08-08 17:01:48 +03:00
Sam39 f8c081edc3 [Added] Icons folder, Launch Alert. 2022-08-08 17:01:30 +03:00
Sam39 456798f6a0 Merge branch 'BeamMP:v3' into v3 2022-08-08 15:25:14 +03:00
Sam39 5eff74c421 [Fixed] Status color for white mode users. 2022-08-08 15:23:48 +03:00
Anonymous275 6f9028f746 Merge pull request #29 from SamZahreddine/v3
[Updated & Fixed] Launch and Re-Launch, Status Indicator.
2022-08-08 15:14:24 +03:00
Sam39 e5ac543e6c Merge remote-tracking branch 'origin/v3' into v3 2022-08-08 15:08:03 +03:00
Sam39 b6a1fd36fe [Updated & Fixed] Launch and Re-Launch, Status Indicator. 2022-08-08 15:06:38 +03:00
Anonymous275 000a378578 Merge pull request #28 from SamZahreddine/v3
[Updated & Fixed] Launch Button, Settings UI, Console.
2022-08-08 12:50:02 +03:00
Sam39 c7f81b85ad Merge branch 'BeamMP:v3' into v3 2022-08-08 12:48:53 +03:00
Sam39 ace6947255 [Updated & Fixed] On Console Click 2022-08-08 12:47:01 +03:00
Sam39 0bf4415376 [Updated & Fixed] Launch Button, Settings UI, Console. 2022-08-08 12:35:14 +03:00
Anonymous275 9ecfc1e7b9 Merge pull request #27 from SamZahreddine/v3
[Added & Updated] Account Manager, Settings, Logo, Icons
2022-08-06 14:01:42 +03:00
Sam39 f273bc3d90 Account Manager: Username, Password, Register
Settings: Game Path, Cache Path, Profile Path, Branch Options, Show Console
Updated Game logo for dark mode
Set icons for Account Manager and Settings windows
2022-08-04 16:18:13 +03:00
Anonymous275 48bcb8f4a1 Merge pull request #26 from SamZahreddine/v3
Added wxWidgets
2022-08-04 10:08:56 +03:00
Sam39 20613340ef Added wxWidgets 2022-08-04 10:04:35 +03:00
Anonymous275 b4271d88a1 switched main 2022-07-28 10:33:55 +03:00
Anonymous275 604e92b440 Switched to GUI entry 2022-07-28 10:25:55 +03:00
Anonymous275 77a55b2d22 updating wxWidgets to latest 2022-07-28 10:21:06 +03:00
Anonymous275 906f912bcf Fix build 2022-07-26 11:57:27 +03:00
Anonymous275 3c96bb3959 clang format 2022-07-26 11:43:45 +03:00
Anonymous275 b26fb43746 Reformat to clang-format 2022-07-26 10:43:25 +03:00
Anonymous275 54af98203f Minor edit 2022-07-26 10:09:37 +03:00
Anonymous275 b27c2060ea - Changed BlackList to std::set 2022-07-25 17:17:10 +03:00
Anonymous275 8f53052356 - IPC Uses PID to identify the process
- Exception code now shows in hex capitals
- Fixed version checking and bumped the version support
- Added process blacklist for already injected game detection
- Used std::all_of instead of std::string::find for digit checks
2022-07-25 17:09:42 +03:00
Anonymous275 d7d1a550cb Merge pull request #25 from SamZahreddine/v3
[Fixed] Config file changed to "toml"
2022-07-25 12:01:17 +03:00
Sam39 213f6544fb Merge branch 'BeamMP:v3' into v3 2022-07-25 12:00:39 +03:00
Sam39 5615e7f4df [Fixed] Config file changed to "toml" 2022-07-25 11:58:07 +03:00
Anonymous275 2e3b62c15c Merge pull request #24 from SamZahreddine/v3
[Fixed] Check port if valid
2022-07-25 11:19:38 +03:00
Sam39 93727ac48a [Fixed] Check port if valid 2022-07-25 11:17:32 +03:00