242,330 Commits over 3,867 Days - 2.61cph!

24 Days Ago
Climb left and right anims
24 Days Ago
Climb anim
24 Days Ago
Footstep chain and run anim
24 Days Ago
Run Fast WIP anim
24 Days Ago
Add replace component to component context menu because I kept finding myself expecting it to be there https://files.facepunch.com/layla/1b0111b1/sbox-dev_GO4iCHd7Qw.mp4
24 Days Ago
Fix train tunnel entrances not having `PreventMonumentBuildingTag` component added because they were not generated with S2P Ensured both train tunnel entrances were marked as "AllowBarricadePlacement"
24 Days Ago
merge from main -> fix_barricade_train_tunnels
24 Days Ago
map updates, disable wall grabbing for now
24 Days Ago
Humans: same fix as Citizen + lower the weight of ShoulderToBicep constraints to account for the "bicep bulges" contributing to the situation... and also because it just looks better
24 Days Ago
Citizen: fixed incorrectly nested nodes in the AnimConstraintList prefab because ModelDoc doesn't know how to properly manage a folder of nodes being drag-and-dropped between VMDLs and prefabs
24 Days Ago
Leaderboard backup, run #14346
24 Days Ago
Reduce ore count density target to match release values
24 Days Ago
treadmill dev model adjustment
24 Days Ago
treadmill blockin model, map updates, fixing foam vmdls
24 Days Ago
Change the scene prefab remapping dictionary to be case insensitive
24 Days Ago
Normalize scene paths across windows and unix Remove code that looked for scene name by full path in editor
24 Days Ago
Localization Support For In Game Weapons & Items (#2114) * test * Add Properties File * Trying to figure out what's wrong * Update game_hl2.lua * ... * Finally I got it right * Localization Support: game_hl2.lua * Update game_hl2.lua lua/includes/extensions/table.lua:87: bad argument #1 to 'pairs' (table expected, got number) 1. pairs - [C]:-1 2. Merge - lua/includes/extensions/table.lua:87 3. ADD_ITEM - lua/autorun/game_hl2.lua:7 4. unknown - lua/autorun/game_hl2.lua:21 * Update game_hl2.lua * Update game_hl2.lua * Slowy fixing # * ... * Update game_hl2.lua * Fix HL Source Category * Add Back Phsygun * Add HL: Source Ammo * Update game_hl2.lua * Fix Space * Portal Core Ents * Portal Cores * Rework how translations are applied Also no unnecessary changes to order and stuff * Update and rename engine_entities.properties to entities.properties --------- Co-authored-by: Rubat <3299036+robotboy655@users.noreply.github.com>
24 Days Ago
Add context menu helper to use component as input https://files.facepunch.com/ziks/2024-10-01/sbox-dev_hxsAZ448Hi.mp4
24 Days Ago
Use the #classname for Sandbox editors and Bouncy BALL Localize stuff added by game_hl2.lua (Partially Community Contribution)
24 Days Ago
changed crate spawn positions on divesite_d and divesite_e so they are higher than the seaweed until the foliage_flattening is implemented
24 Days Ago
Refactor detail levels, only need one StreamingWorld component
24 Days Ago
Try getting local mouse position from scene viewport
24 Days Ago
CollectableItem
24 Days Ago
wip map progress, cinderblock fix
24 Days Ago
VolumetricFogRenderer has it's own lightbinner outside of lightbinner pool, does lightbinning to fetch fog lights for the fog context only, fixes fog light settings not doing anything, deprecate LAYERFLAGS_NEEDS_FOG_CONTRIBUTING_LIGHTS since we don't need special code for that anymore Share dynamic shadow atlas if we have more than one lightbinner per view ( for example, fog ), fix light fog strength Put fog mode in it's own category and add nice icons to them https://files.facepunch.com/sam/1b0611b1/zwd8qAJFu7.png Some lightbinner cleanup, allow it to be used directly without the complex system that scenesystem wants, remove bRenderFogClipmaps for
24 Days Ago
Add .sbox folder to gitignore Don't attempt animation playback on sprites that only have one frame. Fix DrawGizmos NRE when SpriteComponent doesn't have a Sprite
24 Days Ago
▍▆▄ ▍▅▅▌ ▌▌▊▋█▌▄ ▌▊██▍▆ █▋▉█▄▍▊▅█ ▌▆▋▌▌▇▌▊▄ ▄▊▉▆▌▄ ▄█▋▍▆ ▋▄█▅▋▅▆▊▉▌▅ ▉▊█▄█▍▉
24 Days Ago
Improved climbing collisions immensely, works properly on rotating blocks Move collision improvements for climbing. Can climb between different objects now. Slight adjustment to climb up Added proper friction to climbing
24 Days Ago
quick triple jump
24 Days Ago
Bunch of very WIP experiments
24 Days Ago
Mesh component uses custom editor so it can have editor operations https://files.facepunch.com/layla/1b0111b1/explorer_oFDFsVdl1V.mp4
24 Days Ago
Add lights to the motor that change when a battery is inserted
24 Days Ago
Push player through to interactable actions, insert battery, sync state, play a sound
24 Days Ago
Phrase update
24 Days Ago
Fixed being able to place small I/O inside rock formations
24 Days Ago
Properly call OnPickupAction
24 Days Ago
▋▇▄▌▊█▇▌▊▄ ▇▊▄▌ ▌▇▆▆▊█ ▄▆▌▍▅ ▉▄▍ ▊▋▉
24 Days Ago
▆▄▇ ▊▆▉ ▌▇ ▉▊▊▌ ▇▇▅▋▌▊▊▄
24 Days Ago
Hook up battery pickup
24 Days Ago
Attempt to fix root motion anim asset being marked as changed when opened on another machine
24 Days Ago
Make damageable stuff more generic update slam particle
24 Days Ago
world_update_2 -> main
24 Days Ago
Don't recreate Edit menu, just update the undo options - fixes Facepunch/sbox-issues#6539
24 Days Ago
Add PlayerInventory to hold batteries, add display to HUD
24 Days Ago
▉▍█▅▄ █▋▌ ▊▄█▇▉▋▆▇▌▆ █▇▄▇▉▆▇█▅ ▄█▇▊▄▊█▄▄ ▋▌▍█▋▆ ▉▍ ▉▉▊▋▉ ▇▍▇▅▄▉▆ █▆▌▊▆▋▇ ▇██▋▅▊▆
24 Days Ago
Increase second rad pool height so its easier to drink from
24 Days Ago
Capitalise code folder in game minimal template, resolves Facepunch/sbox-issues#6331
24 Days Ago
wip map, player movement adjustments, double jump matches standard jump power Merge branch 'main' of sbox-frankly
24 Days Ago
merge from main
24 Days Ago
Merge: from item_pooling Fixes NRE when saving a player that was killed while crafting items and returned items would stack with existing inventory items Tests: crafted low grade fuel with 1 extra fat in the inventory, killed before finishing the craft and saved the session on the server - no NRE