243,447 Commits over 3,898 Days - 2.60cph!

4 Months Ago
Updated client-side grounded check to match the server-side one in CarPhysics
4 Months Ago
Reload animation shows the correct shell being loaded via events rather than in an update (see UpdateAmmo event on reload and deploy)
4 Months Ago
Fixed missing buildings in radtown HLOD
4 Months Ago
Extended sidecar bike main collider further
4 Months Ago
Merge main -> SidecarCollision
4 Months Ago
Renamed friendly gesture to Surrender Added an optional description field to all gestures Added a warning to the Surrender gesture that it will allow other players to access your inventory (Will require a phrase rebuild for localization)
4 Months Ago
Adjust boogie board downhill force multiplier so it isn't active while on flat ocean
4 Months Ago
Fix npc vending machine sales data getting reset on server restart
4 Months Ago
Shape, Joint, Contact are structs now
4 Months Ago
Remove custom cast callbacks for now, can probably use their casting now
4 Months Ago
IzGeometry -> IzQueryShape
4 Months Ago
▄▅▍▋▊█ ▍▍▉▄█▊▄ █▄ ▌▄▉▉█▍█▋ ██▇▍▇▆▆▄▆▌▉█▋▌ ▋▄▅▆▄ ▋▄▉ ▄█ ▄▋▇▌▅ ▋▍▄▊▇▉ ▇▇▉▉
4 Months Ago
IzTOIQuery -> IzTOIResult
4 Months Ago
IzArray -> IzSlowArray
4 Months Ago
IsConcave -> IsMesh
4 Months Ago
Add material list to BVH
4 Months Ago
merge from main
4 Months Ago
▍▇▋ ▉▍▆▆▍▌▌▄▍▌▇ ▌▅▉ ▌▇▅▅▍▋▇▌█ ▋▊▉█▌▋ ▇▇▇█▌ ▊▍ ▋
4 Months Ago
█▄▄▇█ ▇▋█▋█▆▅▆▌▅█▅▆▇▋▄▋▊▍▋▌▍▄▇▊██▍▇▍█▄▍▌▅▌▅▋▆▌▌▄▍
4 Months Ago
▍▋▇▄▄▉▇▍▉▄▉▇▉▆ █▌▋▉▇ ▇▍██ ▊▊▅▄█▄▌
4 Months Ago
Fixed seismic sensor vibration level not reset when unpowered
4 Months Ago
Fix AddBoxShape
4 Months Ago
Default world def Setup contact modify and should collide callbacks
4 Months Ago
Create shapes with default shape def
4 Months Ago
merge from radtown_redux
4 Months Ago
merge from main
4 Months Ago
merge from hood_and_cuffs/locked_car_force_mount
4 Months Ago
merge from hood_and_cuffs/remove_friendly_gesture_holster_delay
4 Months Ago
merge from SidecarHurtTriggerForce
4 Months Ago
merge from BikesIgnoreDroppedItems
4 Months Ago
Allow dedicated sever to load maps Update steam libs Lets store the appid in one place, so it's easier to change for standalone exports Init SteamGameServer for dedicated server when starting a game
4 Months Ago
Lighting prefab backup Shifted some pipes around a tiny bit for lighting purposes
4 Months Ago
Shifted some AC ducting around for lighting purposes
4 Months Ago
Revert "Add json type converter safely through TypeLibrary" This reverts commit 620f60624d3f32ac8686a2add19159a0b42fa25f.
4 Months Ago
Progress backup
4 Months Ago
Add "game" concommand, to load a game Add a bunch of Application.IsHeadless Startup help Fix warning
4 Months Ago
Dedicated server starts up properly
4 Months Ago
Fix spelling
4 Months Ago
Add `browser_ping_estimate_button` to control if the "Estimate Ping" toggle button is shown on the browser (default false)
4 Months Ago
Spelling fix
4 Months Ago
Show cached ping for servers that have ping estimation off but apply a penalty - 300 ping penalty for sorting (still shows ping in browser even if it's faked) - ping shows yellow in browser instead of white
4 Months Ago
█▇▄▇ ▄▆█▍▌▍▇▆▇ ▌▄▅█▍▋▌▍▄ (▋▍█▄▅ ▋▍▅▍▇▋ [▋▍█▄▆▌▅] ▆▋▊ ▊▋▊▆▊▋█▇▊ ▍▌▄)
4 Months Ago
Joint max impulse limits
4 Months Ago
Fix body types
4 Months Ago
▌█ ▍▋▋ ▊▅██ ▌▅▌ ▇▆▍▆▅▄ ▊▊▉▇▆▌
4 Months Ago
▇▅▆▉ ▆▋▊▍▇██▄▊▋ ▆▊▋█▊▆ █▅▄▉▅█▋▆▌▌█▇▅▊▉▆▋
4 Months Ago
World and shape userdata is void* now not intptr
4 Months Ago
Fix GetBody, AddBody, StepSimulation, StepUpdateManaged
4 Months Ago
Fix compile errors in physics joint
4 Months Ago
Add should collide callback Ignore izShouldCollide(Body, Body) if one of the shapes is a sensor Add joint break callback Don't calculate mass for height shapes Test max impulses for joint breaking AddSpringJoint