249,342 Commits over 3,959 Days - 2.62cph!

39 Days Ago
Implement wolf headress effect on wolves
39 Days Ago
Ability cards working, add immediate reload card w/ ability - need to add ability UI next
39 Days Ago
CardAbility skeleton
39 Days Ago
Add Scales card that increases gravity
39 Days Ago
Code gen
39 Days Ago
shield 3rd person attack anim split into 3 parts
39 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)
39 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
39 Days Ago
Use the correct connection for Card.PlayedBy
39 Days Ago
Add OnJump event so we can respond to jumps
39 Days Ago
fixed the meterial issue directly on the subent door prefab as fixing it in the ram itself didn't carry over.
39 Days Ago
Card scaling test, keep winner across maps
39 Days Ago
edited wooden shield position in its entity prefab to sit better on the player arm when chunky clothes are equipped
39 Days Ago
tweaked emissive slightly to be less blown out
39 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
39 Days Ago
Fixed additional jump logic when you don't have the required stats
39 Days Ago
set base emission to off on christmas lights
39 Days Ago
Stash all this PoC
39 Days Ago
Missed Medieval Barricade Texture Files
39 Days Ago
Updated Medieval Barricade Textures and Materials Updated Medieval Barricade Model to fix normal errors
39 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
39 Days Ago
Extra jumps
39 Days Ago
edited clip range for metal shield attack anims and set up the wooden shield animator for melee attacks too
39 Days Ago
Healthy is a Target card
39 Days Ago
Don't change fire rate on new card
39 Days Ago
Hollow Point card
39 Days Ago
Merge from main
39 Days Ago
Arena 2
39 Days Ago
Merge: from main Tests: none, trivial merge
39 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
39 Days Ago
Merge from simple_upgrade
39 Days Ago
▊▆▅▆ ▆▍▉ ▇▅█▋▋▄▇▍ ▄▉▌▄▄ ▊▇▇█▌ ▍▅▋▆▄▄▋▉ ▌▅█▅▄ ▋▉██ ▉▇▌▄▍▆ ▌▍▌▍█▍ ▊▆▍▊▇▇ ▌▋▄▄█▄▅▆ ▆█▍▉ ▄▉▊▅▌▍▉
39 Days Ago
merge ice_sculpture->main (server compile fix)
39 Days Ago
server compile fix
39 Days Ago
Merge from ai_wolf_iteration
39 Days Ago
39 Days Ago
Fix display info of constructor node result output
39 Days Ago
ForwardJumpPower uses normalized wish velocity so you can still jump up without being bumped forward
39 Days Ago
Removed some tilt code, fixes one-card going invisible
39 Days Ago
merge ice_sculptures->main
39 Days Ago
merge from main
39 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
39 Days Ago
Manifest - restore water_treatment_plant_1, stomped in 108847
39 Days Ago
merge from store_renderer_fixes
39 Days Ago
merge from standard_shader_improvements
39 Days Ago
merge from t1ejectionfix
39 Days Ago
Leaderboard backup, run #15821
39 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
39 Days Ago
Merge from simple_upgrade
39 Days Ago
Merge from modding_prefabs