Age | Commit message (Collapse) | Author |
|
|
|
|
|
* PostgreSQL fallback code missed the includes (closes #11219)
* build failed when Freetype enabled but not found
|
|
|
|
(#11145)
|
|
|
|
It's often useful to know where the map block boundaries are for doing server admin work and the like.
Adds three modes: single mapblock, range of 5, and disabled.
|
|
* Consistently set float precision for GLES
* Enable DPI scaling on Windows+GLES
|
|
|
|
|
|
|
|
* Do proper out-of-tree builds with buildbot
* Don't write to bin/ for cross builds
* This allows safely building multiple builds from the same source dir, e.g. with the buildbot.
* Disable Gettext (by default) and Freetype (entirely) for server builds
|
|
Adds a new fall_damage_add_percent armor group which influences the fall damage in addition to the existing node group.
|
|
already (#11152)
|
|
|
|
Make edit boxes respond to string input events (introduced in minetest/irrlicht#23) that are usually triggered by entering text with an IME.
|
|
fixes #11085
|
|
The flash intensity is calculated proportionally to the maximal HP.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #11087
|
|
This fixes an out-of-bounds index access when the node resolver was already applied to the schematic (i.e. biome decoration).
Also improves the handling of the two cases: prior node resolving (m_nodenames), and after node resolving (manual lookup)
|
|
i.e. checks for duplicate logins before sending all media data to the client.
|
|
|
|
* Drop unused intlGUIEditBox
* Drop unnecessary Linux text input workarounds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-> https://github.com/minetest/irrlicht
|
|
|
|
|
|
Also changes if/if to switch/case
|
|
|