249,481 Commits over 3,959 Days - 2.63cph!

5 Months Ago
Error rate fixes Use new tables on insights, to make querying faster Make Adx chart async, fix height Error chart test
5 Months Ago
More work on wainscotting wallpaper. Added glowboard A and B wallpapers. Updated skin lists - icons to come later.
5 Months Ago
Queue Broadcast Events on the correct frame. Resolves Facepunch/sbox-spritetools#17
5 Months Ago
▇▊▅▌▅▍█ ▆▆▍▌▉▍▄▍▊▄▄ █▍ ▄█.▉▅▅▄▍▉█▍█▋ ▇▋▅ ▉▊.▌▍▅▆▊ ▅▅▍▋▍█▉ ▇▉▄▌ ▇▍▍'▄ ▄▋▅▍ ▌▌▆▉ ▄▅ ▅▍█▄▅▄▇
5 Months Ago
Add helpful warning messages when PolymorphicDrawer fails
5 Months Ago
Simplify polymorphic attribute drawer code
5 Months Ago
New Crowdin translations by GitHub Action
5 Months Ago
Increase SubroutineData parameter pool size
5 Months Ago
merge from main -> full_server_demo_client_reader
5 Months Ago
Fix Main Menu NRE when typing in search box
5 Months Ago
merge from main
5 Months Ago
merge from wallpaper
5 Months Ago
Fixed wallpaper deployable mismatch when looking in between two building blocks
5 Months Ago
▅▊▅ ▊▊▅▍▆▍ ▆█ ▋▄▌▍█▌ ▌▅ ▅▊▄ ▍▊▅ ▉▇▇▊▌▋ ▅▇▉▋ ▅▇ ▄▆█▉▌█▄▊▍
5 Months Ago
- ▊██ █▅▇█▋▌▍ ▊▍▇▇ ▆▌█▅▅ - ▋▉▋ ▋▆▄▍█▋▇▄▇ ▌▍ █▇▄▉▇ ▄▌▋ ▉▌▍▅▅▆ ▆█▌▆▅▌▄ ▋▌▊▆ █▆▌▋█▋ ▉▌ ▍▌▄ ▆▇▄▅▆▍▍▍▌▅ ▍▋▅▆█▌▆▍ ▌▋██ ▇▍▋▄
5 Months Ago
Named all skins and changed phrase token
5 Months Ago
▊▌▄ ▄▆▉▊▋▊▅▆▇▍▇ ▌▉▉▍▅▍▆▇ █▉▌▊ ▋█▌█ ▊▇▅█▊▍▌▄▊▋ ▆▄▊▊ ▄▇▉▆▆▊ ▄▆ █▊ ▇▇█▉▆▊▌ (▅▍▅ ▉▍▆▉ ▊▍▋ ▉▆ ▇▋▆▊ ▋▉█▅▉▅ ▅██▌█▅, ▇▉▇▌▄ ▍▅▄▉▅▅▅▄▉▇▍?) ▉▍▄ ▍▄▊▋▍▋▉▆▍▋▋ ▄▄▋█▇▇▇▊ ▅▇▊ ▆▄ ▉▇▇ ▅▍▌▆▍█▋▉▄ ▊▌▇▅ ▉▊▅▆▌▄▅▇▉▆▄ ▉▌▋ ▋▇▌▊▅▉▇█▇ ▅█▋▊▆▆█
5 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
5 Months Ago
World model prefabs, colliders, outline etc Updated drag and drop inventory sounds
5 Months Ago
Prevent Toasts from ticking down while you're in a Loading Screen.
5 Months Ago
Serialize state tags instead of hardcoding them, partial port of the code FSM to the new UI
5 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
5 Months Ago
Added Main Menu Toasts Added Toast that pops up after playing a game you haven't yet interacted with. Clicking will open a Review Page Modal. https://files.facepunch.com/CarsonKompon/2024/August/19_12-04-UnlinedWeaverbird.png
5 Months Ago
Fixed floating wallpaper world model in first person view Icons test
5 Months Ago
- ██▉ ▇▊▉▄▋▊ ▆▇ ▅█▅▆▉▅▍▌▌▆ ▇▄▌▄█▌▉▊ ▄▊▆ ▍▆▌▊▆▉ ▇▆ ▄▋▅▋▌▇ ▌▅▉▉ ▅▊▊ ▄▋ ▄█▋▆▅▊ █▅ ▉▉▅ ▆▆▇▊▇ ▊▊▊▋ - █▆▆ ▍▋▊ ▋▄ ▄▍▄▉▌▉▋▆▉ ▇▅▉▉▊▉▆▋▅▉▌ ▌▆█▍ ▍▆▇▌▅ ▋▉█▍█▅ ▊█ ▉▇▋ ▉█▌▇▉▅▅▋ ▋▄▆▊▅ ▍▅▌█▅▊▊▅ - ▍▄▋ ▋▊▉▅▉▌ ▌▅ ▌▌▆▇█▅ █▌▅▉▅▅ ▉▍▇ ▄▇▆▆▇ ▍▊▉▊▇▄▉▌▉ ▄▆▌▅▄▌▆▊
5 Months Ago
Fixed #1
5 Months Ago
GetVoxel: return 0 for unallocated chunks
5 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
5 Months Ago
More protection around BlockPlacer. Added a better Inventory.HasItem method that doesn't have us making a new inventory item instance every time
5 Months Ago
ranged sight texture update
5 Months Ago
Viewmodel and world model texture swapping wip Set viewmodel default texture to blue (the default wallpaper skin)
5 Months Ago
Fixed problem with blue viper material
5 Months Ago
Merge from main
5 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.
5 Months Ago
test commit
5 Months Ago
Call PrepareGeometryChange before moving TransitionItem Reset view on Home key press
5 Months Ago
Updated industrial.ceiling.lamp.compact textures and material
5 Months Ago
Enable read/write on legacy wood pile importer
5 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
5 Months Ago
Adding wallpaper skins for retro, royal, polka dots, clouds, geometric
5 Months Ago
Show red icons for erroring state actions too (#9)
5 Months Ago
"Create model..." now shows up when right clicking an .obj file
5 Months Ago
Can now drag folders to/from the TreeView on the left side of the Assets Browser. Resolves Facepunch/sbox-issues#4742
5 Months Ago
Show red labels for invalid transition conditions / actions (#9) https://files.facepunch.com/ziks/2024-08-19/sbox-dev_YyyXVN5F46.png
5 Months Ago
Nicer bothy flattening
5 Months Ago
Fix warnings from RangedFloat API changes
5 Months Ago
Allow loading fsm scriptable objects into the runtime fsm component
5 Months Ago
RangedFloat cleanup * Add Min / Max properties instead of x / y fields, fields are obsoleted * Max always equals Min for Fixed range type, unlike the old y field * ToString returns "<min>" for fixed values, or "<min> <max>" for ranges, instead of "<min>,<max>,<type>" * Parse supports old format * Can deconstruct: `var (min, max) = range;` * Add tests parsing old format
5 Months Ago
Merge: from main Tests: built all modes. Server Browser still works
5 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