reposboxcancel

19,558 Commits over 1,461 Days - 0.56cph!

3 Years Ago
Fix map compiling resource paths
3 Years Ago
Citizen folder switcharoo + V2 materials Moving V1 assets to "_old" folders so that everything can keep working while V2 is getting built in the right places
3 Years Ago
mod paths Fixed CResourceCompilerContext::ContentPathToFullPath not working unless the file existed Add mod_core Merge branch 'master' of sbox
3 Years Ago
Deleting *.vmdl_c.png thumbnails
3 Years Ago
Fixed resources with . in the names having their name stomped by the file extension when compiled Merge branch 'master' of sbox
3 Years Ago
Updated Testmap 05 Fixed clipping issues Fixed void hole Adjusted lighting Merge branch 'master' of sbox Merge branch 'master' of sbox
3 Years Ago
Fixes for normals and lods on lab drawer model Fixed multiple normal issues on lab drawer unit and fixed lod normal issues Merge branch 'master' of sbox
3 Years Ago
Fix crash when trying to unload a vpk and finding a vpk in a vpk
3 Years Ago
CI: git clean on failure Fix CleanupUnusedBakeResourcesOfType getting confused by shared content/game folder Fixed toolscene_default lighting Project gen doesn't need to ignore content, content_src .csproj files compiled into the code folder Restore AddGameAndContentSearchPath Mount addon paths the old way, so resourcecompiler works Only unmount transient search paths Cleanup addon mounting content_src Don't ship tier2.lib
3 Years Ago
Menu - mount the root, not /content/ Temporarily mount addons this way Switch assetsystem to use same folder IMod system Include sbox_game in sbox_all include tier2 in sbox_all Content move Addon detect old content_src filesystem, do a warning Don't try to mount _src folders Mount from addons/ Use addon filesystem as content filesystem (fixes hard crash with zio subsystem) Menu content Binaries Delete unity meta files 😟 Unused icons Unused dev files Update sandbox.client.win64.vdf Only run ci on master branch Merge pull request #1 from Facepunch/asset-system-smash-two Merging asset smash
3 Years Ago
Only run ci on master branch
3 Years Ago
Unused icons Unused dev files Update sandbox.client.win64.vdf
3 Years Ago
Menu content Binaries Delete unity meta files 😟
3 Years Ago
Use addon filesystem as content filesystem (fixes hard crash with zio subsystem)
3 Years Ago
Content move Addon detect old content_src filesystem, do a warning Don't try to mount _src folders Mount from addons/
3 Years Ago
Menu - mount the root, not /content/ Temporarily mount addons this way Switch assetsystem to use same folder IMod system Include sbox_game in sbox_all include tier2 in sbox_all
3 Years Ago
Try and fix modeldoc same way as last time
3 Years Ago
Rebuild All
3 Years Ago
trigger a rebuild of animationsystem?
3 Years Ago
Move GetRenderColor32 to the bottom of CBaseModelEntity
3 Years Ago
Disable voice_loopback so we can use it
3 Years Ago
base rust citizen core
3 Years Ago
Comment out sv_voiceenable
3 Years Ago
Remove modeldoc dll and hope it doesn't break again
3 Years Ago
Add RenderColorAndAlpha instead, for when you want to set both
3 Years Ago
Add ModelEntity.RenderColor getter, setter also sets RenderAlpha
3 Years Ago
Disable voice polling in engine, we handle voice
3 Years Ago
voice_hearself false by default
3 Years Ago
Add physics hulls to rust crates so they can be used as physics props
3 Years Ago
try and force modeldoc to rebuild?
3 Years Ago
Add modeldoc_editor back as a last attempt fix
3 Years Ago
Don't enable EnableTouchPersists for trigger_hurt, isn't needed
3 Years Ago
Add BaseTrigger that can also show debug overlay with drawtriggers_toggle
3 Years Ago
Revert "Base content" This reverts commit 70bf62bf00430c1ba96ed8379960327f5b3fc432. Revert "Move citizen stuff" This reverts commit b60c9e4048ab88c1d1d362b03936b5dac862e319. Revert "Move addons/rust/content*/* into addons/rust/" This reverts commit d7393c812263e4c84a459e22b864bc9782c43033. Revert "Move core_src/* into core" This reverts commit 11d080312c8cbfb7d232b6628eae73a66b4788da.
3 Years Ago
Do a full recompile on hats
3 Years Ago
Fix all citizen hats
3 Years Ago
Fixed menu mount paths temporary paths in gameinfo.gi
3 Years Ago
Added CBaseFileSystem::GetModPath
3 Years Ago
Move citizen stuff Menu content Base content
3 Years Ago
Deleting (not sure how these crept in) Move addons/rust/content*/* into addons/rust/
3 Years Ago
Move core_src/* into core
3 Years Ago
Clarify "file existence changed" asset reload reason
3 Years Ago
Add ortho light entity
3 Years Ago
Don't add ents to hurt list if they can't take damage
3 Years Ago
Never transmit trigger_hurt to clients, they don't need it
3 Years Ago
Add basic trigger_hurt entity
3 Years Ago
Make thirdperson camera less dependant on hard coded values
3 Years Ago
Fix Particles.Destroy typo
3 Years Ago
Add option to walk controller to enable jump on input down, not input pressed
3 Years Ago
Air Acceleration