the-real-herowl
  • Joined on 2023-08-07
the-real-herowl pushed to master at VoxeLibre/VoxeLibre 2023-12-07 00:36:19 +01:00
c03366aa12 Merge pull request 'Fix syntax errors and update spanish translations' (#4050) from megustanlosfrijoles/frijolesclone2:master into master
bb1e572287 Update mcl_compass.es.tr and fix syntax errors
f39fe17895 Update mesecons_lightsone spanish translation
Compare 3 commits »
the-real-herowl merged pull request VoxeLibre/VoxeLibre#4050 2023-12-07 00:36:16 +01:00
Fix syntax errors and update spanish translations
the-real-herowl pushed to master at VoxeLibre/VoxeLibre 2023-12-05 09:21:43 +01:00
86dad4693e Add warning log if players with 0 hp joined (#4051)
the-real-herowl merged pull request VoxeLibre/VoxeLibre#4051 2023-12-05 09:21:39 +01:00
Add warning log if players with 0 hp joined
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4041 2023-12-05 03:51:25 +01:00
Respawn dead players when they login so they don't get stuck without the death formspec

That is a decision for @the-real-herowl . It's worth it imho, but we are close to release.

Make the PR.

Ok will do it later in a few hours since I can't right now.…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4041 2023-12-05 03:41:50 +01:00
Respawn dead players when they login so they don't get stuck without the death formspec

100% true and definitely a good thought process. In future, you can always minetest.log this with "action" or "warning" and it'll log it. Maybe last one will be easier to grep for for…

the-real-herowl pushed to release_0_85_fire_and_stone at VoxeLibre/VoxeLibre 2023-12-05 03:40:53 +01:00
b0b5a55107 Minor credits update
the-real-herowl created pull request VoxeLibre/VoxeLibre#4049 2023-12-05 03:32:14 +01:00
release_0_85_fire_and_stone
the-real-herowl pushed to release_0_85_fire_and_stone at VoxeLibre/VoxeLibre 2023-12-05 03:31:03 +01:00
1b0568a849 Add release notes for 0.85
dcecea2fef Updated release credits and set version for 0.85
Compare 2 commits »
the-real-herowl created branch release_0_85_fire_and_stone in VoxeLibre/VoxeLibre 2023-12-05 03:31:02 +01:00
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4036 2023-12-05 02:57:49 +01:00
Combat rebalancing

@the-real-herowl I probably should have asked for confirmation on if not setting a limit on the excessive knockbacks when running are intentional or not so that if I ever do another PR related…

the-real-herowl commented on issue VoxeLibre/VoxeLibre#4048 2023-12-05 02:53:48 +01:00
server crash when mcl_util.get_natural_light(pos,0.5) is nil

Possibly related to #3975

@Codiac

the-real-herowl pushed to master at VoxeLibre/VoxeLibre 2023-12-05 02:08:53 +01:00
0673fcc25b Respawn dead players when they login so they don't get stuck without the death formspec (#4041)
the-real-herowl merged pull request VoxeLibre/VoxeLibre#4041 2023-12-05 02:08:52 +01:00
Respawn dead players when they login so they don't get stuck without the death formspec
the-real-herowl closed pull request VoxeLibre/VoxeLibre#4042 2023-12-05 02:03:26 +01:00
Revert hunger code to pre-combat update PR
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4042 2023-12-05 02:03:25 +01:00
Revert hunger code to pre-combat update PR

Not needed, enough done in #4036