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

Working chat #142

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
8d0867f
update gitignore autogenerated meta etc. files on unity load
ryuuguu Jun 29, 2021
eab1ce6
Update .gitignore
ryuuguu Jun 29, 2021
3a6e811
Switch to GDN transport
ryuuguu Jun 29, 2021
a816669
use new version of GDNTransport
ryuuguu Jun 30, 2021
8bf6c53
added change logo and branding
ryuuguu Jun 30, 2021
5e0ec2e
basic no console on start for client
ryuuguu Jun 30, 2021
4453fcb
setup join button on main menu
ryuuguu Jun 30, 2021
b04fd97
add low res quality settings
ryuuguu Jul 1, 2021
928a49d
Start on GDN GUI
ryuuguu Jul 17, 2021
2c8c860
join game with name OK
ryuuguu Jul 17, 2021
b7ee9d5
GUI except isGlobal
ryuuguu Jul 18, 2021
f278e7c
menu fixes 2nd click goes to intro
ryuuguu Jul 20, 2021
d13f676
added ping to top left stats
ryuuguu Jul 20, 2021
af05eef
reduced configGDN.json writes
ryuuguu Jul 21, 2021
bddeb4c
disconnect by menu ok
ryuuguu Jul 24, 2021
66f012b
delayafter connect before pings start for each connectionId
ryuuguu Jul 24, 2021
1a7014a
move all connect relate methods to main thread
ryuuguu Jul 24, 2021
561aad4
client hard exit OK on server
ryuuguu Jul 24, 2021
453ab4e
commit pre copy from FPSTransport
ryuuguu Jul 30, 2021
7c03b43
incoperated and fixed StreamDriver
ryuuguu Jul 30, 2021
fba7bd9
add client browser tryinit basic code
ryuuguu Aug 1, 2021
f4a9b54
working on gamelist display
ryuuguu Aug 2, 2021
1844d21
udated Networkstatsdata
ryuuguu Aug 2, 2021
d91236d
some GDNTransport updates & showing gamelist
ryuuguu Aug 3, 2021
87eff6e
gamelist update with init, loading active
ryuuguu Aug 4, 2021
3b5ea5f
some color changing in gameslist
ryuuguu Aug 4, 2021
706da6f
join game from game list
ryuuguu Aug 5, 2021
1a8dcc1
improved game list select
ryuuguu Aug 5, 2021
23cb12a
multiple games in games list
ryuuguu Aug 9, 2021
9f9761d
ping multiple games in list ok
ryuuguu Aug 11, 2021
d29db9f
test ammoclip logging
ryuuguu Aug 12, 2021
f1200ac
do not show games on list that do not respond to pings
ryuuguu Aug 13, 2021
043bb0a
Hide unresponsive games onlist
ryuuguu Aug 14, 2021
80d2348
work on player stats
ryuuguu Aug 19, 2021
680d0b1
working chat
ryuuguu Aug 19, 2021
664a5df
some stats started
ryuuguu Sep 15, 2021
397d0c2
some new stats setup but not changing drivers yet. working
ryuuguu Sep 16, 2021
80429b7
new gamestats stream setup but not used
ryuuguu Sep 16, 2021
f53f9e6
first stats test build
ryuuguu Sep 17, 2021
c44b333
stats xyz
ryuuguu Sep 17, 2021
d8d529d
shots fired build
ryuuguu Sep 19, 2021
56cc91a
killCounts
ryuuguu Sep 23, 2021
da45446
connectionType build
ryuuguu Sep 26, 2021
551672d
game starts
ryuuguu Sep 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
/[Bb]uilds/
/[Aa]uto[Bb]uild/

[Bb]est [Hh][Tt][Tt][Pp]
[Bb]est [Hh][Tt][Tt][Pp].meta
ConfigGDN.json

.vscode/
.vs/

Expand All @@ -22,3 +26,4 @@

*.log
*.pyc
Assets/ConfigGDN.json.meta
4 changes: 2 additions & 2 deletions Assets/BundledResources/Shared/ReplicatedEntityRegistry.asset
Git LFS file not shown
10 changes: 7 additions & 3 deletions Assets/Gizmos/Elevator.tif.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Assets/Macrometa/MacroMetaLogo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions Assets/Macrometa/MacroMetaLogo1.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/_Test/MartinK.meta → Assets/Plugins/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Git LFS file not shown

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Prefabs/DebugPrimitives.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading