Skip to content
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

feat: GUI management #135

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open

feat: GUI management #135

wants to merge 48 commits into from

Conversation

Distractic
Copy link
Collaborator

We need a GUI to open options, games, or something else.
To have better management of them through multi-thread and memory, we created some GUI:

  • PlayerGUI: Each player has a dedicated inventory loaded with his information (maybe stats, name, etc.)
  • LocaleGUI: Shared inventory dedicated to one language. If two players have the same language, they will share the same inventory
  • SingleGUI: Unique inventory shared with everyone

We added a way to animate inventory loading to avoid a "lag" sensation between the order to open the GUI and the load of data from IO operations.

@Distractic Distractic added the enhancement New feature or request label Dec 19, 2023
@Distractic Distractic self-assigned this Dec 19, 2023
@Distractic
Copy link
Collaborator Author

I want to add a way to update the inventory of one client

@Distractic Distractic marked this pull request as ready for review December 20, 2023 13:06
Copy link

sonarcloud bot commented Sep 7, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants