Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

UI and MP enhancements #36

Merged
merged 21 commits into from
Apr 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
969b7a6
Upgrade Amethyst to the latest master
vladbat00 Feb 26, 2020
361d028
Implement modal windows and validating server IP address
vladbat00 Feb 29, 2020
0592994
Update Amethyst to my fork
vladbat00 Mar 1, 2020
ddcb78f
Fix showing modal window without confirmation button
vladbat00 Mar 1, 2020
c9e5cae
Update Amethyst to my fork (fixed HiddenPropagate)
vladbat00 Mar 1, 2020
e89b506
Implement menu animations queue
vladbat00 Mar 1, 2020
2d75b8c
Add logging of network errors
vladbat00 Mar 1, 2020
8891631
Add menu screen animations trace logs
vladbat00 Mar 1, 2020
b58d3b6
Add StateUpdate::CustomAnimation, make showing new players smoother
vladbat00 Mar 1, 2020
26b5976
Handle Duplicate disconnect event (fixes a panic)
vladbat00 Mar 7, 2020
951072e
Show modal windows on disconnects, improve modal window transitions
vladbat00 Mar 7, 2020
b7e51db
Fix multiplayer menu initial alpha for text
vladbat00 Mar 8, 2020
6b8871f
Handle disconnects while playing, improve MP stability
vladbat00 Mar 8, 2020
ed80ba4
Implement skipping transitions if no elements are going to change
vladbat00 Mar 9, 2020
e3606ed
Update the progress in the README
vladbat00 Mar 9, 2020
4c37bac
Make logs configurable, fix frame limitter
vladbat00 Apr 18, 2020
08508f1
Implement disconnecting, kicking, polish client transitions
vladbat00 Apr 19, 2020
61b8ea8
Change modal window title when a transition starts
vladbat00 Apr 19, 2020
6b95b06
Update player colors on removing players from the room
vladbat00 Apr 20, 2020
cb45fc5
Refactor ui and client_network logic with using UiNetworkCommand
vladbat00 Apr 20, 2020
1041f57
Fix rejecting players trying to join to a started game
vladbat00 Apr 20, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ target
output
assets_packer/input

# Local config files
client_logging_config.toml
server_logging_config.toml

# RenderDoc
*.cap

Expand Down
Loading