255,349 Commits over 3,990 Days - 2.67cph!
Some ship transit fixes
Fixed missing exterior doors for luxury cabins
Fixed transit rooms left on in starter oval
Testing game mode edit only
Remove old DEBUG_STACK_LEAK compilation define in project settings
Give cops and dealers the higher tier weapons + fix another pistol name bug
Stop bots from hitting themselves + simplify IsPartOfShooter now that we don't use motor colliders anymore
Fix coroutine error when bot players die during a server tick where they also shoot
Fixed warning sign clipping material
Better contrast on hazard progress widgets
Better contrast on financial charts
Pinball machine glass clipping
Can now modify clipping height on screenshot camera
Reduced drug dealer HP from 1500 to 1000.
Added limit to payphone number length
Fixes proxy player recoil/shake, which weren't being applied to eye direction. CharacterEys script is now also on proxy players. Unfortunately this fix is pretty much useless for now since characters currently don't animate up/down aim while shooting.
Extra script for dealer AI. Didn't end up using it.
updated career sponso prefab
Server->Client RPC sends to connection that owns the entity
some career logo cleanup, removing unused stuff, layer sorting
Give drugs as an editor bonus item by default, and more cash
Flipped the door hinges on row house 2, so that players will naturally tend to exit out the front, instead of out the back
Don't show mod mark numbers as they're all 1 now
Renamed DamageMin/Max tag names to Min/MaxDamage so the string conversions read nicer
Get client from net identity to handle client to server RPC
Should be a proper interior/exterior transition, pending Unity fixing the indirect specular probe bug.
fixed career logo generator that had a weird text background deformation in lwrp
Add tooltips to mod inventory types
Send RPC's through steam networking sockets
Prepend rpc type to rpc data as a byte so steam sockets know what type of message it is, ignore it when recvd on unreal socket
Handle Client->Server RPC through steam sockets
Add clatter rankings page
Added a scrap collection sponsorship objective and related triggers, events etc.
Show scrap collected on career mode game outcome screen
Fix duplicated GameId columns
Include the season number, fix clamping
Add server token versioning to prevent reusing old ones
Added util.GetModelMeshes( strModel, lod = 0, bodygroupMask = 0 ) (Community Contribution)
Add an API method to get the current top 100 players
improved client feel of dropping item
Resource Canister behaviour
▉▆▄▇▅▊▅▍ ▆▆█▅▉▉▌▇▌▆▊█▊▍, ▌▍▅█ ▄▆▇▅██▄▆▉ ▌▄▋ ▅▋▊▆█▍ ▌▆▇▋ ▍ █▌█▌▌▇▊▇ ▄▅▋▊
▄▍▇▄▋ ▌▊█▅▌ ▋▇▍▄▅▋ ▇▊ ▊▄▉▊▊ ▊▄▌
TeamView prefab update.
Don't show repair or recycle buttons for non-player owned units.
Entity.RemoveAllDecals works on brush entities too now (Community Contribution)
[D11] [Audio] Fixes start/stop/resume recording functionality
[D11] [Audio] ensure we don't have buffer size runaway and only add audio to buffer when we are actually recording.
[D11] [Audio] Checking in WIP... Tidyup code a bit...