diff --git a/Entity-List.md b/Entity-List.md index 23b76c3..9f78e0e 100644 --- a/Entity-List.md +++ b/Entity-List.md @@ -94,7 +94,7 @@ There is most likely some information missing or miscellaneous stuff left out, b | env_physexplosion | :twisted_rightwards_arrows: | ExplodeAndRemove, negative magnitude for pulling things in | | env_physimpact | :heavy_minus_sign: | | | env_player_surface_trigger | :heavy_minus_sign: | | -| env_projectedtexture | :twisted_rightwards_arrows: | Uses Insolence's projected textures with C17:EP1 features, VDC fixes, and Mapbase adjustments. | +| env_projectedtexture | :twisted_rightwards_arrows: | Uses Insolence's implementaton of Alien Swarm projected textures with C17:EP1 features, VDC fixes, and Mapbase adjustments. | | env_rotorshooter | :heavy_minus_sign: | | | env_rotorwash | :heavy_minus_sign: | | | env_rotorwash_emitter | :heavy_minus_sign: | | @@ -146,7 +146,8 @@ There is most likely some information missing or miscellaneous stuff left out, b | filter_redirect_inflictor | :eight_spoked_asterisk: | Redirects to a target filter with the damage inflictor as the activator instead of the attacker. Uses all base filter changes detailed in filter_activator_class. | | filter_redirect_owner | :eight_spoked_asterisk: | Redirects to a target filter with the activator's owner entity as the activator instead of the original activator. Uses all base filter changes detailed in filter_activator_class. | | func_areaportal | :heavy_minus_sign: | | -| func_areaportalwindow | :heavy_minus_sign: | | +| func_areaportal_oneway | :heavy_minus_sign: | Variant of func_areaportal that only draws when viewed from one direction. Based on the VDC article of the same name. | +| func_areaportalwindow | :eight_spoked_asterisk: | | | func_breakable | :twisted_rightwards_arrows: | Material type "None" support in HL2 DLL, support for HL1 material types, "Spawn on break" could spawn any entity | | func_breakable_surf | :record_button: | Inherits all changes detailed in func_breakable. | | func_brush | :twisted_rightwards_arrows: | NPC collision exclusion now has wildcard support. Excluding a specific targetname has been ported to HL2 DLL | @@ -182,7 +183,7 @@ There is most likely some information missing or miscellaneous stuff left out, b | func_recharge | :twisted_rightwards_arrows: | Has been given some of item_suitcharger's I/O/KV, but not all of them. | | func_reflective_glass | :heavy_minus_sign: | | | func_rot_button | :twisted_rightwards_arrows: | Fixed the "Starts Locked" spawnflag. | -| func_rotating | :heavy_minus_sign: | | +| func_rotating | :twisted_rightwards_arrows: | Applied normalizaton to angles, preventing freakouts. | | func_smokevolume | :heavy_minus_sign: | | | func_tank | :twisted_rightwards_arrows: | Ported "ammo type" to func_tank, moved around a few things, added some NPC-related inputs, added a trace filter, etc. | | func_tank_combine_cannon | :twisted_rightwards_arrows: | Added support for the player to control directly. Uses the same changes as func_tank. | @@ -425,7 +426,7 @@ There is most likely some information missing or miscellaneous stuff left out, b | phys_motor | :heavy_minus_sign: | | | phys_pulleyconstraint | :heavy_minus_sign: | | | phys_ragdollconstraint | :heavy_minus_sign: | | -| phys_ragdollmagnet | :twisted_rightwards_arrows: | New OnUsed output which fires each time the magnet is used. | +| phys_ragdollmagnet | :twisted_rightwards_arrows: | New OnUsed output which fires each time the magnet is used and the ability to target snipers. | | phys_slideconstraint | :heavy_minus_sign: | | | phys_spring | :heavy_minus_sign: | | | phys_thruster | :heavy_minus_sign: | |