-
Notifications
You must be signed in to change notification settings - Fork 20
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
Wait for TexturePreloader before displaying board #81
Open
azeier
wants to merge
1
commit into
HearthSim:main
Choose a base branch
from
azeier:preloading
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
beheh
force-pushed
the
master
branch
3 times, most recently
from
July 22, 2016 10:23
cbb735a
to
56c2e65
Compare
beheh
force-pushed
the
master
branch
5 times, most recently
from
July 28, 2016 09:04
5400463
to
bcd5ff1
Compare
beheh
force-pushed
the
master
branch
3 times, most recently
from
July 31, 2016 16:58
44f8dec
to
b1108f8
Compare
beheh
force-pushed
the
master
branch
3 times, most recently
from
August 16, 2016 20:56
4f0550a
to
c12d9d4
Compare
beheh
force-pushed
the
master
branch
2 times, most recently
from
August 21, 2016 18:49
1271c76
to
d0aaac0
Compare
beheh
force-pushed
the
master
branch
4 times, most recently
from
September 3, 2016 16:47
712f253
to
feae441
Compare
beheh
force-pushed
the
master
branch
2 times, most recently
from
September 17, 2016 12:24
22af358
to
8fe2b38
Compare
beheh
force-pushed
the
master
branch
2 times, most recently
from
November 20, 2016 11:06
be62259
to
fc990ec
Compare
beheh
force-pushed
the
master
branch
2 times, most recently
from
January 25, 2017 12:27
b995d6b
to
2e9aace
Compare
beheh
force-pushed
the
master
branch
4 times, most recently
from
February 21, 2017 21:41
6f84d92
to
b6e7eb2
Compare
beheh
force-pushed
the
master
branch
3 times, most recently
from
July 10, 2017 14:40
09cbd65
to
b33c11d
Compare
beheh
force-pushed
the
master
branch
2 times, most recently
from
September 13, 2017 17:11
bbdf4eb
to
745bd35
Compare
beheh
force-pushed
the
master
branch
3 times, most recently
from
March 12, 2018 23:46
b6b5106
to
89c8d97
Compare
beheh
force-pushed
the
main
branch
3 times, most recently
from
September 8, 2023 11:58
307e957
to
cc848af
Compare
beheh
force-pushed
the
main
branch
2 times, most recently
from
March 26, 2024 11:50
383a832
to
a166ad4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This displays
Waiting for assets...
andWaiting for textures...
before the game starts.The reason behind
heroPowerCount
: If the assets load faster than the replay file (usually the case),working
will be 0 between assets and textures being loaded.TODO: