reporust_rebootcancel

119,258 Commits over 4,018 Days - 1.24cph!

4 Months Ago
main -> 4ShotMiniCrossbow
4 Months Ago
vendor_stats_fixes -> main
4 Months Ago
Eye spec changes
4 Months Ago
Fixed a case where feed entry could be padded off to the left for no appartent reason
4 Months Ago
Updating ballista weapon rig
4 Months Ago
Optim: remove dead bots from global tracking - Removed now unnecessary null check when simulating bots Tests: on craggy spawned 15 bots then killed them - counter went up and down accordingly. Flew around 3.5k procmap, gave it a soak test. Both cases no NREs.
4 Months Ago
Fix compile errors
4 Months Ago
Merge from simple_upgrade
4 Months Ago
Reduce the amount of topology and water checks we have to do, by only checking top scored points and doing a early out as soon as one of them passes This has the potential to cut the number of water checks (the most expensive checks) by 8 when roaming
4 Months Ago
tweaked ice sculpture IO input rotations, also rendered new icon
4 Months Ago
Fix cancel radial menu appearance behaviour for upgradables. Fix the pre-existing missing icon error message.
4 Months Ago
Merge from main
4 Months Ago
corrected material initialization logic so emissive material and property is actualy set when loading
4 Months Ago
Horses hitch and trough logic Added an IHitchable interface to keep the old horses working Code cleanup
4 Months Ago
Fix merge compile errors
4 Months Ago
saving/loading sculpture light settings
4 Months Ago
Added playground.player
4 Months Ago
merge from main
4 Months Ago
Ballista now sets the player animator 'up' parameter based on its pitch angle (range -1,1)
4 Months Ago
merge from main
4 Months Ago
New: console command to report bot count on the server. Tests: loaded into 3.5k procgen world and used the command
4 Months Ago
▆▌█▄▆ ▍▄▄▌ ▆▆_▅▌▊█_█▇▉▋▇▉▉▅▊
4 Months Ago
Merge from 4 spine bones
4 Months Ago
Remove wolf hat effect on wolves, as it's one of the most common hats it would affect wolves all the time
4 Months Ago
set dayaans material values to the default, tweaked tiling of cracks slightly, tweaked ice colour to be a bit more blue in anticipation of the ice_composite texture consisting of R - albedo G - Height - B - Smoothness - A ao. Old textures can now be removed once Dayaan has hooked up the new texture
4 Months Ago
-ballista pose update
4 Months Ago
merge from fix_lod_camrea_nre -> main
4 Months Ago
Try fixing LOD camera NRE again
4 Months Ago
toast to show if you're trying to edit a sculpture while it's locked
4 Months Ago
any edited sculpture shows picture CornerIcon in UI
4 Months Ago
update admin spawn rocks
4 Months Ago
merge from fix_lod_camera_nre -> main
4 Months Ago
Fix NRE when LOD is calculating on main menu but no cameras are spawned
4 Months Ago
Added emission fresnel to xmas lights
4 Months Ago
Ice shader: screensize and edge length now factor into tessellation
4 Months Ago
Merge from primitive
4 Months Ago
More compile fixes
4 Months Ago
Merge from primitive
4 Months Ago
Possible horse server fix
4 Months Ago
Stomp local version of BatteringRam.cs with version from primitive branch Protobuf, manifest, codegen
4 Months Ago
Merge from primitive
4 Months Ago
Merge from main/primitive
4 Months Ago
Codegen, manifest, protobuf, etc
4 Months Ago
Merge from siege_weapons
4 Months Ago
Merge from shields (new branch to collect all primitive stuff in one spot for media)
4 Months Ago
Restored the 2px gap between vital bars
4 Months Ago
Fixed player hitting their own shield when crouching and melee attacking
4 Months Ago
Added a OnPlayerClothingChanged client side callback to HeldEntity Backpack meshes will now be enabled when a shield is equipped and disabled when the shield is holstered
4 Months Ago
Fixed a case where shooting while crouched would sometimes result in the player shooting their own shield, applying damage to themselves in the process