241,619 Commits over 3,867 Days - 2.60cph!

4 Months Ago
Got monument map markers working
4 Months Ago
Remove every map generation component from scene spawner prefab for monuments - only output GameObject + ScenePrefab component
4 Months Ago
Spawn normal prefab when doing map generation so we can guarentee that all map generation components are present Remap to scene spawner only when spawning world
4 Months Ago
map updates
4 Months Ago
We don't need to do this anymore
4 Months Ago
Added another 0.25m to the seismic sensor range forgiveness, following CS 98678
4 Months Ago
Added cash bag weapon
4 Months Ago
Block cl_playerspraydisable Fixed util.GetModelMeshes leaking model refcounts Fixed sprites causing material refcounts going negative Similar case to models - sprite materials becoming available after precaching as error Minor changes Fixed Lua particles leaking material refcount This is fixed by precaching the material just before it is used Restore unmounting of server workshop addons Can be still disabled with `gmod_uncache_test -1` for testing purposes. Apply the fix for NPC death animation blending garrysmod-issues/issues/5891
4 Months Ago
Misc post-scenetab fixes Hide skybox in 2d views Split scene view layout/viewport classes into separate files Tidy Use frustum RayDepth for terrain, hitbox traces Make 2d clipping less crap Use black background for 2d views
4 Months Ago
More equipment naming
4 Months Ago
export latest 3p handcuffs anims
4 Months Ago
trike: - rigged up - added wheel/cog anim - added animator & move param - updated prefab to use new animator
4 Months Ago
Some Weapon / Equipment cleanup
4 Months Ago
Optimised ring road search
4 Months Ago
Merge from travelling_vendor -> Aux2
4 Months Ago
Basic vehicle visuals port
4 Months Ago
Fix FPS test scene
4 Months Ago
Switch `monument_scenes` convar to be saved
4 Months Ago
Hook it up in PS_FinalCombinerDoLighting before I do a full shader build
4 Months Ago
CDecalSceneObject - Non renderable, holds data only but can be culled by the scenesystem Tiled Frustums ( We should make light culling use these as they are more accurate and faster ) Partial backport of ISceneObjectDesc::OnSceneObjectVisibleInView Forward+ Decals * Decals get binned by the lightbinner from OnSceneObjectVisibleInView (all lights should start using this callback too) * Tiled culling checks decals within each tiles frustum * Decal::Apply( ... ) is used to mix decal's albedo, normal, etc. into surface Apply forward+ decals as part of standard shading (recompiles needed to support this feature)
4 Months Ago
merge from wire_slacking/optimisations
4 Months Ago
▇▍▊▉▇▆▉ ▉▅▅ █▆▌ ▇▆▅▆ ▊▅▆▊▍█ ▆▊▉▍▋ ▄▍▋▋▊: ▅▌▊ █▇▌▆▆ ▆▋ █▄▆▄█ ▄▉▋▉▉ ▉▌█ █▇▌▋ ▆▋█▅█▊▊ ▋█ ▊▋▍▋▍ ▍▇▆ ▄▅██ █▋▉ ▆▅ ▆▄ ▇█▅▄█▄ ▍▉▌
4 Months Ago
burstcloth improvements - rotational constraints respected - constraint normals are correct now, significant improvement to length constraints - some jobsystem/burst optimizations
4 Months Ago
Setup Vintage Desk Prop Prefab Added and Setup Vintage Bookshelf Prop Prefab Added and Setup Vintage Dresser Prop Prefab
4 Months Ago
ARM crash fix test 3 (test 2 works, but this would be nicer)
4 Months Ago
further fixes to storage warehouse.
4 Months Ago
updated motorbike kickstand skinning, mask texture, and materials setup
4 Months Ago
ARM crash fix test 2
4 Months Ago
DSP volume system
4 Months Ago
ARM crash fix test
4 Months Ago
Remove AmbientLightSH from lightbinner, Directional Light doesn't control ambient color anymore, this is a visually breaking change, I'll see to put a better replacement to existing things Set skybox as global cubemap Be able to sample cubemaps from any resolution, use diffuse cubemap as diffuse indirect illumination if no GI in scene
4 Months Ago
updated vcol on decals to tint the recent decal albedo changes
4 Months Ago
Forgot the marker!
4 Months Ago
Use map marker for vendor instead. Remove ability to see what it has in advance through a vending machine icon.
4 Months Ago
Add BBox + Sphere GetVolume() Call AudioProcessor.OnDestroy properly Make DspProcessor public Store and restore Mixer config when playing game in editor Update Processors in mixer UI to show enabled status catch and report exceptions when disposing GameObjectSystems Dsp tweaks
4 Months Ago
Null error
4 Months Ago
Round prices up to the nearest 5 to make them look nicer
4 Months Ago
Update Raknet.lua
4 Months Ago
Ensured ring road will be found if one exists on the map. Fixes problem stopping vendor from being spawned on a totally fine map.
4 Months Ago
fix material assignment on storage warehouse trims.
4 Months Ago
Fixed line anchors fuckery again
4 Months Ago
more work on geo for storage warehouse.
4 Months Ago
handcuff viewmodel animation updated
4 Months Ago
Re-organise project, swap naming for public/private headers (now fpxr.h and fpxr_private.h) Try out blame ignore revs
4 Months Ago
Swap these
4 Months Ago
Clean up
4 Months Ago
Block unlock minigame in wounded states
4 Months Ago
Move around some buy system code, not dictated in the player now, added event where rules can control buy menu
4 Months Ago
reverted changes to workers_house_generic_trims
4 Months Ago
Call ProjectSettings.Reset in ResetEnvironment