userConnacancel
reposboxcancel

1,103 Commits over 1,280 Days - 0.04cph!

8 Months Ago
Make NetworkTableContainer into an internal interface INetworkTableContainer. Use explicit interface implemention to keep members from being exposed to public API.
8 Months Ago
Initial commit
8 Months Ago
In ByteStream.Read/WriteValueArray, use Enum.GetUnderlyingType when using Marshal.SizeOf if the type is an Enum type. This is because Marshal.SizeOf will error when used with Enum types directly. Fixes Facepunch/sbox-issues#4579
8 Months Ago
Be able to get object from CodeGen wrapped prop/method
8 Months Ago
Add GameObject.NetworkSpawn, obsolete Network.Spawn (redirect)
8 Months Ago
Fix issues with loading compiled resource json in editor space
8 Months Ago
Fix documentation
8 Months Ago
Load/reload prefabs with SmallNetworkFiles. Read compiled json with c# fs instead of using native (#1440)
8 Months Ago
Load/reload prefabs with SmallNetworkFiles. Read compiled json with c# fs instead of using native
8 Months Ago
Add IsValidType and use that for now instead of IsValueType on the property. Support using `string` for Sync
8 Months Ago
StyleSheet String Table (#1437) * Initial commit * Make it better * Clear entries in StringTable.Reset * Remove unused method * Remove unused using statement * .scss and .prefab both valid small network files * Send .prefab_c instead of .prefab
8 Months Ago
Send .prefab_c instead of .prefab
8 Months Ago
ActionGraph: Fixed nodes calling methods returning Task<T> Enable laughter detection on lipsync, add laughter score property Add Material.RepresentativeTexture, some tools want to know the main color texture of a material Get rid of this, I hate it actually, should have a better way Codegen Engine assemblies (#1438) Remove unused codegen units Update CodeGen.Targets Don't report shutdown exceptions (proper) New native sentry dsn so we don't get entity branch errors Fix CodeGen attributes missing in CodeGen Updated DecalRenderer to use MakeDirty Fix decals being recreated every frame, scale properly with transform, light origin is projection point Use MakeDirty in a bunch of places, now we can Remove CreateWrappedMethod bs. Have VoiceComponent use [Broadcast] now. Remove manual RPC stuff from GameObject.Network. Set map physics shapes collider to map collider component so they get collision events Fix collider overriding shape surface with default surface when model has already set it PhysicsShape.SurfaceMaterial updates the cached surface so it doesn't get into a situation where native and managed surface is out of sync Play impact sound from the impact surface, not the shape surface (they can be different on meshes!) Initialize native physics shape material to default so there's always a valid surface Initialize material.. but properly this time Fix BoxCollider not positioning properly Fix BoxCollider not positioning correctly Fix Sphere Collider fuck up Fix GameObject.Clone not setting parent Merge branch 'master' into stylesheet-stringtable
8 Months Ago
.scss and .prefab both valid small network files
8 Months Ago
Remove CreateWrappedMethod bs. Have VoiceComponent use [Broadcast] now. Remove manual RPC stuff from GameObject.Network.
8 Months Ago
Remove unused using statement
8 Months Ago
Remove unused method
8 Months Ago
When calling network broadcasting, can specify minimum connection state Connection.DisplayName, SteamId is via ConnectionInfo Reduce network debug output Remove ConnectionInfo on disconnect Update DecalRenderer SceneObject when Size / Material is changed programmatically Add regex validator to FloatControlWidget, making sure we cover whole, fractional numbers, and numbers with exponential notation Output member expansion https://files.facepunch.com/ziks/1b1211b1/sbox-dev_83NHqCSy23.png Add Connection.GetUserData Add ClothingContainer.Apply( SkinnedModelRenderer ) Can call SetBodyGroups on ModelRenderer before it's enabled Fix null strings thinking they're not strings New Hair - Long Dreadlocks + LODs for Fisherman Jumpsuit Fixed most common exceptions Re-add DXT compute staging texture for platforms that don't support block texel views (dx11) Only run DXT compute on platforms with full support WIP GetGameComponentNodeDefinition Fix filtering available nodes by context type Implement GetGameComponentNodeDefinition.BuildExpression https://files.facepunch.com/ziks/1b1211b1/sbox-dev_eARGP4qKRz.png SceneSunLight -> SceneDirectionalLight - consistent with component and native name Terrain: Brush strength/invert to compute shader Revert "Imply console apps want rendersystemempty, maybe revisit this in the future if we want them to do any kind of GPU compute" This reverts commit e9ddbb31c58de3596aeecacae6f1b77d45c2c338. CI or whatever should opt out of this, Hammer running resourcecompiler and probably other stuff needs a valid one. Null check model in AssetVideo Check for null in GetRepresentativeTextureSize (speculative fix) Handle stack overflows in a different thread Fix typo in GetGameObjectNodeDefinition name Fixed bugs with direct variable inputs Fix steam lobbies not networking MapComponentMapLoader: prop_static is never in entity lump SceneMapLoader: don't create disabled lights MapComponentMapLoader: Static prop_physics are static Remove Thread_DrawDrawList mutex, seems to cause some issues on testing, working on a proper solution for it anyway Try to enforce a single voice recorder Reduce network debug Extra logging when out of order connect Fixed dropping connection only a PlugIn with a const value / variable Fixed phantom connections when using plug context menu Don't stomp sceneobject flags if passed an invalid override material Fixes glass etc. sbox-issues/issues/4461 Fixed RandomNodes.Int return type Try to avoid reporting errors on shutdown - because there's a billion of them Fixed implementation of RandomNodes.Int Add wireframe button to scene toolbar Fixed creating ActionGraphs from the asset browser Citizen/animgraph: added face_override enum parameter (currently valid options, starting from 0, are: no_override, smile, frown, surprise, sad, angry) Citizen/animgraph: attacking/firing does not force a non-overridable angry face anymore Merge branch 'master' into stylesheet-stringtable
8 Months Ago
Clear entries in StringTable.Reset
8 Months Ago
Make it better
8 Months Ago
Initial commit
8 Months Ago
Can mark these internal RPC methods as [Expose] now and make them private, remove old comments saying why they needed to be protected
8 Months Ago
Trace.RunAll Support (#1434) * Initial commit * Returns IEnumerable, order by Fraction * Fixed return type on public method
8 Months Ago
Fixed return type on public method
8 Months Ago
Returns IEnumerable, order by Fraction
8 Months Ago
Initial commit
8 Months Ago
Remove unused debug args
8 Months Ago
WrappedPropertySet/Get also have Attributes defined. Two methods with the same name but different signatures will now have unique static attribute list. Fixed attribute constructor issues for backing static attributes.
8 Months Ago
Added Networked Properties https://docs.facepunch.com/s/sbox-dev/doc/sync-properties-jKFHwTGVgR
8 Months Ago
Initial commit Simplified, wip Don't need this log anymore Refactoring, hotload sync properties Add some unit tests for NetworkTable Clean up Rename old NetworkTable to StringTable NetworkTable registration inserts entry Switch [Sync] to use property to store network value, rather than its own value. Add IsProxy mode RigidBody uses SyncVars instead of INetworkSerializable Remove isReadingChanges - no longer needed Put Sync updates on regular network update CharacterController use sync vars Remove INetworkSerializable Fixes Add Obsolete to INetworkSerializable Fix some doc, call RunSync before NeedsToSendNetworkUpdate to ensure HasChanges is right Fix tests Remove rogue using statement
8 Months Ago
Remove rogue using statement
8 Months Ago
Fix some doc, call RunSync before NeedsToSendNetworkUpdate to ensure HasChanges is right
8 Months Ago
Remove isReadingChanges - no longer needed
8 Months Ago
Initial commit Simplified, wip Don't need this log anymore Refactoring, hotload sync properties Add some unit tests for NetworkTable
9 Months Ago
Add some unit tests for NetworkTable
9 Months Ago
▆▄ ▌▆█▆▋▉ ▋▍▋ ▋▄▇▅▇▇▄▋ ▍▍▄▉▌▄ ▆▅▋ ██: ▇▆▄▍ ▆▉▇▉▉▅ ▇▌▇ ▊▍▅ █▌▊ █▋▌▋▍▇, ▆▉▄ ▅▆▅ ▄▄▇ ▉▉ ▊▄▄ ▉▄▋█▊▉▄▊ ▍▌▍▋ ▇▅▍▊▉▉ - ▄▊▍'▄ ▇▇ ▇▍▇ ▋▍▄▇██▋▄█▍ ▇▄ █▇▉▉▅▆█▋ ▌▅▋ ▄▄▊█▅█▋ █▅▊ `▆▇▋▌▉-█▇▊▄▉: ▊▆█;` ▊▆██▅ ▅▌▆█-▊▆▄▇▌▍/▊▉▋▉▅▇/▅▍▌▋, ▊▋▅ ▅▌▉ ▄▌▉▍ ▅▊▍▉▇ ▆█▋▊█▌ ▅▊▇ ▄█▌▅ ▄▄█▇, ▊▋▉▇▋▄ ▉▄▆▅▋▌▋▍▊▅▆▌, ▍█▇. ▇▌▉▅▋▄█ ▋▌▋▉▉▌▄▆▄▄▉ ▇▅▊ ▅▊▇▌ ▊▅▌▊ ▍▆▅ ▄▄▆▌▄▅ ▄▍▅▆▇█▆▇▍▌ ▇▄▅▇▉▆▊▅▅ ▅▇▄'▍ ▉▄▍▉ ▇█▌▌▇ ▄▌██▄▇▌ ▆▄█ ▋▆█▊▋▌.▉▌▇▄▋▌▌▍ ▍▊▆█▌▌ ▌▄▄▄▍▇▌▅▆.▇▇▌▅▌ ▇▋▅█▅ ▊▋▊▉▋▊▆▍▉█▇▄▇▇▅ (▉▊▅█▊█▄█▊▍▋ ▌▋ ▍▉▆▉▋▇▆▄) ▆▉▇ █▋▇▇▋▌▆▍ █▍ ▆▋▉▋▋▋▊ ▇▄▊▄▋▉ ▍▍▅▌ ▆▄: ▅▄▇▅▌ `▍▌▄▋▋-▋▊▋▇▋▋▋▊▌` ▄▉▊▋ ▆▍ ▇▊▆█▇ ▉▍▄▍▇▌▍▊▋▋▍▋ ▍▊▆▍▇█▋ ▆▆▉▄▆█ ▉▇▄▅▉▆▊ ▊▇▅▌▊▋ ▄▍▋▅▌ ▄▄▌▋-▅▄▍▍▆▉/▅▅▄▌▋█/▋▉▌█ ▆█▆▄▉█ ▇▇▉█▋▉▄▊▄ ▅▊▌▅▄▆ ▉▄▅▉ ▆▅▍▍▇▆▇▌ ▊▊▊▌▌▅ #▊▊▉█ ▌▋ ▉▄▇ ▌▉▌▍▇▌▆▊ ▇▅ ▉▆▇▇█▆, ▅█▊█ ▍█▇ ▌▊██▋▄▆▇▍ ▆▋▅▇█▇, ▄▄█▍▆ ▊▆▍▇▆▅▅▊▇ ▍▊██▅▄ ▆▌ ██▉ ▅▌▊▄▉▆▄▋▌ ▇▊▍▄ ▅▋▉▋▅ ▅▉▌▉▄▍▊▇▋▆█: ▄▅▊▍▇▄▌▊▌ ▌▄▄█▌▍ ▆▊▇ ▆▇██▋▆ ▍▊ ▉▋▊█▆▉▌ ▇▋ ▆▄▄▊▅ ▍▍▍▇▅ (▉█▋▄▊▍▍ █▌ ▍▊▇▇▄▊█ ▄▍ ▇▉█▅▄ ▄▋▆▉▋▄█▉ ▉█▅▇▆▌) ▊▍█'▆ ▄▄▇▅ ▌▋▍ ▍▊▍▄ ▉ ▋▊██▊ ▇█▇▆▇▇█▄▍ ▅▋ █▊▇▍▍.▇█▄▊▍▌▉▉▋▇ ▉█▄▋█ ▌▋▆▇▉▄▄▊▋▍▅ ▌▉ ▆ █▄▉▄▉▇▆▇▋ ▊█▌▋█▄▌▍▍▆▋▌ ▊▇▄▇ ▌▆▋▇▋▌ ▄▄▇▇▆▍██▇▅▉▄▉, ▌▋ ▆▊ ▊▌▍ ▅▊▌█▌ ▊▉ ▊▋ ▄▉▍▄▌█▌█ ▄▋▌▉█▌ ▉▆▊ ▌▅▊ ▉▊▅█ ▋▊▇▆▌▉ ▊█▋▋ ▆▊▉▍▊ █▍▌▉▍▄▇▊ ▋▇▅▅▌▇▄▆███ ▇▅▄▉▊▉▅█▌/▋▊▌▋▋▆▋▋▋▄ ▅█▇▄ ▉▍▊▇ ▋▄▋█▋▆▄, ▊▉▇▇▆▍ ▌▊▉ ▍▅ ███▉▊▆▉▇ ▆▄▍▅ ▉▊▍▆ ▇▇▅ ▆▌▉▊ ▄▊██▉ ▅▇▌▋▄▇█▆ ▍▅ ██▍▇▄ ▄▊▇▋▊▆ ▋▉▆█ ▊▇▌▋▇▍▅▌▄▆▍ ▅▅▄▅▅▊ ▆▅ ▌▊ ▇█▉▊▇'▇ ▊▋▆ ▇▌▉▇█ ▄▉ █▊▆▆▉▍▅▄▌▉▇ ▊█▊ ▉▇▇▋▆ ▍▇▅▍▊▉▅, ▋▍▄'▊ ▌▉▅▊▅▊ ▌▊▄▇▇█▌▌▍▍▆ ▉▌█▅ ▉▅ ▄▆▇▊▊▋█.▅▅▄▆▊▋ █▌█▌▉ ▋▊▍▊▌▇▅▊▉▍▆ ▅▊█▆█▄▇▌▄ ▅▌▊▆▅█ ▉▅ ▆▉▇▅▍▌█ ▌▆█▇▄█▄ ▅▉ ▍▄▇▌█▇ ▇█▊ ▌█▌▄▊█▇▋▄█▄▉▅▆▋▄▇▅▊▄ ▌▉▄ ▋▄▆▅▄▋▋▍ ▅▍█ ▄█▉▌▉▄▍▆█▊▄▄▌▋▊▌▄▅▋█ ▌▇▇ ▅▍█▆▇▄▆█▍▊▊▅▆█▉▊▉▄▉ ▄█▊ ▄█▇█▍▊▋▇█▊▋▅▇▌▅▌▊▆▅▅ ▅█▅ ▊▇▇█▉▆█▆▆▌█ ▌▍▌▌▅▊ ▋▊▅_▍█▅▅▋█▋▇_▇▌▆▉▊_▆▋▅▊▅_▆▄▍██▆ ▌▍▆▍▌ ▅▉██▆▆▅ ▆▅ ▋▄█▅▌▇ ▉▍ ▆▊'▄ ▋█▉ █▉▅▉ ▄▌ ▆▋▆▌█▆▇▌▄█▄▊▌ █▇▅▊ ▌▉▄▊▍▋▉ ▌ ▅▊▄▍▍▄▊▅▇▍ ▄▌▊▊▊▄▋▌ ▋▉ █▌▄▅▆▍▇▍▍ ▅▆▍ ▊▍▇▊▇▌▅▇▇▉▉█▇▆▍.▅▍▄▍▅▍▄█▆▉▌▋▍ ▋▋▅▅ ▋▄▆▋▇▄▊▍▊█▅▌▆ ▉▌▄ ▄▅▍▍▆▄▄▊█▄▄ █▅▆ ▉▊ █▇▋▆▄▆▋ ▍▇▍▉▉▌▊▄▍▄▋ ▍▊▌▆▌▊▄▉▆▇ ▍▆▌▇▌▉█▍▌▉▍▋▇ ▍▉▇█ ▉▌▌▄ ▄▇█▆▍▋ ▅█▅▆ ▉▍█▄ ▄▅▅▊▆▅▄▅ █▋▅▆▌.▊▉▅█▋▇▇▌▌▇▅▌▋▆█▋<▇> █▌▌ ▍█▅▇ ▌▉▋▍▍▌▊▅▋▍ ▉▌▍ ▋▋▉▅▅▆▋▄▋█▌▉█▅▇▇ ▇▌▅█▌ ▉▅ ▊▇▌▍ ▋▍▅▌▋ ▊▋▉▊▇▋▌▆▇ ▆▅▅▌▇▉▋▆▌█▅.▇█▄▆▊▌▋▆▆▄.▄▊▊▅▍▊ ▊▋▍▉▄▍▄ ▉█▍▋▍▇▆█▅▋▋.▇▅▋▇▍█ (▍▉▍▇▅█▉▋ ▇▍▄▉▌ ▌▄█▇█▋▊ ▄▋▍ ▄▉▍▍) ▍▋▌'▍ ▇▋▉▊▉▍ ▋█▄█ ▄▊▇▅ ▍▇▌▊ ▍▋▆ ▉▇▇▅▉▍▋ (▆█▊▄▉) ▄▋-▋▆▅▉ ▉▊ ▄▋▅▄▅▉ ▌▊▉▄▆▋▄▊▋█▆ █▍▍▍ ▅▉▌▍▄▇ █▅▄ ▊▅█▅▅▌▅▆▍▄▅ ▄▊▇▇▆█ ▇▍▇▄▋▉▉ ▊▍▅▇ ▄▄▅█▉█ ▇▄▇▍▉▍▆ ▍▉▍▌▍ / █▅▉▋▉▄█▋▄ ▍▊ ▌█ ▆▋▌'▅ ▌▌▊▉ ▅▄ ▆▌▉▌▄▄ ▄▅▉ ▊▋█▍▋▇ ▉▅▍▋█ ▇█▉ █▆▅█▋▊▄▅▇▆▅.▆▌▄▆▇▊▄▋ ▄▅▊ ▋▋▄ ▋▇▋▊ ▋▋ ▊▌▇▄▉▌▊ ▆▉██ ▇▅▋▉▉█▍▊▄█▉█▇ ▌███▍▆ ▇█▊▉_▉██▍▊ █▄▋▆▉▋▆▊ ▍█▆▌▋▄ ▊▇▄█_▄▆▄█▆▆▇ ▅▍▋ ▊▆▅ ▄▉▆▅▄▊▇▌▊▉▌ █▍▋▇▊ █▍▅▉ ▍█▊▉▄▌▉▌█▋▉ ▍▋▇ ▆▇█ ▍▉▊▊▉ ▇▋▆▄ ▆▉▍█▉▋█▋▅▉▌ ▋▅▆▅██▍▍▍▋ ▊▉▄▅█▇█▌█▅▍▇▄▉▍▍▍▅▋ █▄▅▊ █▋▌▇▉▅▅█▋▇, ▆▊▍▍▇ ▅▇▄▌▋█▍▇▅▋▅▉, █▋▆█▋█▍▉█▉▄▍▋▇, ▊▅▄▋▌▄▍▊▍▇█▅█▅( ▉▇▋ ), ▉▇▊▊▊ ▉▌▉▅ ▄█▍▊▇▄▅▇▋▋▇▇▍▅▊▌▌▌▄▉▄▋▄▄▋ █▉▄▊▄▊▆▆▊▍▉▋▇▄▇▄▄▇▌▄█▊▆▄▌ ▌▋▌▍ ▄▇▇▌▌▌█▄▋▋ ▄▅▅▆ ▆▄ ▅█▋ ▊█▄▇▅▄▇▋▇▄▌▅▍ █▆ ▉▉▅ ▌▉▆▌▄▇▊ ▋▌▆█▍▍ ▊▇▍ ▅█▄▄▆▌█▄▅▍▌▉▅▋▌▊▊▌▆▌▉▋ █▋▋'█ ▅▄▇'▇ ▄▆▌▍ ▆▋▉ ▉▍▄▅ ▅▋▄▉▄▉ ▅█▋▇▄▇ ██▇▄▇▆ ▋▊▇▊▋▌▊ ▋▅█▅▅▄ ▍▆▋▇▍▇▆ ▋▌▄▊ ▊▄▄ ▌▇█ ▌▋▆▆▆ ▇▌█▄▅▌▆█▊▇▊ ▆▅▅▋▄ █▊▄▉▌▊▊▄▊▌▋█ ▊▊▇▌▌▋▍ ▍▍▍▅▇ ██▇▇▍▌▌▋▊█ █▄▅▋▇▋▅▇▇ ▇▅▌▋▄ ▍▋██▅▌▅██/▋▄█▆-▆▅▌▄▄▋#▆▅▇▋ ▅▇▆▋▉ ▉▌▆▊▋ ▇█▆▇▇▉ ▌▆▍ ▊█▊▌█▌▆█▇▄ ▄█▌▊▍▇▄▍▄ ▊▍▉ ▉█▋▌▌▌▉▊█.▍▄▅▊▆█ █▋ ▌▆▄▉▅▊▇ █▋▆▄ ▆▊▋▉▄▄▍ ▆▅▉▄▇▍▊ ▉▄▇▊ ▍▊▌ ▊▆▆▇▌▄▇ ▌▇█▅▊█▇▌ ▆▉▅▊▇▆▆▅▌▍ - ▅▍▉▉▍▋ ▌▉ ▅▊▇█ ▆▆▄▉ ▇▋▅▍▊▉▆▊'▌ ▌ ▉▆▇ ▉▇▄█ █▋▅▋▆█ ▊▆▅▆▋█▋▆▍▊▌.▌█▍▍▆▉▊▍▊▅▆▊ ▆▉▇ ▇▄▌█▌.▋▅▇▉▊▉ (▆▉▅▄▉▊▉ █▋▌▄, ▉▅▅█▌▊▇ █▊▌▊█▅) ▋██ ▋▄▋▅█.▆▊▇▄▋▉ ▉▉▄▋ ▌█▆▉ ▊▇▇▌▉ ▄▄▄▊▉▅▄▇▅▆▌█▍▋▊.▆█▋█▅▄▋▌▊▅▋▍▍▆▋▅▇▅▆, ▄█▆▍▋▍▋▆█▇▅▇▍▋▊▆▅▉▍, ▋▉▆▅▇▉▋▆▄▅▇▄█▆▋▊, ▅▄▉▄██▋▇▉█▌▌▅▆▍▊▉ ██▋▋ ▆▌█▄▋ ▊▅▅ ▆▋▅▆▅.█▆▊▉▉▆ ▋▍▊▍▋▌▄ ▋▅ ▊▉▄▋▍▌.▍▅▅▍ ▋▌▊▅▆▋ ▋▊▄▌ ▋▍▄▍▆▄ ▋▊▍▋▅▊▌ ▄█▋▋▇▆ ▆▉▄▉ ▉▋█▅▋▇▆▍▆ ▄▍▇▊ █▅█▍▄▆ ▆█▌ ▅▍▉▋▉▍▇█ ▌▆▋██ ▅▌▌▄▆ ▋▋▍▊ ▌▋▋▆▉▍ ▇▅▆▋▅▊ ▊█ ▉▄▌ ▆▊▌ ▆▊ ▉▆▍▍ ▊▄▄▄▉▋▍ █▅▌▍▆▇█▄▊▍▄▇▌ ██▆▄ ▇▉▄▄█▆▅▉▆▊▇▆▅▆ ▆▇▋▅▇ ▋▄▉▌▆ ▋ ▉▋▉▌ ▅█▅ ▌▄▊▄ (▊▌▄▍▊ █▄▋▄-▌▉▋▋▍▄/▇▅▉▍▋▊/▋▇▌█) ▊▋▄ ▅▅█▄▊▆▋▌▅ █▄▉▉▄▅▌ ▄▄▋▌▄ ▅▄▆▄▌ ▇▌▉▆█, ▄▋▍ ▊▍██▄▉▆▆▅▋ ▉▇▅▊▊▉▋█▌▌ ▄▍▄▅▍▌▌ ▌▇▌▄ ▄▌▊█▅ ▇▉▍ ▆▉▌▍▇▋▊▊▋ "▆▄█▍▅ ▌▍▊▍▇▉" ▆▊▇ ▌▆▋█▉▉▆ █▅▆▉▊▆▅▄▋█▆▅▅▊ ▇█ ▄ ▌▄▋▋ ▆▄▄▋ ▊▆▍▊▊▆ ▅▅█▋▌▅ ▇▉▉▋▊▆▌▆▄ █▋▉▌▊▊█▋█▆▄▆▌▍▄▅▇ ▄▆▄ ▄▋▍█▇▋▇▉▄▅▄▆ ▋▊▅▉█▌▄▊▋ ▇▄ ▉▋▍▉▉█ ▉▇▅▊▅, ▍▋▋▄▉▌▆▌ ▋▇▅▌ █▅▌▉▋█▄-▊▇▋▊ ▇▊▇▅▋▄█ ▌▍▊▊▋█ ▋▇▇ ▅▇▌▉ ▊▇▍█▇▋▌▋ ▌▄▍▌▆, ▄▇▇▅ ▋█▋▇▉ ▆▆▌██▌█ ▅▍▆█▅▄▄ ▋▌▌▄▅▊▄▌▊▋█▇▇▍▅_█▍▄▆▅▅▊_▊▍▆▄_▇▊▅▋▇, ▄▄▇▊▆ ▌▇▊▊▉▇▊▄▍ ▄▉ ▉▄█▇▇▌▍▌▄▆▌▋ ▅▇▇▊▌ █▇▇▍▇▌ ! ▉▉█▊▉▌/▄▊▍▆▉▌ ▊▊█▄▆ ▅▉▉▄ ▄▉█▇▅ ▊-▋▊-▉_ ▋▉▅ ▅▍▌▍▆ ▇▄▄▊ ▌▉▊█▋▄█▇▅ ▆█ ▋▌▉▍▄▆ █▅▇▍██ ▍▊▉'▋ ▊▅▍ ▋▉▉▇▅▄▌▌ ▇▊ ▆▆█▉▅▇▆, █▌▍▄ ▍▌ ▊▊█▅▊▌▆▇▌▆ ▆█▌▆█▇▌ ▅█ ▄█ ▄▋▍ ▍▋▆▆▆▋▆▍. ▋▊▌▋▊▍ ▆▍▅ ▇ █▍▅▄▆ ▄▋ ▄▍▋▉▍▇ ▊▍█▆▌. ▉▍▄▅▄▆ ▊▆█▋▋ ▍▍█▌ ▅▊▋ ▌▌▉▅█▅▋█▇▌▆▅▋ ▅▋▇█▅▆ ▇▌▌▇▄ ▊▄▇ ▄▌▅▄▆▄▅▊▇▇█▉▌ ▇▊▍▌▍▆▍▉▆▉▄▋ ▌▆▍▍ ██▉█▋▋▊▆▋.▄▅▊█▇▄ ▍▊▇▍▆▍▉ ▅▇ ▅▌▋▇▅▇█▋▆.▋▍▍▌▄▅▊ ▄▋ ▅▍▅▆▄▍█▄▅ █▇▋▍▍▇ ▆▇▍▄▇▄ █▉▇ ▇▋▇▅▅.▉▆▇▅▆ ▇▅▅▌▋▋ ▌▅▆▍█▉ ▌▍▊ ▊▊▅▊▋ ▊▊▇▋▌▇▉▇ ▍▉▅▍▉▊ ▉▅▄▉▆▆ █▍▆▊▍ ▌▍▇▉█▌▅▋ █▊▊▋ █▍▇▆█▅▊▌█▄▅██▊▅.▌█▆▊█▋ ▌▄ █▅▌█▊▍▆▄▄▌ ▇▊▊▌ ▍▄▋ ▉▋█▌▋▍▄ ▌▋▆▆▅▍▆ ▄▉ ▌▍▄▊▋▍, ▌▅▍▄▉▅▄█ ▄█▆ ▍▍▍▇▅▊▅.▋▊▍▋▍▍, ▅▊▇▄▋▍ ▌█▄▉ ▍▆▍▋ ▇▍▋▆▆▌▍ ▄▇▄▆▊ ▇▌▌▄▄▅▅▄.▌▍▋▍▋ - ▅▉ ▌▌▇▄▄▆▌▌ ▋▌▊█▅▍ ▅▆▆ ▌▄▉▍▉ ▍▉▌▄▍▌▇ ▆▌ ▉▅▆▅▅▍▄ ▅██ ▄▄▆ ▇▋▄▄ ▋▊█▅▊ ▉▊▆▍▌▅▍▇ ▍█▉ ▄▅▆▌▋▄▇ ▆▋▊▅▍█▊ ▅▅▄ ▌▅▋▋▊ ▍▊▊▌▅▅ ▌▅ ▅█▊ █▅▅█▅▆▊▇ ▆█ ▍▇▋ ▋▆▊▄▍█▌ ▋▌ ▇▆▉▆▍▌ ▅▇▉▉▊▆ ▄█▍▊▌▉▉▇█▆▍▆▍▄ ▍▉ ▌▆▊▊ ▌▉▌▍▌▌▇▋ ▆▌▍█▋ █▋▋ ▋▇▄▌▆ ▇▇▅▆ ▆▇▌▍▊ █▆▌▍██▊ ▄▋▄▆▋ ▅▉ ▇▉ ▉▉▆▅▌▉▆▌ ▇▉▆▊▊ ▊▉▉▌▊█ ▊▉▋▄_▇ ▄▊ ▉▄▊▉ ▆▋ ▌▋▋▋▉.▋▋▍▄ ▄▊▍ ▆▄▇▅█▊▌█▅▊▍▌/▉▍▄▅▍▆ ▅▋▆█ ▋▍▌ ▋▄▄▌▉▉ ▉▅▅▅▄▇ ▇▉▍▊▋ ▊▅▋▍▆ ▊▊▊▍▌▌▌ ▊▋▆█▇▊▊ ▌▊ ▊▅█▋█▋▄▋ ▊▊▆▄ █▋▊▅▍█ ▇▇▆ ▉▊▊▆█▇ ▋▍▄▍ ▇ ▌▅▍▄▆▅▌▌▊▌ ▇▆ ▊▋▆▄▊▆ ▇▅ ▆█ ▇▄█▋ █▍▇▆▌ ▉▊▌▆▆ ▌▉▍▋▊▉ ▋▇▆█▄▉▆▇▅ ▊▋ ▌▄▇▋▌▉█ ▋▌▉▇▍ (▌▊ ▋▉▍▆▄▇▊▉▋ ▋▄▌▄ ▊▍▋▍) ▅▆▌ ▌▌▌▉▍▍.█▍▋▍▇██▌▇▄▇▅▅▆ ▅▆▇▊▋▄▉▌▌▅ ▉▆▋ ▄▋▌▊▇▆▄▍▊▋▋ ▇▊█▅▇▌▇ ▌▄▍▊▉▉▅▋▌, ▇▉▅▉█ ▅▊█▄█▇▍▌▄ ▇▉▉ ▉▇▅▊█▉▍▋▊▆▋▇▅'▇ ▉▊▇▊▇█ ▆▇▅▍▄▅▌▉█ ▍▍▊▅▄▍▌▊▆▍ ▄▅▌▋▍▍▅▌▅▌▇, ▉▇▍▄▆▆▅ ▅▉▇▋ █▇▋▆▄▅▅█▊▍ ▄▋▇▆█ ▉▆▍▍▆▊ '▊▅█▊▋▅' ▋▋▊█ ▋▊▇▋█▄▊-▌▍▋▊
9 Months Ago
Don't need this log anymore
9 Months Ago
When a map is re-compiled from Hammer reload any MapInstance components to reflect the changes
9 Months Ago
Fix TakeOwnership RPC not working
9 Months Ago
VR: stop NoOpPostprocess layer trying to clear again in stereo mode Added EditorTool.AllowGameObjectSelection Expose Widget.WindowFlags Add WidgetWindow Add SceneOverlayWidget system Add WIP example EditorTool Izabu: Add abstract concave shape to make it easier to derive concave shapes (mesh, heightfield, plane etc) and use the same contact code Check if managed is ready before calling physics callbacks Fixed aoproxy crash when changing model Updated CitizenAnimHelper SpecialMoveState Sitting SittingOffsetHeight SittingPose Add Scene.Trace.IncludeRenderMeshes Add Gizmo.IsLeftMouseDown Update ExampleEditorTool Another engine2 cleaning pass Missed a few more Raincoat LODs Add the same bounds checks as before to IzHeightFieldShape::CastRay VR: Fix out-of-editor rendering Move orbit camera to SceneEditorExtensions Citizen/animgraph: small tweak to the airborne blend timings to make the jump-to-airborne transition smoother (I think I recently messed with the jump blend-in timing and forgot to adjust the subsequent timings to account for that) Updater for "snaprotationangle" int -> float, so it stops fucking spamming Rewrite font manager to not use filename, instead uses font family name like normal css All ttf and otf font files are loaded from /fonts/ folder and mapped to their font family name, weight, style. This is likely to be a breaking change if you had weird named fonts. Stop scene first person camera shaking from continuous quaternion <-> angle conversions Fix stray margin when expanding/collapsing components Grid shader: Don't lose all our interpolation precision by multiplying grid scale in vertex stage. Also tessellate mesh a little for better depth bias Merge branch 'master' into updaters-test stash
9 Months Ago
poc
9 Months Ago
In OnTargetedMessage if the TargetId is Guid.Empty, assume it's for us (this may happen if we're using OwnerId as the Target, but the "owner" is the host)
9 Months Ago
Fix NRE when calling [Authority] RPC but authority is the host
9 Months Ago
OnTagsChannged -> OnTagsChanged
9 Months Ago
Fix [Broadcast] requiring `using System;` statement in file
10 Months Ago
Squashed commit of the following: commit 04050373a0633a5122791133885299c358f4b0eb Merge: 577fcd3fec 2fd2d4d278 Author: kurozael <kurozael@gmail.com> Date: Wed Dec 6 13:32:00 2023 +0000 Merge branch 'master' into codegen-struct-arg commit 577fcd3fec861bb7f6cbde51621bbcd1558f2ff3 Author: kurozael <kurozael@gmail.com> Date: Wed Dec 6 07:39:32 2023 +0000 Update CodeGenerator unit tests for new stuff commit 64f62b40059c7d3ba16a373a1420401f6d79e2a6 Author: kurozael <kurozael@gmail.com> Date: Tue Dec 5 15:57:11 2023 +0000 Readonly ref for Wrapped structs. Store Identity on MemberDescription. virtual method for generating identity hash, override it for MethodDescription... store global lookup for member idents. Add TypeLibrary.GetMemberByIdent. Clear members for types when assembly removed commit 6c14f5b5784fb490e2a73c49a987df8087c8f4e6 Author: kurozael <kurozael@gmail.com> Date: Tue Dec 5 15:24:45 2023 +0000 Added typeparam docs for T in WrappedPropertySet/Get and WrappedMethod commit b9dbf0592cee5b4ae091670b592ace183722fb5b Author: kurozael <kurozael@gmail.com> Date: Tue Dec 5 15:21:17 2023 +0000 Typo commit 52253bee1e373d09adc7be59b3e8669f93cb1caf Author: kurozael <kurozael@gmail.com> Date: Tue Dec 5 15:20:26 2023 +0000 Unused params commit 0ff3451a31caa63537c9559e0bc59243352f8c3e Author: kurozael <kurozael@gmail.com> Date: Tue Dec 5 15:09:40 2023 +0000 Add TypeDescription.GetMethodByIdent, fix array param types not matching from codegen + methoddescription hash commit e251f3fc500252431683c9a36de704cdfe8cc298 Author: kurozael <kurozael@gmail.com> Date: Tue Dec 5 10:38:36 2023 +0000 Add support for codegen to pass methodidentity in struct, and split typename from methodname and add IsStatic as well to help differentiate properly commit 55c6710de87bb61c1eb7e141a4bc8961b67cfcc1 Author: kurozael <kurozael@gmail.com> Date: Tue Dec 5 10:37:43 2023 +0000 MethodDescription.Identity built from return type, name, params but not fully qualified rn as hard to correlate with results from ITypeSymbol in codegen commit 7b0d25a70a0f8ee7afac0252c6dcf0338582e0db Author: kurozael <kurozael@gmail.com> Date: Mon Dec 4 13:30:18 2023 +0000 Initial commit / struct names not finalized Update rpc and MakeDirtyAttribute callbacks to use new codegen structs. Authority rpcs and static rpc support Assets for createwrappedmethod These methods will need to be protected (comment with why)
10 Months Ago
Make `ListView.ItemAlign = Align.SpaceBetween` work better, especially when there's not enough items to fill a row Add r_depth_debug to visualize the depth buffer Fix EnumControlWidget for [Flags] enums Before: https://files.facepunch.com/ziks/1b0411b1/flags-before.mp4 After: https://files.facepunch.com/ziks/1b0411b1/flags-after.mp4 Citizen: improved 'Land_Standing' animation & removed old 'Land' animation from VMDL/files Citizen: improved 'Land_Movement_N' animation, & fixes it potentially causing weird IK leg flips in some movement animations Citizen: perform a post-motion-extraction offset on the sprint anims, to get the center-of-mass & pivot point feel better during turns, and blending in general New Outfit Piece - Fisherman Jumpsuit LODs and Skinning adjustments coming asap! Add PhysicsBody.GetLerpedTransform Add PhysicsBody.SmoothMove sceneanimatableobject sets physics bone positions on non animated models too Fix skinned mesh bounds being fucked (although this needs another look later on) Rotation.SmoothDamp is static Add SmoothMove.SmoothMove which takes a transform, does rotation too Cleanup failed experiment Remove r_depth_prepass option, we should always be doing it as part of forward+ Depth class uses the pre-resolved depth chain from the prepass instead of trying to sample an MSAA buffer, which was never working on certain MSAA levels and would've required a combo and loads of extra bullshit to do. Fix api break Up Engine API version Pass engine version how web expects it when searching for packages depthresolve uses min of all msaa samples Update izabu and add my changes Render menu Fix rendering `RootPanel`s in VR: separate out `IsWorldPanel` from `RenderedManually` Clear attributes after popping a layer when rendering UI Izabu: Fix RemoveContacts skipping the first contact, fixes old contact hanging around sometimes when joint collision is disabled TreeView shift multi select works as expected Add MultiSerializedObject Clean inspector creation Fix mistakes Widget contenthash should be ready to update straight away Multi edit support in a bunch of ControlWidgets Let's get rid of all the GameSetting/PackageSetting convar stuff now (#1375) Completely strip Saved Game functionality - re-evaluate if this is actually needed or something we want later on with the scene system though most likely easy enough for people to just do themselves now (#1374) Disable tests that load games or addons for now. Closes #1376 Disable TestGamemode unit test and game and extension templates unit tests Go through code looking for painday comments and try to sort them out (#1377) * Go through code looking for painday comments and try to sort them out * Readonly get Clear all [Obsolete] for a fresh slate (#1378) * Clear a bunch of [Obsolete] stuff * Remove obsolete template element override Disable tests testing against package.facepunch.platformer.dll and package.facepunch.sandbox.dll for now Disable test for package.facepunch.sandbox.dll Should_Pass Disable 2 more tests that will be broken right now Merge branch 'master' into codegen-struct-arg
10 Months Ago
Disable 2 more tests that will be broken right now
10 Months Ago
Disable tests testing against package.facepunch.platformer.dll and package.facepunch.sandbox.dll for now Disable test for package.facepunch.sandbox.dll Should_Pass
10 Months Ago
Clear all [Obsolete] for a fresh slate (#1378) * Clear a bunch of [Obsolete] stuff * Remove obsolete template element override