624 Commits over 397 Days - 0.07cph!
Add OnValidate
Fix Surface defined multiple times
Refactor Scene class
Open scene menu when right clicking hierarchy tree background
Fix SpinComponent speed limit
Catch errors in undo
Fix GameObject.Clear not actually clearing shit
particles component
Tonemap sliders
Save and Restore scene session camera state
Use ProjectCookie for scene last opened
Enable colliders in editor session again
Fix character collider bugs
Keep character controller trace consistent
Create ModelPhysics (doesn't do anything yet)
ModelCollider collider bones use the part transform
Cleanup
Select next child when deleting
Fix scene saving not using the extension
Add some [Range] attributes
Post processing icons
Outline Highlight
Added some post processing components
Try to load last opened scene on startup
Fix serialization changing component order
Disable showing overlay user interface on scene camera
Explicitly define GameRootPanel as not a world panel
This shouldn't change anything but it makes me feel better
MockHudPanel has mouse input
Fix no collision
Add UI category to object create menu
UI test, screen and world panel
Add arrow navigation to component selector
https://files.facepunch.com/tony/1b1611b1/sbox_RkwqBfEEYi.mp4
Add RenderOverlay
Panel components
GetComponentInParent takes an "and self" bool
UI test panels
Cleanup, docs, fixed search targeting the current selection - instead reset selection entirely
Rewrite component type selector to support selection categories, animated traversal
https://files.facepunch.com/tony/1b1511b1/sbox_86bKULbb2X.mp4
Show component header icon fallback
Clear scene when leaving play mode
Make internal PreRender non virtual
Add icon for sound listener
Can expand/shrink component sheets
https://files.facepunch.com/tony/1b1511b1/sbox_IZ529lK3ch.png
Add SoundListenerComponent, test sound on Turret
Enforce Scene GameObject.Id uniqueness, change Id and warn when adding a gameobject with a duplicate Id
Update scenes with all unique Ids
Implement BaseComponent.Awake, Start, OnDestroy & unit tests to enforce behaviour
Fixed cut just copying
Fixed duplicating and pasting not making unique ids
Fix game double ticking
add *idea to the git ignore
add TryGetComponent<T> method
Add TryGetComponents<T>
fix parameters and add to `BaseComponent`
remove TryGetComponents<T>, mostly redundant
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
Fix undo system capturing multiple rotations
Remove Action argument from undo system
Save selection with undo
Push object selections onto undo list
Each SceneEditorSession has its own selection set
Add CubemapFog component
Add BaseComponent.ExecuteInEditor
Add GradientFog component
Make everything obey ExecuteInEditor
Add gradient fog to player scene
GetComponent<> can find interfaces too
Add ToneMapping component (tonemapping defaults off)
Move CharacterController component to engine
Change how editor startup is handled (hotload keeps calling the static constructor)
Throw warnings when component not serializable because of TypeLibrary
Store camera state in sceneeditorsession, so we can have a different camera position per scene
Fix error when saving a scene with no path
Turn on volumetric fog on the editor scenecamera
Add DecalComponent.TintColor
https://files.facepunch.com/tony/1b1311b1/sbox_jQtrA8ls2t.mp4