Sinai
81a174f865
Remove call to obsolete methods
2022-04-24 01:59:53 +10:00
Sinai
b5e3cc2ea5
Use separate TypeCompleters for different contexts
2022-04-24 01:59:03 +10:00
Sinai
a5023d03f4
Update to UniverseLib 1.3.4
2022-04-18 19:11:39 +10:00
Sinai
7e0f98ef91
Automatic code cleanup (no real changes)
...
- Use explicit type of var
- Use 'new()'
- Remove unnecessary usings
- Sort usings
- Apply formatting
2022-04-12 05:20:35 +10:00
Sinai
8f1f6cd0b2
Fix JumpToTransform exception with HideAndDontSave
2022-04-12 00:27:05 +10:00
Sinai
4af86e0e25
Fix InspectingAssetScene returning incorrect value
2022-04-11 17:14:20 +10:00
Sinai
c71748d22a
Remove pointless ToArray() call
2022-03-23 19:02:17 +11:00
Sinai
f00134b283
Add "one-shot" option for TransformTree updating
2022-03-10 17:56:21 +11:00
Sinai
0afccadc64
Improve TransformTree efficiency
...
- Added batching to the update method so that a maximum of 2000 GameObjects are traversed each frame.
- Changed from OrderedDictionary.Remove to OrderedDictionary.RemoveAt when pruning entries as the former needs to iterate through all entries to find the index of the key, whereas the latter is constant time.
2022-03-10 04:35:06 +11:00
Sinai
a7165c849c
Bump UniverseLib, cleanup, bump version
2022-03-04 00:09:19 +11:00
Sinai
79f2514109
Fix issue with partially unloaded scenes(?)
2022-03-03 03:22:17 +11:00
Sinai
d4fbc89158
Use ReflectionUtility.AllTypes when doing class search to include static classes
2022-02-06 04:50:52 +11:00
Sinai
9985ed0fd8
Update to UniverseLib 1.2, cleanups
2022-01-31 21:24:01 +11:00
Sinai
49cc1f7df3
Fix issue with DontDestroyOnLoad not existing in some games, cleanups
2022-01-24 17:50:01 +11:00
Sinai
bc64a04339
Cleanup
2022-01-24 17:49:34 +11:00
Sinai
7d961ce8ad
Cleanup and DontDestroy fixes
2022-01-24 17:49:22 +11:00
Sinai
a73e992a0c
Remove "Core" namespace, move everything in it up one level
2022-01-17 19:42:05 +11:00
Sinai
0dd19345ed
Fix FPS drop with MelonLoader
2021-12-28 23:24:44 +11:00
Sinai
5f1d635eb3
Only filter transform tree on end edit
2021-12-24 15:17:48 +11:00
Sinai
3334549902
use UniverseLib
2021-12-02 18:35:46 +11:00
Sinai
587842f46b
Add search filter to scene loader dropdown
2021-10-26 15:12:52 +11:00
Sinai
b9c641f170
Fix scene loader not showing
2021-10-26 15:12:44 +11:00
Sinai
e49ed3028f
Cleanup
2021-08-06 18:44:13 +10:00
Sinai
1fa1283a68
Cleanup and update readme
2021-08-03 18:30:07 +10:00
Sinai
3d1fcbcd9f
Fix duplicate Scene hashcodes breaking PopulateSceneDropdown
2021-07-19 21:43:36 +10:00
Sinai
36fc17aa43
Get rid of pointless ReadOnlyCollection properties
2021-07-19 21:43:16 +10:00
Sinai
5b516eb4cc
Add assembly name to class search result labels
2021-07-02 18:45:03 +10:00
Sinai
601567f9d2
Remove arbitrary static restriction on class search
2021-07-02 17:53:12 +10:00
Sinai
f815a13d9a
Namespace cleanup, move some categories out of UI namespace
2021-06-30 07:49:58 +10:00