Commit Graph

133 Commits

Author SHA1 Message Date
MrGadget
424a417e35
Update ChangeLog.md 2019-12-05 21:17:29 -05:00
MrGadget
9855c1dbdb
Update ChangeLog.md 2019-12-05 21:17:13 -05:00
Chris Langsenkamp
05dd3b6660 Updated DataTypes doc 2019-12-04 16:07:28 -05:00
Chris Langsenkamp
9852fef846 Doc updates 2019-12-03 14:42:38 -05:00
vis2k
13e2dcccd9
breaking: SyncList.Callback passes old and new entries instead of only passing one entry which is sometimes the old, sometimes the new entry. This is more consistent and it's very useful to know the previous value in a hook for OP_SET and OP_DIRTY. (#1273)
* feature: SyncList.Callback passes old and new entries instead of only passing one entry which is sometimes the old, sometimes the new entry. This is more consistent and it's very useful to know the previous value in a hook for OP_SET and OP_DIRTY.

* update tests

* update docs
2019-12-03 08:35:41 +01:00
Paul Pacheco
706fc23127 docs: explain what sync to owner does 2019-11-28 10:20:29 -06:00
Paul Pacheco
f5e2fd49ff docs: suggest custom data types instead of overriding OnSerialize 2019-11-28 10:01:44 -06:00
Paul Pacheco
2bb65a6f64 add link to video tutorial in Getting started 2019-11-28 09:29:29 -06:00
Chris Langsenkamp
ca0ec5e36c Doc formatting 2019-11-27 21:48:41 -05:00
Paul Pacheco
f24c4deb74 docs: document how inheritance works with data types 2019-11-27 20:01:06 -06:00
Paul Pacheco
e02200c5fa docs: document how inheritance works with syncvars 2019-11-27 19:30:43 -06:00
gestewa
2f1458f3ff
Update index.md
Typo found in documentation, OnDeSerialize -> OnDeserialize
2019-11-24 13:59:17 -08:00
Paul Pacheco
aa9e9efa67 docs: fix changelog link 2019-11-23 11:03:24 +09:00
Paul Pacheco
3a72507878 docs: Enable global search 2019-11-23 11:03:21 +09:00
MrGadget
d85ae85ddf Update index.md 2019-11-23 11:03:05 +09:00
MrGadget
76bdbc88e7 Update index.md 2019-11-23 11:03:00 +09:00
MrGadget
24037b8803 Update Migration.md 2019-11-23 11:02:58 +09:00
MrGadget
e7b6a52cbb Update ChangeLog.md 2019-11-23 11:02:55 +09:00
MrGadget
0f49883874 Update ChangeLog.md 2019-11-23 11:02:11 +09:00
MrGadget
d829a0be3b Update ChangeLog.md 2019-11-23 11:01:13 +09:00
MrGadget
5c050aff8e Update ChangeLog.md 2019-11-23 10:59:46 +09:00
Chris Langsenkamp
a19b5d5a58 Replaced doc images 2019-11-23 10:58:08 +09:00
Chris Langsenkamp
6d9a12a026 Updated doc images 2019-11-23 10:58:06 +09:00
Chris Langsenkamp
1ca8bcea54 Updated NetworkIdentity doc 2019-11-23 10:58:02 +09:00
Chris Langsenkamp
2fdc224f43 update code example 2019-11-23 10:57:22 +09:00
Paul Pacheco
31ea2345cc doc: clarify ownership as seen in NetworkBehaviours 2019-11-23 10:56:34 +09:00
Chris Langsenkamp
890676fd84 Updated ChangeLog 2019-11-23 10:56:17 +09:00
vis2k
589f62dee3 Doc favicon file 2019-11-23 10:54:01 +09:00
vis2k
3735ea5e8c Doc color consistency 2019-11-23 10:53:59 +09:00
Chris Langsenkamp
033e7972f9 Doc Update 2019-11-23 10:53:56 +09:00
Paul Pacheco
a2f98d03b0 Improve authority docs (#1207) 2019-11-23 10:53:52 +09:00
Chris Langsenkamp
6551332e1b Updated changelog 2019-11-23 10:52:34 +09:00
MrGadget
b9653f3f19
Update ChangeLog.md 2019-11-03 10:52:58 -05:00
vis2k
188b74edd6
Fallback Transport (#1198)
* Fallback Transport

* doc

* doc

* help URL

* exception

* fixed help url
2019-11-03 00:04:59 +01:00
MrGadget
2795b81e97
Moved enum 2019-11-02 01:49:46 -04:00
Paul Pacheco
d6f07cd8ac docs: it is safe to update a syncvar inside it's hook 2019-10-27 10:18:15 -05:00
vis2k
12c5a8fdc3 Revert "feat: Add Timeout to NetworkAuthenticator (#1091)"
This reverts commit e8cc9ba27b.
2019-10-20 20:12:14 +02:00
MrGadget
e8cc9ba27b feat: Add Timeout to NetworkAuthenticator (#1091)
* Add timeout to NetworkAuthenticator

* Added back the using Vis removed

* updated doc

* Typo
2019-10-20 11:23:34 -05:00
Chris Langsenkamp
9806e77718 Fixed typo 2019-10-19 23:45:52 -04:00
Chris Langsenkamp
0024353d44 Merge branch 'master' of https://github.com/vis2k/Mirror 2019-10-13 13:41:53 -04:00
Chris Langsenkamp
caa9a4db95 Updated doc code sample 2019-10-13 13:41:46 -04:00
Paul Pacheco
0466bc5c81 Update profiler screenshot for version 1.4 2019-10-13 12:07:28 -05:00
Chris Langsenkamp
bb48c50caa Merge branch 'master' of https://github.com/vis2k/Mirror 2019-10-13 12:35:00 -04:00
Chris Langsenkamp
248d042360 updated doc code sample 2019-10-13 12:34:46 -04:00
Paul Pacheco
64b7597aec Update docs for profiler version 1.3 2019-10-12 17:09:32 -05:00
Chris Langsenkamp
edbc2dc847 Fixed typo and formatting 2019-10-11 18:10:13 -04:00
MichalPetryka
2337cb2037 Data types documentatation recommends structs to be readonly and implement IEquatable. (#1138) 2019-10-06 14:45:17 -05:00
Chris Langsenkamp
8aebfdec1a Added Basic image 2019-10-04 04:49:28 -04:00
Chris Langsenkamp
26c23f7115 Restructured Examples docs with images 2019-10-04 04:21:02 -04:00
Chris Langsenkamp
5de4e4bf30 Updated Changelog 2019-10-03 09:05:16 -04:00