Hugo Locurcio
Hugo Locurcio
- *Related to https://github.com/Helion-Engine/Helion/issues/550.* **Helion version:** https://github.com/Helion-Engine/Helion/commit/3e60de303e27c74738b6e98e125ffb48a552c2cd Unlike run bobbing, weapon sprite movement when switching weapons isn't interpolated. This also occurs when loading a level or dying, both events causing...
- *Related to https://github.com/Helion-Engine/Helion/issues/551.* **Helion version:** https://github.com/Helion-Engine/Helion/commit/3e60de303e27c74738b6e98e125ffb48a552c2cd You can see interpolation is still *slightly* in effect if you move while holding a chainsaw, but it snaps between discrete positions every...
**Helion version:** https://github.com/Helion-Engine/Helion/commit/73e70716f9e4309255ed80ad46f6a074516010c6 `DOOMWADDIR` can be used to specify a path to a folder containing IWAD files. This allows using a single set of IWADs with various source ports regardless...
- Add colored console output.
*Related to https://github.com/godotengine/godot-proposals/issues/1144.* ### Describe the project you are working on The Godot editor :slightly_smiling_face: ### Describe the problem or limitation you are having in your project Godot supports several...
*Related to https://github.com/godotengine/godot-proposals/issues/1963 and https://github.com/godotengine/godot-proposals/issues/2564.* ### Describe the project you are working on The Godot editor :slightly_smiling_face: ### Describe the problem or limitation you are having in your project -...
**Describe the project you are working on:** The Godot editor :slightly_smiling_face: **Describe the problem or limitation you are having in your project:** When MSAA is too expensive or not effective...
- Related to https://github.com/godotengine/tps-demo/pull/118. The TPS demo can now run on mobile devices. Basic touch controls are provided (use the left side of the screen to move, right side to...
This allows running the TPS demo on a greater range of devices and platforms, while also allowing its use for GLES2 renderer testing. Several automatic adjustments are made to ensure...
This has some benefits over V-Sync: - TPS demo is prone to stuttering and unstable frametimes. Disabling V-Sync helps make those issues less noticeable. - Reduced input latency is useful...