-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Server listing static vals + ServerMgr #9
base: main
Are you sure you want to change the base?
Commits on Jul 21, 2023
-
refactor!: Dockerfile; prettify, lint, +ubuntu ver
Adding the explicit ver should remove the need for the +certs since new versions should already have them. Added cmds via recommended array[] while splitting them on different lines for read clarity and git diff clarity for changes
Configuration menu - View commit details
-
Copy full SHA for f6273ee - Browse repository at this point
Copy the full SHA f6273eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08094a4 - Browse repository at this point
Copy the full SHA 08094a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2a4280 - Browse repository at this point
Copy the full SHA c2a4280View commit details -
Configuration menu - View commit details
-
Copy full SHA for 807f8fd - Browse repository at this point
Copy the full SHA 807f8fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a0e319 - Browse repository at this point
Copy the full SHA 4a0e319View commit details -
refactor(Networking)!: Get Process from serverMgr
Greatly simplified code
Configuration menu - View commit details
-
Copy full SHA for 0b58aeb - Browse repository at this point
Copy the full SHA 0b58aebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0069f73 - Browse repository at this point
Copy the full SHA 0069f73View commit details -
refactor!: Mv server config to HathoraManager
* Serialized @ HathoraServerMgr instead of Photon's Global settings; more intuitive. * In addddition: Added instructions if accessed but !serialized
Configuration menu - View commit details
-
Copy full SHA for 727ac0b - Browse repository at this point
Copy the full SHA 727ac0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85426ba - Browse repository at this point
Copy the full SHA 85426baView commit details -
feat: Get lobby info from Process, w/fixes:
Plus: * Added cancel token to Task util to wait until, to prevent stack overflows * Added the Room api to serverMgr * Updated HathoraManager prefab
Configuration menu - View commit details
-
Copy full SHA for a1840f5 - Browse repository at this point
Copy the full SHA a1840f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83f527d - Browse repository at this point
Copy the full SHA 83f527dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f722fc4 - Browse repository at this point
Copy the full SHA f722fc4View commit details
Commits on Jul 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36d1fc8 - Browse repository at this point
Copy the full SHA 36d1fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2650e70 - Browse repository at this point
Copy the full SHA 2650e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for a16a41f - Browse repository at this point
Copy the full SHA a16a41fView commit details -
refactor!: Rn ClientApis rm "Net"; +ServerLobbyApi
* Eg: Renamed HathoraNetClient to HathoraClient for consistency; Hathora-Unity already backported * Updated HathoraManager GameObj to match * Replaced HathoraManager GameObj with prefab from base for easier updating
Configuration menu - View commit details
-
Copy full SHA for 0763a91 - Browse repository at this point
Copy the full SHA 0763a91View commit details -
feat: HathoraGetDeployInfoResult
Model With utils for Networking.cs init as server +Minor doc fix for HathoraTaskUtils
Configuration menu - View commit details
-
Copy full SHA for 15b0da7 - Browse repository at this point
Copy the full SHA 15b0da7View commit details -
refactor!: Mv Networking tasks to ServerMgr, and:
* Moved some Hathora Networking.cs tasks way earlier; we needed to intercept SessionRequest before it turned into Session (to set lobby name, max players, etc - everything from InitialConfig prop) * Fixed Singleton false positive get err
Configuration menu - View commit details
-
Copy full SHA for 4dec6ad - Browse repository at this point
Copy the full SHA 4dec6adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 142b4bc - Browse repository at this point
Copy the full SHA 142b4bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d8b42a - Browse repository at this point
Copy the full SHA 9d8b42aView commit details -
fix: Add back client mgr to HathoraManager
+Err catch with better instructions
Configuration menu - View commit details
-
Copy full SHA for e904bc3 - Browse repository at this point
Copy the full SHA e904bc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d104666 - Browse repository at this point
Copy the full SHA d104666View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b86fb0 - Browse repository at this point
Copy the full SHA 9b86fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7b83fa - Browse repository at this point
Copy the full SHA e7b83faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b128a0 - Browse repository at this point
Copy the full SHA 9b128a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1826e17 - Browse repository at this point
Copy the full SHA 1826e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a169a - Browse repository at this point
Copy the full SHA e6a169aView commit details -
chore: +HathoraPhotonMgr prefab variant, +perScene
hathora mgr is only in the Menu scene. If we start from another scene, things break? Keep an eye on this.
Configuration menu - View commit details
-
Copy full SHA for b9e5780 - Browse repository at this point
Copy the full SHA b9e5780View commit details -
fix!: Breaking fix for server api inits
We were initializing the same way we did for Monobehaviour, at some point inadvertently. Servers init via constructor (client mgr inits via Init func)
Configuration menu - View commit details
-
Copy full SHA for cdaa15f - Browse repository at this point
Copy the full SHA cdaa15fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3112f64 - Browse repository at this point
Copy the full SHA 3112f64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 218260d - Browse repository at this point
Copy the full SHA 218260dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a87fd4f - Browse repository at this point
Copy the full SHA a87fd4fView commit details
Commits on Jul 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 37fc49f - Browse repository at this point
Copy the full SHA 37fc49fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ad1cb3 - Browse repository at this point
Copy the full SHA 9ad1cb3View commit details -
fix!: Major fix for showing server info:
Notably: * There was a special Property setting util we didn't set * GameMode on Create was saved as "Host" instead of "Server" Plus: * Impr mock procId debugger * Tweaks, prettify, docs, minor refactoring
Configuration menu - View commit details
-
Copy full SHA for 0dab60c - Browse repository at this point
Copy the full SHA 0dab60cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a8abaf - Browse repository at this point
Copy the full SHA 2a8abafView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5813db - Browse repository at this point
Copy the full SHA a5813dbView commit details -
fix(NetworkSettings)!: Workaround for Auto region
* Deleted "Auto" Region * Bumped "USA, East" to the top * Curiously: We can edit other Region settings here. Revisit this later?
Configuration menu - View commit details
-
Copy full SHA for a523f9c - Browse repository at this point
Copy the full SHA a523f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35fb86f - Browse repository at this point
Copy the full SHA 35fb86fView commit details
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 944b1d7 - Browse repository at this point
Copy the full SHA 944b1d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bee974 - Browse repository at this point
Copy the full SHA 1bee974View commit details -
Configuration menu - View commit details
-
Copy full SHA for da7bc14 - Browse repository at this point
Copy the full SHA da7bc14View commit details
Commits on Aug 4, 2023
-
Merge branch 'main' into fix/server-listing-static-vals
# Conflicts: # .hathora/Dockerfile # Assets/Hathora/Core/Scripts/Editor/Server/HathoraDocker.cs
Configuration menu - View commit details
-
Copy full SHA for 3d2394e - Browse repository at this point
Copy the full SHA 3d2394eView commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d1d7d2 - Browse repository at this point
Copy the full SHA 7d1d7d2View commit details -
refactor: CheckIsValid() +expectingLobby
Among some docs and consistency changes
Configuration menu - View commit details
-
Copy full SHA for c57b68d - Browse repository at this point
Copy the full SHA c57b68dView commit details