192,689 Commits over 4,049 Days - 1.98cph!
Updated Rust.FileSystem to be in line with Rust.World
update career logo creation UI
sorted model for the logo by category....for ease of maintenance...
fixed more UI raycast sorting issue
adding logo error highlight at the career creation screen
adding fade animation to UI panel
Fixed recurrent GC alloc in AO2
Added coverage query ability to specify radius in world space
Fixed incorrect visibility for team labels
Added harvesting sticks to woodcutter module.
Made some fixes to stockpiling AI that should allow people to stockpile sticks.
Rat raid now has more rats.
Added Rat Meat item that has less nutritional value than normal meat.
Leaving group now uses actual mood value instead of base.
GroupMember and GroupNeeds components ignore non-player controlled entities
you are here marker always displays ontop of team markers
added GameSettings.IsReplay, now used in game init instead of test hardcoded value.
Merged from main.
update to 2018.2
switched textmeshpro to the packaged version
UnitFrame stat bar cleanup, contextual display for stamina and energy
Entity.Ownable uses slots
Settlement level progress is displayed as screen space widget
Various UI
Interactions, interaction events, interaction HUD elements
added Squad.GenerateFromTeam.
wip initial replay loading hack test - replay file loaded, teams restored, positioned. Forced replay mode to true so I don't wipe the test replay while I'm testing.
fixed menu canvas sorting
added hideable caanvas to battle unit frames
Optimized LOD distances on various props
update battle UI player health bar
tweaked emote bubble speech position
added Protocol.Replays
wip replay creation + recording.
Replay, ReplayHeader, ReplayPlayer serialization.
Swamp_c dressing progress
Some refactoring and prep for replays.
Designed and added replay file protobuf with Replay, ReplayHeader and ReplayPlayer definitions.
Nav file errors now properly display the actual error by name, not error ID
Fixed nav file error 4 (out of date) being displayed when the nav file is in fact up to date.
Fixes to moving away from fire AI.
Clearing allowed items lists in stranger spawning.
Added shopfronts to swamp cabins
Added candles and dressing props
Added GroupMember debug with button to trigger tribe leaving.
Added Desirability Event triggering buttons to the Desirability debug.
Fixed AI settlement leader death causing the leader selection UI to pop up.
Fixes to settlement joining AI that should prevent people from joining player settlements without asking.
Swamp_a dressing progress
deleted shitloads of (hopefully) unused assets
Swamp_a dressing progress
Removed client local match win/loss value modification after a match has finished, because the record is now updated from the server.
PlayerRecord updates can now be sent as their own messages from the server.
Server now sends updated PlayerRecords to both players after a match has finished.
refactored some UIPlayerProfileButton shit into a refresh function, called at correct times.
menu badge will not refresh with server updates, enabled it again, positioned it on screen
[D11] Additions and fixes for controller
refactoring towards a PlayerRecord update event
Swamp scenes progress
Swamp_b dressing
swamp hero trees models/LODs
menu XP bar works (initially, need to finally add a PlayerRecord updated event and hook stuff up to that too)