userJake_Richcancel
reporust_rebootcancel

5,916 Commits over 1,584 Days - 0.16cph!

5 Hours Ago
merge from fix_sentry_branch_upload -> main
5 Hours Ago
▍ ▊█▆ ▌█▄▍▆▊▅ ▊▊▋▇▆ ▋█▋▍▊▅ ▆█ ▆▌▍▆▅█ ██▅▅▅▋▉ ▍▊ ▆█▍▊▋▋▄▌▅▋ ▋▋▋▇ ▆▇▋█▄ ▍▄ ▉▌▌▋ ▆▊ ▉█▉ ▉▋▋▋ ▉▉▋ █ ▉▋▆▄▌ █▇▋▊▅ ▍▌▇▇▉ ▄▊ ▋▉▅ ▍█▄▉▇▉ ▅▄ ▍▍▋▊▊▇ ▌▆▊▄ ▊▇ █▍▊█▊▉▆▆▅ ▋▅▌▍
6 Hours Ago
- increase the tail log upload from 100KB -> 250KB - when uploading crashes without a user ID (super early crashes OR old crashes) then use the current steam id (it's almost certainly going to be the same as when the crash happened)
6 Hours Ago
Tests
6 Hours Ago
Fix incorrectly tagging release crashes as staging - will now upload crashes as "unknown" branch if they are untagged (aka old crashes) instead of tagging everything as staging - remove "release" tag that was passed through code, instead put the release / staging tag directly into the crash marker - fix failing to parse for the crash marker if timestamps are enabled in the logs - output crash marker earlier so early crashes can still be tagged correctly - fix userid / steamid not being set early enough either
Today
merge from main -> base_occlusion
Yesterday
Fix items sometimes not being transferred to new room when upgrading room - was skipping over an item once it didn't fit in a container instead of trying to fit the item into every container before skipping over it - fixed mail not being transferred to new room - added failsafe so if the item really couldn't be fit into the new room (shouldn't be possible since every room has more space but to be safe) it will transfer to the player standing in lobby
Yesterday
merge from fix_steam_init_error -> main
Yesterday
Fix steam not logging the reason steam failed to start in the editor - sometimes steam is closed, other times it's outdated and needs to be restarted
Yesterday
merge from optimize_json_garbage -> main
Yesterday
Use AddRange() to add converters instead of foreach and Add() per converter
Yesterday
Fix Hash128 and LayerMask incorrect parsing from breaking the rest of the document
Yesterday
Add tests to prove that the code doesn't allocate (not just that it works)
Yesterday
Fix so ints can read float values again (that's the way it used to work before)
Yesterday
merge from main -> optimize_json_garbage
Yesterday
merge from crash_uploader_error_code -> main
Yesterday
Log HTTP error code to console / logs when the crash fails to upload
Yesterday
merge from main -> base_occlusion
Yesterday
Add additional tests
2 Days Ago
Add additional tests
2 Days Ago
Fix individual edits causing more faces to be marked dirty than needed
2 Days Ago
Optimize worst case pass of the multiple exterior detection so it doesn't balloon execution time
2 Days Ago
Ok fine allow buildings to define multiple exteriors - even though theoretically there can only be a single exterior per base it gets funky in it's current implementation when not all building blocks are handled by base occlusion so you can have separate sections of a base that aren't connected with faces but are both outsides (example: connecting external TC with ramps)
2 Days Ago
Exclude high walls from room occlusion (since they are always considered outside structures)
2 Days Ago
Fix bases being able to define multiple outsides of the base - collapse to a single outside when interior rooms incorrectly are flagged as interior
3 Days Ago
Make remote controlled entities (turrets, drones, cameras) have base occlusion disabled - will enable it for RC entities when we do the push to get rid of the minimum 30m occlusion distance to make it work for anti-ESP, for now lets keep it simple and skip since RC entities are used for <1% of gameplay
3 Days Ago
merge from base_occlusion -> main
3 Days Ago
500 extra bases from the server save
3 Days Ago
- add room.exportpastes <folder> to convert a folder of copy paste files (aka the server save) to the test format base occlusion expects - add support for base occlusion tests to work across multiple directories of test files (so we can keep the test bases organized)
3 Days Ago
Fix refreshing faces being able to go above 1,000 depth, use a queue instead because initializing a large base can go over the limit
3 Days Ago
Fix unity toolbar extender ui toolkit causing focus as well on domain reload
3 Days Ago
Fixed the game window grabbing mouse + keyboard focus when running tests - should only show the window, not grab focus
3 Days Ago
Improve base splitting - filter out external TCs and small structures so it only exports proper bases
3 Days Ago
Ridable horse prefab 👀
3 Days Ago
Add ability to copy paste to import entire saves and output a different copy paste for each base
4 Days Ago
- fix deployables clipping through doors being hidden when an exterior door closes - fix entity destroy message sometimes being sent before network group switch happens (when repartitioning base)
6 Days Ago
More comments improved
6 Days Ago
Better comments
6 Days Ago
merge from base_occlusion -> main
6 Days Ago
Fix compile error (even though it's editor only it still can mess up editor if it switches realms)
6 Days Ago
merge from base_occlusion -> main
6 Days Ago
Fix formatting of Visibility.cs
6 Days Ago
merge from main -> base_occlusion
6 Days Ago
Fix room export tool not writing to the temp directory in the editor
6 Days Ago
Mark the room exporter (base -> JSON) as editor only - used so we can run tests on bases without having to spawn the entire base (which is slow)
6 Days Ago
Disable TCs from room occlusion - if you hide the TC from the client then you don't know if your authed on the base - re-enable later once we move auth networking out of the TC itself (we could only network to players authed but then we still need to know if a TC is attached to a building)
6 Days Ago
Fix line endings
6 Days Ago
More cleanup
6 Days Ago
Codegen again
6 Days Ago
Codegen