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

4 Years Ago
Entity.Rot PlayerController.Rot Citizen skin tweaks
4 Years Ago
Terrain parallax work.
4 Years Ago
Fix Server list scrollarea
4 Years Ago
ServerInformation rewrite - potential android fix
4 Years Ago
Moved codegen .gen folder to addon root (it's only used for diagnostics right now) Update .gitignore Content List is flat and organised by type instead of folder based
4 Years Ago
▉▅▄▅▋▊▌█▍ ▆█▌▇▍▉▉ ▍▄▋▄▇▄█▆ █▋▋▅█▊▍
4 Years Ago
merge from main
4 Years Ago
Server Logo in pairing and tablet modal
4 Years Ago
Addon dependancies caps insensitive Add Content to Sandbox.Generator Citizen addon: generate code so we get a content list MyAddon - depend on citizen, use generated content path
4 Years Ago
Buffer up native console prints until newlines Disable ESP Clean up this code
4 Years Ago
▍▊▉ ▄█▆▉▍▇█▋▍ ▍▇▄█ ▌▍▊▄▊▋▊█ ▄ ▉ █▄▄▊▄▇ ▉▇█▍▄
4 Years Ago
█▇▌ ▌▍▇▅█▆ ▄▄▅▆▌ ▇▌█▆▉▊▉▉█▅ ▍▌▉ █▋▌▊▅ ▅▇ ▅▍▆▍▌ ▇▅▍▇█ ▆▆▍█ ▉█▇▉ ▇▍▉▌▍ ▋▍▅▋ ▊▊▇▇ ▍ ▄▍▋ █▉██▆▉
4 Years Ago
Backups
4 Years Ago
4 Years Ago
Merge Main -> Workcart
4 Years Ago
Have the storage entity drop any contents as loot if it's destroyed by a conditional
4 Years Ago
▋▍▇▌▋▍▍ ▍▊▆▇ ▆▌▆▌▊▇ ▅█▋▌▇▉, ▇█▊▆▇ ▇ ▌▌▋▅ ▆▇ ▋▅▉▍ █▇▉█▍▊ ▌▆▇▄▌▋▇ ▊▍▉ █▇'▍ ▇▄▋ ▉▉▋▇▉▅ ▉▌▅▉▋▅ ▍█'▇▌ ▊▋▉▇▌▇▉▄▉
4 Years Ago
New system for handling sub-entities on modules as conditionals. Destroy the sub-entity entirely when the condition is not met, and re-create it if conditions are met again.
4 Years Ago
▋▇▍▇▌▆▄▍▇ █▌▊ █▆ ███▍▇▍▉▌▆▊
4 Years Ago
Allow reassigning the gameobject in the modular car conditional
4 Years Ago
▋▋▉▍▍█▅▍▅ ▋█▅-▄▅▄▅▊ ▋▇▅▇▇▍▍▄▄▌
4 Years Ago
Plants increase water quality when raining (standalone and in planter)
4 Years Ago
Change front sliding windows on armoured passenger module to Generic physic (sic) material
4 Years Ago
Move the HasMenuOptions check in UpdateLookingAt so that ShowIf menu checks that reference the lookingAt values get the correct data. Removed the workaround in VehicleModuleTaxi
4 Years Ago
Merge from main
4 Years Ago
▄▆▄▌ ▊▅▌█ ▉▍▋▆▊▉▉ * ▄▉▊▆▆ ▊▅▄▆▉ ▌▉▌▌▉▉█▉▍▆ ▇▊ ██▇ █▄▇▌▍▍ ▆▆▅ ▊▊ ▆▅▄▋▍▆▌▇▌▉ ▄▉ ▍▇▇▋▊▇▆█, ▄▅▌ * ▌▊▋▅▇ ▉▊▆ ▊▆▌▆▆█▆▆ ▅▌▄▊▋▇█ █▉ ▉▆▉▍▍▅ ▊▄▆▆▅▆▄█▋▅ ▆█▆ ▄▅▄ <▇▇▄▅> ▉▄▉▄▉ * <▅▇▊▋▇▄▇▊> ▄▆▅▍ ▆▅ "▄▄▇▆██▌▆█" ▇▉▍▅ ▌▌▊▉ ▉▆ ▊▍▌▇▋█▄ ▍▌ "▅▋▍▄▄▆▄▄▆" ▋▄▊▊ ▌▍▆▅▇ ▌▉ ▌█▊▊▋ ▉▅ <▅▊▉▌> ▇▉▄▅ * ▊██▌▍ ▌▋▇▌ ▉▉▄▄▍▄ ▉▄▅█▍ ▊▄ ▇▆▉ ▄▌▇▊▌▊▄ ▉▋▆▌ ▋▉ ▍▊▄ ▄▌▅▅█▅▆
4 Years Ago
TextureImportOverride fixes
4 Years Ago
ShapeInstanced fragment clipping Splitscreen clipping for most shaders
4 Years Ago
Handle "ensured" targets Camera position clamping now handles splitscreen better
4 Years Ago
Show server logo on the server switcher and tablet hub
4 Years Ago
Cherrypick voice delay fix
4 Years Ago
steamworks.GetList will always return a table, even on failure. (Fixes infinite loading when loading published items but there are none) -noworkshop message in mainmenu only appears on Subscribed categories Added Followed and Favorites categories to dupes/saves/demos pages
4 Years Ago
Move hotloadmanager into Gamedll
4 Years Ago
GitHub: - osiris-plus: Fix color_white corruption - Kefta: Fixed entity function type consistency [ShouldPlayPickupSound, SetCreator, UnFreezable] - Kefta: Allow weapons with a CalcView function to work with player_manager view overrides [fixes taunt camera for SWEPs with a custom CalcView]
4 Years Ago
Allow weapons with a CalcView function to work with player_manager view overrides The updated view origin, angles, and fov from the player_manager returns are now used for the current weapon's CalcView call. Also, the returns are now optional. Merge pull request #1348 from Kefta/patch-71 Allow weapons with a CalcView function to work with player_manager view overrides
4 Years Ago
Fixed entity function type consistency Fixes the rest of the functions in garrysmod-issues/issues/3132 Type compatibility fix Merge pull request #1488 from Kefta/patch-84 Fixed entity function type consistency
4 Years Ago
hard intro stage boss spawn tweaks hard oracle anger levels Merge branch 'master' of SpaceUsurperUnity hard intro tweaks Merge remote-tracking branch 'origin/master' into camera-rewrite Camera movement based on targets
4 Years Ago
Fix color_white corruption How to: Press R on prop, then left click on it. There you go, color_white is corrupted by duplicator.StoreEntityModifier. Merge pull request #1740 from osiris-plus/patch-1 Fix color_white corruption
4 Years Ago
ServerHeader tablet Filter Devices no results
4 Years Ago
Material and texture update for supply drop
4 Years Ago
Fixed voice chat delay on low tick servers
4 Years Ago
missing material change
4 Years Ago
Terrain blend shader fixes.
4 Years Ago
Bot code Entity Flags binds Create EntityFlag.cs
4 Years Ago
WIP Dome level refresh
4 Years Ago
updated party hat material to new birthday material
4 Years Ago
News redesign
4 Years Ago
rotated vm cake & updated flame effect position
4 Years Ago
Fixed eye angles on server
4 Years Ago
Glass fix for picture frames. They are now much brighter / glass is less dark.