userGarry Newmancancel
reposbox-testbedcancel

67 Commits over 30 Days - 0.09cph!

1 Year Ago
Cleanup Re-save scenes with package information
1 Year Ago
Create README.md
1 Year Ago
CharacterController component nice and slimmed down Debug components for Trace and CharacterControllerHelper Add ModelComponent.ShouldCastShadows Latest player controller scene
1 Year Ago
Draw spheres, hulls and meshes when ModelCollider selected
1 Year Ago
ModelCollider - draw colliders (only capsule right now)
1 Year Ago
Add CameraPhysicsDebug component Add ModelCollider component Delete points from CameraPhysicsDebug faster
1 Year Ago
Player controller wip
1 Year Ago
Turret diagnosis scene, player controller wip
1 Year Ago
Fix new component wrong base type
1 Year Ago
Add Physics.Trace helper
1 Year Ago
Delete unused code
1 Year Ago
Can drag drop prefabs into the scene Can drag models into the scene
1 Year Ago
Cleanup - don't allow delete prefab root Edit the prefab scene directly, unified scene saving, cleaning up
1 Year Ago
Fix not switching scenes when playing Scene is a GameObject
1 Year Ago
Be more careful when iterating components Set up default collision rules Fix PhysicsComponent not using the scene it is a part of Add ColliderBaseComponent.IsTrigger (which does nothing atm) Add SelfDestructComponent Add CollisionDebugComponent Add physics collision test scenes
1 Year Ago
Scene tabs Update cube.object Scenes have unsaved changes state (lining up for undo), rename GameObjectComponent to BaseComponent
1 Year Ago
OpenSceneList Scene + Prefab thumbnails https://files.facepunch.com/garry/75a5537b-4e53-4ca7-a449-14342d12faf4.png
1 Year Ago
Can choose between play scene or play game
1 Year Ago
Alt fire, stats
1 Year Ago
Refactor so the game can start up when published
1 Year Ago
Fix components list not showing!
1 Year Ago
Attempt to place camera nicely when opening a scene
1 Year Ago
In scene prefab editor
1 Year Ago
Clean up
1 Year Ago
Paint prefabs different to gameobjects in GameObjectControlWidget Change how enable state is triggered
1 Year Ago
Rename SceneSource to SceneFile Add PrefabFile resource type Can convert a GameObject to a Prefab Can drag a PrefabFile to GameObject control widget GameObjects referencing a PrefabFile GameObject will serialize properly Changing Scene will automatically change scene of child objects Update turret scene
1 Year Ago
Wrap map loaded sceneobjects
1 Year Ago
Add GameObjectFlags IBodyModifier not used Map loading component test
1 Year Ago
Add SceneObject.MakeGameObjectsUnique, remove the old version of it
1 Year Ago
Update turret with movement
1 Year Ago
Create turret.scene Serialize GameObjects using their guid Add GameObjectControlWidget Enable GameObject reference serialization, uniquify them when duplicating + copying If physics is using a collider with a controller, use Move to move the object instead Update turret.scene Create TurretComponent.cs
1 Year Ago
Add Align To View ExceptionWrap Update
1 Year Ago
Add "Create Component", creates the .cs file with correct class name, adds new component to object
1 Year Ago
Add open cs file to component context menu https://files.facepunch.com/garry/aba7d9f4-393f-455f-8af6-c7fe9ff2dc8a.png Use GizmoInstance.Settings for camera settings in SceneView PhysicsComponent.Gravity does stuff
1 Year Ago
Make sure serialized children and components are in the same order Don't rebuild the scene tree on hotload
1 Year Ago
Can double click on tree object to focus scene view on it https://files.facepunch.com/garry/49d23208-2d76-4b6d-9f93-d5e24b669d1a.mp4
1 Year Ago
Keep world position when reparenting Align view / frame Fix PointLightComponent position ModelComponent model hitbox instead of bbox Error prevention
1 Year Ago
Cubemap fix
1 Year Ago
Scene cleanup
1 Year Ago
Fix cubemap bounds https://files.facepunch.com/garry/37a3a9bb-3225-4fde-aa65-f39b984b52ed.jpg
1 Year Ago
Add EnvmapComponent, cubemap test scene
1 Year Ago
Fix Spotlight transform
1 Year Ago
Create lights.scene rust scene floor collider Keyboard shortcuts for copy, paste, duplicate, delete etc
1 Year Ago
Increase shadow map size on the light component defaults Exception wrap Component callbacks Add ColliderBase Don't tick the active scene if we're playing
1 Year Ago
Tweak how Colliders initiate
1 Year Ago
Nicer add component menu Component context menu (can destroy components now)
1 Year Ago
Can enable/disable components Highlight pressed gameobject Don't allow parenting to own ancestor GameObject list support drag drop changing position etc
1 Year Ago
Add GameObject.Active, Component.Active Fill out destroy logic, unit tests
1 Year Ago
Add Scene.FindAllComponents
1 Year Ago
Fix camera jolt when switching back to edtior Fix double play/pause Show gizmo debug for now Transform gizmo tweaks