239,375 Commits over 3,837 Days - 2.60cph!

4 Years Ago
new laser core hard laser cores Merge branch 'master' of SpaceUsurperUnity hard storm cores
4 Years Ago
More foot ik work: Remove new trigger added this morning Fixed foot placement IK ray mask hitting incorrect vehicle layers IK position is now stored in local space so it's smoother when going up and down in elevators (no prefab changes required) This also fixes crouch foot dithering in while standing on vehicles and should improve IK stability in scrap transport heli's and modular car trays
4 Years Ago
Add: - [Server] void Player:SetActivity(int [ACT_*] act) - [Shared] void Weapon:SetActivity(int [ACT_*] act)
4 Years Ago
Updated test map barricades
4 Years Ago
Set up spline for mirrored station piece
4 Years Ago
Lowered the dismount points on the work cart and added more possible dismount points on the train platform
4 Years Ago
Add: - int [TASKSTATUS_*] NPC:GetTaskStatus() - void NPC:SetTaskStatus(int [TASKSTATUS_*] status) - TASKSTATUS_NEW, TASKSTATUS_RUN_MOVE_AND_TASK, TASKSTATUS_RUN_MOVE, TASKSTATUS_RUN_TASK, TASKSTATUS_COMPLETE - float NPC:GetMoveInterval() - void NPC:SetMoveInterval(float) - float NPC:GetIdealMoveSpeed() - float NPC:GetIdealMoveAcceleration() - Vector NPC:GetMoveVelocity() - float NPC:GetMinMoveStopDist() - float NPC:GetMinMoveCheckDist() - bool NPC:IsMoveYawLocked() - void NPC:SetMoveYawLocked(bool bLocked) - void NPC:MoveStart() - void NPC:MoveStop() - void NPC:MovePause() - void NPC:ResetMoveCalc() - void NPC:MoveClimbStart(Vector dest, Vector dir, float dist, float yaw) - int [AIMR_*] NPC:MoveClimbExec(Vector dest, Vector dir, float dist, float yaw, int nodesLeft) - void NPC:MoveClimbStop() - AIMR_BLOCKED_ENTITY, AIMR_BLOCKED_WORLD, AIMR_BLOCKED_NPC, AIMR_ILLEGAL, AIMR_OK, AIMR_CHANGE_TYPE - void NPC:MoveJumpStart(Vector vel) - int [AIMR_*] NPC:MoveJumpExec() - int [AIMR_*] NPC:MoveJumpStop()
4 Years Ago
Fixed hand IK grip targets in workcart cabin
4 Years Ago
undo: PreUndo hook Update undo.lua Update undo.lua Update init.lua Update undo.lua Merge pull request #1762 from NathanX-S/patch-4 undo: PreUndo hook
4 Years Ago
Add foot IK trigger to workcarts
4 Years Ago
Fix foot ik changes not applying while parented (whoops)
4 Years Ago
Simplified CallMethod generated code a bit Fixed BulletsInRadiusEnumerable
4 Years Ago
Moved the warning beep audio source into the cockpit
4 Years Ago
A better place to stop the proximity loop
4 Years Ago
Fixed proximity alert loop audio source not being 3D, and fixed it not stopping when the train engine stops
4 Years Ago
Re-enabled proximity warning after refactoring
4 Years Ago
▇▇▌ ▄▋_▍▅▋▊ ▇▅▄▄▋▍
4 Years Ago
Add file.AsyncRead(string file, string path, function(string file, string path, int status, string data) callback, bool sync = false)
4 Years Ago
hard tentacle cores Merge branch 'master' of SpaceUsurperUnity hard orb cores hard claw cores hard frame cores Merge branch 'master' of SpaceUsurperUnity
4 Years Ago
Fixed case where inaccurate spins remaining would display in slots UI
4 Years Ago
Added EnumerableForEachMethodCallGenerator
4 Years Ago
Added a new foot IK anchor trigger that locks the foot IK to a specific transform and updates every frame While standing in this trigger we can use the anchor's transform instead of physics raycasts so it should actually increase performance Added the new trigger to the static elevator lift
4 Years Ago
updated train barricade art fixed slow walking NPCs not playing footstep sounds TunnelDweller NPC will not longer roam far from it's initial spawn position
4 Years Ago
- Added spline for the new station middle rail. - Added ability to specify a spline as forced secondary, making it not be the default route. The middle rail siding was being calculated as the straightest and being assigned as the default.
4 Years Ago
▅▍▆▇▅▍▉ ▊▋█▆▋▉▉ ▇█▇ ▅▅▍▅▌▇▅ ▄█▄▉ ▅▍ ▄ ▉▅▋█ █▅▍▅▌▌▋ ▍▇▅▌ ▄▉▆ ▌▄▅ ▉▊▆▆▊▅▇▋▌ [▄▉▋█ ▊▊]
4 Years Ago
- Added a button to the spline inspector to go straight to the shared splines prefab
4 Years Ago
slowed down run anims
4 Years Ago
Fixed GenericSpawnPoint class not compiling in CLIENT mode
4 Years Ago
Fix new track spline components no longer getting set up correctly when fist added
4 Years Ago
Remove my temp "boarded up" window object from the work cart
4 Years Ago
updated workcart lights + added cover
4 Years Ago
merge from main
4 Years Ago
DoF / Motion blur testing dots on testmap
4 Years Ago
TTT: fix instant reload of dropped weapon
4 Years Ago
Making HotloadResult Json friendly
4 Years Ago
Enable specular by default when creating material from image
4 Years Ago
If there's no valid suffix on texture name, just throw it into the color slot
4 Years Ago
Right clicking an image file in asset browser tries to create a material (needs cleaning up but works)
4 Years Ago
Fixed some invalid codegen
4 Years Ago
revamped random rotation for spawngroups, can now specify an angle snap (45/90/180 etc) added new NPCDwelling underground navmesh now uses 50% less memory
4 Years Ago
▋▇▅▍▍▍ ▇▊▋▉█ ▆ ▉▆▅█▉
4 Years Ago
Can now specify aliases for parameters when converting to C#
4 Years Ago
▋▋▋▉▄▅ █▊█ ▌▍▋▆▆▋▆
4 Years Ago
Added: - void NPC:SetActivity( ACT_* ) - void NPC:ResetIdealActivity( ACT_* ) - bool NPC:IsGoalActive() - void NPC:ClearBlockingEntity() - NAV_* NPC:GetNavType() - void NPC:SetNavType( NAV_* ) - NAV_NONE, NAV_GROUND, NAV_JUMP, NAV_FLY, NAV_CLIMB
4 Years Ago
Should fix XSS mentioned in #32
4 Years Ago
Add StringTable.Contains Add FileWatch.OnChangedFile AssetList automatically adds all .scss files Renamed AssetList to NetworkAssetList Merge branch 'master' of sbox
4 Years Ago
hard mech cores hard execution cores hard trench cores Merge branch 'master' of SpaceUsurperUnity hard onion cores hard hunter cores
4 Years Ago
Prefabs for signs that show the name of a nearby monument (needs art tweaks + placement)
4 Years Ago
More bespoke puzzle things.
4 Years Ago
Allow HDR colors on TMP_Text (and RustText)