aboutsummaryrefslogtreecommitdiff
path: root/builtin/client/death_formspec.lua
Commit message (Collapse)AuthorAge
* Remove hardcoded "You died." message in chat (#11443)Wuzzy2021-07-12
|
* Translate builtin (#10693)Wuzzy2021-03-05
| | | | | 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.
* CSM: Don't create the client script environment if CSM is disabled (#7874)Paramat2018-11-24
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.
ame macros with two leading underscoresShadowNinja2015-10-14 * Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja2015-10-14 * Clean up threadingShadowNinja2015-08-23 * Misc. minor fixeskwolekr2015-07-10 * Add UpdateThread and use it for minimap and mesh threadsest312015-06-29 * MutexedQueue inherits must use std::deque instead of std::listLoic Blot2015-03-17 * Make MutexQueue use jsemaphore for signalingsapier2014-01-10 * Replace SimpleThread by JThread now implementing same featuressapier2013-12-15