VoxeLibre/mods/PLAYER/mcl_player
teknomunk 6756658ee9 Fix server crash when server restarts after a player dies but they didn't respawn (#4246)
Ensuring that tables storing player data are initialized before being used.

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4246
Reviewed-by: the-real-herowl <the-real-herowl@noreply.git.minetest.land>
Co-authored-by: teknomunk <teknomunk@protonmail.com>
Co-committed-by: teknomunk <teknomunk@protonmail.com>
2024-05-02 03:01:43 +00:00
..
README.txt Update incomplete license information and credits 2020-05-11 17:18:04 +02:00
game_api.txt Update player model code from Minetest Game 0.4.16 2017-06-10 23:17:19 +02:00
init.lua Fix server crash when server restarts after a player dies but they didn't respawn (#4246) 2024-05-02 03:01:43 +00:00
mod.conf Fix dependencies 2022-03-15 16:30:03 +01:00

README.txt

MineClone 2 mod: mcl_player
==========================
Adds the 3D player model, taken from Minetest Game 0.4.16.

Programmers: See `game_api.txt` for the API definition.

Authors of source code
----------------------
Originally by celeron55, Perttu Ahola <celeron55@gmail.com> (LGPL 2.1)
Various Minetest developers and contributors (LGPL 2.1)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.

http://www.gnu.org/licenses/lgpl-2.1.html

Authors of media files
-----------------------
MirceaKitsune (CC BY-SA 3.0):
  character.b3d

Textures: See main MineClone 2 README.md file.