Commit Graph

840 Commits

Author SHA1 Message Date
vis2k
9c21f76234 Syntax 2018-12-30 17:14:28 +01:00
vis2k
53c1ea3788
Weaver passes cmd/rpc/targetrpc/event names instead of hashcodes now. HLAPI worries about sending hashcodes instead. 2018-12-30 17:13:03 +01:00
vis2k
283727b88a Removed Utils again 2018-12-30 17:02:49 +01:00
vis2k
be9206c27a Removed comment 2018-12-30 17:01:59 +01:00
vis2k
cc56bbd048 Weaver passes cmd/rpc/targetrpc/event names instead of hashcodes now. HLAPI worries about sending hashcodes instead. 2018-12-30 17:00:51 +01:00
vis2k
1b33f7d633 HLAPI: GetStableHashCode added too 2018-12-30 16:24:28 +01:00
vis2k
07ab30f366 Weaver: GetHashCode replaced with string.GetStableHashCode extension that is less weird and can be used in HLAPI too (without compiling with /unsafe flag) 2018-12-30 16:23:56 +01:00
vis2k
86c482cf60 NetworkBehaviour: improved error message 2018-12-30 15:56:38 +01:00
vis2k
ce803e1ea1 NetworkScenePostProcess: 'uvs' renamed to 'identities' 2018-12-30 15:54:29 +01:00
vis2k
163600c498 NetworkScenePostProcess: removed prefabWarnings HashSet because the extra code is not worth the rare case where we have more than one NetworkIdentity on a prefab. There is no harm in showing a warning for each one. 2018-12-30 15:29:45 +01:00
vis2k
b66a5784f1 Fixed comment typo 2018-12-30 15:27:02 +01:00
vis2k
9b49b34f3c NetworkScenePostProcess: rename 'uv' to 'identity' 2018-12-30 15:26:23 +01:00
vis2k
e19af230b9 NetworkScenePostProcess: replace 'var' with actual types 2018-12-30 15:25:56 +01:00
Paul Pacheco
79a0187292
Fix links in readme (#189) 2018-12-27 16:32:54 -06:00
Paul Pacheco
217e79476d
Reset the offset boundaries when we connect to a new server (#187) 2018-12-27 08:42:56 -06:00
vis2k
8ad8b8bf1a
Merge pull request #186 from paulpach/timeboundary
Dramatically improve accuracy of network time
2018-12-27 11:39:44 +01:00
vis2k
6c22c57d52
Merge pull request #183 from paulpach/stopwatch
Fix #182,  use Stopwatch to keep track of NetworkTime
2018-12-27 11:38:32 +01:00
Paul Pacheco
5c0670dc6a Dramatically improve accuracy of network time 2018-12-27 01:07:32 -06:00
Paul Pacheco
85c7d80099
Fix link to documentation (#185)
* Fix link to documentation

* Can't really merge anything without this
2018-12-26 19:18:28 -06:00
Paul Pacheco
e07ad53c55 Simplify stop watch initialization 2018-12-26 18:42:08 -06:00
Chris Langsenkamp
76b75dbb9b New Documentation (#184)
* Documentation Outline

* Spacing adjustments

* Captured old wiki content

* yml fix

* Docs work

* resize images

* Replaced images

* Removed md from links

* Renamed Misty to Fizzy

* Captured Unity docs

* links cleanup

* clear links

* Cleanup and moved NetworkBehavior to Classes.

* added slashes to yml paths

* reverted slashes

* Fixes bad link

* Update Ignorance.md

This should be enough documentation for now, yeah?

* Localized images

* Update Ignorance.md

formatting updates

* Lots of Cleanup

* fix link

* Formatting

* fix code blocks

* Lots of content and cleanup

* fixed yml

* Added blank line

* Added spaces in titles

* tightened bullets

* Fixed bullet spacing

* Fixed more bullets

* unbolded content

* Cleanup and removal of empty pages
Updated README with links to docs pages

* Restored prior version

* Contributing

* Improvements to content

* lower case fix

* fix link

* renamed Contributions

* fixed link

* home page content

* Fixed Encoding

* Moved Why TCP

* Replaced Unity with Mirror

* Telepathy Description

* changed to h2

* Moved Sample down

* Removed dead links

* Copied Contributions
Added Test
Fixed h3's

* Fixed headings

* added to Test

* Fixed image alts and links

* fixed last alt
2018-12-26 16:07:24 -06:00
Paul Pacheco
cf56c0ed79 fix #182, use Stopwatch instead of Datetime to keep track of network time 2018-12-26 09:16:39 -06:00
vis2k
a645406bd6
Merge pull request #180 from paulpach/readonlylist
SyncLists are now readonly in the client
2018-12-24 10:54:56 +01:00
Paul Pacheco
2dbdc5591d SyncLists are now readonly in the client
If users try to modify a synclist in the client, it will now complain loudly with an InvalidOperationException
instead of silently doing the change and breaking synclists.
2018-12-23 16:51:42 -06:00
Paul Pacheco
62051c74b0 Add space before disqus 2018-12-23 09:59:40 -06:00
Paul Pacheco
7ddb7df4ad Reduce space between bullet points 2018-12-23 09:55:12 -06:00
Paul Pacheco
1affe178f5 Add some separation between toc entries 2018-12-23 09:53:22 -06:00
Paul Pacheco
f85316f5c6 add some margin after code 2018-12-23 09:47:32 -06:00
Paul Pacheco
d78b5f720a Code background matches between inline and multiline 2018-12-23 09:43:29 -06:00
Paul Pacheco
b435eedfeb Reduce margin-top for h2 and h3 2018-12-23 07:52:23 -06:00
Paul Pacheco
cef22386da Fix issue scrolling to the end of sidebar 2018-12-22 22:38:10 -06:00
Paul Pacheco
8efaf5c159 Fix issue with sticking Concepts in sidebar 2018-12-22 22:31:59 -06:00
Paul Pacheco
49115b682b Fix anchor & code scrolling issue 2018-12-22 22:21:55 -06:00
Paul Pacheco
ab80b6f943 Validate documentation for broken links and images 2018-12-22 12:18:21 -06:00
Paul Pacheco
9f295e2ebf Smooth scrolling
Navigating anchors now scrolls smoothly to the anchors,  this helps usability by having visual feedback of where the previous location was
2018-12-20 22:28:41 -06:00
Paul Pacheco
708be51743 Don't include bootstrap twice 2018-12-20 21:46:34 -06:00
Paul Pacheco
49beae8d37 only apply anchor fix to h1 and h2 2018-12-20 20:41:39 -06:00
Paul Pacheco
dcaef98567 Fix issue with folder links 2018-12-20 19:39:41 -06:00
Paul Pacheco
a6f322f81d Fix anchor positioning with fixed header 2018-12-20 19:29:24 -06:00
Paul Pacheco
e7305b80da Improve color scheme 2018-12-20 18:58:28 -06:00
Paul Pacheco
07ccec429a active page is bolder 2018-12-20 18:49:19 -06:00
Paul Pacheco
d473ed8dc5 Sidenav now shows current page 2018-12-20 10:06:24 -06:00
Paul Pacheco
00b6cb631d gray background for code instead of pink 2018-12-20 00:27:00 -06:00
Paul Pacheco
33209b9132 Fix padding on the sidebar 2018-12-19 23:03:48 -06:00
Paul Pacheco
96189c5f03 Fix issue with wrong name in submenu 2018-12-19 23:00:07 -06:00
Paul Pacheco
6f262d6158 Add level 3 submenus 2018-12-19 22:51:16 -06:00
Paul Pacheco
962d8bc9a0 Add TOC 2018-12-19 22:37:59 -06:00
Paul Pacheco
f0f7267b5e Remove unnecesary layout for pages 2018-12-19 22:36:21 -06:00
Paul Pacheco
5cb39a72bc Remove redundant home page template 2018-12-19 17:42:57 -06:00
Paul Pacheco
80ad29c2f2 Remove extra <title> element in head 2018-12-19 17:41:15 -06:00