reporust_rebootcancel

110,985 Commits over 3,928 Days - 1.18cph!

2 Months Ago
Store fsm transitions in the state themselves to avoid having to do dictionary lookups, makes wolves twice as performant
2 Months Ago
Updated Catapult Explosive Ammo Textures and Materials
2 Months Ago
- Optimize the fsm transitions that are called often: cache distance to target (per frame) and components - Optimize roaming and flee: don't project all points in a circle around the wolf, once points are scored, early out after both nav projection and path succeed - Remove allocation caused by List.GetRange in GetFirstReachablePointInTopPct - Remove transitions updates (time elapsed now uses a timestamp) - Add more TimeWarning coverage
2 Months Ago
▇▋▄▉▄▅▅▉▌█▊▅▄ ▅▅▆▋▌▍ ▄▅▉▋ ▍▉▇ ▅▆▄██ ▇▋ ▅▆▉▉▆▋▊▉ ▆█ █▊▅▉▊▋▄▊ ▋▉▊▇▌▍▄ (▍▋▄▌█▇▄ ▆▇▍▍▊▊ █▅▆▉ ▌▅▆▇█▋▉ ▉▄▌▋▌ ▅▋ █▉▉▇▄ ▊▊ ▋▄█▇▋ ▊▋▄▇▆▉▆▅ ▉▊▊▊▉▍▉▇█▉▇)
2 Months Ago
2 Months Ago
Correctly include mixing table inventory (or not) in affordabilty checks.
2 Months Ago
Repeat clicking a recipe will add another set of ingredients to the mixing table. Refactored some affordability and logic to handle this.
2 Months Ago
-Ballista Added detail blockout ready for rigging
2 Months Ago
Merge: from remove_editor_update Removes around 1.5ms from 6k world in the editor and fixes longstanding bugs with the decal editing. Tests: Created a bunch of decals, modified their properties(changes visible), deleted them(no NREs), ran in game - still visible.
2 Months Ago
Merge: from main Tests: none(trivial merge)
2 Months Ago
▉▍▍▋▆ ▌▇▄▆ ▊▄_▄▅█▄_▅▆▌▉▄▇▇▉_█▇▄▍▆
2 Months Ago
▄▊▆▉▋ ▍▍▉▄ ▆▇▆█▍▇▉▌▆▉_▊▆▅▇▄▆_▇▅▊▆▅
2 Months Ago
merge from halloween24
2 Months Ago
BC: fixing cloth flinging away with large rotation changes - changed rotation origin to use player model transform's rotation, rather than its rotation field, as it depicts body root rotation better - made collision distance thresholds tunable and brought it down on the dracula cape due to its bone density - brought the floor up on the dracula cape damping curve slightly
2 Months Ago
Parent merge
2 Months Ago
Raw anim backups
2 Months Ago
Merge from main
2 Months Ago
2 Months Ago
Merge from gesturepack
2 Months Ago
Anim adjustments
2 Months Ago
Gesture picker looks a bit nicer when there are no more gestures to apply
2 Months Ago
2 Months Ago
Knuckle crack anim fixes
2 Months Ago
Parent merge
2 Months Ago
Don't play the lose animation when drawing
2 Months Ago
Merge from gesturepack
2 Months Ago
Added new gesture preview clips for the options menu. Enabled looping on menu video player element.
2 Months Ago
Unsaved sound timing change
2 Months Ago
RPS foley sounds
2 Months Ago
RendererLOD and MeshLOD will now only set isSmall if it can find a renderer with a bounds with a size > 0 on any axis Should hopefully resolve missing shadows when using monument scenes due to the changed initialisation sequence
2 Months Ago
Knuckle crack sound timing tweaks
2 Months Ago
Halloween 2024 Adam backup
2 Months Ago
Merge from qol_teleport2grid -> main
2 Months Ago
Gesture foley sound tweaks
2 Months Ago
Merge from spawn_debris_pool_fix
2 Months Ago
Add `teleport2grid` command - the magic number is 1024m/7 per map grid for anyone curious - specify grid like "D8" (case insensitive)
2 Months Ago
▋▋▇▊▄ ▊▇▍▉ ▊▄▇▄_▊▉█▆▆▉▇▇▄▅_▅▉▉▇▊▍▇
2 Months Ago
▆█▊█▉▋ ▌█▇ ▆▇▉▇▅▌▋▌ ▊▉▍▆
2 Months Ago
2 Months Ago
Merge from RF_optim/RFManager
2 Months Ago
Codegen
2 Months Ago
Merge from main
2 Months Ago
Merge from fix_barricades_train_tunnels
2 Months Ago
Merge from wearable_down_limit_fix
2 Months Ago
Fix the down limit override on the dracula cape being remembered after the cape is unequipped, resulted in player model not looking up/down correctly
2 Months Ago
Merge from main
2 Months Ago
2 Months Ago
Parent merge
2 Months Ago
Merge from main
2 Months Ago
Merge from demo_shot_delete_fix