aboutsummaryrefslogtreecommitdiff
path: root/builtin/client/death_formspec.lua
AgeCommit message (Collapse)Author
2021-07-12Remove hardcoded "You died." message in chat (#11443)Wuzzy
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.
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.