5,150 Commits over 1,583 Days - 0.14cph!
Allow direct access to camera's render hooks
Allow tools access to all alive scenecameras
Name the scenes
Fix inspector history not letting objects garbage collect
Fixed Option not being adopted by Toolbar, so never being released
Add warning if double alloc in InteropSystem
RenderHook has a OnFrame, called before any rendering is done - useful for placing SceneObjects etc
Fix NRE in CodeCompileNotice
Clean up SceneLayer enum insanity (which I added)
Fix warning spam
Render water on the opaque layer
Let c++ threadpool execute shit in the main thread
Add ManagedRenderSetup_t
SceneCustomObject renders in the main thread
Add TypeLibrary.GetDescriptions() - returns all types
Add Material.GetShaderMaterial( shadername );
Add [SceneCamera.Default], which when applied to a RenderHook will add it to the camera by default
Fix unable to compile shaders that aren't in the shaders folder
Add HighlightRenderer
Remove shameful debug code
Initial experiments
Put HUD and GameUI rendering in hooks
Switch to managed render hooks
Change some Assert.NotNull to Assert.IsValid
Switch post process to work in new system
Lets initialize the pointers in CMeshDrawPrimitive_t so I don't waste 40 mins chasing my own tail again
Add Render.Draw.RenderSceneObject (lets worry about how much this api sucks another time)
Added Render Events for BeforePostProcess and AfterPostProcess
Support LOD/Bodygroups in RenderSceneObject
managedrenderpipeline.h doesn't exist anymore
Add render hooks for rendering just before viewmodel, just after viewmodel
Get rid of RenderTools.DrawScreenQuad - it was doing way more bullshit than we needed
Remove RenderTargetDesc
Allow SetRenderTarget to set depth too
Allow creating common depth formats
Add RenderTarget
Fix color selector so you don't have to stop dragging the mouse for 200ms to preview the color
Obsolete SetViewport
Don't define D3DCOMPILE_WARNINGS_ARE_ERRORS
RenderTarget cache tick, flush
Separate function to create a render target using backbuffer size fraction
Add Draw3D.Blit (replaces ScreenQuad)
Post process use new hooks
Change CopyDepthBuffer, CopyFrameBuffer to GrabFrameTexture, GrabDepthTexture - take in attribute target name and optional target attributes
Fix Draw not using the passed in attributes
DrawSceneObject kind of do LODs properly
In SceneObjectDraw when using an override material, pass the original alpha texture down as BaseOpacity if it had alpha
Add GenerateMipMaps, rip out a bunch of previous mipmap code
Removed unused arg from SetTextureData
When creating texture with data, if the data size is the size of the first mip and we have multiple then automatically generate the others (and go apeshit if the datasize is wrong)
Throw exceptions is trying to set texture data with wrong size in c#
Remove skia mipmap generation, let dx do it for us automatically
Allow UI to use mipmaps
Fix not being able to load materials during rendering
GameLoop::PreRender ain't doing nothing
Remove unused IScreenSpaceEffect
Render state restores, allows nesting
Let toolviews have the managed pipeline
Let SceneCameras have a debug name
Renderhooks linked to SceneCameras
Obsolete PostProcess
Unobsolete Glow Component
Add EntityComponent.GetAllOfType<T>()
Move RenderHook to its own file
Cloud Asset framework
https://files.facepunch.com/garry/671bcc85-b0e6-4d43-8669-eb4a84ee4a22.mp4
Make ConCmd.Engine public
Cleanup debug
Don't bother downloading thumbs
Only delete orphans after the initial scan
CloudAssetDirectory
Added Asset.Package (set to the package of the cloud package it's from)
Mount cloud asset folder if in tools (or are a tool)
PackageRevision VersionId
Added AssetSystem.InstallAsync
Stripped down console system - tools can have console commands
Obsolete PostProcess
Unobsolete Glow Component
Add EntityComponent.GetAllOfType<T>()
Move RenderHook to its own file
Remove unused IScreenSpaceEffect
Render state restores, allows nesting
Let toolviews have the managed pipeline
Let SceneCameras have a debug name
Renderhooks linked to SceneCameras
GameLoop::PreRender ain't doing nothing
Fix not being able to load materials during rendering
When creating texture with data, if the data size is the size of the first mip and we have multiple then automatically generate the others (and go apeshit if the datasize is wrong)
Throw exceptions is trying to set texture data with wrong size in c#
Remove skia mipmap generation, let dx do it for us automatically
Allow UI to use mipmaps
Removed unused arg from SetTextureData
Add GenerateMipMaps, rip out a bunch of previous mipmap code
In SceneObjectDraw when using an override material, pass the original alpha texture down as BaseOpacity if it had alpha
DrawSceneObject kind of do LODs properly
Change CopyDepthBuffer, CopyFrameBuffer to GrabFrameTexture, GrabDepthTexture - take in attribute target name and optional target attributes
Fix Draw not using the passed in attributes
Add Draw3D.Blit (replaces ScreenQuad)
Post process use new hooks
Obsolete SetViewport
Don't define D3DCOMPILE_WARNINGS_ARE_ERRORS
RenderTarget cache tick, flush
Separate function to create a render target using backbuffer size fraction
Fix color selector so you don't have to stop dragging the mouse for 200ms to preview the color
Allow creating common depth formats
Add RenderTarget
Initial experiments
Put HUD and GameUI rendering in hooks
Switch to managed render hooks
Change some Assert.NotNull to Assert.IsValid
Switch post process to work in new system
Lets initialize the pointers in CMeshDrawPrimitive_t so I don't waste 40 mins chasing my own tail again
Add Render.Draw.RenderSceneObject (lets worry about how much this api sucks another time)
Added Render Events for BeforePostProcess and AfterPostProcess
Support LOD/Bodygroups in RenderSceneObject
managedrenderpipeline.h doesn't exist anymore
Add render hooks for rendering just before viewmodel, just after viewmodel
Get rid of RenderTools.DrawScreenQuad - it was doing way more bullshit than we needed
Remove RenderTargetDesc
Allow SetRenderTarget to set depth too
Allow SetRenderTarget to set depth too
Get rid of RenderTools.DrawScreenQuad - it was doing way more bullshit than we needed
Remove RenderTargetDesc
Add render hooks for rendering just before viewmodel, just after viewmodel
managedrenderpipeline.h doesn't exist anymore
Support LOD/Bodygroups in RenderSceneObject
Add Render.Draw.RenderSceneObject (lets worry about how much this api sucks another time)
Added Render Events for BeforePostProcess and AfterPostProcess
Lets initialize the pointers in CMeshDrawPrimitive_t so I don't waste 40 mins chasing my own tail again
Switch post process to work in new system
Switch to managed render hooks
Change some Assert.NotNull to Assert.IsValid
Put HUD and GameUI rendering in hooks
Fix list view in inspector not creating classes
Fixed TextManager not evicting old textures regularly enough
Fix soundscape sounds not stopping and volume not cross fading properly
Fix LocalPosition and LocalRotation setting physics body to wrong position
Adding clear back, since people were using it
Fix addon exceptions not logging correctly
Clean notice manager, prevent exception on exit
css supports universal selector