Difference between revisions of "Meetings"

From Minetest Developer Wiki
Jump to navigation Jump to search
(+Craftguide)
Line 39: Line 39:
  
 
== July-August 2018 ==
 
== July-August 2018 ==
Aranged by: Krock
+
Arranged by: Krock
  
 
'''Organisation discussion'''
 
'''Organisation discussion'''
Line 58: Line 58:
  
 
== June 2018 ==
 
== June 2018 ==
Aranged by: Krock
+
Arranged by: Krock
  
 
'''Organisation discussion'''
 
'''Organisation discussion'''
Line 80: Line 80:
  
 
== 2018-05-19 ==
 
== 2018-05-19 ==
Aranged by: Krock
+
Arranged by: Krock
  
 
Proposed time: 18:00 UTC
 
Proposed time: 18:00 UTC
Line 100: Line 100:
  
 
== 2018-05-05 ==
 
== 2018-05-05 ==
Aranged by: Krock
+
Arranged by: Krock
  
 
It's now almost a month since the last meeting - it time for the next one.
 
It's now almost a month since the last meeting - it time for the next one.
Line 122: Line 122:
  
 
== 2018-04-07 ==
 
== 2018-04-07 ==
Aranged by: Krock
+
Arranged by: Krock
  
 
'''Organisation discussion'''
 
'''Organisation discussion'''
Line 146: Line 146:
  
 
== 2018-03-31 ==
 
== 2018-03-31 ==
Aranged by: Krock
+
Arranged by: Krock
  
 
'''PR discussion/reviews'''
 
'''PR discussion/reviews'''
Line 164: Line 164:
  
 
== 2018-03-10 ==
 
== 2018-03-10 ==
Aranged by: Krock
+
Arranged by: Krock
  
 
'''Organisation discussion'''
 
'''Organisation discussion'''
Line 199: Line 199:
 
* Volunteer for cherry-picking the 6 TODO (+ ^ from above) commits (https://github.com/minetest/minetest/pull/6746)
 
* Volunteer for cherry-picking the 6 TODO (+ ^ from above) commits (https://github.com/minetest/minetest/pull/6746)
 
[[Category:Organisation]]
 
[[Category:Organisation]]
 +
 +
== 2017-04-29 ==
 +
 +
Arranged by: paramat
 +
 +
ShadowNinja is unavailable today, paramat will be hosting in his stead.
 +
 +
'''Old business''': (Things mentioned at previous meetings that haven't yet been resolved)
 +
 +
* "Add configurable key bindings" (#1439)
 +
** Rebased by nore, needs tweaks and merge.
 +
* Additional hooks for inventory manipulations callbacks (#4035)
 +
** Krock is working on it, progress?
 +
* Minetest subgame meeting
 +
** paramat held one at 1900Z
 +
* Timed move (#1489)
 +
** Merge/close?
 +
* Use a settings object for the main settings (#1949)
 +
** Rebased, should be merged soon.
 +
* Split block position in SQLite3 database (and use R*Tree) (#1845)
 +
** Rebased, performance tests to do soon(tm).
 +
** nerzhul: performance is a little bit slower, but it's ridiculous compared to mapblock deserialization part (no bench to show it atm, but i did it 2 years ago on my fork, and SQLite was improved since this date)
 +
* Add list_predict formspec element (#1988)
 +
** sofar worked on a rebase a while ago.  Close or merge a modern version?
 +
 +
'''New business:''' (mainly oldest or least recently updated PRs that haven't been handled yet)
 +
 +
* Added formspec element 'KeyEventBox' for charbased input by ninnghazad (#1737)
 +
** Closed: better done with client-side mods.
 +
* Use object property "stepheight" for player stepheight too. (#2056)
 +
** Agreed to merge, but nobody assigned.
 +
* Add mapgen settings to create world dialog by srifqi (#2561)
 +
** Merge, but needs changes.

Revision as of 02:49, 23 June 2019

Upcoming Meetings

2019-06-X

Arranged by: rubenwardy

Organisation discussion

  • Is 5.0.2 needed for the newlines in setting name bug? (https://github.com/minetest/minetest/pull/8590)
  • What is needed to have good mobs in Minetest / Minetest Game? I suggest roping in mob devs like tenplus1 and stujones1
  • How best to manage Unarelith's refactors
  • Combine pathfinder issues into a single issue

PR discussion/reviews

MTG discussion/reviews

Proposed order of merging formspec PRs

The idea is to merge the most important PR first (top of list) to not drown in conflicts:

Past Meetings

July-August 2018

Arranged by: Krock

Organisation discussion

PR discussion/reviews

June 2018

Arranged by: Krock

Organisation discussion

PR discussion/reviews

2018-05-19

Arranged by: Krock

Proposed time: 18:00 UTC

Organisation discussion

PR discussion/reviews

2018-05-05

Arranged by: Krock

It's now almost a month since the last meeting - it time for the next one. Proposed time: 18:00 UTC

Organisation discussion

  • When do we have time to release 0.4.17?
    • Still unclear freeze and release dates. 1 MTE needs backporting first
  • Whether to leave the issue number link in a commit message when merging on Github

PR discussion/reviews

2018-04-07

Arranged by: Krock

Organisation discussion

PR discussion/review

MTG discussion/reviews

2018-03-31

Arranged by: Krock

PR discussion/reviews

0.4.17 release schedule

2018-03-10

Arranged by: Krock

Organisation discussion

PR discussion/reviews

0.4.17 release schedule

2017-04-29

Arranged by: paramat

ShadowNinja is unavailable today, paramat will be hosting in his stead.

Old business: (Things mentioned at previous meetings that haven't yet been resolved)

  • "Add configurable key bindings" (#1439)
    • Rebased by nore, needs tweaks and merge.
  • Additional hooks for inventory manipulations callbacks (#4035)
    • Krock is working on it, progress?
  • Minetest subgame meeting
    • paramat held one at 1900Z
  • Timed move (#1489)
    • Merge/close?
  • Use a settings object for the main settings (#1949)
    • Rebased, should be merged soon.
  • Split block position in SQLite3 database (and use R*Tree) (#1845)
    • Rebased, performance tests to do soon(tm).
    • nerzhul: performance is a little bit slower, but it's ridiculous compared to mapblock deserialization part (no bench to show it atm, but i did it 2 years ago on my fork, and SQLite was improved since this date)
  • Add list_predict formspec element (#1988)
    • sofar worked on a rebase a while ago. Close or merge a modern version?

New business: (mainly oldest or least recently updated PRs that haven't been handled yet)

  • Added formspec element 'KeyEventBox' for charbased input by ninnghazad (#1737)
    • Closed: better done with client-side mods.
  • Use object property "stepheight" for player stepheight too. (#2056)
    • Agreed to merge, but nobody assigned.
  • Add mapgen settings to create world dialog by srifqi (#2561)
    • Merge, but needs changes.