Commit Graph

328 Commits

Author SHA1 Message Date
mischa
9a82be7dc0 Update README.md 2024-09-21 16:31:34 -04:00
mischa
f5339c64f1 Update README.md 2024-09-21 16:31:34 -04:00
mischa
360a436095 Update README.md 2024-09-21 16:29:37 -04:00
MrGadget
682739505a doc(ReadMe): Fixed sponsor link 2024-09-21 16:29:36 -04:00
mischa
fe69cebf8b Update Readme: prediction status 2024-01-22 13:08:30 +01:00
mischa
67f32f2d90
feature: Edgegap Plugin V2 (#3692)
* Edgegap Plugin V2 from https://github.com/dylanh724/edgegap-unity-plugin-v2/tree/feat/plugin-v2.2

* fix things

* fix warnings

* fix u2020 support

* fix nre

* fix logo hardcoded path

* fix clipboard image hardcoded path and remove fonts

* syntax

* fix unity 2019/2020 breaking all editor UIs

* fix NRE on first open due to old window

* fix 2019 asserts

* link to our documentation

* disable warning

* fix unity 2019 unsupported syntax error

* Mirror.Hosting.asmdef: fix missing ref

* fix: remove all fonts to avoid the errors

* readme: two click hosting

* readme

* better

* fix 2019 errors

* fix U2020 async warning

---------

Co-authored-by: mischa <16416509+vis2k@users.noreply.github.com>
2023-12-09 11:02:01 +01:00
mischa
77e79de47d
Readme: added Features Matrix (#3691)
* features table

* emojis

* shorter

* stable

* more

* asdf

* a

* b

* c

* d

* e

* ee

* f

* asdf

* g

* h

* \ui

* i

* h

* test

* shorter

* shorter

* physics

* typo
2023-12-05 11:42:17 +01:00
mischa
5eb877ae4a
Update README.md 2023-12-04 10:24:48 +01:00
mischa
d7d82f8551
Update README.md 2023-12-04 10:23:52 +01:00
mischa
77155b83ce
Update README.md 2023-11-27 14:17:42 +01:00
mischa
5b73df8d46
Readme: Badge Styling V2 (#3672)
* better buttons and centered

* colors

* logos

* better

* center

* less is more

* colors

* fix showcase url
2023-11-27 14:13:24 +01:00
Nick
40953aaf81
Added plunder readme showcase (#3657)
* Update README.md
2023-11-20 11:28:04 +01:00
mischa
5c82baff38
Update README.md (#3647) 2023-11-10 15:35:16 +01:00
JesusLuvsYooh
db0adfa797
Update Showcase README.md (#3644) 2023-11-08 09:51:15 +01:00
JesusLuvsYooh
ee76c6aa25
Added Shattered Lands (#3641)
Note, somewhere after Unity Station image, the links no longer direct to stores.
2023-11-07 18:06:44 +01:00
mischa
a3ec844544
Update README.md (#3626) 2023-10-18 15:21:13 +02:00
mischa
de25a5e3bb
Update README.md 2023-10-18 15:11:59 +02:00
mischa
95e15f095b
Showcase: Unleased ❤️ 2023-10-18 15:11:02 +02:00
mischa
a25b3c05a8
Update README.md (#3617) 2023-09-27 14:36:54 +02:00
mischa
5fa9f4bf65 Readme: updated discord invite 2023-08-15 14:50:35 +02:00
mischa
17a60915dd
Update README.md 2023-08-04 11:43:56 +02:00
mischa
281febed57
Update README.md 2023-07-27 10:28:11 +02:00
mischa
218e81d31f
Update README.md (#3561) 2023-07-27 06:43:47 +02:00
mischa
d437dacac0
Update README.md (#3559) 2023-07-21 13:05:37 +02:00
mischa
135d87724a
Update README.md (#3558) 2023-07-21 13:04:57 +02:00
mischa
2d628cb0f5 Readme updated: slight adjustments 2023-06-26 17:45:41 +08:00
mischa
c7a39451c5 Readme updated: clarify incentives, fix typos, improve formatting 2023-06-26 17:41:13 +08:00
mischa
1e56bc4271
Update README.md (#3527) 2023-06-26 06:02:09 +02:00
mischa
123ef806d0 Readme updated 2023-06-14 16:30:47 +08:00
mischa
b3d76cde91 Readme updated 2023-06-14 16:14:54 +08:00
mischa
67bf435791 Readme updated 2023-06-14 16:13:43 +08:00
mischa
52ab2453f9 Readme updated 2023-06-14 16:13:05 +08:00
mischa
c470fb63bc Readme updated 2023-06-14 16:12:34 +08:00
mischa
596f186366
Update README.md (#3512) 2023-06-14 10:09:12 +02:00
mischa
8204250e2a Readme: Information Security Guidelines 2023-06-14 16:06:08 +08:00
Robin Rolf
20ce9c5ba9
Update README.md (#3503)
Bad PR link
2023-06-08 03:51:41 +02:00
mischa
215ab8896b
Update README.md (#3463) 2023-04-11 04:37:05 +02:00
mischa
5a86847f4b
Update README.md (#3462) 2023-04-11 04:35:51 +02:00
mischa
ee957f3fcd
fix: kcp2k V1.35. secure cookie to prevent UDP spoofing. fixes: #3286 (#3445)
* fix: kcp2k V1.35 [2023-04-05]
- fix: KcpClients now need to validate with a secure cookie in order to protect against
  UDP spoofing. fixes:
  https://github.com/MirrorNetworking/Mirror/issues/3286
  [disclosed by IncludeSec]
- KcpClient/Server: change callbacks to protected so inheriting classes can use them too
- KcpClient/Server: change config visibility to protected

* credits

* credits

* link blog post

* 2019 compatibility

* Update Assets/Mirror/Transports/KCP/kcp2k/highlevel/KcpPeer.cs

Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>

* Update Assets/Mirror/Transports/KCP/kcp2k/highlevel/KcpPeer.cs

Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>

---------

Co-authored-by: MrGadget <9826063+MrGadget1024@users.noreply.github.com>
2023-04-06 04:46:26 +02:00
MrGadget1024
3535728786 Updated ReadMe 2023-03-11 14:29:20 -05:00
mischa
811dfd09cc
Update README.md 2023-03-03 02:54:27 +01:00
mischa
402fd1e787
Update README.md 2023-03-03 02:50:36 +01:00
mischa
62ca179346
Update README.md 2023-01-25 13:19:02 +01:00
mischa
7a9a861821
Update README.md 2023-01-25 13:12:43 +01:00
mischa
f49ff9b996
Update README.md 2023-01-25 13:08:44 +01:00
mischa
696113c2fd
Update README.md 2023-01-25 13:06:55 +01:00
mischa
02369e0fd5
Update README.md 2023-01-24 18:34:47 +01:00
mischa
db3e594ddc
Update README.md 2023-01-17 09:44:33 +01:00
mischa
180c14657b
Update README.md 2023-01-17 09:43:08 +01:00
mischa
3137c6b0f5
Update README.md 2023-01-17 09:42:26 +01:00