mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-07-11 01:34:03 +02:00
9aa53c6223
* network: Replace NetSettings with Settings for web service configuration * qt: Add network configuration options for username, API URL, and token * qt: Rename tab from "Web" to "Network" in configuration dialog * Update default configuration for network username and web api url * qt: Rename configuration_web to "configuration_network" * android: Add network configuration options for username, API URL, and token * remove network_username setting and use the one from cfg * Initial network room creation/joining support on Android Co-Authored-By: Gamer64 <76565986+Gamer64ytb@users.noreply.github.com> Co-Authored-By: zhang wei <zwdreams@gmail.com> * Make multiplayer.cpp a class and init on `MainActivity` * Add public lobby browsing and joining support * NetPlayManager.kt: Fix multiple networking deprecations * Use ip_address instead of a blank string for room creation (again) * Add the ability to select preferred game from room creation * Fix format and licensing * Do not use username setting * Fix bugs related to public room browsing --------- Co-authored-by: Kleidis <167202775+kleidis@users.noreply.github.com> Co-authored-by: PabloMK7 <hackyglitch2@gmail.com> Co-authored-by: Gamer64 <76565986+Gamer64ytb@users.noreply.github.com> Co-authored-by: zhang wei <zwdreams@gmail.com> Co-authored-by: Reg Tiangha <rtiangha@users.noreply.github.com>