userCrayzcancel

1,928 Commits over 913 Days - 0.09cph!

2 Years Ago
Update .addon
2 Years Ago
Add support for "Any With Support" map selection mode to map select page
2 Years Ago
Maintain previously selected configuration after opening launcher properties Enable Save button after selecting a package from s&works Add launch configurations to tools dropdown Consistent with project settings menu Fix launcher losing its selection when editing the actively selected config
2 Years Ago
Compiled stuff
2 Years Ago
▇▅▌▊▉▄ ▋▊▍▆▉ ▋▆ █▆▇ ▅▇▋▆ ▌▌▌▇
2 Years Ago
Player's inventory ui
2 Years Ago
Update .addon Simple stash data & logic UI grid layout helper Stash & tooltip ui
2 Years Ago
Revert "Easily cancel async operations when navigating around pages" This reverts commit b418b95f3fc3d9b93715a64d1c04d6b20deb1818. Better use the existing solution :)
2 Years Ago
Easily cancel async operations when navigating around pages Fixes sbox-issues/issues/2067
2 Years Ago
DisplayName matches the requirements of editor's addon manager Fix for sbox-issues/issues/2080
2 Years Ago
Fix Entity.Position description
2 Years Ago
Fix unfinished transitions getting reset on state change
2 Years Ago
Inject EnsureSufficientExecutionStack everywhere
2 Years Ago
Fix tool trace
2 Years Ago
Fix field of view jumping when first switching to a weapon Clicking with scoreboard open enables cursor Rid of base scoreboard, use template Basic settings menu you can open from scoreboard
2 Years Ago
Fix material overrides on ragdoll
2 Years Ago
Update playground map
2 Years Ago
FRENZY collection set - collect and return to checkpoint
2 Years Ago
Convert to UI Toolkit text-shadow support Support for various easing functions Optimizations
2 Years Ago
Player spawns with view angles of spawn point
2 Years Ago
Asset compile Use the player's FoV from settings
2 Years Ago
Allow ducking while in air Railgun crosshair easing matches its fire rate Restore camera modifiers for fall/slide/jump camera motion
2 Years Ago
Fix slide making you float up slopes
2 Years Ago
Ledge grab feels a bit better
2 Years Ago
Stomp bsw for simple in-hammer booleans (<3 tj)
2 Years Ago
Asset compile
2 Years Ago
Slight downward offset of rocket explosion position for owner to give a vertical impulse
2 Years Ago
Restore utility page
2 Years Ago
Only bring over data seed in Development
2 Years Ago
Development environment switch for web (#1) * Endpoint configuration * Don't generate these keys for these, we set them explicitly * Consider fk constraints to allow new schema creation * Refresh blob upload endpoint * Live/dev switch + fixes to accommodate new db creation * Don't need this anymore * Cleanup * Preset configs are fields instead of getters * Update dev config * No more need to manually set dev environment * Don't need this log in dev env * Simple data seed for new local dbs * Select the right local db when seeding * Dev environment utility page * StringPool data seed * Select Unknown when inserting score for non per map ranks EF Core breaks with FK relationships id as 0.. for new dbs auto increment from 1, and explicitly grab the string we want here * Add leaderboard game with ranks to data seed * Update data seed * Blobs upload to a subdir in dev env * Update config * Fix compile error * Simplify the development environment check * Cleanup, safety check * Fix error on data seed * Fix data seed error * Bit of cleanup * Add back development top bar * Temporary caution
2 Years Ago
Temporary caution
2 Years Ago
Should fix exception when saving score Ignore trying to update a closed session Fix asset list with negative skip/take Added simple search Merge branch 'master' into dev-env Add back development top bar
2 Years Ago
Fix error on data seed Fix data seed error Bit of cleanup
2 Years Ago
Cleanup, safety check
2 Years Ago
Simplify the development environment check
2 Years Ago
Fix compile error
2 Years Ago
Update config
2 Years Ago
Remove unused shit Breadcrumbs and tweaks Fix Api errors And fixed another api login error Merge branch 'master' into dev-env Update data seed Blobs upload to a subdir in dev env
2 Years Ago
Added Granting, Revoking Fixed Revokes count in stats Fix form input not triggering change shit Add GameOwnership to users Don't allow creation of organisations if not game owner Add session info, allow clearing sessions New asset version can update game category Merge branch 'master' into dev-env
2 Years Ago
StringPool data seed Select Unknown when inserting score for non per map ranks EF Core breaks with FK relationships id as 0.. for new dbs auto increment from 1, and explicitly grab the string we want here Add leaderboard game with ranks to data seed
2 Years Ago
Dev environment utility page
2 Years Ago
Add platform settings Better admin only and banned user page blocking Keep config updated Quick stats page to sanity check player counts Set up control mode tags from metadata Merge branch 'master' into dev-env Select the right local db when seeding
2 Years Ago
Initial commit Initial commit Interface out html/css parsing Create readme.md Bit of cleanup
2 Years Ago
Change to the new name Merge branch 'master' into dev-env
2 Years Ago
Simple data seed for new local dbs
2 Years Ago
Preset configs are fields instead of getters Update dev config No more need to manually set dev environment Don't need this log in dev env
2 Years Ago
Cleanup
2 Years Ago
Don't need this anymore
2 Years Ago
Live/dev switch + fixes to accommodate new db creation
2 Years Ago
Endpoint configuration Don't generate these keys for these, we set them explicitly Consider fk constraints to allow new schema creation Refresh blob upload endpoint