Year: 2021

How to run TortoiseHg from source on Debian/Ubuntu

Last Updated on 11. November 2025 This tutorial explains how to run TortoiseHg from source code files and install dependencies on a Debian/Ubuntu based Linux distribution. TortoiseHg is a GUI for the distributed source control management tool Mercurial. This is useful for distributions like Linux Mint, which does not have TortoiseHg available in the Software […]

How to use enums in the Godot Engine

Last Updated on 30. July 2025 This Godot Engine tutorial explains how to create enums, compare enum values, get enum items and their names and how to format them. What are enums? Enum is short for “enumeration”. Enums are often used for selecting something from a list, where every item is mutually exclusive. Some examples: […]

Scroll to top