55 Commits

Author SHA1 Message Date
JohnCorby
5c711d4b7c RaiseEvent and SafeInvoke are now in OWML 2024-04-25 13:46:15 -07:00
JohnCorby
ab13d59382 rename all instances of auth/authority to own/ownership 2023-05-08 11:38:24 -07:00
JohnCorby
f2e9c58a30 LinkedWorldObject: SpawnWithServerAuthority 2022-03-14 03:44:52 -07:00
JohnCorby
611ecec4a3 world object link: use for eote stuff, also make abstract class impls for convenience 2022-03-14 03:22:44 -07:00
JohnCorby
033e2f59cc world object link: implement for more stuff 2022-03-14 01:53:12 -07:00
JohnCorby
310daa7d45 update Extensions.cs 2022-03-10 21:23:06 -08:00
JohnCorby
e4da50a656 solution-wide: file-scoped namespaces 2022-03-02 19:46:33 -08:00
JohnCorby
a8fba743f6 Revert "solution wide: use file-scoped namespace" 2022-02-27 05:25:39 -08:00
JohnCorby
267a888c1c orb/raft: don't do server authority by default 2022-02-25 23:18:53 -08:00
JohnCorby
182678c4bc solution wide: use file-scoped namespace 2022-02-25 23:18:46 -08:00
JohnCorby
9e5e7bb6a1 initial state:
- always send from the host
- QSBNetworkBehaviour will store last known data in an array and send that, since real data will be wrong if no authority
2022-02-16 19:22:21 -08:00
JohnCorby
c831b15aa2 guh 2022-02-13 17:02:08 -08:00
JohnCorby
1a9cb4fd22 when you 2022-02-13 16:57:27 -08:00
JohnCorby
609567a8cc Update QSBOrb.cs 2022-02-13 15:51:00 -08:00
JohnCorby
9632d31522 nicer orbs 2022-02-13 05:41:29 -08:00
JohnCorby
bf93713d96 make building and initing async 2022-01-28 20:57:17 -08:00
JohnCorby
edf469d3e4 rename 2022-01-28 20:50:34 -08:00
JohnCorby
2f99dec87f make BuildWorldObjects async 2022-01-28 20:49:07 -08:00
JohnCorby
a2660d6a54 send initial states less often and not in RequestStateResyncMessage 2022-01-26 00:12:44 -08:00
JohnCorby
ce174fe455 dont display debug for these so they dont overlap with transform sync text 2022-01-21 17:56:20 -08:00
JohnCorby
4918815e92 implement SendResyncInfo 2022-01-21 15:15:57 -08:00
JohnCorby
ff9a93108c remove qnet references (except AnimationSync) 2022-01-14 22:54:31 -08:00
JohnCorby
c5af74c848 start to remove 2022-01-14 22:29:58 -08:00
JohnCorby
51bb10eedc rename 2022-01-14 22:25:23 -08:00
JohnCorby
a30cd95e84 worldobjects use new transformsyncs 2022-01-14 22:08:06 -08:00
Mister_Nebula
ef4a83e12d cleanup 2022-01-01 22:19:10 +00:00
JohnCorby
5991058b28 spawn with server authority so orbs dont do a little trolling 2021-12-21 11:45:40 -08:00
JohnCorby
3b004d7026 remove suspended check 2021-12-18 16:15:33 -08:00
JohnCorby
aa155f802b initially spawn with no authority 2021-12-18 15:17:20 -08:00
JohnCorby
fbdd719846 use auth queue system for orbs 2021-12-17 21:14:30 -08:00
JohnCorby
d3f926439a use setslot instead of setslotted 2021-12-17 16:53:27 -08:00
JohnCorby
66bbf16aee okay well it works but its also wacky for some reason??? 2021-12-15 02:25:13 -08:00
JohnCorby
e6f472ff5a lets take a step back for a second 2021-12-15 01:20:51 -08:00
JohnCorby
2f648733c2 pass slot before setting it to null 2021-12-15 00:10:35 -08:00
JohnCorby
1284ce3012 we dont need an orb slot world object 2021-12-14 23:58:35 -08:00
JohnCorby
6bba8de116 fix nre whoops 2021-12-14 22:20:48 -08:00
JohnCorby
9c2ddef242 add qsborb 2021-12-14 20:24:02 -08:00
JohnCorby
2c69f8f9f2 orb refactor 2021-12-13 21:18:16 -08:00
JohnCorby
2414efd65f set AttachedObject and ObjectId in QSBWorldSync.cs, meaning many Init()s can be removed 2021-12-11 14:38:54 -08:00
Mister_Nebula
0bd60ddb68 rename variables, fix QSBOWItem (again) 2021-12-04 09:51:27 +00:00
JohnCorby
914a05916d removed world object bools from qsbcore since they're duplicates 2021-12-02 02:44:34 -08:00
Mister_Nebula
f267276ccf cleanup (tabs, whitespace, usings) 2021-07-07 09:02:23 +01:00
_nebula
1df05b70db
Merge branch 'change-some-syncs-into-child-syncs' into master 2021-07-07 08:54:44 +01:00
ShoosGun
8676347822 Moved RaiseEvent from WorldSync to Utilities, made it an extension and updated the parts that used the method from WorldSync 2021-07-06 20:08:26 -03:00
Mister_Nebula
a0286c3c74 fix ones in QSB 2021-06-18 22:38:32 +01:00
Mister_Nebula
3050eb7801 change HasWokenUp 2021-05-08 16:57:01 +01:00
Mister_Nebula
67a2f3688d upgrade quantum enable/disable detection 2021-02-27 14:23:35 +00:00
Mister_Nebula
42f1684947 fix lots of things 2021-02-21 18:25:25 +00:00
Mister_Nebula
10ed88d108 fix orbs in eye scene and fix not being to disconnect after connection failiure 2021-02-19 21:25:17 +00:00
Mister_Nebula
6890005653 Revert "fix events"
This reverts commit 2024c4c821b13aa18164a674057eb42e0e72a45f.
2021-02-13 10:11:02 +00:00