reporust_rebootcancel

111,293 Commits over 3,928 Days - 1.18cph!

58 Days Ago
Post timings
58 Days Ago
More refined screen shake
58 Days Ago
deployable targets type a and type b type a is more human-like type b is like a dueling tree will need a programmer to look over stuff, again
58 Days Ago
wip: Kill sync var tick on object death
58 Days Ago
Clean debug text
58 Days Ago
wip: Automatically sync vars should any change. Uses a polling method for now: - Invoke poll in fixed repeat time - Syncvar handler no longer requires default value
58 Days Ago
Code cleanup Collision damage tweaks
58 Days Ago
Perform type checks on initial sync var generation pass
58 Days Ago
wip: Added bidirectional client -> server / server -> client var sync. Syncvars can be declared as chaving client authority
58 Days Ago
Update: Add chat feedback when perf snapshot is being taken It'll warn users if they're in the middle of something important Tests: exported in editor with no delay and default standalone delay
58 Days Ago
BaseRagdoll compile fix
58 Days Ago
Splitted the code in client/server files Updated naming and moved everything in the right folders
58 Days Ago
wip: working server -> client syncing
58 Days Ago
wip: Took me a day to realise there were seperate writer methods for client and server
58 Days Ago
Replaced the metal bonk effect for something more appropriate
58 Days Ago
Clean: remove unnecessary params in ProfilerExporter Tests: none, trivial change
58 Days Ago
Update: Add commandline argument support to explicitly turn on profiler instrumentation - Added log to explicitly confirm if it's enabled or disabled Tests: ran in editor and server standalone with and without it being enabled
58 Days Ago
Collision damage Ragdoll the rider when taking too much damage (hitting a tree at full speed, running off a cliff etc)
58 Days Ago
Bugfix: avoid a rare case of dealocating main thread's Allocs storage - Code is written with the assumption that it's always there, but if 1 frame didn't record any allocs, it would nuke the storage, tripping up the profiler. Discovered when doing additional testing in standalone (somehow editor was unaffected) Tests: did 6 snapshots of standalone server with 6k map - no crashes
58 Days Ago
properly disposing native structures in-editor when stopping play in editor
58 Days Ago
- ▉▍▋▋█ ▌▅▋▇ ▇▆▋ █▌ █▊▊▄▍▇▆█▇▄ ▇▇▇ ▌▍▅▄ ▍▋▍▅ █▌ ▅▌▌█ ▋▉▆ ▇█▆▉▍▄ ▆▌▇▇ ▉▄▊ ▊█▄█▆▋▆▇▇▍ █▋▄ ▌█▅▄▍▉▌ - ▄▋▌ ▅▋▌▌ ▍▅▉ ██▄▋▆▋▋▇▅▍ ▇▍▄▉▋▌▍▆▌▊ ▆█ ▄▆▊ ▍▉▍▊█▌ ▇▅▌ ▉▄▋▇▉▊▇
58 Days Ago
merge from native_mesh_simplification
58 Days Ago
cleanup and logging procedural mesh stats with a logmeshstats convar
58 Days Ago
Horse head and body bounciness, so we don't lose too much speed when bumping on trees
58 Days Ago
merge from ragdolling
58 Days Ago
Physics tweaks, updated grounded checks
58 Days Ago
merge from Twitch_Rivals_24
58 Days Ago
super tea effect changes
58 Days Ago
Revert ProjectSettings
58 Days Ago
Trying a wheel collider approach to reduce unwanted friction when riding on uneven terrain
58 Days Ago
merge from main
59 Days Ago
Merge from localcoord-blend-layer
59 Days Ago
Added talk_06 anim as cinematic gesture
59 Days Ago
deployable target will need a programmer to look over stuff again
59 Days Ago
work around horrible flickering when in 2D editor view
59 Days Ago
chicken coup deployable test will need looking over with an actual programmers eyes just in case
59 Days Ago
support applying vertex color/alpha on Standard Packed Mask Blend color and/or alpha be applied to albedo color, ao, or neither
59 Days Ago
Server receive methods - Setup testing - More logcs - Client sync var debugging
59 Days Ago
add metallic workflow version of LocalCoord Diffuse
59 Days Ago
Rocket explosion.
59 Days Ago
Update: Don't allocate storage for alloc marks on worker threads Tests: exported a couple snapshots in the editor
59 Days Ago
59 Days Ago
Update: truncate snapshot names to 32 chars Tests: none, trivial change
59 Days Ago
not trying to simplify the mesh to 10% anymore
59 Days Ago
Setup both client and server send methods
59 Days Ago
Update: export worker threads in the json snapshot - Also fixed a bug I introduced in previous submit that led to sporadic exceptions Tests: exported 5 profiles in a row from Craggy in Editor, exported 2 in standalone, checked in perfetto
59 Days Ago
deferred mesh simplification - sculpture waits for a period of inactivity to schedule mesh simplification - mesh simplification is run in a background thread, while the unoptimised mesh is displayed immediately - handles multiple enqueued simplification requests with job dependencies, preferring wasted background computation over main thread blocking
59 Days Ago
Rocket setup
59 Days Ago
fixed compile errors
59 Days Ago
compile fix