branchsbox/mastercancel

11,338 Commits over 1,338 Days - 0.35cph!

3 Years Ago
Switch to Skia Merge branch 'master' of sbox
3 Years Ago
Stop material from setting sampler state when rendering UI so it can just be set once before render
3 Years Ago
Add callback after updating ui render state so sampler state can be set
3 Years Ago
Add sampler state bindings
3 Years Ago
Update UI2Test Added float.CeilToInt TextBlock implementation Add Texture.Destroy Cascade the font color and size TextureBlock cleanup Added UI2Test.Enabled
3 Years Ago
Bind EngineServiceMgr
3 Years Ago
Sandbox.Manage isn't used anymore (kind of)
3 Years Ago
bind ISceneView.GetMainViewport Changed RootSize to RootBounds
3 Years Ago
Hovering Clicking Citizen crouch blend
3 Years Ago
Added Texture.Update( IntPtr, ... ) Added UI2 Added UI2 Tests Added Vector2.Distance Changed float.Lerp to float.LerpTo Merged Color with ui2 version, adds more advanced parsing, webcolor names Moved Length to Sandbox.System Merged Rect with UI2 Rect No need for this time class now Added Rect+Vector2 Added RenderContext class Styles.Set allows multiple styles Don't crash if renderer doesn't provide a text block Interop: Fixed cref not working with ref Bind Plat_ScreenToWindowCoords, Plat_WindowToScreenCoords Added EngineLoop.HandleInputEvent - allow managed to take the first chomp at input UI2Test Update RenderingManager.cs
3 Years Ago
Add stub ReadEVfxFile Iterate on postprocess base Pass color buffer RT to post processing layer Use FindOrCreateMaterialFromResource instead of the JIT method for post processing base Remove debug PP creation from postprocessmanager Merge branch 'master' of sbox
3 Years Ago
CoreCLR startup, add the platform runtimes folder to the search path Include System.Drawing.Common Merge branch 'master' of sbox
3 Years Ago
Allow subrect texture updates
3 Years Ago
Initial support for updating texture data
3 Years Ago
Fixed NRE on death
3 Years Ago
Fixed rendering everything in translicent pass
3 Years Ago
Disabled the rest of the ApplyScaleAndMirror stuff that is making modeldoc all wrong
3 Years Ago
Fixed GetAttachment returning uninitialized bullshit when attachment not found Added Drop, View, Menu to InputButton SceneObject DisableRendering if EF_NODRAW Fixed animgraph crash when setting model to null and back r_drawviewmodel works More viewmodel work, still hate it
3 Years Ago
Added BaseWeapon Merge branch 'master' of sbox
3 Years Ago
Strip some bullshit from image format enum
3 Years Ago
Ensure texture config has at least 1 mip level
3 Years Ago
Clean up texture api from feedback Texture.Make2D() should be Texture.Create( width, height, format optional default to rgba8 ) The .AsRGB8() stuff should be .WithFormat( formatenum ) The .Mips should be WithMips() .Create has a lot of info on it that should probably be on the builder, like .WithData(), .WithName()
3 Years Ago
Update sandbox.client.win64.vdf Do stackalloc in DrawQuad
3 Years Ago
These dlls and pdb's are in sbox_game - so don't include in repo add cl_predicty toggle
3 Years Ago
Add AsRGBA8 to 2d texture config
3 Years Ago
Allow managed texture to be passed through to binds that use resource handles
3 Years Ago
Test textures work and can be rendered (they do)
3 Years Ago
Allow texture data to be passed through create func of texture config
3 Years Ago
Make config stubs for the other texture types (3d, array, cube)
3 Years Ago
Add render target flag when creating render target textures
3 Years Ago
Add multisample modes to TextureRenderTargetConfig
3 Years Ago
Rename TextureCreationConfig to TextureCustomConfig
3 Years Ago
Add the other texture usage modes
3 Years Ago
Initial support for creating textures (of any type) in managed
3 Years Ago
Fix sunlight shadows not working without -tools
3 Years Ago
Fix AccessControl NRE on generic return types (maybe some others)
3 Years Ago
Cleanup ModelEntity Remove ViewModel layer flag if no longer wanting to draw on that layer Viewmodel Experiments
3 Years Ago
Added TransmitType.Owner - to only transmit to entity owner Clothes fixups Pistol Viewmodel fixups If deleting a client entity, delete its children too
3 Years Ago
semi auto pistol viewmodel fixes Replicate entity's properly Added Entity.EnableViewmodelRendering to render shit in the viewmodel pass Don't create viewmodel in native, we got this Added Entity.GetAttachment( name, worldspace ) Added Game + Player.PostCameraSetup
3 Years Ago
Cleaned up assettypes
3 Years Ago
Entities maintain a list of their children
3 Years Ago
Removing a bunch of vehicle + teamplay stuff - if we can't recreate these in c# we failed Changed UserCommand forward, side, up to vector PlayerCommand isn't used anymore Merge branch 'master' of sbox
3 Years Ago
Fix joint binds not marshalling bools correctly Fix debug only error relating to previous damage changes
3 Years Ago
Player shouldn't take damage from native code (will have to route physics damage etc via managed at some point) Default binds: Q = menu, g = drop, v = view
3 Years Ago
Increase default sound distance
3 Years Ago
Screenshots save as jpg by default, in game/screenshots/ Bind F5 to screenshot by default
3 Years Ago
Just use endpos of the trace for thirdperson collision
3 Years Ago
Add collision to thirdperson camera
3 Years Ago
Add Trace.Radius for sphere traces
3 Years Ago
Add look at camera