userConnacancel

4,391 Commits over 1,218 Days - 0.15cph!

6 Months Ago
Dress player
6 Months Ago
Fire Rate, Deploy Time, GiveWeapon, SelectNextWeapon, SelectPreviousWeapon
6 Months Ago
OneShotParticle extension, WeaponManager to store prefabs
6 Months Ago
Check valid scene
6 Months Ago
Test weapon networked tracer
6 Months Ago
Use NetworkSpawn - players now have their own pistol
6 Months Ago
Add GameObject.NetworkSpawn, obsolete Network.Spawn (redirect)
6 Months Ago
Fix issues with loading compiled resource json in editor space
6 Months Ago
Update to give org
6 Months Ago
Fix documentation
6 Months Ago
Load/reload prefabs with SmallNetworkFiles. Read compiled json with c# fs instead of using native (#1440)
6 Months Ago
Load/reload prefabs with SmallNetworkFiles. Read compiled json with c# fs instead of using native
6 Months Ago
Try to give a starting weapon to test
6 Months Ago
FOV change
6 Months Ago
Test weapon / better camera
6 Months Ago
Add IsValidType and use that for now instead of IsValueType on the property. Support using `string` for Sync
6 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
6 Months Ago
Send .prefab_c instead of .prefab
6 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
6 Months Ago
.scss and .prefab both valid small network files
6 Months Ago
Remove CreateWrappedMethod bs. Have VoiceComponent use [Broadcast] now. Remove manual RPC stuff from GameObject.Network.
6 Months Ago
Remove unused using statement
6 Months Ago
Remove unused method
7 Months Ago
skeleton
7 Months Ago
Initial commit
7 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
7 Months Ago
Clear entries in StringTable.Reset
7 Months Ago
Make it better
7 Months Ago
Initial commit
7 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
7 Months Ago
Trace.RunAll Support (#1434) * Initial commit * Returns IEnumerable, order by Fraction * Fixed return type on public method
7 Months Ago
Fixed return type on public method
7 Months Ago
Returns IEnumerable, order by Fraction
7 Months Ago
Initial commit
7 Months Ago
Remove unused debug args
7 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.
7 Months Ago
Added Networked Properties https://docs.facepunch.com/s/sbox-dev/doc/sync-properties-jKFHwTGVgR
7 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
7 Months Ago
Remove rogue using statement
7 Months Ago
Fix some doc, call RunSync before NeedsToSendNetworkUpdate to ensure HasChanges is right
7 Months Ago
Remove isReadingChanges - no longer needed
7 Months Ago
Initial commit Simplified, wip Don't need this log anymore Refactoring, hotload sync properties Add some unit tests for NetworkTable
7 Months Ago
Add some unit tests for NetworkTable
7 Months Ago
▆▄ ▌▆█▆▋▉ ▋▍▋ ▋▄▇▅▇▇▄▋ ▍▍▄▉▌▄ ▆▅▋ ██: ▇▆▄▍ ▆▉▇▉▉▅ ▇▌▇ ▊▍▅ █▌▊ █▋▌▋▍▇, ▆▉▄ ▅▆▅ ▄▄▇ ▉▉ ▊▄▄ ▉▄▋█▊▉▄▊ ▍▌▍▋ ▇▅▍▊▉▉ - ▄▊▍'▄ ▇▇ ▇▍▇ ▋▍▄▇██▋▄█▍ ▇▄ █▇▉▉▅▆█▋ ▌▅▋ ▄▄▊█▅█▋ █▅▊ `▆▇▋▌▉-█▇▊▄▉: ▊▆█;` ▊▆██▅ ▅▌▆█-▊▆▄▇▌▍/▊▉▋▉▅▇/▅▍▌▋, ▊▋▅ ▅▌▉ ▄▌▉▍ ▅▊▍▉▇ ▆█▋▊█▌ ▅▊▇ ▄█▌▅ ▄▄█▇, ▊▋▉▇▋▄ ▉▄▆▅▋▌▋▍▊▅▆▌, ▍█▇. ▇▌▉▅▋▄█ ▋▌▋▉▉▌▄▆▄▄▉ ▇▅▊ ▅▊▇▌ ▊▅▌▊ ▍▆▅ ▄▄▆▌▄▅ ▄▍▅▆▇█▆▇▍▌ ▇▄▅▇▉▆▊▅▅ ▅▇▄'▍ ▉▄▍▉ ▇█▌▌▇ ▄▌██▄▇▌ ▆▄█ ▋▆█▊▋▌.▉▌▇▄▋▌▌▍ ▍▊▆█▌▌ ▌▄▄▄▍▇▌▅▆.▇▇▌▅▌ ▇▋▅█▅ ▊▋▊▉▋▊▆▍▉█▇▄▇▇▅ (▉▊▅█▊█▄█▊▍▋ ▌▋ ▍▉▆▉▋▇▆▄) ▆▉▇ █▋▇▇▋▌▆▍ █▍ ▆▋▉▋▋▋▊ ▇▄▊▄▋▉ ▍▍▅▌ ▆▄: ▅▄▇▅▌ `▍▌▄▋▋-▋▊▋▇▋▋▋▊▌` ▄▉▊▋ ▆▍ ▇▊▆█▇ ▉▍▄▍▇▌▍▊▋▋▍▋ ▍▊▆▍▇█▋ ▆▆▉▄▆█ ▉▇▄▅▉▆▊ ▊▇▅▌▊▋ ▄▍▋▅▌ ▄▄▌▋-▅▄▍▍▆▉/▅▅▄▌▋█/▋▉▌█ ▆█▆▄▉█ ▇▇▉█▋▉▄▊▄ ▅▊▌▅▄▆ ▉▄▅▉ ▆▅▍▍▇▆▇▌ ▊▊▊▌▌▅ #▊▊▉█ ▌▋ ▉▄▇ ▌▉▌▍▇▌▆▊ ▇▅ ▉▆▇▇█▆, ▅█▊█ ▍█▇ ▌▊██▋▄▆▇▍ ▆▋▅▇█▇, ▄▄█▍▆ ▊▆▍▇▆▅▅▊▇ ▍▊██▅▄ ▆▌ ██▉ ▅▌▊▄▉▆▄▋▌ ▇▊▍▄ ▅▋▉▋▅ ▅▉▌▉▄▍▊▇▋▆█: ▄▅▊▍▇▄▌▊▌ ▌▄▄█▌▍ ▆▊▇ ▆▇██▋▆ ▍▊ ▉▋▊█▆▉▌ ▇▋ ▆▄▄▊▅ ▍▍▍▇▅ (▉█▋▄▊▍▍ █▌ ▍▊▇▇▄▊█ ▄▍ ▇▉█▅▄ ▄▋▆▉▋▄█▉ ▉█▅▇▆▌) ▊▍█'▆ ▄▄▇▅ ▌▋▍ ▍▊▍▄ ▉ ▋▊██▊ ▇█▇▆▇▇█▄▍ ▅▋ █▊▇▍▍.▇█▄▊▍▌▉▉▋▇ ▉█▄▋█ ▌▋▆▇▉▄▄▊▋▍▅ ▌▉ ▆ █▄▉▄▉▇▆▇▋ ▊█▌▋█▄▌▍▍▆▋▌ ▊▇▄▇ ▌▆▋▇▋▌ ▄▄▇▇▆▍██▇▅▉▄▉, ▌▋ ▆▊ ▊▌▍ ▅▊▌█▌ ▊▉ ▊▋ ▄▉▍▄▌█▌█ ▄▋▌▉█▌ ▉▆▊ ▌▅▊ ▉▊▅█ ▋▊▇▆▌▉ ▊█▋▋ ▆▊▉▍▊ █▍▌▉▍▄▇▊ ▋▇▅▅▌▇▄▆███ ▇▅▄▉▊▉▅█▌/▋▊▌▋▋▆▋▋▋▄ ▅█▇▄ ▉▍▊▇ ▋▄▋█▋▆▄, ▊▉▇▇▆▍ ▌▊▉ ▍▅ ███▉▊▆▉▇ ▆▄▍▅ ▉▊▍▆ ▇▇▅ ▆▌▉▊ ▄▊██▉ ▅▇▌▋▄▇█▆ ▍▅ ██▍▇▄ ▄▊▇▋▊▆ ▋▉▆█ ▊▇▌▋▇▍▅▌▄▆▍ ▅▅▄▅▅▊ ▆▅ ▌▊ ▇█▉▊▇'▇ ▊▋▆ ▇▌▉▇█ ▄▉ █▊▆▆▉▍▅▄▌▉▇ ▊█▊ ▉▇▇▋▆ ▍▇▅▍▊▉▅, ▋▍▄'▊ ▌▉▅▊▅▊ ▌▊▄▇▇█▌▌▍▍▆ ▉▌█▅ ▉▅ ▄▆▇▊▊▋█.▅▅▄▆▊▋ █▌█▌▉ ▋▊▍▊▌▇▅▊▉▍▆ ▅▊█▆█▄▇▌▄ ▅▌▊▆▅█ ▉▅ ▆▉▇▅▍▌█ ▌▆█▇▄█▄ ▅▉ ▍▄▇▌█▇ ▇█▊ ▌█▌▄▊█▇▋▄█▄▉▅▆▋▄▇▅▊▄ ▌▉▄ ▋▄▆▅▄▋▋▍ ▅▍█ ▄█▉▌▉▄▍▆█▊▄▄▌▋▊▌▄▅▋█ ▌▇▇ ▅▍█▆▇▄▆█▍▊▊▅▆█▉▊▉▄▉ ▄█▊ ▄█▇█▍▊▋▇█▊▋▅▇▌▅▌▊▆▅▅ ▅█▅ ▊▇▇█▉▆█▆▆▌█ ▌▍▌▌▅▊ ▋▊▅_▍█▅▅▋█▋▇_▇▌▆▉▊_▆▋▅▊▅_▆▄▍██▆ ▌▍▆▍▌ ▅▉██▆▆▅ ▆▅ ▋▄█▅▌▇ ▉▍ ▆▊'▄ ▋█▉ █▉▅▉ ▄▌ ▆▋▆▌█▆▇▌▄█▄▊▌ █▇▅▊ ▌▉▄▊▍▋▉ ▌ ▅▊▄▍▍▄▊▅▇▍ ▄▌▊▊▊▄▋▌ ▋▉ █▌▄▅▆▍▇▍▍ ▅▆▍ ▊▍▇▊▇▌▅▇▇▉▉█▇▆▍.▅▍▄▍▅▍▄█▆▉▌▋▍ ▋▋▅▅ ▋▄▆▋▇▄▊▍▊█▅▌▆ ▉▌▄ ▄▅▍▍▆▄▄▊█▄▄ █▅▆ ▉▊ █▇▋▆▄▆▋ ▍▇▍▉▉▌▊▄▍▄▋ ▍▊▌▆▌▊▄▉▆▇ ▍▆▌▇▌▉█▍▌▉▍▋▇ ▍▉▇█ ▉▌▌▄ ▄▇█▆▍▋ ▅█▅▆ ▉▍█▄ ▄▅▅▊▆▅▄▅ █▋▅▆▌.▊▉▅█▋▇▇▌▌▇▅▌▋▆█▋<▇> █▌▌ ▍█▅▇ ▌▉▋▍▍▌▊▅▋▍ ▉▌▍ ▋▋▉▅▅▆▋▄▋█▌▉█▅▇▇ ▇▌▅█▌ ▉▅ ▊▇▌▍ ▋▍▅▌▋ ▊▋▉▊▇▋▌▆▇ ▆▅▅▌▇▉▋▆▌█▅.▇█▄▆▊▌▋▆▆▄.▄▊▊▅▍▊ ▊▋▍▉▄▍▄ ▉█▍▋▍▇▆█▅▋▋.▇▅▋▇▍█ (▍▉▍▇▅█▉▋ ▇▍▄▉▌ ▌▄█▇█▋▊ ▄▋▍ ▄▉▍▍) ▍▋▌'▍ ▇▋▉▊▉▍ ▋█▄█ ▄▊▇▅ ▍▇▌▊ ▍▋▆ ▉▇▇▅▉▍▋ (▆█▊▄▉) ▄▋-▋▆▅▉ ▉▊ ▄▋▅▄▅▉ ▌▊▉▄▆▋▄▊▋█▆ █▍▍▍ ▅▉▌▍▄▇ █▅▄ ▊▅█▅▅▌▅▆▍▄▅ ▄▊▇▇▆█ ▇▍▇▄▋▉▉ ▊▍▅▇ ▄▄▅█▉█ ▇▄▇▍▉▍▆ ▍▉▍▌▍ / █▅▉▋▉▄█▋▄ ▍▊ ▌█ ▆▋▌'▅ ▌▌▊▉ ▅▄ ▆▌▉▌▄▄ ▄▅▉ ▊▋█▍▋▇ ▉▅▍▋█ ▇█▉ █▆▅█▋▊▄▅▇▆▅.▆▌▄▆▇▊▄▋ ▄▅▊ ▋▋▄ ▋▇▋▊ ▋▋ ▊▌▇▄▉▌▊ ▆▉██ ▇▅▋▉▉█▍▊▄█▉█▇ ▌███▍▆ ▇█▊▉_▉██▍▊ █▄▋▆▉▋▆▊ ▍█▆▌▋▄ ▊▇▄█_▄▆▄█▆▆▇ ▅▍▋ ▊▆▅ ▄▉▆▅▄▊▇▌▊▉▌ █▍▋▇▊ █▍▅▉ ▍█▊▉▄▌▉▌█▋▉ ▍▋▇ ▆▇█ ▍▉▊▊▉ ▇▋▆▄ ▆▉▍█▉▋█▋▅▉▌ ▋▅▆▅██▍▍▍▋ ▊▉▄▅█▇█▌█▅▍▇▄▉▍▍▍▅▋ █▄▅▊ █▋▌▇▉▅▅█▋▇, ▆▊▍▍▇ ▅▇▄▌▋█▍▇▅▋▅▉, █▋▆█▋█▍▉█▉▄▍▋▇, ▊▅▄▋▌▄▍▊▍▇█▅█▅( ▉▇▋ ), ▉▇▊▊▊ ▉▌▉▅ ▄█▍▊▇▄▅▇▋▋▇▇▍▅▊▌▌▌▄▉▄▋▄▄▋ █▉▄▊▄▊▆▆▊▍▉▋▇▄▇▄▄▇▌▄█▊▆▄▌ ▌▋▌▍ ▄▇▇▌▌▌█▄▋▋ ▄▅▅▆ ▆▄ ▅█▋ ▊█▄▇▅▄▇▋▇▄▌▅▍ █▆ ▉▉▅ ▌▉▆▌▄▇▊ ▋▌▆█▍▍ ▊▇▍ ▅█▄▄▆▌█▄▅▍▌▉▅▋▌▊▊▌▆▌▉▋ █▋▋'█ ▅▄▇'▇ ▄▆▌▍ ▆▋▉ ▉▍▄▅ ▅▋▄▉▄▉ ▅█▋▇▄▇ ██▇▄▇▆ ▋▊▇▊▋▌▊ ▋▅█▅▅▄ ▍▆▋▇▍▇▆ ▋▌▄▊ ▊▄▄ ▌▇█ ▌▋▆▆▆ ▇▌█▄▅▌▆█▊▇▊ ▆▅▅▋▄ █▊▄▉▌▊▊▄▊▌▋█ ▊▊▇▌▌▋▍ ▍▍▍▅▇ ██▇▇▍▌▌▋▊█ █▄▅▋▇▋▅▇▇ ▇▅▌▋▄ ▍▋██▅▌▅██/▋▄█▆-▆▅▌▄▄▋#▆▅▇▋ ▅▇▆▋▉ ▉▌▆▊▋ ▇█▆▇▇▉ ▌▆▍ ▊█▊▌█▌▆█▇▄ ▄█▌▊▍▇▄▍▄ ▊▍▉ ▉█▋▌▌▌▉▊█.▍▄▅▊▆█ █▋ ▌▆▄▉▅▊▇ █▋▆▄ ▆▊▋▉▄▄▍ ▆▅▉▄▇▍▊ ▉▄▇▊ ▍▊▌ ▊▆▆▇▌▄▇ ▌▇█▅▊█▇▌ ▆▉▅▊▇▆▆▅▌▍ - ▅▍▉▉▍▋ ▌▉ ▅▊▇█ ▆▆▄▉ ▇▋▅▍▊▉▆▊'▌ ▌ ▉▆▇ ▉▇▄█ █▋▅▋▆█ ▊▆▅▆▋█▋▆▍▊▌.▌█▍▍▆▉▊▍▊▅▆▊ ▆▉▇ ▇▄▌█▌.▋▅▇▉▊▉ (▆▉▅▄▉▊▉ █▋▌▄, ▉▅▅█▌▊▇ █▊▌▊█▅) ▋██ ▋▄▋▅█.▆▊▇▄▋▉ ▉▉▄▋ ▌█▆▉ ▊▇▇▌▉ ▄▄▄▊▉▅▄▇▅▆▌█▍▋▊.▆█▋█▅▄▋▌▊▅▋▍▍▆▋▅▇▅▆, ▄█▆▍▋▍▋▆█▇▅▇▍▋▊▆▅▉▍, ▋▉▆▅▇▉▋▆▄▅▇▄█▆▋▊, ▅▄▉▄██▋▇▉█▌▌▅▆▍▊▉ ██▋▋ ▆▌█▄▋ ▊▅▅ ▆▋▅▆▅.█▆▊▉▉▆ ▋▍▊▍▋▌▄ ▋▅ ▊▉▄▋▍▌.▍▅▅▍ ▋▌▊▅▆▋ ▋▊▄▌ ▋▍▄▍▆▄ ▋▊▍▋▅▊▌ ▄█▋▋▇▆ ▆▉▄▉ ▉▋█▅▋▇▆▍▆ ▄▍▇▊ █▅█▍▄▆ ▆█▌ ▅▍▉▋▉▍▇█ ▌▆▋██ ▅▌▌▄▆ ▋▋▍▊ ▌▋▋▆▉▍ ▇▅▆▋▅▊ ▊█ ▉▄▌ ▆▊▌ ▆▊ ▉▆▍▍ ▊▄▄▄▉▋▍ █▅▌▍▆▇█▄▊▍▄▇▌ ██▆▄ ▇▉▄▄█▆▅▉▆▊▇▆▅▆ ▆▇▋▅▇ ▋▄▉▌▆ ▋ ▉▋▉▌ ▅█▅ ▌▄▊▄ (▊▌▄▍▊ █▄▋▄-▌▉▋▋▍▄/▇▅▉▍▋▊/▋▇▌█) ▊▋▄ ▅▅█▄▊▆▋▌▅ █▄▉▉▄▅▌ ▄▄▋▌▄ ▅▄▆▄▌ ▇▌▉▆█, ▄▋▍ ▊▍██▄▉▆▆▅▋ ▉▇▅▊▊▉▋█▌▌ ▄▍▄▅▍▌▌ ▌▇▌▄ ▄▌▊█▅ ▇▉▍ ▆▉▌▍▇▋▊▊▋ "▆▄█▍▅ ▌▍▊▍▇▉" ▆▊▇ ▌▆▋█▉▉▆ █▅▆▉▊▆▅▄▋█▆▅▅▊ ▇█ ▄ ▌▄▋▋ ▆▄▄▋ ▊▆▍▊▊▆ ▅▅█▋▌▅ ▇▉▉▋▊▆▌▆▄ █▋▉▌▊▊█▋█▆▄▆▌▍▄▅▇ ▄▆▄ ▄▋▍█▇▋▇▉▄▅▄▆ ▋▊▅▉█▌▄▊▋ ▇▄ ▉▋▍▉▉█ ▉▇▅▊▅, ▍▋▋▄▉▌▆▌ ▋▇▅▌ █▅▌▉▋█▄-▊▇▋▊ ▇▊▇▅▋▄█ ▌▍▊▊▋█ ▋▇▇ ▅▇▌▉ ▊▇▍█▇▋▌▋ ▌▄▍▌▆, ▄▇▇▅ ▋█▋▇▉ ▆▆▌██▌█ ▅▍▆█▅▄▄ ▋▌▌▄▅▊▄▌▊▋█▇▇▍▅_█▍▄▆▅▅▊_▊▍▆▄_▇▊▅▋▇, ▄▄▇▊▆ ▌▇▊▊▉▇▊▄▍ ▄▉ ▉▄█▇▇▌▍▌▄▆▌▋ ▅▇▇▊▌ █▇▇▍▇▌ ! ▉▉█▊▉▌/▄▊▍▆▉▌ ▊▊█▄▆ ▅▉▉▄ ▄▉█▇▅ ▊-▋▊-▉_ ▋▉▅ ▅▍▌▍▆ ▇▄▄▊ ▌▉▊█▋▄█▇▅ ▆█ ▋▌▉▍▄▆ █▅▇▍██ ▍▊▉'▋ ▊▅▍ ▋▉▉▇▅▄▌▌ ▇▊ ▆▆█▉▅▇▆, █▌▍▄ ▍▌ ▊▊█▅▊▌▆▇▌▆ ▆█▌▆█▇▌ ▅█ ▄█ ▄▋▍ ▍▋▆▆▆▋▆▍. ▋▊▌▋▊▍ ▆▍▅ ▇ █▍▅▄▆ ▄▋ ▄▍▋▉▍▇ ▊▍█▆▌. ▉▍▄▅▄▆ ▊▆█▋▋ ▍▍█▌ ▅▊▋ ▌▌▉▅█▅▋█▇▌▆▅▋ ▅▋▇█▅▆ ▇▌▌▇▄ ▊▄▇ ▄▌▅▄▆▄▅▊▇▇█▉▌ ▇▊▍▌▍▆▍▉▆▉▄▋ ▌▆▍▍ ██▉█▋▋▊▆▋.▄▅▊█▇▄ ▍▊▇▍▆▍▉ ▅▇ ▅▌▋▇▅▇█▋▆.▋▍▍▌▄▅▊ ▄▋ ▅▍▅▆▄▍█▄▅ █▇▋▍▍▇ ▆▇▍▄▇▄ █▉▇ ▇▋▇▅▅.▉▆▇▅▆ ▇▅▅▌▋▋ ▌▅▆▍█▉ ▌▍▊ ▊▊▅▊▋ ▊▊▇▋▌▇▉▇ ▍▉▅▍▉▊ ▉▅▄▉▆▆ █▍▆▊▍ ▌▍▇▉█▌▅▋ █▊▊▋ █▍▇▆█▅▊▌█▄▅██▊▅.▌█▆▊█▋ ▌▄ █▅▌█▊▍▆▄▄▌ ▇▊▊▌ ▍▄▋ ▉▋█▌▋▍▄ ▌▋▆▆▅▍▆ ▄▉ ▌▍▄▊▋▍, ▌▅▍▄▉▅▄█ ▄█▆ ▍▍▍▇▅▊▅.▋▊▍▋▍▍, ▅▊▇▄▋▍ ▌█▄▉ ▍▆▍▋ ▇▍▋▆▆▌▍ ▄▇▄▆▊ ▇▌▌▄▄▅▅▄.▌▍▋▍▋ - ▅▉ ▌▌▇▄▄▆▌▌ ▋▌▊█▅▍ ▅▆▆ ▌▄▉▍▉ ▍▉▌▄▍▌▇ ▆▌ ▉▅▆▅▅▍▄ ▅██ ▄▄▆ ▇▋▄▄ ▋▊█▅▊ ▉▊▆▍▌▅▍▇ ▍█▉ ▄▅▆▌▋▄▇ ▆▋▊▅▍█▊ ▅▅▄ ▌▅▋▋▊ ▍▊▊▌▅▅ ▌▅ ▅█▊ █▅▅█▅▆▊▇ ▆█ ▍▇▋ ▋▆▊▄▍█▌ ▋▌ ▇▆▉▆▍▌ ▅▇▉▉▊▆ ▄█▍▊▌▉▉▇█▆▍▆▍▄ ▍▉ ▌▆▊▊ ▌▉▌▍▌▌▇▋ ▆▌▍█▋ █▋▋ ▋▇▄▌▆ ▇▇▅▆ ▆▇▌▍▊ █▆▌▍██▊ ▄▋▄▆▋ ▅▉ ▇▉ ▉▉▆▅▌▉▆▌ ▇▉▆▊▊ ▊▉▉▌▊█ ▊▉▋▄_▇ ▄▊ ▉▄▊▉ ▆▋ ▌▋▋▋▉.▋▋▍▄ ▄▊▍ ▆▄▇▅█▊▌█▅▊▍▌/▉▍▄▅▍▆ ▅▋▆█ ▋▍▌ ▋▄▄▌▉▉ ▉▅▅▅▄▇ ▇▉▍▊▋ ▊▅▋▍▆ ▊▊▊▍▌▌▌ ▊▋▆█▇▊▊ ▌▊ ▊▅█▋█▋▄▋ ▊▊▆▄ █▋▊▅▍█ ▇▇▆ ▉▊▊▆█▇ ▋▍▄▍ ▇ ▌▅▍▄▆▅▌▌▊▌ ▇▆ ▊▋▆▄▊▆ ▇▅ ▆█ ▇▄█▋ █▍▇▆▌ ▉▊▌▆▆ ▌▉▍▋▊▉ ▋▇▆█▄▉▆▇▅ ▊▋ ▌▄▇▋▌▉█ ▋▌▉▇▍ (▌▊ ▋▉▍▆▄▇▊▉▋ ▋▄▌▄ ▊▍▋▍) ▅▆▌ ▌▌▌▉▍▍.█▍▋▍▇██▌▇▄▇▅▅▆ ▅▆▇▊▋▄▉▌▌▅ ▉▆▋ ▄▋▌▊▇▆▄▍▊▋▋ ▇▊█▅▇▌▇ ▌▄▍▊▉▉▅▋▌, ▇▉▅▉█ ▅▊█▄█▇▍▌▄ ▇▉▉ ▉▇▅▊█▉▍▋▊▆▋▇▅'▇ ▉▊▇▊▇█ ▆▇▅▍▄▅▌▉█ ▍▍▊▅▄▍▌▊▆▍ ▄▅▌▋▍▍▅▌▅▌▇, ▉▇▍▄▆▆▅ ▅▉▇▋ █▇▋▆▄▅▅█▊▍ ▄▋▇▆█ ▉▆▍▍▆▊ '▊▅█▊▋▅' ▋▋▊█ ▋▊▇▋█▄▊-▌▍▋▊
7 Months Ago
Don't need this log anymore
7 Months Ago
When a map is re-compiled from Hammer reload any MapInstance components to reflect the changes
7 Months Ago
Fix TakeOwnership RPC not working
7 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
7 Months Ago
poc
7 Months Ago
Pixels but it works with scene system