Version 1.1.1 #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Background Update (1.1.1)
User experience changes
Implementation changes
The once simple TUI-based client will now be transformed into a simple ||foreshadowing|| tray icon. This means that there needs to be a change in the libraries used to create the client.
The implementation of automatic creation/joining a game inside of the league of legends client also needs to be addressed. The implementation map of said feature goes as follows:
Flowchart here:
Notes
Lobby creation
A
POST
call is needed to create a lobby. FUCK YOU Riot Games for making me brute force my way into creating this.ALSO LOOK AT THE GOD FORSAKEN GAMEMODE. YES. YOU HAVE TO SET IT AS PRACTICE TOOL SO THAT IT CREATES A CUSTOM GAME(???????????????????????????????).
Lobby information
A
GET
request is required for this(which is idiotic, given that we have to do TWO SEPARATE REQUESTS for the same process, namely, creating a game, JUST SO THAT WE CAN KNOW WHAT THE ID IS). It looks like this:Lobby joining
NNOTICE HOW WE ARE AT A COMPLETELY DIFFERENT ENDPOINT. DIFFERENT VERSION EVEN. RIOT, PLEASE.
Quick love letter to Riot
Fuck you. Fuck you. Fuck you. Fuck you. Fuck you. Also fuck whoever made the LCU "documentation" viewer.
LCU - League of Legends local API ↩︎
Make client work in the backgroundto Version 1.1.1Released version 1.1.1