Mister_Nebula
9de5d9f2b8
do the things
2022-01-16 17:45:51 +00:00
JohnCorby
e0eef67620
make this slightly less jank
2022-01-15 23:27:02 -08:00
JohnCorby
cfb86476f9
buh
2022-01-15 23:20:25 -08:00
JohnCorby
9881efe65c
do rest of TODO MIRRORs
2022-01-15 23:18:07 -08:00
JohnCorby
fe8ba4d8f0
use built dlls for mirror
2022-01-15 20:27:24 -08:00
JohnCorby
241b972dcd
run RuntimeInitializeOnLoad methods
2022-01-15 02:49:41 -08:00
JohnCorby
c63f74fe29
add transport
2022-01-15 02:31:32 -08:00
JohnCorby
8e1de5d113
int to guid proper
2022-01-15 02:27:22 -08:00
JohnCorby
1debeb2325
set player prefab asset id since that's not done in editor
2022-01-15 01:20:05 -08:00
JohnCorby
ff9a93108c
remove qnet references (except AnimationSync)
2022-01-14 22:54:31 -08:00
JohnCorby
7b7975436c
googoo gaga
2022-01-14 22:41:13 -08:00
JohnCorby
4ae81582e1
auth manager remove
2022-01-14 22:36:13 -08:00
JohnCorby
1a1b48cfc6
le ship
2022-01-14 22:31:23 -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
2efdbe310f
guh
2022-01-14 22:24:31 -08:00
JohnCorby
464489f58a
network manager
2022-01-14 22:22:45 -08:00
JohnCorby
a30cd95e84
worldobjects use new transformsyncs
2022-01-14 22:08:06 -08:00
JohnCorby
8d0d32d001
bruh
2022-01-11 17:20:07 -08:00
Mister_Nebula
6e2146e1d7
fix nre in OnServerDisconnect(?)
2022-01-08 15:05:02 +00:00
Mister_Nebula
93eb642b77
aaaaaaa
2022-01-08 11:41:55 +00:00
JohnCorby
bb0dc9e8eb
optimize imports
2021-12-26 21:05:07 -08:00
JohnCorby
232f71b66a
remove SetValue usages
2021-12-26 20:57:51 -08:00
JohnCorby
6d19d87ad1
clear DialogueConditions and ShipLogFacts on stop client
2021-12-26 00:06:16 -08:00
JohnCorby
7120e21c44
remove event manager
2021-12-26 00:00:07 -08:00
JohnCorby
74a4775511
OPTIMIZE IMPORTS
2021-12-23 17:07:29 -08:00
JohnCorby
0122b73a80
and rename folder
2021-12-23 13:49:47 -08:00
JohnCorby
b59668490a
change Events namespace to Messages
2021-12-23 02:17:56 -08:00
JohnCorby
513741112a
orbs
2021-12-23 01:51:22 -08:00
JohnCorby
65b8186b3d
RequestStateResyncMessage
2021-12-22 18:20:53 -08:00
JohnCorby
1f5144a007
some player messages
2021-12-22 16:46:38 -08:00
JohnCorby
1da5793ebb
Merge branch 'dev' into message-manager
...
# Conflicts:
# QSB/Events/QSBEventManager.cs
# QSB/SectorSync/QSBSectorManager.cs
2021-12-19 21:15:33 -08:00
JohnCorby
f5f473c059
ignore cancel drag and slot collision if we dont have authority
2021-12-17 22:21:20 -08:00
JohnCorby
fbdd719846
use auth queue system for orbs
2021-12-17 21:14:30 -08:00
JohnCorby
9c2ddef242
add qsborb
2021-12-14 20:24:02 -08:00
JohnCorby
533bf00ecb
stop letting NomaiOrbTransformSync.Instances have null values
2021-12-13 23:20:13 -08:00
JohnCorby
3c0cdcb076
simplify, handle edge cases
2021-12-13 21:52:59 -08:00
JohnCorby
2c69f8f9f2
orb refactor
2021-12-13 21:18:16 -08:00
JohnCorby
229171d87c
Merge branch 'dev' into message-manager
2021-12-12 02:18:36 -08:00
JohnCorby
a83744bb99
better RemoveWorldObjects
2021-12-11 22:00:21 -08:00
JohnCorby
a925327c0c
Merge branch 'dev' into message-manager
...
# Conflicts:
# QSB/Events/QSBEvent.cs
# QSB/Events/QSBEventManager.cs
# QSB/Messaging/MessageHandler.cs
# QSB/Patches/QSBPatchManager.cs
# QSB/QSBCore.cs
# QSB/QSBNetworkManager.cs
2021-12-11 18:31:28 -08:00
JohnCorby
6a81808bc0
Merge branch 'dev' into worldobject-init
2021-12-11 18:15:12 -08:00
JohnCorby
0988dc8f45
Merge branch 'dev' into tornadoes
...
# Conflicts:
# QSB/Events/EventNames.cs
2021-12-11 16:16:40 -08:00
JohnCorby
6e3845c10b
IWorldObjectTypeSubset is IWorldObject, so no need to RemoveWorldObjects<IWorldObjectTypeSubset>
2021-12-11 15:36:59 -08:00
JohnCorby
990f91c80c
- message manager
...
- automatically add patches, events, world object managers, messages
- qsbevent uses message manager
- remove RepeatingManager, merge it into QSBSectorManager since it's only used there
2021-12-10 23:28:42 -08:00
Mister_Nebula
554c2bb2dd
cleanup
2021-12-07 15:56:08 +00:00
JohnCorby
41af623ded
use prefab template to make network objects
2021-12-04 17:47:54 -08:00
JohnCorby
72a3334f4c
non-tornado stuff (todo: prefab)
2021-12-04 06:21:11 -08:00
JohnCorby
629deaa927
further migrate to AuthorityManager
2021-12-02 02:44:33 -08:00
JohnCorby
705162860d
change naming
2021-12-02 02:44:32 -08:00