branchsbox-scenestaging/maincancel

503 Commits over 458 Days - 0.05cph!

1 Year Ago
Add some [Range] attributes
1 Year Ago
Add bloom component
1 Year Ago
Post processing icons Outline Highlight
1 Year Ago
Added some post processing components
1 Year Ago
Try to load last opened scene on startup
1 Year Ago
Fix serialization changing component order
1 Year Ago
Panel Components (#23)
1 Year Ago
Add arrow navigation to component selector https://files.facepunch.com/tony/1b1611b1/sbox_RkwqBfEEYi.mp4
1 Year Ago
Cleanup, docs, fixed search targeting the current selection - instead reset selection entirely
1 Year Ago
Rewrite component type selector to support selection categories, animated traversal https://files.facepunch.com/tony/1b1511b1/sbox_86bKULbb2X.mp4
1 Year Ago
Show component header icon fallback
1 Year Ago
Clear scene when leaving play mode Make internal PreRender non virtual
1 Year Ago
Add icon for sound listener
1 Year Ago
Can expand/shrink component sheets https://files.facepunch.com/tony/1b1511b1/sbox_IZ529lK3ch.png
1 Year Ago
Add SoundListenerComponent, test sound on Turret
1 Year Ago
Enforce Scene GameObject.Id uniqueness, change Id and warn when adding a gameobject with a duplicate Id Update scenes with all unique Ids
1 Year Ago
Implement BaseComponent.Awake, Start, OnDestroy & unit tests to enforce behaviour
1 Year Ago
Fixed cut just copying Fixed duplicating and pasting not making unique ids Fix game double ticking
1 Year Ago
GameObject.Clear tests
1 Year Ago
add *idea to the git ignore add TryGetComponent<T> method Add TryGetComponents<T> fix parameters and add to `BaseComponent` remove TryGetComponents<T>, mostly redundant
1 Year Ago
Fix prefab world not rendering Fixed prefab tree selection not working Prevent trying to "play" prefab scenes Change how PrefabFiles are loaded Remove undo spam Select root prefab object when opening prefab scene Allow editorsession to initialize the scene camera position Fix components not properly shutting down on prefab edit Always Destroy/Shutdown components before removing from a GameObject Give Prefab redirect scene a nice name Fix Prefab instantiation If the scene has a camera, use that as editor initial camera position first Add Undo to AlignToView Comment out unused menus Update TurretComponent.cs Update prefab_test.scene
1 Year Ago
Fix undo system capturing multiple rotations
1 Year Ago
Remove Action argument from undo system Save selection with undo Push object selections onto undo list
1 Year Ago
Each SceneEditorSession has its own selection set
1 Year Ago
Add CubemapFog component Add BaseComponent.ExecuteInEditor Add GradientFog component Make everything obey ExecuteInEditor Add gradient fog to player scene
1 Year Ago
GetComponent<> can find interfaces too Add ToneMapping component (tonemapping defaults off)
1 Year Ago
Move CharacterController component to engine
1 Year Ago
Change how editor startup is handled (hotload keeps calling the static constructor) Throw warnings when component not serializable because of TypeLibrary
1 Year Ago
Store camera state in sceneeditorsession, so we can have a different camera position per scene Fix error when saving a scene with no path
1 Year Ago
Undo/Redo
1 Year Ago
Turn on volumetric fog on the editor scenecamera
1 Year Ago
Add DecalComponent.TintColor https://files.facepunch.com/tony/1b1311b1/sbox_jQtrA8ls2t.mp4
1 Year Ago
Add DecalComponent - but needs a better way to translate decal, setting its transform doesn't work as expected https://files.facepunch.com/tony/1b1311b1/sbox_ocEkCIQAYv.png
1 Year Ago
Fix not finding gameobject references if they were deserialized after spawn
1 Year Ago
Some quick gizmos for the lights and fog volume
1 Year Ago
Point & spot light components always use dynamic fog lighting mode
1 Year Ago
More refactoring
1 Year Ago
Refactor to wrap scenes being edited in an EditorSession
1 Year Ago
Add VolumetricFogVolume component (doesn't work)
1 Year Ago
Add BaseComponent.GetComponent(s) accessors Enable MultiSelect on SceneTree TreeView
1 Year Ago
Add 2d Skybox component
1 Year Ago
Update prefabs in open scenes when edited
1 Year Ago
Right click GameObject -> unlink from prefab Add Component button wider
1 Year Ago
Hide prefab children in scene tree Add OpenPrefab button where Add Component button usually is Don't serialize any prefab children in scene Simplify prefab deserialization Scope timer fix Fix prefabs duplicating components when saving
1 Year Ago
Fix inspector NRE when hotloading Don't fullbright scene thumbnails with lights
1 Year Ago
Iterate components using a function and prune out nulls that are littered by hotload
1 Year Ago
When instantiating a prefab, mark it as such Draw prefab instances differently in the scene view Create prefab_test.scene Prefabs save a lut from prefab object id to instance object id
1 Year Ago
Fix duplicating or pasting not keeping child gameobject references properly
1 Year Ago
Added scene handles https://files.facepunch.com/garry/a79e07f3-aa0d-45cc-ad3a-c254bfcd8c7b.jpg
1 Year Ago
Move GameObject to its own folder Add Transform Accessor