248,584 Commits over 3,928 Days - 2.64cph!

6 Months Ago
Fix Update not working !
6 Months Ago
Moved lighting to its own prefab.
6 Months Ago
Shadow proxy tweak
6 Months Ago
Use new'ish emission fresnel on Fluor fixtures.
6 Months Ago
Fixed clipping decal. Heater mat tweak.
6 Months Ago
Shadow proxy fix.
6 Months Ago
Added shadow proxy to sbl_garage_door to fix heavy light bleed.
6 Months Ago
Heat shimmer to prop heaters.
6 Months Ago
Some heater_floor material/texture tweaks and MIP adjustments because emissive UV islands are packed too tight. Base prefab lighting tweaks to match. Fixed off variant prefab not actually being off. Off variant used on the second floor garage.
6 Months Ago
▉▅█ ▆▍▄█▌▅▍▇▉▆▄ █▇█▇▋▄ ▍▋ ▆▊▋▉█▆█▉ ▍▇█ ▌▊ ▌▉▇▇▉▄ ▅▌▇▊▅▇▄▄█▍ (█▆▅▇▌▌▌▉▇▉▆▇▊▄▍▄█▇▊▌▅▄▅)
6 Months Ago
merge from main
6 Months Ago
▉▉▄▌▄ ▇▉▌▍ ▆▌▍▌_▄▄▅_▊▅▊▇▊/▆▍▍▉▆_▋▍▍▍▅_▌▊▋▍▋▌▄▄▇▉▊▋
6 Months Ago
▍▆▇▊▉█▄ ▇▋▌ ▅▆▆▉▇▉▆▉▊ ▍▉▄▋▉█▊▌▇▊ ▅▌▉▆▋ ▊▊▄▇ ▌▌▋▇▅ ▄▅▉▆▍ ▋▄▊▅▅▉▋▍█: ▋▅▍▉▋▋▊ ▄▉▍█▌▊█.▌▊▌▆▅▌▋█.▍▇▍▉▊█ ▊█▋▍▊ ▅▆▅▍▆.▄▊█▄▉▉▌▅.▄▉▋█▇▇ ▊▅▋▆▅▉▊▅▄ ▆▇▄▆█▅▉▅▋.▋▉▅▉▇▋▍█.▉▌█▄▋▆ ▅█▇▉█▄▍▇▊▌
6 Months Ago
point_viewcontrol only gives invincibility if it freezes the player Fixed water for leaking to the world due to resetting clipping on disconnect garrysmod-issues/issues/5925
6 Months Ago
Remove step results from physics interface, no longer used
6 Months Ago
merge from main
6 Months Ago
▍▅▉▋▋ ▍▇▇▇ ▇▅▄██▉▄▉▄▉▇▄_▄▅▆
6 Months Ago
▇▌▌▉ ▇▄▌▌▅▄█ ▇▋▍▌▇▅██▄▌ ▋▍▌▍█▉▆▆▄▍▆▆ ▊▍ █▍▍▍▍▌▍▇██ (▄▉▌▆ ▇▄ ▌█ ▉▋▉▌▄▉▌█ ▉▉▅▄▅ ▄▅▄██▆█▉▅) ▍██▇▌▌ ▊▍▍▄▄▋ ▋▌▇ ▉▍▇▅▉▇▇▆█▆▄█▌▌▌, ▌█▍█ ▌▅ ▇▊▊▄ ▋▊▊ ▄▍█ ▇▇ ▊▌▉▌▇▍▋▉▆▄▄ (▌▇▌ ▄▄▅ ▊▌▇▍▆ ▅▆ ▊▄▋▋▋▅█▌▋ ▅▅▄▆)
6 Months Ago
Update .sbproj Fixed Looping variable not working properly
6 Months Ago
Don't need this now
6 Months Ago
▌▍▋ ▍▍█▉▇▌ ▍▆▍▋▇▋ ▉▌ ▉█▌
6 Months Ago
Bunch of error fixes from last 2 playtests
6 Months Ago
▋▇▇▉ ▄▋▊▇▉▅▋█▇▇▇.▆▄▇▇▄▆▉▅▅▉ ▆ ▇▅▌▄▅▍▆▉▅▆▋
6 Months Ago
Make BaseDropObject public so it's accessible to editor tools
6 Months Ago
Added "Import Spritesheet" button which opens a blank import dialog Merge branch 'main' into spritesheet-importer Merge branch 'main' into spritesheet-importer Merge branch 'main' into spritesheet-importer TextureAtlas.FromSprites orders list by name so order doesnt matter TextureAtlas.FromSpritesheet re-orders list so order doesn't matter Merge branch 'main' into spritesheet-importer Create SceneWorld thru EditorUtility Created SpritesheetPreview widget Created SpriteRenderingWidget as a generic for SpriteEditor and SpritesheetImporter to both extend Import settings control widgets Import Settings Groups Importer window shows importing image Remove unused shaders and renamed main shader & material to "sprite_2d" Spritesheet Importer Overlay Buttons Fixed transparency issues with spritesheet importer Fixed origin/attachment materials Created sprite_sheet_grid which draws over the spritesheet import preview Update sprite_2d vmat initial variables Attempt at grid shader Spritesheet Importer Window UI https://files.facepunch.com/CarsonKompon/2024/July/04_18-39-ImperturbableCorydorascatfish.mp4 Remove debug logs Remove some other un-needed stuff Add SpriteSheetRecf to SpriteAnimationFrame TextureAtlas class now caches the atlas itself instead of just the texture Created TextureAtlas.FromAnimation which respects sprites *and* spritesheets Spritesheet Import Button which saves image+rect data to the selected animation Timeline optimizations with respects to spritesheets FrameButton supports spritesheet frames Preview now supports a supplied rect SpriteComponent now supports sprites with spritesheets Improve TextureAtlas caching Support sprites that aren't square aspect ratio in the Sprite Editor UI Imported some more spritesheet test assets Fix spritesheet size being used instead of rect size for spritesheet frames Update Frame List automatically after importing spritesheet Remove Spritesheet Overlay Update player and example scene Fix SpriteFlags not applying OnStart
6 Months Ago
Timeline optimizations with respects to spritesheets FrameButton supports spritesheet frames Preview now supports a supplied rect SpriteComponent now supports sprites with spritesheets Improve TextureAtlas caching Support sprites that aren't square aspect ratio in the Sprite Editor UI Imported some more spritesheet test assets Fix spritesheet size being used instead of rect size for spritesheet frames Update Frame List automatically after importing spritesheet Remove Spritesheet Overlay Update player and example scene Fix SpriteFlags not applying OnStart
6 Months Ago
UpdatePackage fixes
6 Months Ago
binbag fixes
6 Months Ago
Detect hand tracking, if not available (meta runtime) fallback to /input/grip/pose Update Facepunch.XR to 915dcf5 Fix poses not working if you didn't have fully tracked hands
6 Months Ago
▅▆█▄▍ ▉█▌▊ ▉▊▍▉
6 Months Ago
Save off system properties when we make the system Debug utils extension is optional, only do hand tracking stuff if we have it supported Log enabled API layers Don't exit immediately on fail, becomes confusing
6 Months Ago
▄▋▄▉▄▌ ▉▌█▌▅▇ ▅▊▄▊▆▋▅▉
6 Months Ago
▉█▇▇▉▍▅ ▇▇█ █▉█▅▇▄▌ ▅▄▅▌▅ █▊▉ ▋▋▍▅▍█▇▆ ▆▊▌█▊██ ▇▋ ▋▋▉▌█▊▌ ▇▇▅▉█▋█ ▄▋▌▋ ▆▅▅▇▄▄▇ ▆█▉▉▅▋▊▌▄ ▇▊▄▊▇▄▅▋▊ ▇▋▋█
6 Months Ago
WIP - Added bloom color ditto
6 Months Ago
merge from main
6 Months Ago
▍▉▆▋▅ ▇▋▌▍ ▇▅▆▇▉▆▅▉▆▄▄█_▇▍▉ - ▆▌▅▅▆▉▇▉ ▄▅▊▊ ▄▊▍
6 Months Ago
Adjusted name text of travelling vendor icon
6 Months Ago
Added first 3 wallpaper skin variants
6 Months Ago
radtown redux HLOD setup and bake
6 Months Ago
set dressing polish, replaced old binbags with new ones
6 Months Ago
Remove debug logs Remove some other un-needed stuff Add SpriteSheetRecf to SpriteAnimationFrame TextureAtlas class now caches the atlas itself instead of just the texture Created TextureAtlas.FromAnimation which respects sprites *and* spritesheets Spritesheet Import Button which saves image+rect data to the selected animation
6 Months Ago
Add BytePack handlers for Vector2Int, Vector3Int
6 Months Ago
WIP - Using Mips on downsamples. Plus other WIP misc. changes ditto
6 Months Ago
mailboxes textures metas at 1024
6 Months Ago
merge from main
6 Months Ago
merge from door_explosive_fix
6 Months Ago
Make sure isAnimating is set to true on both client and server
6 Months Ago
Update package api
6 Months Ago
Add json type converter safely through TypeLibrary
6 Months Ago
bin bag props added