-
Notifications
You must be signed in to change notification settings - Fork 44
CSharp Module tweak & Unity Tutorial part 1, 2b, 3 tweaks #56
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
Merged
jdetter
merged 32 commits into
clockworklabs:master
from
Lethalchip:csharp-module-updates-and-unity-tutorial-fixes
Jun 27, 2024
Merged
Changes from 31 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
c392094
expanded on taggedenums and added examples for each special ReducerKind
Lethalchip 0b8ddcb
fixed part2 hyperlinks
Lethalchip 0d5bf51
fixed config version type
Lethalchip 2b6ba63
update Throw => throw
Lethalchip 6b13554
update log typo
Lethalchip e728730
fix type on connect reducerkind from init=>connect
Lethalchip e669ffb
private=>public for UpdatePlayerLoginState reducer
Lethalchip ead920d
remove double "publish" condenses it into one publish at the end afte…
Lethalchip cf1b2c7
fixed name of GameManager file, tweaks to instructions
Lethalchip 82110db
fixed onConnectError
Lethalchip fdfea0b
more TutorialGameManager renames to BitcraftMiniGameManager.cs and al…
Lethalchip 1974a04
added clarity to UIUsernameChooser.cs and LocalPlayer.cs -- Also fixe…
Lethalchip 9aed263
some small tweaks again to GameManager name
Lethalchip eb284ec
updated tagged enums to reflect record usage and pattern matching
Lethalchip af55f08
filter -> find fixes
Lethalchip cf047b6
expanded on taggedenums and added examples for each special ReducerKind
Lethalchip 0da635d
fixed config version type
Lethalchip 8e708d6
update Throw => throw
Lethalchip cdaea7d
update log typo
Lethalchip a1dd444
fix type on connect reducerkind from init=>connect
Lethalchip b96c06b
private=>public for UpdatePlayerLoginState reducer
Lethalchip b7816aa
remove double "publish" condenses it into one publish at the end afte…
Lethalchip 96d1eaa
fixed name of GameManager file, tweaks to instructions
Lethalchip 6aaa2b9
fixed onConnectError
Lethalchip b1bf5e9
more TutorialGameManager renames to BitcraftMiniGameManager.cs and al…
Lethalchip b95b213
added clarity to UIUsernameChooser.cs and LocalPlayer.cs -- Also fixe…
Lethalchip 3c04122
some small tweaks again to GameManager name
Lethalchip 2bede0b
updated tagged enums to reflect record usage and pattern matching
Lethalchip d9a5fad
filter -> find fixes
Lethalchip ab42d18
Merge branch 'csharp-module-updates-and-unity-tutorial-fixes' of http…
Lethalchip f3f3981
Merge branch 'master' into csharp-module-updates-and-unity-tutorial-f…
Lethalchip 4e5a813
updated based on feedback
Lethalchip File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this change is wrong, the previous links work but the new ones don't.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated!