Bump version to 0.0.2

master
Solebull 2018-12-31 03:36:18 +01:00
parent 631a844f2f
commit 40c72b24bd
2 changed files with 20 additions and 14 deletions

29
ROADMAP
View File

@ -2,7 +2,7 @@
* v1.0.0
** v0.1.0
*** v0.0.3
*** TODO v0.0.3
**** This kind of dashboard is smart
https://grafana.qbuissondebon.info/dashboard/db/minetestforfun-external-monitoring
- Could we have one ?
@ -196,8 +196,6 @@ It's really fast. May be used on a website, to show the actual map.
- maybe see handle_schematics/build_chest
- [X] Even with protection, we can take what's in villagers' chests
Try to add them as protected chest
- [ ] We can't open doors when created by another player
Maybe completely remove doors/ mod
- [ ] Faction chest must be for faction only (no parcel needed)
- [ ] Try to find a protector mod, test it
@ -222,10 +220,22 @@ 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.
**** kill_xp/ Gain XPs by killing mobs
- [ ] 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
- [ ] kill_xp/ mod
when killing mob (on_punchmode)
- peace one : 10XP + table
- hostile one : XP table
or killing another player : XP
**** Fix the door protection issue
- [ ] We can't open doors when created by another player
Maybe completely remove doors/ mod
**** Try mumble-link
- see https://github.com/chipgw/minetest-mumble-wrapper
*** v0.0.2
**** TODO How to add more ores to xopro
*** 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
CLOCK: [2018-12-30 dim. 21:28]--[2018-12-30 dim. 21:48] => 0:20
*No XP when digging zinc and lead*
@ -239,14 +249,9 @@ technic:mineral_zinc",
technic:mineral_zinc",
technic:mineral_lead",
technic:mineral_sulfur")
- [ ] Not sure for this one :
technic:mineral_diamond
- [ ] Add a technic.lua file in mods_suportados/
- [X] Not sure for this one : alredy handled
- [X] Add a technic.lua file in mods_suportados/
Copy this file from an existing one
- [ ] We're not gaining XP while killing monsters : for example slimes
**** DONE Our own mod
CLOCK: [2018-12-30 dim. 19:23]--[2018-12-30 dim. 20:51] => 1:28
CLOCK: [2018-12-30 dim. 18:06]--[2018-12-30 dim. 18:40] => 0:34

5
TODO
View File

@ -10,8 +10,9 @@ minetest-solebull - LGPL-2.1 - A PVP/faction game for minetest based on Cobalt.
CLOC is from github.com/AlDanial/cloc for ./
* v0.0.1-4 (29 Dec. 2018 - ???) CLOC ???,???
- (4) Now earning XPs for technic ores
* v0.0.2-4 (29 Dec. 2018 - ???) CLOC ???,???
- (5) Bump version to 0.0.2
- Now earning XPs for technic ores
- show_level mod works
- Printed show_level first text
- Trying an XP/level mod