Commit Graph

160 Commits

Author SHA1 Message Date
rxmarccall
5658b0695d
Update NetworkBehaviour.md
Simple typo for `ClientRPC` attribute that should be `ClientRpc`
2019-12-20 15:42:16 -07:00
MrGadget
c51b8c7508
Merge pull request #1320 from rxmarccall/patch-1
Update SceneObjects.md
2019-12-19 10:18:18 -05:00
Icezman001
a21ab8934b
Update SyncVarHook.md
In the example while reading the guides it just seemed easier to put the variables at the top (as you read the OnStartServer method you see a variable and try to find what it is, but it's further down.
Easier to understand in my mind. Not sure if it's a huge issue for others
2019-12-19 15:54:35 +01:00
MrGadget
f521f1b06e
Update Conversion.md 2019-12-19 09:41:58 -05:00
rxmarccall
e49456da5f
Update doc/Guides/GameObjects/SceneObjects.md
Looks great!

Co-Authored-By: MrGadget <chris@clevertech.net>
2019-12-18 17:10:28 -07:00
rxmarccall
11df4dd2f8
Update SceneObjects.md
Clarification that networked scene objects will not enable until an actual Player Object has been created
2019-12-18 15:46:31 -07:00
MrGadget
2b5370f129
Merge pull request #1311 from FirstGearGames/patch-5
Added missing field setter on Item ReadItem() for ARMOR.
2019-12-16 17:31:21 -05:00
MrGadget
16fe7d3643
Merge pull request #1312 from FirstGearGames/patch-6
Added video tutorial.
2019-12-16 17:30:57 -05:00
MrGadget
f09b06584e
Merge pull request #1313 from FirstGearGames/patch-7
Changedvideo link to video within playlist.
2019-12-16 17:30:43 -05:00
MrGadget
4d906fbe44
Merge pull request #1314 from FirstGearGames/patch-8
Added SyncVar hook video link.
2019-12-16 17:30:32 -05:00
MrGadget
ebe4b557e8
Merge pull request #1315 from FirstGearGames/patch-9
Added video tutorial link.
2019-12-16 17:30:23 -05:00
FirstGearGames
5dbb1709a8
Added video tutorial link. 2019-12-16 16:56:44 -05:00
FirstGearGames
193c1068bd
Added video tutorial link. 2019-12-16 16:55:54 -05:00
FirstGearGames
beca3dfd20
Added SyncVar hook video link. 2019-12-16 16:51:53 -05:00
FirstGearGames
0cabfff9c8
Changedvideo link to video within playlist. 2019-12-16 16:49:34 -05:00
FirstGearGames
c51b27eb2f
Added video tutorial. 2019-12-16 16:48:10 -05:00
FirstGearGames
3cb4f93790
Added missing field setter on Item ReadItem() for ARMOR. 2019-12-16 15:33:12 -05:00
MrGadget
3b1e6dcc6f
Update SpawnPlayerCustom.md 2019-12-15 18:56:38 -05:00
Paul Pacheco
3e1d0bd147 doc: Improved alt for video tutorial 2019-12-14 14:16:07 -06:00
Paul Pacheco
39c934af54 docs:Use video tutorial image 2019-12-14 13:50:35 -06:00
FirstGearGames
3033ed7541 docs: Added video tutorial URL (#1308)
* Update SyncVars.md

* Update doc/Guides/Sync/SyncVars.md

Co-Authored-By: Paul Pacheco <paulpach@gmail.com>

* Update SyncVars.md

- Removed starting time from video URL.

* Resize image and move to the top

* Make video bigger
2019-12-14 10:23:52 -06:00
MrGadget
f21dbfee01
Update Migration.md 2019-12-14 01:02:33 -05:00
MrGadget
6eb88a9c2c
Update ChangeLog.md 2019-12-12 23:10:19 -05:00
Paul Pacheco
15185de56f docs: include Components in the generated docs
fixes #1218
2019-12-12 20:36:08 -06:00
MrGadget
c2d8cdfbcd
Update ChangeLog.md 2019-12-09 20:59:02 -05:00
MrGadget
d4ac60fcfd
Update ChangeLog.md 2019-12-09 20:58:16 -05:00
Robin Gustafsson
a8795b3449 Fix spelling mistakes 2019-12-07 23:31:48 +01:00
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