Commit Graph

114 Commits

Author SHA1 Message Date
Mister_Nebula
9be2eb8094 update item stuff 2022-02-15 16:54:50 +00:00
JohnCorby
9c4bf4de46 Update MoveToCarryMessage.cs 2022-02-04 16:24:19 -08:00
Mister_Nebula
2583965c0a Merge branch 'echoes-of-the-eye' into better-player-prefab 2022-01-30 09:31:01 +00:00
Mister_Nebula
e4da4e68a0 remove old socket classes 2022-01-30 09:27:55 +00:00
Mister_Nebula
adbb052a92 Merge branch 'dev' into echoes-of-the-eye 2022-01-30 09:27:43 +00: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
Mister_Nebula
0f9e98e07f fix animations state 2022-01-27 17:36:33 +00:00
JohnCorby
75ae6416f7 we can use generics for qsb message 2022-01-26 20:35:43 -08:00
Mister_Nebula
ebbecfd477 aaaa 2022-01-26 13:12:22 +00:00
JohnCorby
88da273f72 comment 2022-01-26 01:01:32 -08:00
JohnCorby
b309f117df rename IWorldObject.ReturnObject to AttachedObject 2022-01-26 00:55:47 -08:00
JohnCorby
43387d5c63 un-consolidate QSBItem 2022-01-26 00:43:27 -08:00
JohnCorby
779cf15022 make QSBItem properties private 2022-01-26 00:31:12 -08:00
JohnCorby
1d7eb69dae remove QSBItem.HoldingPlayer, as it wasn't always set 2022-01-26 00:30:19 -08:00
JohnCorby
20cf11dbdf item/item socket: remove unused methods 2022-01-26 00:28:23 -08:00
JohnCorby
a2660d6a54 send initial states less often and not in RequestStateResyncMessage 2022-01-26 00:12:44 -08:00
JohnCorby
87d5c26dcb use 1 world object for items 2022-01-26 00:12:44 -08:00
JohnCorby
55ba74f4e9 use 1 world object for item sockets 2022-01-26 00:12:43 -08:00
JohnCorby
85343384dd remove QSBOWitemDoubleSocket 2022-01-25 21:34:43 -08:00
JohnCorby
0a423a8ce6 comment 2022-01-25 21:32:43 -08:00
JohnCorby
1800e6f21f make SendResyncInfo abstract to make sure we handle resyncs 2022-01-25 21:08:04 -08:00
Mister_Nebula
e749c08985 add dream lantern and vision torch 2022-01-18 16:02:38 +00:00
JohnCorby
7e1f62666a seperate building and unbuilding of world objects 2022-01-18 00:46:27 -08:00
JohnCorby
2743c8ffa9 move a bunch of WorldObjectManager stuff to QSBWorldSync 2022-01-18 00:27:32 -08:00
JohnCorby
e1b7f5ffd4 Merge branch 'dev' into mirror
# Conflicts:
#	QSB/ConversationSync/Messages/DialogueConditionMessage.cs
#	QSB/Player/Messages/EnterLeaveMessage.cs
#	QSB/QSB.csproj
#	QSB/SaveSync/Messages/GameStateMessage.cs
#	QSBTests/MessageTests.cs
2022-01-14 14:14:40 -08:00
JohnCorby
235ed1203b baba booey use NetworkReader and NetworkWriter 2022-01-13 23:40:15 -08:00
JohnCorby
3064838e06 OnAddPlayer and OnRemovePlayer use PlayerInfo instead of PlayerId 2022-01-11 23:12:04 -08:00
JohnCorby
ad076e716d use __instance in patches instead of ___whatever since we can access fields directly 2021-12-26 21:25:26 -08:00
JohnCorby
7acd63e339 remove default ctors from messages 2021-12-26 18:55:54 -08:00
JohnCorby
e00aa13461 make getting world object from id or unity object an extension method (and rename) 2021-12-25 22:45:25 -08:00
JohnCorby
39801b4c50 item events 2021-12-25 22:35:32 -08:00
JohnCorby
507af7a1fa rename ALL Events folders to Messages so i dont have to do it later 2021-12-23 16:26:31 -08:00
JohnCorby
9da207730d oops 2021-12-20 22:42:29 -08:00
JohnCorby
3ef26a6da7 implement (might be wrong for some, like maybe AirlockManager? not sure if GhostAirlock shows up in the eye) 2021-12-20 18:41:12 -08:00
Mister_Nebula
a58f2a8bba Update SocketItemEvent.cs 2021-12-12 14:18:20 +00:00
JohnCorby
8c4004fc58 use ObjectId instead 2021-12-11 21:57:23 -08:00
JohnCorby
e9b4ebc4d8 remove TypeSubset 2021-12-11 21:57:22 -08:00
JohnCorby
cbc495f9ba use new(), make IWorldObjectTypeSubset derive IWorldObject, add constraints 2021-12-11 15:09:45 -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
a9fc152ff8 replace RequireWorldObjectsReady with property 2021-12-05 11:03:09 +00:00
Mister_Nebula
88084bb24d add RequireWorldObjectsReady check to all events 2021-12-04 16:39:37 +00:00
Mister_Nebula
0906d5d071 remove null initialsector warning 2021-12-04 09:52:00 +00:00
Mister_Nebula
0bd60ddb68 rename variables, fix QSBOWItem (again) 2021-12-04 09:51:27 +00:00
Mister_Nebula
43506c8e13 fix socket errors 2021-12-04 09:13:14 +00:00
Mister_Nebula
f612d2b37b remove EventType 2021-11-29 22:26:32 +00:00
Mister_Nebula
03f615525b cleanup 2021-11-25 15:32:34 +00:00
Mister_Nebula
ae8bf9a8b2 aaaaaaaaaa 2021-11-20 19:49:50 +00:00
Mister_Nebula
0dd78feb27 cleanup 2021-11-09 19:39:56 +00:00