reposboxcancel

17,341 Commits over 1,338 Days - 0.54cph!

3 Years Ago
Added SbDataTable Bind DataTable Move network data get/set to DataTable object Fix citizen walk speed not networked Merge branch 'master' of sbox Fixed dark outline around text
3 Years Ago
Iterate on water, start shading it Merge branch 'master' of sbox
3 Years Ago
Add Transform.Zero Merge branch 'master' of sbox
3 Years Ago
Fix auto shader compiler not working on addons
3 Years Ago
Support multiple box-shadow Aadded text-shadow support Text shadow shader (broken as all fuck) Merge branch 'master' of sbox
3 Years Ago
Water, WaterSea and WaterVolume Add TransmitState to managed Add TransmitState to Entity Re-enable Material.Create, let me know later why I shouldn't do this yet Merge branch 'master' of sbox Don't bind UpdateTransmitState since that's implicit Fix shader compiler progress spewing beyond 100% on consecutive compiles Gotta reinitialize these too Set custom material name on CreateRawMaterial Update shadertest map Update construct blockin with better computed lighting Add stub for Sbox VSCode extension Iterate on water Update gitignore Unbind Set/GetTransmitState, redundant as there is TransmitType Add sbox_water shader and screen aligned planes Warn when a shader file is empty when processing it Update test_water with our sbox_water shader Remove old code from WaterSea and WaterVolume Fix projection on sbox_toolgunball looking weird Merge branch 'master' of sbox
3 Years Ago
Loading screen cleanup
3 Years Ago
Weapon cleanup
3 Years Ago
Moved ViewModel logic to BaseCarriable (should it be BaseCarryable????)
3 Years Ago
Don't recompute skeleton during entity deletion Added Entity.IsFirstPersonMode Gun adds effects to viewmodel only in first person mode
3 Years Ago
Fixed viewmodels not showing up in demos Clean up native viewmodel rendering code Only draw viewmodels if IsChildOfViewEntity
3 Years Ago
Fixed double viewmodel on start recording demo Added Panel.Delete() Delete HUD properly when HUD entity is deleted
3 Years Ago
Use prediction rules when broadcasting rpcs Only UsePredictionRules if GetPredictionPlayer exists Cleanup
3 Years Ago
Added IBaseInventory Added BaseInventory (in addon code) Added BasePlayer.TickActiveChild Added Entity.IsActiveChild() IBaseInventory takes care of dropping, picking up Update Viewmodel Positions in Gamemode's PostCameraSetup
3 Years Ago
sbox_game tier0 Stop thread console spew on startup
3 Years Ago
Use TextBlock for TextBlock Fix Filesystem.FindFile needing initial slash Moving these fonts to addons Custom font support font-family cascades properly
3 Years Ago
Turns out for clientside entities to animate the graph nodes need to all be set to ClientSimulate
3 Years Ago
Disable this assert
3 Years Ago
Removed debug Buffer active child setting so we can get reliable callbacks Replace old broken viewmodel code with new broken viewmodel code
3 Years Ago
css cursor: pointer etc works
3 Years Ago
IMenuSystem cleaning Compile notifications
3 Years Ago
Stylesheet parsing errors show file and line left, right, top, bottom transition background obeys opacity Fixed DevUI - exception notification
3 Years Ago
CEntitySpawner - spawn by name if spawning by name
3 Years Ago
Cleaning, vprof'ing ui Cleanup, Fix Tests border-left, -right, -top, -bottom Unused Moving as of yet unused old layout stuff into ui2 Manage.cs is unsued Fix menu addon
3 Years Ago
Disable panorama/clientui stuff in vpc Don't include all this UI stuff
3 Years Ago
Cleanup
3 Years Ago
Always return true in RenderCoordination_EngineIsRenderingThisFrame to always render viewport when when not focused Added text-align Menu nav spacer
3 Years Ago
Layout uses Yoga Merge branch 'master' of sbox Cache text measurements Rect.Contract had left/top swapped Added align-content, align-self, align-items
3 Years Ago
Add compiled version of construct blockin with water
3 Years Ago
Fixed border radius order Added Panel.DeleteChildren Layout Test Merge branch 'master' of sbox
3 Years Ago
Construct01 Block in
3 Years Ago
SelectionIndex/SelectionSub Inventory selection (with temporary hacks) Merge branch 'master' of sbox
3 Years Ago
Update generated css files for console to fix resize indicators and responsiveness Add test_water.vmap Merge branch 'master' of sbox
3 Years Ago
Stripping some unneeded bot code Making HasAmbientOcclusionProxies non const Entity.FindByIndex Fixed mousewheel being fucked Added UserInput.SelectedEntity
3 Years Ago
Added Entity.IsValid() which also checks for null Delete inventory contents when dying HUD boilerplate
3 Years Ago
Delete in game ui after leaving game (this isn't proper but it works) position: absolute - right and bottom Panel Tick Box shooter
3 Years Ago
Fixed shadow spread Fix display: none behaviour Cleanup debug shit dm player: Add gun to inventory on spawn
3 Years Ago
border-left test to remind me to make this work
3 Years Ago
spaces
3 Years Ago
Rotate grabbed physgun object with owner yaw
3 Years Ago
TraceResult returns physics body and shape hit
3 Years Ago
Add implicit casts from joint types to physics joint handle
3 Years Ago
Split physics related enums into their own files
3 Years Ago
Tweaking cssbox so it doesn't have big borders when there's no border 🤦‍♂️ Render background if it has a border, even if it has no background color Fixed colour equality shit border: 0 should set the border sizes to 0, not null Color Parser test Fixed Border size tests to reflect new behaviour Styles Merge branch 'master' of sbox
3 Years Ago
Move target distance with mouse wheel
3 Years Ago
Mouse wheel part of UserCmd/Input Merge branch 'master' of sbox
3 Years Ago
Add basic physgun
3 Years Ago
Added KeyModifiers Text selection Added Panel.MousePos Added Label.GetLetterAt( pos ) Send an onmousemove to active element Added Label.ShouldDrawSelection Added TextEntry mouse drag selection Lable: don't be 0,0 if string is empty, be the normal line height Only count as a double click if the cursor didn't move significantly Added Panel.OnDoubleClick Select word if double click Merge branch 'master' of sbox
3 Years Ago
Physics joints and bodies can remove themselves by going through the physics world
3 Years Ago
Expose some parts of physics world