reporust_rebootcancel

125,337 Commits over 4,079 Days - 1.28cph!

10 Months Ago
Merge from parent
10 Months Ago
merge from analytics_disable_performance_server -> main
10 Months Ago
Generated and applied icons for wainscotting, glowboard, subway wallpaper. Updated skin list.
10 Months Ago
Missing #endif
10 Months Ago
Stop performance data from being collected on the server when `performance_analytics` is disabled on the server - it was disabling flushing, fix it not disabling collection too
10 Months Ago
More work on wainscotting wallpaper. Added glowboard A and B wallpapers. Updated skin lists - icons to come later.
10 Months Ago
▇▊▅▌▅▍█ ▆▆▍▌▉▍▄▍▊▄▄ █▍ ▄█.▉▅▅▄▍▉█▍█▋ ▇▋▅ ▉▊.▌▍▅▆▊ ▅▅▍▋▍█▉ ▇▉▄▌ ▇▍▍'▄ ▄▋▅▍ ▌▌▆▉ ▄▅ ▅▍█▄▅▄▇
10 Months Ago
Add helpful warning messages when PolymorphicDrawer fails
10 Months Ago
Simplify polymorphic attribute drawer code
10 Months Ago
merge from main -> full_server_demo_client_reader
10 Months Ago
merge from main
10 Months Ago
merge from wallpaper
10 Months Ago
Fixed wallpaper deployable mismatch when looking in between two building blocks
10 Months Ago
▅▊▅ ▊▊▅▍▆▍ ▆█ ▋▄▌▍█▌ ▌▅ ▅▊▄ ▍▊▅ ▉▇▇▊▌▋ ▅▇▉▋ ▅▇ ▄▆█▉▌█▄▊▍
10 Months Ago
- ▊██ █▅▇█▋▌▍ ▊▍▇▇ ▆▌█▅▅ - ▋▉▋ ▋▆▄▍█▋▇▄▇ ▌▍ █▇▄▉▇ ▄▌▋ ▉▌▍▅▅▆ ▆█▌▆▅▌▄ ▋▌▊▆ █▆▌▋█▋ ▉▌ ▍▌▄ ▆▇▄▅▆▍▍▍▌▅ ▍▋▅▆█▌▆▍ ▌▋██ ▇▍▋▄
10 Months Ago
Named all skins and changed phrase token
10 Months Ago
▊▌▄ ▄▆▉▊▋▊▅▆▇▍▇ ▌▉▉▍▅▍▆▇ █▉▌▊ ▋█▌█ ▊▇▅█▊▍▌▄▊▋ ▆▄▊▊ ▄▇▉▆▆▊ ▄▆ █▊ ▇▇█▉▆▊▌ (▅▍▅ ▉▍▆▉ ▊▍▋ ▉▆ ▇▋▆▊ ▋▉█▅▉▅ ▅██▌█▅, ▇▉▇▌▄ ▍▅▄▉▅▅▅▄▉▇▍?) ▉▍▄ ▍▄▊▋▍▋▉▆▍▋▋ ▄▄▋█▇▇▇▊ ▅▇▊ ▆▄ ▉▇▇ ▅▍▌▆▍█▋▉▄ ▊▌▇▅ ▉▊▅▆▌▄▅▇▉▆▄ ▉▌▋ ▋▇▌▊▅▉▇█▇ ▅█▋▊▆▆█
10 Months Ago
Prevent wolves getting permanently accustomed to fire when they survive a fight with a player that used fired on them, that's because new players encountering those wolves may get confused when they get bitten despite the holding a torch
10 Months Ago
World model prefabs, colliders, outline etc Updated drag and drop inventory sounds
10 Months Ago
Serialize state tags instead of hardcoding them, partial port of the code FSM to the new UI
10 Months Ago
Update: StringView - prefer ctor overloads instead of default args Saves a couple branches in some scenarios. - Also expanded tests to cover all ctors and arg ranges Tests: Ran new unit tests and checked server browser
10 Months Ago
Fixed floating wallpaper world model in first person view Icons test
10 Months Ago
- ██▉ ▇▊▉▄▋▊ ▆▇ ▅█▅▆▉▅▍▌▌▆ ▇▄▌▄█▌▉▊ ▄▊▆ ▍▆▌▊▆▉ ▇▆ ▄▋▅▋▌▇ ▌▅▉▉ ▅▊▊ ▄▋ ▄█▋▆▅▊ █▅ ▉▉▅ ▆▆▇▊▇ ▊▊▊▋ - █▆▆ ▍▋▊ ▋▄ ▄▍▄▉▌▉▋▆▉ ▇▅▉▉▊▉▆▋▅▉▌ ▌▆█▍ ▍▆▇▌▅ ▋▉█▍█▅ ▊█ ▉▇▋ ▉█▌▇▉▅▅▋ ▋▄▆▊▅ ▍▅▌█▅▊▊▅ - ▍▄▋ ▋▊▉▅▉▌ ▌▅ ▌▌▆▇█▅ █▌▅▉▅▅ ▉▍▇ ▄▇▆▆▇ ▍▊▉▊▇▄▉▌▉ ▄▆▌▅▄▌▆▊
10 Months Ago
Clean: Updating the docs of StringView to compare against Memory Turns out I missed System.memory during my initial research, which serves a very similar purpose. Sadly, it doesn't cover all our use cases, so we still need StringView - I've mentioned these shortcomings in the xml doc. Tests: none, trivial change
10 Months Ago
Viewmodel and world model texture swapping wip Set viewmodel default texture to blue (the default wallpaper skin)
10 Months Ago
Fixed problem with blue viper material
10 Months Ago
Merge from main
10 Months Ago
Update: Finalizing StringView - StringView's constructor now follow's Span form (source, start, len) instead of (source, start, end). Fixed updated unit tests. - Reimplemented CompareIgnoreCase via EqualityComparer<T> instead of IEqualityComparer<T> as per MS recommendation. - Annotated every public method with xml docs Test: ran unit tests - all green. Checked ServerBrowser - still good.
10 Months Ago
test commit
10 Months Ago
Updated industrial.ceiling.lamp.compact textures and material
10 Months Ago
Enable read/write on legacy wood pile importer
10 Months Ago
Update: Expanding HashEquality test for StringView To confirm that the required interface is implemented correctly and gets invoked. Tests: Ran the updated unit test
10 Months Ago
Adding wallpaper skins for retro, royal, polka dots, clouds, geometric
10 Months Ago
Allow loading fsm scriptable objects into the runtime fsm component
10 Months Ago
Merge: from main Tests: built all modes. Server Browser still works
10 Months Ago
Update: Reimplement tag support in server browser Fixes the break I left when running the experiment with StringView Tests: Clicked through server browser's various filter options
10 Months Ago
World Update 2 -> Legacy Woodpile
10 Months Ago
▇▉▊ ▉█▍▍▆▆▆█ ▄▍▅ ▇▋▌▆▅ █▊▋█▇█▅▊▋ ▅▆▋▄▄▉██ ▌▅ ▋▌▇▆▊▋▊▉▊ ▋▌▍▍█▄▉▇▊ ▄▆▅▇ ▇ ▅▄▍▉▇▍▇▊▍▌ ▊▉ ▆▄▇▄▋
10 Months Ago
Improve fsm editor UX, create new states next to currently selected ones, link them, and select the new one
10 Months Ago
Clean up serialized data containing fields that don't exist anymore
10 Months Ago
Generate code and manifest
10 Months Ago
World Update 2 -> Aux2
10 Months Ago
Merge from main
10 Months Ago
Added prevent build volumes to buoys and divesites
10 Months Ago
Divesite underwater check
10 Months Ago
Add fsm UI support for tag transitions, complete transitions, start states and link states
10 Months Ago
divesite fixes
10 Months Ago
Wallpaper viewmodel deploy animation when deploying
10 Months Ago
Reset wallpaperID to 0 after removing wallpaper Removed unused wallpaper code in Spraycan ChangeItemSkin RPC
10 Months Ago
merge from main