ROADMAP update

master
Solebull 2019-01-04 06:27:19 +01:00
parent 0162568d54
commit f77c530b6e
1 changed files with 16 additions and 23 deletions

39
ROADMAP
View File

@ -222,18 +222,13 @@ It's really fast. May be used on a website, to show the actual map.
[mg_villages] ERROR: Did not find a suitable replacement for cottages:hatch_steel (suggested but inexistant: cottages:hatch_steel). Building: chateau_without_garden.
[mg_villages] ERROR: Did not find a suitable replacement for cottages:barrel_lying (suggested but inexistant: cottages:barrel_lying). Building: chateau_without_garden.
[mg_villages] ERROR: Did not find a suitable replacement for cottages:barrel (suggested but inexistant: cottages:barrel). Building: chateau_without_garden.
**** [feature_XpMobs] kill_xp/ Gain XPs by killing mobs
**** kill_xp/ Gain XPs by killing mobs
CLOCK: [2019-01-02 mer. 04:36]--[2019-01-02 mer. 05:08] => 0:32
CLOCK: [2019-01-02 mer. 03:47]--[2019-01-02 mer. 04:11] => 0:24
CLOCK: [2019-01-02 mer. 03:13]--[2019-01-02 mer. 03:23] => 0:10
CLOCK: [2019-01-02 mer. 01:23]--[2019-01-02 mer. 02:33] => 1:10
*We're not gaining XP while killing monsters : for example slimes*
Is there handled in the code. No we have to create it by ourselves
- [ ] Inside mob mods
when killing mob (on_punchmode)
- peace one : 1XP per punch
- hostile one : 2+ XP per punch
or killing another player : XP
- [X] There is a "singleplayer punches object 29: LuaEntitySAO at ..."
log message ? can't find it
- [X] For mobs, see the mods creating them
@ -253,37 +248,35 @@ It's really fast. May be used on a website, to show the actual map.
- [ ] Add to all mobs_mc mobs
- added to cow+mushroom
- Added wither
- [ ] Another mob mod
- [ ] Another mob mods
- [ ] *List all mobs from mobs_mc that can't be found*
creeper, zombie_pigman, wither
In fact we have to dofile them in init.lua
Baby pigman can't be found
- [ ] For player, see onpunchplayer
- [ ] May remove chicken from mobs_animal mod (not used)
**** TODO [fix_DoorProtection] Fix the door protection issue
**** TODO Another server fails
*These ones are important : the game is broken*
- [ ] Another villagers spawn-related
- [ ] 2019-01-03 18:21:23: ERROR[Main]: stack traceback:
2019-01-03 18:21:23: ERROR[Main]: ....minetest/games/minetest-pvp/mods/mobs/mobs_redo/api.lua:2196: in function <....minetest/games/minetest-pvp/mods/mobs/mobs_redo/api.lua:2090>
- [ ] ERROR[Main]: stack traceback:
2019-01-03 20:28:08: ERROR[Main]: [C]: in function 'upper'
2019-01-03 20:28:08: ERROR[Main]: .../.minetest/games/minetest-pvp/mods/villagers/actions.lua:600: in function 'on_leftclick'
**** Try mumble-link
- see https://github.com/chipgw/minetest-mumble-wrapper
**** DONE [fix_DoorProtection] Fix the door protection issue
CLOCK: [2018-12-31 lun. 15:26]--[2018-12-31 lun. 15:40] => 0:14
*We can't open doors when created by another player*
- [X] First, try to remove "Own by [playername]" message
Ok, bt it doesn't remove existing meta
- [X] Added a craft for super lucky block
?? is this working
- [ ] Then, remove protection. Other players should be able to open doors
- [X] Then, remove protection. Other players should be able to open doors
Works in local multiplayer test. Should be tested with another players
Maybe removing the owner meta is enough to remove protection
- [ ] Another server fail
2019-01-03 18:21:23: ERROR[Main]: stack traceback:
2019-01-03 18:21:23: ERROR[Main]: ....minetest/games/minetest-pvp/mods/mobs/mobs_redo/api.lua:2196: in function <....minetest/games/minetest-pvp/mods/mobs/mobs_redo/api.lua:2090>
2019-01-03 19:29:33: ERROR[Main]: stack traceback:
2019-01-03 19:29:33: ERROR[Main]: ...ru/.minetest/games/minetest-pvp/mods/villagers/spawn.lua:199: in function <...ru/.minetest/games/minetest-pvp/mods/villagers/spawn.lua:178>
2019-01-03 19:37:07: ERROR[Main]: stack traceback:
2019-01-03 19:37:07: ERROR[Main]: ...ru/.minetest/games/minetest-pvp/mods/villagers/spawn.lua:199: in function <...ru/.minetest/games/minetest-pvp/mods/villagers/spawn.lua:178>
2019-01-03 20:28:08: ERROR[Main]: stack traceback:
2019-01-03 20:28:08: ERROR[Main]: [C]: in function 'upper'
2019-01-03 20:28:08: ERROR[Main]: .../.minetest/games/minetest-pvp/mods/villagers/actions.lua:600: in function 'on_leftclick'
**** Try mumble-link
- see https://github.com/chipgw/minetest-mumble-wrapper
*** DONE v0.0.2
**** DONE How to add more ores to xopro
CLOCK: [2018-12-31 lun. 01:45]--[2018-12-31 lun. 02:16] => 0:31