248,743 Commits over 3,959 Days - 2.62cph!

33 Days Ago
Fix NavmeshGeneration performance regression caused by 51c5e14 Navmesh generator cleanup now runs in parallel Heightfield span pools are no longer freed after a completed generator run, instead they are returned to the freelist and reused. Disposing of the generators now waits for all active generator tasks to terminate.
33 Days Ago
Implement wolf headress effect on wolves
33 Days Ago
Ability cards working, add immediate reload card w/ ability - need to add ability UI next
33 Days Ago
CardAbility skeleton
33 Days Ago
Add Scales card that increases gravity
33 Days Ago
Code gen
34 Days Ago
shield 3rd person attack anim split into 3 parts
34 Days Ago
Merge: from soundmodulator_leak Fixes an audio-related NRE when performing generic interactions (zipline, bike, etc). Tests: rode the zipline on Craggy a bunch of times(the whole way and with quick jump-off). Couldn't repro the NRE (though couldn't do it originally anyway)
34 Days Ago
Bugfix: Avoid double-recycle of sounds when pooling is disabled - switched to checking recycle time it used to rely on whether fade modulator was present or not as a flag, which doesn't work when pooling is disabled. And we can double-recycle now via NotifyOnParentDestroying and OnDisable Tests: none, but super-confident about the theory
34 Days Ago
Use the correct connection for Card.PlayedBy
34 Days Ago
Add OnJump event so we can respond to jumps
34 Days Ago
fixed the meterial issue directly on the subent door prefab as fixing it in the ram itself didn't carry over.
34 Days Ago
Card scaling test, keep winner across maps
34 Days Ago
edited wooden shield position in its entity prefab to sit better on the player arm when chunky clothes are equipped
34 Days Ago
tweaked emissive slightly to be less blown out
34 Days Ago
Increased deck size to 100 Separate MaxHandSize, so you can draw more than default hand size Give a card to each player no matter who wins a half, extra card for the loser
34 Days Ago
Fixed additional jump logic when you don't have the required stats
34 Days Ago
set base emission to off on christmas lights
34 Days Ago
Stash all this PoC
34 Days Ago
Missed Medieval Barricade Texture Files
34 Days Ago
Updated Medieval Barricade Textures and Materials Updated Medieval Barricade Model to fix normal errors
34 Days Ago
Partial backport of ISceneObjectDesc::OnSceneObjectVisibleInView (Don't merge this, hacky temp allocation) Forward+ Decals * Decals get binned by the lightbinner from OnSceneObjectVisibleInView (all lights should start using this callback too) * Tiled culling checks decals within each tiles frustum * Decal::Apply( ... ) is used to mix decal's albedo, normal, etc. into surface
34 Days Ago
Extra jumps
34 Days Ago
edited clip range for metal shield attack anims and set up the wooden shield animator for melee attacks too
34 Days Ago
Healthy is a Target card
34 Days Ago
Don't change fire rate on new card
34 Days Ago
Hollow Point card
34 Days Ago
Merge from main
34 Days Ago
Arena 2
34 Days Ago
Merge: from main Tests: none, trivial merge
34 Days Ago
Bugfix: avoid unlockign semaphore from the wrong thread If it would time out during the wait period, it would release the semaphore in finally, leading to break of unique ownership promise Clean: remove ITask inheritance from UploadPerfSnapshot It used to be a task at the start, but not anymore
34 Days Ago
Merge from simple_upgrade
34 Days Ago
▊▆▅▆ ▆▍▉ ▇▅█▋▋▄▇▍ ▄▉▌▄▄ ▊▇▇█▌ ▍▅▋▆▄▄▋▉ ▌▅█▅▄ ▋▉██ ▉▇▌▄▍▆ ▌▍▌▍█▍ ▊▆▍▊▇▇ ▌▋▄▄█▄▅▆ ▆█▍▉ ▄▉▊▅▌▍▉
34 Days Ago
merge ice_sculpture->main (server compile fix)
34 Days Ago
server compile fix
34 Days Ago
Merge from ai_wolf_iteration
34 Days Ago
34 Days Ago
Fix display info of constructor node result output
34 Days Ago
ForwardJumpPower uses normalized wish velocity so you can still jump up without being bumped forward
34 Days Ago
Removed some tilt code, fixes one-card going invisible
34 Days Ago
merge ice_sculptures->main
34 Days Ago
merge from main
34 Days Ago
Ice shader: change tangent space normal blending to world space, make occlusion map align with normal map sampling, and frost now impacts alpha
34 Days Ago
Manifest - restore water_treatment_plant_1, stomped in 108847
34 Days Ago
merge from store_renderer_fixes
34 Days Ago
merge from standard_shader_improvements
34 Days Ago
merge from t1ejectionfix
34 Days Ago
Leaderboard backup, run #15821
34 Days Ago
Added "StripFromStorePreview" tag, will delete any gameobjects that are loaded in the store preview Fixed snow machine throwing an NRE and not rendering properly
34 Days Ago
Merge from simple_upgrade