userGarry Newmancancel

19,224 Commits over 3,898 Days - 0.21cph!

3 Years Ago
ClassName StringToken cleanup Ignore setting Model keyvalue - since it should have been handled in engine
3 Years Ago
IIconProvider AnimEntity is AnimatedEntity
3 Years Ago
Reorganise base addon Delete old reverb track
3 Years Ago
Delete killfeed from base
3 Years Ago
Add Killfeed
3 Years Ago
Remove Crosshair stuff in base (we shouldn't be handling this)
3 Years Ago
Remove crosshair stuff
3 Years Ago
ClothingContainer and ScreenShake fixes
3 Years Ago
Move Assets/ to Resources/ Remove ScreenShake, CameraModifier (this isn't stuff we should be providing solutions to imo)
3 Years Ago
Move DecalDefinition to Engine
3 Years Ago
Rename AssetLibrary Add ResourceLibrary, Make Resource.Get internal Move Clothing to engine, create ClothingContainer, Remove Clothing.All
3 Years Ago
Warn if [Description] attribute used when it could have been automatically applied, fix duplicate instances being applied GameResource cleanups
3 Years Ago
Classname => ClassName
3 Years Ago
Remove duplicate DescriptionAttribute
3 Years Ago
Move DefaultValue out of Internal
3 Years Ago
DefaultValue codegen complains if you're using the attribute when you don't need to
3 Years Ago
Move Hammer namespace to SandboxEditor
3 Years Ago
Hammer.Skip to HideInEditor, Hammer.SkipProperty to Hammer.HideProperty
3 Years Ago
Rename IsNearlyEqual to AlmostEqual
3 Years Ago
Add providers to PropertyAttribute
3 Years Ago
Move Hammer.MinMax to MinMax
3 Years Ago
Delete MaterialIcon Remove LibraryAttribute.Alias - Add [Alias] Fix all those icons Fix DebugOverlay.Sphere order in ExplosionEntity Fix ModelExtension
3 Years Ago
Fix arg order
3 Years Ago
Don't use Library
3 Years Ago
Delete IAsset Delete Global.Lobby TypeLibrary expose TypeDescription Move DisplayInfo to Sandbox.Reflection
3 Years Ago
Replace LibraryAttribute.Spawnable with [Spawnable]
3 Years Ago
ClassInfo was removed
3 Years Ago
Console attribute renames
3 Years Ago
Remove obsolete Engine Version++
3 Years Ago
Skipping some hotloading Hardcode hotload logging for now
3 Years Ago
ConCmd, ConVar refactor Route convars via engine
3 Years Ago
Fixed tools.refresh not being called Fix ToolAttribute Fix extra includes Refactor
3 Years Ago
Move to properties Always show a hotload finish, even if it did nothing Fix "Server Hotload Hotload Started!
3 Years Ago
Fix some entity properties not being set
3 Years Ago
Revert "Oops." This reverts commit 118f47b98e04f7f95d67f4b8a7b057a1751a86c9.
3 Years Ago
Oops.
3 Years Ago
Remove unused asset types Remove inspector m_SuppressSubstrings unused Warn when calling ParseEntities before GameData is set Allow adding GameResource asset types to AssetSystem at runtime Some control over GameResource icons No need for config/*.asset files Remove AssetWriter stuff from FgdWriter Fix toBase64() returning a local variable pointer TypeLibrary to replace Library and Reflection GameResourceAttribute use TypeLibrary Fix-up tools to use TypeLibrary Fix in game GameResource types not loading Refactoring Replacing a bunch of game stuff with TypeLibrary TypeLibrary can handle GAM hash Removing unused Obsoleting Library Kill LibraryMethod, reduce LibraryClass, set ManagedClassIdent from TypeLibrary This should fix FgdWriter Merge fixes Fix error if ParticleSystemName not set Fix error if constrained objects have no physics Back compat Trim PropertyAttribute Trim LibraryAttribute Use PropertyAttribute to provide aliases for properties
3 Years Ago
Steam audio mixgraph, matching what alyx does
3 Years Ago
Strip out hostutils.h Simplify steam audio material code (stubbed right now) Delete surfaceprop_table
3 Years Ago
Load SteamAudio map stuff from inside vpk (cc @ogniK5377 minor merge pain) strip out Steam Error Handling, resource compiler doesn't need Steam
3 Years Ago
Stick the sareverb and sapath in the vpk Reduce map compile spam
3 Years Ago
Tweak map build dialog https://files.facepunch.com/garry/27569e22-1000-4898-96d8-2d2dfe84bafb.png
3 Years Ago
Can have eyeliner, face tats and freckles on the same face (we need a system to limit them maybe) Sound Preview improvements
3 Years Ago
Fix ListProperty not showing the add button when bound to a null
3 Years Ago
Strip out all the toolframework muting options
3 Years Ago
Add BindSystem.Flush (internal) Add GameResource.OnEdited (called when it's been edited by the editor) Mark ResourceId as not browsable Rebuild sound event in OnEdited In tools, try to load GameResource objects via the Resource system Add Tools.Utility.NoteObjectEdited - for now this calls OnEdited if objectr is a GameResource Fix combobox triggering valuechanged when setting value programmatically Load GameResource properly from Asset.TryLoadGameResource
3 Years Ago
Remove unused Soundstack support entity attachments Soundstack reliably place view entity sounds Play weapons sounds from owner Add AnimEntity.OnAnimSound + OnAnimFootstep Play footstep from the world Viewmodels try to play sounds via the owner sound stack input_default_local_position no longer used Tweak where the sound comes from for view entity Tweaks to not break all addons
3 Years Ago
Update .gitignore delete old textures
3 Years Ago
Add audio menu in editor to switch occlusion/doppler when diagnosing bad audio
3 Years Ago
Move SoundEvent to engine Fix tools serializing GameResource