255,123 Commits over 3,990 Days - 2.66cph!

13 Days Ago
Fix args buffer, and add simple UVs to procedural vertex function
13 Days Ago
Backups
13 Days Ago
merge from player_speed -> hackweek_modding_improvements
13 Days Ago
13 Days Ago
Add `disableMovementCollider` bool to player - allows players to ignore collisions with other players (parkour anyone?)
13 Days Ago
More rocket tests Refactoring
13 Days Ago
Changed the test results json structure
13 Days Ago
Add ability to modify gravity & swimming gravity per player
13 Days Ago
Add `flyhackScaleVertical` and `flyhackScaleHorizontal` to allow flyhack to be scaled to lower gravity & higher jump velocity
13 Days Ago
Parent merge
13 Days Ago
Meta dump
13 Days Ago
Merge from media_projects
13 Days Ago
Farmable chickens don't collide with player movement Added a crosshair panel to show stats of each chicken when the player looks at them (like the plant genetics display)
13 Days Ago
Unsaved changes/backups
13 Days Ago
Chickens now animate correctly Fixed sfx not working, falls back to normal chicken sfx
13 Days Ago
Cloud configuration
13 Days Ago
Linux: Required dependencies for libvideo, steam audio & dxcompiler
13 Days Ago
Add ability for mods to scale the "max distance moved per tick" convars to account for the higher player speed - encourage mods to adjust antihack instead of disabling completely
13 Days Ago
Allow servers to modify player movement directly - walk speed - run speed - crouch speed - crawl speed - jump velocity - drag
13 Days Ago
merge from delivery_fee -> hackweek_modding_improvements
13 Days Ago
Make SpringDamp / SmoothDamp frame rate independent Fixes #1819
13 Days Ago
Missing struct from dampen test
13 Days Ago
Allow market terminal to have the drone purchase tax modified on client - can change both currency and the amount it costs
13 Days Ago
Exceptions breadcrumb clickable Fixes Facepunch/sbox-issues#7586
13 Days Ago
Update dampen test scene
13 Days Ago
merge from item_icon -> hackweek_modding_improvements
13 Days Ago
Rocket splash damage test
13 Days Ago
Embed slut forum update
13 Days Ago
Pies folder/naming cleanup. Manifest.
13 Days Ago
Add commands to test that feature works
13 Days Ago
Setup food_pie_generic.entity materials
13 Days Ago
merge from item_icon -> hackweek_modding_improvements
13 Days Ago
Refactor CommunityEntity.UI.ServerImage so it can return sprites directly for items
13 Days Ago
Fix double null check
13 Days Ago
Add ability for items to specify an `imageId` for their item icon - uses same Image system as community UI & Signs (FileStorage) - allows you to change an item's icon without uploading a custom item to the workshop - will fallback to vanilla icon as it's requesting the image from the server
13 Days Ago
Fix being able to spam the eat action
13 Days Ago
Restored options UI again
13 Days Ago
Merge from main
14 Days Ago
Increased pending send limit from 256 to 2048 so rcon spam is less likely to cut it off
14 Days Ago
Add limit for the number of pending sends a websocket connection can have Increased limit to better tolerate spiky traffic
14 Days Ago
Linux: We are looking for linuxsteamrt64 instead of linux64, worth seeing to move that to just linux64 once it's working [Pick] Stub out FontManager on linux, this should be piped through UI2, removes a bunch of dependencies, android uses vulkan
14 Days Ago
Home hive and target setup
14 Days Ago
Missing files
14 Days Ago
Laid out basic swarm behaviour setup
14 Days Ago
Code cleanup
14 Days Ago
Update: ServerProfiler - Track allocations on all threads The display of this information is still abysmal - need to figure out how to make it better. Tests: took snapshots both in editor and in standalone server builds (win + linux). Hacked a version that used to crash, but current changes don't anymore.
14 Days Ago
missed this
14 Days Ago
add some configs
14 Days Ago
Rocket tests: fire rockets at all doors and building blocks (every grade, every skin) and verify that everything works
14 Days Ago
remove unused textures, fix moon lighting transition