userGriglercancel
reporust_rebootcancel

1,520 Commits over 669 Days - 0.09cph!

5 Months Ago
▊ ▅▄▋▍▌▌▊▅▉█▍▋▊▉▅▇▅ ▍▌▍ ▅▇▇▋▉ ▋ ▍▉▋ ██ ▄█▊▆▄▋▆▍ ▅▄▋▌█▊▇▍▉▄ ▅▆▇▉▉▉▌▋▍▇ ▅▌▅█▅▄▍ ▇▍▇▅▉ ▍▍▋▍ ▇▉▌▅▆ ▋██ ▉▆▅▉▌▅ ▇▆ ▌▌ ▌ ▇▍▇▊█▋ ▍▄▆ ▍▊ ▆▇▌▊▅▇▌▌ ▅▇▇▋▍▌▌▇▉
5 Months Ago
▉ ▄▆▌▅▇▄▊▊▅▉▌▄▉▋▊▊▊ ▌▆█ ▅▊▍▇▍ ▇ ▉██ ▄█ █▇▆▄▋▄▉▋ ▄▍▉▇▇▅▍▍▅▉ ▋██▋▋█▇▇▉▅ ▄▉▆▅▅▅▇ ▋▆▊▍▉ ▅▅▆▉ ▊▆▉▆▄ ▇▇▌ ▋▉▄▋▉▌ ▊▇ ▉█ ▊ ▉▊▇▆▆▋ ▆▊█ ▉▅ ▆▇█▆▋▅▋▆ ▅▊▅▇▇▉▄▊▅
5 Months Ago
Convar the generator pool count as `marchingcubemanager.generatorpoolcount`, defaults to 4 limit to [1-32] so no one sets it to a stupid value
5 Months Ago
refactored mesh generation to use a fixed size pool of generators over multiple frames, removes a huge amount of the fixed memory cost of each sculpture
5 Months Ago
fixed setcolormenu not showing properly
5 Months Ago
better additive sculpting plane handling, only paints onto plane and doesn't create towers of additive shapes
5 Months Ago
fixed OBB rotation being in the wrong space
5 Months Ago
codegen
5 Months Ago
merge from main
5 Months Ago
fixed undo buffer storing in the wrong order when clearing
5 Months Ago
compile fix
5 Months Ago
fixed server leaking marching cubes data
5 Months Ago
undo/redo working, also fixed some tooltips
5 Months Ago
merge from main
5 Months Ago
merge from hit_guides
5 Months Ago
removed all hitguide stuff from BaseSculpture, it all lives in the GUI now
5 Months Ago
multiple hitguide shapes in sculpting gui with basic tempdev materials (fresnel shader doesn't work well with the cube)
5 Months Ago
ripping out on-mesh hit guide MPB stuff
5 Months Ago
server runs marching cubes and generates collider
5 Months Ago
fixed save not working in sculpting
5 Months Ago
missing change
5 Months Ago
further cleanup
5 Months Ago
Fully removed PointGrid3D and associated jobs
5 Months Ago
merge from main
5 Months Ago
removing more unused prefab setup
5 Months Ago
merge from gui_cleanup
5 Months Ago
removing more dead code
5 Months Ago
got the admin panel working for sculptures again
5 Months Ago
removed a bunch of disabled stuff from the dialogue prefab
5 Months Ago
routed saving properly
5 Months Ago
removed some leftover signui stuff, float values used for sizing as it now supports that
5 Months Ago
compile fixes
5 Months Ago
breaking BaseSculpture down into multiple files, getting unmanageable
5 Months Ago
merge from pointgrid_to_sdf
5 Months Ago
small cleanup
5 Months Ago
basic client->server sculpture update, removed serverside carving
5 Months Ago
bake GUI physics on a job thread without blocking
5 Months Ago
basically functional SDF in-GUI sculpting
5 Months Ago
turning tesselation all the way down on the ice block, not needed as badly with the new method
5 Months Ago
clear with an overfit sdf mod rather than directly setting values, always enforce clear boundary values
5 Months Ago
replaced enough of the old point grid into SDF to be able to place it in-game and get the default looking ice block back
6 Months Ago
merge from main
6 Months Ago
realmed OverlapSphere - this isn't worth it, it's going to break the whole game to fix minor annoyances or in-editor mistake
6 Months Ago
6 Months Ago
realmed GamePhysics.CheckSphere - it's stupid that the PhysicsScene API doesn't have a CheckSphere, but the static one does
6 Months Ago
force World prefab spawning to spawn both client and server manager instances of the prefab in listen-server mode - something hacky in bootstrap to not fail trying to build a navmesh, we're populating TerrainMeta.Path.Monuments twice here but it might be a non-issue beyond this one
6 Months Ago
create GO for the client's physics scene to just hold a terrain collider (Terrain component not needed as it can reference the same TerrainData), should be able to share the static ignore grid still as well
6 Months Ago
handle client physics tick and interpolation in custom PlayerLoopSubsystems inserted to run after their respective default scene's ticks
6 Months Ago
merge from SeparatePhysicsScenes
6 Months Ago
moved some vertex processing into multi-threaded generation