diff --git a/ROADMAP b/ROADMAP index 5b742a8..0931f3f 100644 --- a/ROADMAP +++ b/ROADMAP @@ -196,6 +196,7 @@ It's really fast. May be used on a website, to show the actual map. - [X] Explain local changes - [X] Remove welcome message mod - [X] We should be able to create a hoe fom the right +- [ ] After a time, bones should disapears or enneies could take it - [ ] Deactivate allies dammage - [ ] The bed spawn doesn't work - [ ] Other players can't take my loot when dead @@ -236,10 +237,11 @@ It's really fast. May be used on a website, to show the actual map. - Don't forget to issue a *git pull* before - [ ] May also test with the stable-0.4 branch **** TODO [fix_CollisionBox] New to-be-fixed bugs + CLOCK: [2019-06-06 jeu. 18:49]--[2019-06-06 jeu. 18:55] => 0:06 CLOCK: [2019-05-30 jeu. 20:34]--[2019-05-30 jeu. 20:40] => 0:06 CLOCK: [2019-05-30 jeu. 19:38]--[2019-05-30 jeu. 20:08] => 0:30 CLOCK: [2019-05-22 mer. 01:37]--[2019-05-22 mer. 01:43] => 0:06 -- [-] Les joueurs passent a travers le sol : Mauvaise version de 3d_armor +- [X] Les joueurs passent a travers le sol : Mauvaise version de 3d_armor - New collision box for 5.0 is bad, players are in the 'sol' - see https://github.com/minetest/minetest_game/pull/1785/files We have to change 2 files : @@ -247,7 +249,8 @@ It's really fast. May be used on a website, to show the actual map. commits is from on 18 Jun 2017 - [X] see https://github.com/minetest/minetest_game/pull/1785/files - [X] Create a gitlab issue for this - - [ ] More tests + - [X] More tests +- [ ] Replaced 3d_armor models with these ones https://github.com/stujones11/minetest-3d_armor/commit/be9579a36584d8fbb6eef13906c84d1917e1ea6a#diff-82fe182b46bc55c7f0b2cd18d0cf2f8f - [ ] See that 2019-04-09 19:38:22: WARNING[Server]: ScriptApiBase::objectrefGetOrCreate(): Pushing ObjectRef to removed/deactivated object, this is probably a bug. 2019-04-09 19:38:22: WARNING[Server]: ScriptApiBase::objectrefGetOrCreate(): Pushing ObjectRef to removed/deactivated object, this is probably a bug. diff --git a/TODO b/TODO index 091cef4..7415eb8 100644 --- a/TODO +++ b/TODO @@ -11,5 +11,6 @@ minetest-solebull - LGPL-2.1 - A PVP/faction game for minetest based on Cobalt. * v0.0.2-6 (11 Mar. 2019 - ???) CLOC ???,??? -- (2) Changed character 3d model trying to fix #3 +- (3) Finally closes #2 updating 3d_armor models +- Changed character 3d model trying to fix #3 - Finally fixed slow inventory bug (gitlab issue #2) diff --git a/mods/Inventory_Plus/3d_armor/3d_armor/models/3d_armor_character.b3d b/mods/Inventory_Plus/3d_armor/3d_armor/models/3d_armor_character.b3d index 7c27cae..c4d45b5 100644 Binary files a/mods/Inventory_Plus/3d_armor/3d_armor/models/3d_armor_character.b3d and b/mods/Inventory_Plus/3d_armor/3d_armor/models/3d_armor_character.b3d differ diff --git a/mods/Inventory_Plus/3d_armor/3d_armor/models/3d_armor_character.blend b/mods/Inventory_Plus/3d_armor/3d_armor/models/3d_armor_character.blend index f61e222..44f7e27 100644 Binary files a/mods/Inventory_Plus/3d_armor/3d_armor/models/3d_armor_character.blend and b/mods/Inventory_Plus/3d_armor/3d_armor/models/3d_armor_character.blend differ