175 Commits

Author SHA1 Message Date
JohnCorby
2dbc57bb14 do DeterministicManager things on world objects added instead of ready 2022-11-09 14:35:33 -08:00
Mister_Nebula
7bfbd8b6f1 use MD5 hash 2022-10-09 13:22:53 +01:00
JohnCorby
69a56b9783 document 2022-10-08 14:27:57 -07:00
JohnCorby
f9c861e541 rename this 2022-10-08 14:26:08 -07:00
JohnCorby
2d05b25ad0 WorldObjectsHash: use worldobject type, not attached type 2022-10-08 14:15:55 -07:00
Mister_Nebula
f7eb026614 worldobject hash 2022-10-08 20:18:22 +01:00
JohnCorby
a422f39751 Revert "wait MORE"
This reverts commit 133414111a821b8228d7b9dbef665f61089ed26b.
2022-08-29 18:09:34 -07:00
JohnCorby
133414111a wait MORE 2022-08-29 16:03:56 -07:00
JohnCorby
a980322f90 silly grammar 2022-08-15 15:06:19 -07:00
JohnCorby
d0d93eddef just following rider suggestions 2022-07-24 10:13:59 -07:00
Mister_Nebula
a01346a599 debug labels/lines filter
i spent too much time on this
2022-07-24 16:24:41 +01:00
JohnCorby
06d7118c0b rename this for no reason 2022-06-08 13:50:14 -07:00
JohnCorby
517e2609ba TryGetWorldObject 2022-05-29 14:37:27 -07:00
JohnCorby
fb92861ed2 patches (i hate this) 2022-05-28 14:17:34 -07:00
JohnCorby
11b27a017b TryGetWorldObject 2022-05-26 21:27:17 -07:00
JohnCorby
5a8e48ed50 QSBWorldSync.HasWorldObject 2022-05-26 20:48:04 -07:00
Mister_Nebula
514d7f8435 im doney with the funny 2022-05-13 22:38:06 +01:00
JohnCorby
cdd87e9a39 only wait a frame in QSBWorldSync 2022-05-03 22:55:09 -07:00
JohnCorby
55287814e7 dont do the goofy caching stuff since its not worth the compute 2022-05-03 21:59:00 -07:00
JohnCorby
8f38bedcfa move stuff out of QSBSceneManager 2022-05-03 21:53:36 -07:00
_nebula
5163b75a13
Cache some unity objects (#517) 2022-05-03 08:48:24 +01:00
JohnCorby
ca043076a4 Revert "QSBSceneManager: OnStartSceneLoad"
This reverts commit 382fb580031b9693f6afe48c58833962b317f048.
2022-04-22 20:00:52 -07:00
JohnCorby
382fb58003 QSBSceneManager: OnStartSceneLoad 2022-04-22 19:44:18 -07:00
JohnCorby
a8bfc8b93a check managers when unbuilding too 2022-04-10 16:33:47 -07:00
JohnCorby
f92f779c86 format 2022-04-06 12:21:57 -07:00
JohnCorby
4dbf661f64 make some things private 2022-04-06 11:40:42 -07:00
JohnCorby
d0cce35103 use send initial state event 2022-04-06 11:35:40 -07:00
JohnCorby
044fdfae6d make UnityObjectsToWorldObjects back to 1 to 1 map instead of 1 to many 2022-04-01 13:57:25 -07:00
JohnCorby
e273f79b0d QSBDropTarget 2022-04-01 13:42:20 -07:00
Mister_Nebula
583fcec7bb Merge branch 'dev' of https://github.com/misternebula/quantum-space-buddies into dev 2022-04-01 19:08:10 +01:00
Mister_Nebula
27a92d4b51 fix items 2022-04-01 19:08:03 +01:00
JohnCorby
4cee630d89 typo 2022-03-30 01:47:23 -07:00
JohnCorby
4d339df9db sync all persistent conditions 2022-03-27 00:24:07 -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
Mister_Nebula
24cc63012a fix it 2022-03-14 01:52:49 -07:00
JohnCorby
6dcce3da84 world object link: improve api 2022-03-14 01:52:49 -07:00
Mister_Nebula
9e166b34fe change some stuff aaaaa (extract out init code into QSBWorldSync) 2022-03-13 21:44:04 +00:00
JohnCorby
ff3d139ac7 WorldObjectManager: DlcOnly flag 2022-03-11 10:04:11 -08:00
JohnCorby
ad2c84acb2 Revert "use GetType() instead of GetType().Name in strings, since they return the same thing"
This reverts commit c3e77d24
2022-03-11 00:58:14 -08:00
JohnCorby
c3e77d2449 use GetType() instead of GetType().Name in strings, since they return the same thing 2022-03-06 01:37:30 -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
adbeef6caf QSBWorldSync: cancel tasks after checking dictionaries 2022-02-25 23:18:51 -08:00
JohnCorby
9b94f54a45 WorldObjectType -> WorldObjectScene 2022-02-25 23:18:47 -08:00
JohnCorby
182678c4bc solution wide: use file-scoped namespace 2022-02-25 23:18:46 -08:00
JohnCorby
6fb47ffd35 QSBWorldSync: check _cts == null after awaiting tasks, since that means it's been cancelled so we should stop stop working 2022-02-16 18:14:40 -08:00
JohnCorby
0cb8b48b71 make everything in QSBWorldSync readonly, just for fun 2022-01-29 15:33:33 -08:00
Mister_Nebula
3c88bc7072 fix dialogue condition funkiness 2022-01-29 20:41:12 +00:00
JohnCorby
abf4cb5ceb rename 2022-01-28 23:22:13 -08:00
JohnCorby
c73591d5c6 - only await for the tasks that dont finish instantly
- warn about still-running tasks in RemoveWorldObjects
2022-01-28 23:05:42 -08:00