aboutsummaryrefslogtreecommitdiff
path: root/builtin/client/death_formspec.lua
AgeCommit message (Collapse)Author
2021-09-19Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-07-12Remove hardcoded "You died." message in chat (#11443)Wuzzy
2021-03-26Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-03-05Translate builtin (#10693)Wuzzy
This PR is the second attempt to translate builtin. Server-sent translation files can be added to `builtin/locale/`, whereas client-side translations depend on gettext.
2020-12-12Make GitHub Actions Happy try 1Elias Fleckenstein
2020-12-11New Cheat PhilosophyElias Fleckenstein
2020-07-18Added settingsElias Fleckenstein
2020-06-23testElias Fleckenstein
2020-05-13Hacked ClientElias Fleckenstein
2018-11-24CSM: Don't create the client script environment if CSM is disabled (#7874)Paramat
Use the CSM death formspec when CSM is enabled and use the engine death formspec when CSM is disabled. Move the CSM death formspec code to a dedicated file.