Hugo Locurcio
Hugo Locurcio
Previously, a player called "^1TEAMMATE ^7something" could make it look like you killed a teammate, even if they are an enemy. The new form colors the "You killed" part as...
[ET (like RTCW) defaults to `cg_swingSpeed 0.1`.](https://github.com/etlegacy/etlegacy/blob/b41b3c965ce8aba9e330d374f07b37fe092dc7d6/src/cgame/cg_main.c#L442) Quake 3 (and most other derivative games) used `cg_swingSpeed 0.3`. This cvar is used to smooth out third-person direction changes. Higher values result...
**Note:** Untested, since I don't have a local buildsystem setup. This can be used to adjust how fast third-person player animations adjust to players' direction and rotation changes. The value...
When the camera FOV decreases, the distances should be multiplied accordingly so distant objects still look detailed. The user-supplied camera distances will be specified for the default camera FOV (which...
The add-on currently doesn't support LOD hysteresis. This feature can be used to avoid "ping-ponging" between two LOD levels when the camera is moving back and forth the distance threshold.
Website counterpart of https://github.com/godotengine/godot/pull/59810. ## Preview 
This is a preliminary version of the Godot Development Fund page I've been working on as part of my contract. Other changes done as part of this PR: - Replace...
7-zip can create fully-compatible ZIP archives that are smaller than the ones created by the reference InfoZIP tool (i.e. the `zip` command). This is done with the command `7z a...
On news pages and static pages like [Features](https://godotengine.org/features), we should add anchor link icons that appear when a heading is hovered. When the anchor icon is clicked, it navigates to...
In the same vein as https://github.com/godotengine/godot-website/issues/58, it would also be useful to mention [Godot's presence on Flathub](https://flathub.org/apps/details/org.godotengine.Godot) for Flatpak users on the Linux download page.