userRubatcancel
reposboxcancel

793 Commits over 791 Days - 0.04cph!

2 Years Ago
Added DoorEntity.Break input Added Health keyvalue, Break input and OnBreak/OnDamaged outputs to FuncBrush Also renamed FuncBrush class to BrushEntity Fixed KeyframeEntity methods not working correctly with host_timescale above 1 Improvements to documentation of some methods and properties Host.Name, Host.Color, Model game data methods, LogicEntity, ent_platform Update FuncMonitor.cs Give physics to some rust ported junk models Breakables class will now try to spawn generic gibs if model has none Update base.fgd Update .fgd files to remove func_platrot, func_breakable func_breakable is superseded by func_brush
2 Years Ago
Remove env_spark, point_tesla, logic_lineto, physics_cannister, point_gamestats_counter from the base.fgd Fix description of ent_path_platform.StartBackwards
2 Years Ago
Set/GetModel => Model
2 Years Ago
Fix startup assert related to duplicate QT layout Fixed start up exception due to a malformed comment
2 Years Ago
Added DoorEntity.OnDamaged Merge branch 'master' of sbox
2 Years Ago
Adjusted glass surface, added glass.shard and glass.pane surfaces & use those for shatterglass Try to reduce spinning of large shatter glass pieces
2 Years Ago
Hookup map IO on the 2 construct prefabs that use navblockers
2 Years Ago
Unify BinaryReader/BinaryWriter extensions Added Entity.Write(), Entity.Read() Fixed BinaryWriter/BinaryReader entity extensions Make all BinaryWriter/BinaryReader extensions use the class Read/Write methods Added BinaryReader.ReadRotation Added Rotation.Write Added Vector2.Read/Vector2.Write
2 Years Ago
Mention light probe volume in func_water's description
2 Years Ago
Fix Water Ripple stuff creating errors and not working Merge branch 'master' of sbox
2 Years Ago
Fix inheriting from LibraryAttribute not working for entities clientside
2 Years Ago
Hide obsolete water entities from Hammer, update base.fgd
2 Years Ago
Make Color/Color32/Rotation/Vector3.Read static Make Angles.Write not static
2 Years Ago
Default use behavior will try to see if parent entity is usable if the one aimed at isn't
2 Years Ago
Added "Static" property to prop_physics - if set disables physics (gravity) and acts as a nav blocker Implement AttachmentOffset and AttachmentType for ModelParticle ModelDoc node for prop_physics
2 Years Ago
Added ability for ent_door to be breakable. It uses all the same systems as prop_physics do. So prop_data node on the model sets health, break pieces are used from the model, and there's an option to not have the door breakable even if the model is. Added OnBreak output. By default doors are not breakable.
2 Years Ago
Fixed ModelDoc GameData nodes without properties not deserializing correctly
2 Years Ago
Remove non existent projects from groups.vgc InteropGen: Adjust ArgDefinedClass for Resource Handles when the arg is not a return Added Model.ToString to include the model path Flush model game data node cache on model recompile Fixed Prop trying to get model game data of NULL model when its model is recompiled
2 Years Ago
Prevent Surface being able to have itself as the base surface Fixed GlassShard.CalculateArea not working on client func_shatterglass: Added ability to change material when the glass breaks
2 Years Ago
Make Model.GetJson internal Added Model.GetAllData<T>()
2 Years Ago
BaseTrigger handles touching entities properly when Enabling/Disabling Fixes sbox-issues/issues/1255
2 Years Ago
Cleanup base.fgd & s&box.fgd Removed legacy 'master' property from all entities Removed legacy entities: func_illusionary func_wall func_wall_toggle Removed other entities: func_dustcloud func_dustmotes func_fish_pool func_orator game_gib_manager game_player_equip game_player_team info_intermission point_bonusmaps_accessor trigger_xen_foliage_interaction trigger_foliage_interaction logic_achievement info_offscreen_panorama_texture test_traceline
2 Years Ago
Delete Interp.Engine.cs
2 Years Ago
Remove 'Shadow Casting' property in Hammer from non ModelEntity entities Minor changes Moved explosion code from Prop to ExplosionEntity, which now acts as env_explosion replacement, which was removed
2 Years Ago
Fixed entity filter in console not working
2 Years Ago
Make Surface.BaseSurface work Also adds Surface.Get/SetBaseSurface()
2 Years Ago
Fixed rubber surface having a muzzleflash as impact effect
2 Years Ago
Improved "Open away from player" behavior for ent_door for models whose x+ axis is not the "inward" direction
2 Years Ago
func_shatterglass: Fix being able to walk through physics enabled unbroken glass & Do not despawn large glass pieces Adjust wood break plank sound to not be so loud Adjust glass impact sound volume Glass surface has sounds
2 Years Ago
Make 'Couldn't load menu assembly' error contain the whitelist errors Change Host.Color for servers from Blue to Cyan for better readability
2 Years Ago
Fixed CollisionGroup.Always acting as a ladder prop_physics debris/weapon collision groups work as expected BaseWeapon can hit debris
2 Years Ago
Fixed ModelDoc crashing when compiling a gamedata node with no valid FGD class
2 Years Ago
Added ModelDoc.Line/EditorWidget/HandPose attributes
2 Years Ago
Missed an include
2 Years Ago
Apply lock on AllAttributes in Library.GetType just like other Library.Get methods try-catch ModelBreakCommand execution Added PropGib entity which is spawned as gibs instead of Prop, and carries some extra data Implemented (and moved to managed) break_create_joint_revolute model break command
2 Years Ago
Fixed ModelDoc mesh import filter not hiding duplicate counter labels when filtering
2 Years Ago
Fixed blendable materials not getting their 'Blend Material` tag Existing materials will need to be recompiled for this to take effect
2 Years Ago
info_particle_system fixes Fixed not working in skybox Fixed the particle not being attached to the entity itself correctly Added 'Snapshot File' property Fixed it not sending itself to clients always Fixed it not showing its particle path in Entity Report in Hammer
2 Years Ago
Fixed Hammer showing custom ModelDoc nodes as entities
2 Years Ago
FGDWriter reads XML correctly for properties
2 Years Ago
func_shatterglass additions & changes Added support for parenting in Hammer Added Break input Added OnBreak output Replaced "Is in a frame" property with a "contraint" property - has 1 extra selection for physics glass that starts asleep
2 Years Ago
Fix light_environment's sky lighting keyvalues not being setup correctly
2 Years Ago
Removed debug output from FGDWriter
2 Years Ago
Make Hammer.EntityTool Attribute not inherited
2 Years Ago
Moved light_environment to engine.fgd (is now auto generated) fade distances and range properties were not moved as they appear to do nothing and make no sense on that entity anyway. Restore light_environment's description in Hammer
2 Years Ago
Restore and make obsolete PointLightEntity.LightCookie
2 Years Ago
Added Hammer.SkipProperty attribute Allows properties of parent classes to be hidden in the FGD light_omni, light_ortho and light_spot are now auto generated into engine.fgd
2 Years Ago
Texture and Rotation support for custom Hammer properties
2 Years Ago
Prevent stack overflows in FGDWriter Don't write read only properties, and don't write properties whose type is same as the parent class type Vector2 can load from object in a JSON
2 Years Ago
EditorModelAttribute can do different color tint when the entity is dynamic (for lights) Added Hammer.CanBeClientsideOnlyAttribute Added 2 internal Hammer helper attributes