Commit Graph

668 Commits

Author SHA1 Message Date
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
Paul Pacheco
c1fc7df485 Switch to a twitter bootstrap theme 2018-12-19 17:05:57 -06:00
Paul Pacheco
857e5bd4d0
fix url to migration guide 2018-12-19 13:55:09 -06:00
Paul Pacheco
4793c8f6ea Ignore generated files 2018-12-19 10:15:37 -06:00
Paul Pacheco
20caad708b Add dependencies for running pages locally 2018-12-19 10:09:07 -06:00
Paul Pacheco
c945940ad1 Fixed syntax error 2018-12-19 10:08:32 -06:00
vis2k
d89ecf0ee0 Fix #176: ApplySpawnPayload only enables isClient if SpawnFinished. Forgot to do that when removing OnSetLocalObject in commit 58a70038a9 before. 2018-12-19 12:09:52 +01:00
Paul Pacheco
4bd28e72c7 Apply default layout to all pages 2018-12-18 17:20:55 -06:00
Paul Pacheco
4e28cdb56f Remove minified version 2018-12-18 14:50:21 -06:00
Paul Pacheco
772e8757f8 use non minified mui.js 2018-12-18 14:48:19 -06:00
Paul Pacheco
39728a1357 No need for posts, not a blog 2018-12-18 14:44:05 -06:00
Paul Pacheco
abdf7295b8 don't build with changes in doc folder recursive 2018-12-18 13:36:05 -06:00
Paul Pacheco
99331826a7 Use supported highlighter 2018-12-18 13:21:44 -06:00
Paul Pacheco
7e1806dce2 Added documentation folder 2018-12-18 12:42:55 -06:00
Paul Pacheco
0a4a43ceaf deploy if stuff is in master 2018-12-18 08:52:46 -06:00
vis2k
0121d2ad8f OnCommandMessage syntax improved 2018-12-18 14:59:46 +01:00
vis2k
2147d86013 Removed unnecessary spawned[netId] != null checks 2018-12-18 14:57:19 +01:00
vis2k
6f5ee57248 NetworkServer.OnCommandMessage: removed unnecessary GetComponent call and unnecessary .gameObject calls by using NetworkIdentity.spawned directly 2018-12-17 23:20:37 +01:00
vis2k
42ab1be224 NetworkWriter: removed unnecessary '.gameObject' call 2018-12-17 23:17:46 +01:00
vis2k
3c5ca56045 NetworkWriter consistent NetworkIdentity naming 2018-12-17 23:17:23 +01:00
vis2k
ce78a61f02 NetworkServer consistent NetworkIdentity naming 2018-12-17 23:15:50 +01:00
vis2k
4088beed6c NetworkReader.ReadGameObject and ReadNetworkIdentity simplified: uses new spawned dict and avoids unnecessary '.gameObject' access. ReadNetworkIdentity also avoids unnecessary casting back from GameObject to NetworkIdentity. 2018-12-17 22:59:26 +01:00
vis2k
28a2246b32 NetworkProximityChecker OnSetLocalVisibility parameter name improved 2018-12-17 22:54:44 +01:00