Nils Dagsson Moskopp
609105e091
Add test cases for get_tool_name()
2021-12-06 04:11:55 +01:00
cora
f9e3c4fd6d
Fix crash when skeleton kills player using bow
...
Commit 5252952555
used string.gsub() to
strip newlines from tools in death messages. The second return value of
string.gsub() (the number of substitutions) was erroneously returned too
by get_tool_name(). This bug caused a crash whenever a skeleton killed a
player using its bow.
2021-12-06 03:48:39 +01:00
cora
5252952555
strip newlines from tools in death messages
...
Players naming their tools with newlines can mess up chat with death
messages. This commit strips out newlines (\r and \n ) in the tool
name for death messages.
2021-12-01 13:25:57 +00:00
Nils Dagsson Moskopp
c0a76dd24f
Make the server not crash when players are killed by named mobs
2021-04-18 16:51:47 +02:00
Code-Sploit
89a048e335
Fix another typo
2021-02-22 13:03:32 +00:00
Code-Sploit
8135110fd4
Fix typo on line 97
2021-02-20 17:41:09 +00:00
Code-Sploit
f5d2a32e6b
Change some deathmessages
2021-02-19 13:52:24 +00:00
Code-Sploit
84bfa87fdf
Fix some other typo's
2021-02-19 12:12:46 +00:00
Code-Sploit
c4633db21d
Fix some typo's
2021-02-19 06:43:50 +00:00
Code-Sploit
ae7c4d7a8b
Rewrite all deathmessages
2021-02-18 17:59:44 +00:00
Wuzzy
6a576c50a0
Add puncher to tnt_explosions
2020-05-02 18:24:53 +02:00
Wuzzy
d4bc7a2f88
Add back the explosion death msg
2020-05-02 18:09:25 +02:00
Wuzzy
988ca6ffe7
Interpret many damage sources as punches
2020-02-17 18:37:23 +01:00
Wuzzy
377bf31c5d
Fix crash when killing player with dispenser arrow
2020-02-05 02:40:07 +01:00
Wuzzy
2ff5bafd91
Refactor mob projectiles
2019-12-10 01:01:04 +01:00
Wuzzy
e2fb3a562d
Add some arrow-related death messages
2019-12-09 10:11:15 +01:00
Wuzzy
da5b2443f2
Fix crash when players kill each other
2019-03-19 08:43:11 +01:00
Wuzzy
3f85e1c0da
Fix lava/fire/magmablock death message not transl.
2019-03-15 07:23:36 +01:00
Wuzzy
41842c73c6
Fix translations in mcl_death_messages not working
2019-03-14 08:33:28 +01:00
Wuzzy
086b29f08c
Fix minor race condition in mcl_death_messages
2019-03-08 22:51:35 +01:00
Wuzzy
049c632276
Generalize node damage death message
2019-03-08 21:59:16 +01:00
Wuzzy
20576431e1
More death messages, more reliable
2019-03-08 20:22:01 +01:00
Wuzzy
0d6610dcee
New translation system, part 3: HUD
2019-03-07 21:36:06 +01:00
Wuzzy
e789801662
Replace getpos() with get_pos()
2019-02-01 06:33:07 +01:00
Wuzzy
4be5f89829
Move bow/arrow logic into new mod mcl_bows
2018-05-07 23:10:49 +02:00
Wuzzy
2b9f37b3e8
Add death messages for kill from baby mobs
2017-12-03 11:23:37 +01:00
Wuzzy
e5a34367c9
Use new Minetest settings API syntax for most mods
2017-08-09 16:17:00 +02:00
Wuzzy
04593eca08
Localize a couple of accidental global variables
2017-08-02 01:34:12 +02:00
Wuzzy
105d9e9790
Fix crash when player got killed by arrow
2017-07-29 15:05:29 +02:00
Wuzzy
89a266f78c
Implement arrow shot source
2017-07-24 20:57:23 +02:00
Wuzzy
9e095d0c0c
Silly creeper explosion death msg workaround
2017-07-24 20:37:51 +02:00
Wuzzy
e9070ee134
Fix fire charge death message
2017-07-24 19:53:03 +02:00
Wuzzy
95e8f80f2c
Add more death messages
2017-07-24 19:36:04 +02:00
Wuzzy
8970bd16ef
Move mcl_death_messages to HUD
2017-07-24 19:21:57 +02:00