Finally closes #2 updating 3d_armor models

master
Solebull 2019-06-06 18:57:07 +02:00
parent f3ea8b4edc
commit 8cb1ee5014
4 changed files with 7 additions and 3 deletions

View File

@ -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.

3
TODO
View File

@ -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)