Releases: ShadowfallStudios/ALS-Community
Releases · ShadowfallStudios/ALS-Community
v4.21
- [Feat] Compatibility with 4.27
- [Fix] Add support for SetViewTargetWithBlend (by @davchezt )
- [Fix] Fix RunUAT BuildPlugin errors (by @CanisHelix )
- [Fix] Explicitly use FInterpTo float parameter version to avoid compiler complain (by @ameaninglessname )
- [Fix] #243
- [Fix] #97
- [Fix] #240
v4.20.1
- [Fix] Fix crouching speed is not updated in movement component
- [Fix] Fix compile issue in Mac builds ( by @muchcharles )
v4.20
- [Fix] AI Yaw Rotation inconsistencies when focusing while aiming #212
- [Opt] Convert all FNames to constants #211 (by @muchcharles )
- [Opt] Reduce allocations on footsteps #210 ( by @muchcharles )
- [Fix] Stutter on start sprint #163 ( by @senfkorn92 )
- [Fix] bRequestMovementSettingsChange is always 1 #175 ( by @senfkorn92 )
- [Feat] Better client project support & reintroduce debug traces ( by @AchimTuran )
v4.19
- [Feature] Add debug mesh change support for character mesh (Bound to M key on debug component)
- [Feature] Allow for configuring a reversible pelvis bone on the ragdoll system (Can be enabled with bReversedPelvis config value in character blueprint) ( by @CanisHelix )
- [Feature] Allow editing IK bone names to support using virtual bones ( by @regueiro )
- [Fix] Fix datatable category issues ( by @CanisHelix )
- [Fix] Use Material Slot names instead of Index as recommended by Epic ( by @CanisHelix )
- [Fix] Fix debug values are staying on same value after PIE session is done
- [Fix] Make mantle trace channels configurable, fix majority of trace issues (mantling on other characters etc.)
v4.18.4
- [Fix] Fix unassigned blend profiles on cycleblending anim layers
- [Fix] Fix 4.26.1 Source Build Errors (by @CanisHelix)
- [Fix] Remove a debug log from mantle component
- [Fix] Crash on Jumping Around Static Meshes #170
- [Fix] Crash from ALSAnimNotifyFootstep.cpp:33 #172
v4.18.3
- [Fix] Fix update rate optimization issues on multiplayer games, enable URO for character mesh by default (by Arkanoid)
v4.18.2
- [Fix] Incorrect camera shake class usage on notify
- [Fix] Recovered corrupt camera shake notifies on sprint animations. Camera shake should be working without issues now
- [Fix] Fix a crash if default surface type is not provided in footstep fx data table
v4.18.1
v4.18
- [Feature] Improved footstep implementation with decal & niagara particle support (Disabled by default, you can tweak them as you like on animation assets) (by @FabricioMSantos )
- [Fix] Fix incorrect angle delay range for turn in place
- [Fix] Build Error When Plugin is Built Inside Engine #132
- [Fix] Spinning the camera in aiming rotation mode affects turn in place in looking direction rotation mode #128
- [Fix] Fix a possible compile issue caused by unity build
v4.17
- [Optimization] Rework for Character Movement Component. Completely eliminated corrections done by the server even at severely high lag (tested 1000 ms) by incorporating the dynamic movement variables directly into unreal functions. Since no server calls are being made in tick anymore, original ALS movement curves have been re-added. (Huge thanks @senfkorn92 for his awesome work)
- [Fix] Disable collision for player static mesh equipments
- [Fix] Fix player is not able to mantle by pressing space button
- [Fix] Remove hardcoded asset path for AI behavior tree
- [Misc] Carry AI source folder to root
- [Misc] Rename plugin as "ALS Community"