Close a 5.3.0-related ROADMAP section

master
solebull 2021-06-12 18:02:51 +02:00
parent 70159d294b
commit 92041ec33f
4 changed files with 13 additions and 10 deletions

View File

@ -21,6 +21,8 @@ Allez dans le répertoire minetest/games/ puis :
git clone https://gitlab.com/solebull/minetest-pvp.git
Et eventuellement, un mode d'edition `emacs` : `sudo apt install lua-mode`.
### Documentation
J'essaye de documenter tant que possible le code des mods. La documentation

16
ROADMAP
View File

@ -259,6 +259,11 @@ mods/pathogen/gravititus/init.lua:36: attempt to index local 'digger' (a nil val
Or have a new ore named after him
- [ ] Make a new mod called spawn
Maybe used with https://github.com/octacian/spawnpoint
**** To-be-reprocudes bugs
- [ ] Factions list not updated till we click on the list widget
- [ ] Another xpro issue : How to reproduce ?
- pasta e/ou arquivo inexiste(s) (em memor.ler)
Registro acessado inexiste (xpro/jogador/xo) en memor.consultar)
**** TODO May generate documentation for mods code
:LOGBOOK:
CLOCK: [2020-05-27 mer. 18:38]--[2020-05-27 mer. 19:00] => 0:22
@ -278,7 +283,7 @@ mods/pathogen/gravititus/init.lua:36: attempt to index local 'digger' (a nil val
- [-] Update doxygen documentation
- [X] There's no Related page for factions_ui
- [ ] In fact, sources aren't documented, only README.md are collected
- [ ] In fact, sources aren't documented, only README.md is collected
Trying to document factions_ui/init.lua to see if undocumented members
are in logfile
@ -290,7 +295,7 @@ mods/pathogen/gravititus/init.lua:36: attempt to index local 'digger' (a nil val
- [ ] We should be able to change style (#navigation not so large)
We could replace doc/luadoc.css directly
**** Doesn't run on 5.3.0 client
**** DONE Doesn't run on 5.3.0 client
:LOGBOOK:
CLOCK: [2021-03-23 mar. 17:53]--[2021-03-23 mar. 17:59] => 0:06
CLOCK: [2021-02-28 dim. 22:20]--[2021-02-28 dim. 22:35] => 0:15
@ -311,12 +316,7 @@ see https://dev.minetest.net/Changelog#5.2.0_.E2.86.92_5.3.0
A simple =/factions disband= in the chat make the test
- [X] Must rebuild minetest 5.0 is ~/src
using checkinstall
- [ ] Another reallife 5.0.0 test
- [ ] Another xpro issue
- pasta e/ou arquivo inexiste(s) (em memor.ler)
Registro acessado inexiste (xpro/jogador/xo) en memor.consultar)
- [ ] Factions list not updated till we click on the list widget
- [X] Another reallife 5.0.0 test
*** DONE v0.0.3
**** DONE Must globally reinstall minetest 5.0
:LOGBOOK:

3
TODO
View File

@ -11,5 +11,6 @@ minetest-solebull - LGPL-2.1 - A PVP/faction game for minetest based on Cobalt.
* v0.0.3-9 (27 May 2020 - ???) CLOC ???,???
- (2) Bump minor version to 3 (More than 5 ROADMAP sections)
- (3) Close a 5.3.0-related ROADMAP section
- Bump minor version to 3 (More than 5 ROADMAP sections)
- Fix a bug when trying to disband a faction is perms array is nil

View File

@ -1,3 +1,3 @@
# Factions UI
A simple factions handling UI for the *factions* mod.
A simple factions handling UI for the *factions* mod basic CRUD operations.