Difference between revisions of "Wesnoth1.6Features"
From The Battle for Wesnoth Wiki
SkeletonCrew (talk | contribs) (→Mordante: status update) |
|||
(24 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
+ | =Stuff people are working on= | ||
== Mordante == | == Mordante == | ||
=== Will complete === | === Will complete === | ||
− | * Add new dialog to show the transparent portraits Kitty made. | + | * Nothing left, so will work on bugfixing and adding more documentation to the new widgets. |
− | * Improvement to gold carry over (https://gna.org/bugs/?12227). | + | |
− | * UI sounds for the new widgets. | + | ==== currently working on ==== |
− | * | + | * Add new dialog to show the transparent portraits Kitty made. (ready for test, still needs the touch of an artist) |
− | * | + | * Improve campaign selection dialog (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497655) (Note there are some problems so it might be that this gets postponed until 1.7.) |
+ | |||
+ | ==== done ==== | ||
+ | * Improvement to gold carry over (https://gna.org/bugs/?12227). (CIB fixed it.) | ||
+ | * UI sounds for the new widgets (Ready for test). | ||
+ | * Look at layering bug with standing animations (https://gna.org/bugs/index.php?12867) (Fixed) | ||
+ | * Determine what to do with the gamma correction (Ivanovic removed the feature.) | ||
+ | * Fix the history shortcut key (https://mail.gna.org/public/wesnoth-dev/2009-01/msg00049.html) (fixed) | ||
+ | * Tooltips for new widgets. (fixed) | ||
=== Wants to complete === | === Wants to complete === | ||
Line 15: | Line 24: | ||
== Sapient == | == Sapient == | ||
− | === | + | === Am Done With === |
* Allow math to be used in any WML tag (http://www.wesnoth.org/forum/viewtopic.php?p=317204#p317204) | * Allow math to be used in any WML tag (http://www.wesnoth.org/forum/viewtopic.php?p=317204#p317204) | ||
+ | === Probably won't complete === | ||
+ | * New WML tag [global_event] for events that persist across scenarios | ||
== zookeeper == | == zookeeper == | ||
=== Wants to complete === | === Wants to complete === | ||
* Finalizing the gold carryover changes in mainline campaigns (as long as the maintainer doesn't oppose it, naturally) and rebalancing accordingly. | * Finalizing the gold carryover changes in mainline campaigns (as long as the maintainer doesn't oppose it, naturally) and rebalancing accordingly. | ||
+ | ** Update: done for all campaigns except for NR and LoW. | ||
+ | |||
* Implementing a final version of the ai controller, and then deciding whether we want to use it across all/most the mainline campaigns or not. | * Implementing a final version of the ai controller, and then deciding whether we want to use it across all/most the mainline campaigns or not. | ||
+ | ** Update: doing it as flawlessly as I want is tricky and a simpler implementation could open a can of worms in some campaign scenarios, so I'll postpone it until after 1.6. The basic code for it is ready however, so we could still wire it in to campaigns later on in the 1.6 branch. | ||
== esr == | == esr == | ||
Line 27: | Line 41: | ||
* Substantive changes to existing mainline campaigns. As far as I am concerned, existing mainline WML could freeze for translation in 7 days (e.g. 9 Nov). | * Substantive changes to existing mainline campaigns. As far as I am concerned, existing mainline WML could freeze for translation in 7 days (e.g. 9 Nov). | ||
* I have no C++ core features planned for 1.6. | * I have no C++ core features planned for 1.6. | ||
− | |||
− | |||
* Custom music lists for all mainline scenarios that don't already have them | * Custom music lists for all mainline scenarios that don't already have them | ||
− | |||
− | |||
=== Hopes to complete === | === Hopes to complete === | ||
* Get the bug count below 30 | * Get the bug count below 30 | ||
+ | |||
+ | == David == | ||
+ | |||
+ | === Am Done With === | ||
+ | * Fix bugs which make AI unplayable | ||
+ | |||
+ | === Wants to complete === | ||
+ | * New stats system | ||
+ | * Sophisticated rooms system on mp server | ||
+ | |||
+ | == Ilor == | ||
+ | === Am Done With === | ||
+ | * Editor2 is usable | ||
+ | * Some of the FRs | ||
+ | * Band-aided the filebrowser mess | ||
+ | |||
+ | === Wants to complete === | ||
+ | * Fix bugs in code I know if they crop up | ||
+ | |||
+ | = Bugs and general features = | ||
+ | |||
+ | == BUGS / features that must be addressed == | ||
+ | * The AI mess (https://mail.gna.org/public/wesnoth-dev/2008-10/msg00077.html) | ||
+ | ** Update: Fixed by Sirp | ||
+ | * spawned/recruited Unit ID's in WML are no longer unique | ||
+ | ** Update: Fixed by Sapient in r30685 | ||
+ | * all reports that are marked as ''blockers'' at [http://bugs.wesnoth.org bugs.wesnoth.org] | ||
== BUGS / features that we would like to address == | == BUGS / features that we would like to address == | ||
− | |||
* Multiplayer OOS / Replay corruption (https://mail.gna.org/public/wesnoth-dev/2008-10/msg00080.html) | * Multiplayer OOS / Replay corruption (https://mail.gna.org/public/wesnoth-dev/2008-10/msg00080.html) | ||
* all the rest. | * all the rest. | ||
+ | |||
+ | =References= | ||
+ | [[Wesnoth1.6ReleasePlan|release plan for 1.6]] | ||
+ | |||
+ | [[TextdomainStatus|current status of textdomains]] | ||
+ | |||
+ | [http://bugs.wesnoth.org bugs.wesnoth.org] - List of known and reported bugs | ||
[[Category:Development]] | [[Category:Development]] |
Latest revision as of 16:38, 1 March 2009
Contents
Stuff people are working on
Mordante
Will complete
- Nothing left, so will work on bugfixing and adding more documentation to the new widgets.
currently working on
- Add new dialog to show the transparent portraits Kitty made. (ready for test, still needs the touch of an artist)
- Improve campaign selection dialog (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497655) (Note there are some problems so it might be that this gets postponed until 1.7.)
done
- Improvement to gold carry over (https://gna.org/bugs/?12227). (CIB fixed it.)
- UI sounds for the new widgets (Ready for test).
- Look at layering bug with standing animations (https://gna.org/bugs/index.php?12867) (Fixed)
- Determine what to do with the gamma correction (Ivanovic removed the feature.)
- Fix the history shortcut key (https://mail.gna.org/public/wesnoth-dev/2009-01/msg00049.html) (fixed)
- Tooltips for new widgets. (fixed)
Wants to complete
- Finish the new widgets (Won't be done before 1.6)
- Open bugs assigned to me
Hopes to complete
- Open FRs assigned to me
Sapient
Am Done With
- Allow math to be used in any WML tag (http://www.wesnoth.org/forum/viewtopic.php?p=317204#p317204)
Probably won't complete
- New WML tag [global_event] for events that persist across scenarios
zookeeper
Wants to complete
- Finalizing the gold carryover changes in mainline campaigns (as long as the maintainer doesn't oppose it, naturally) and rebalancing accordingly.
- Update: done for all campaigns except for NR and LoW.
- Implementing a final version of the ai controller, and then deciding whether we want to use it across all/most the mainline campaigns or not.
- Update: doing it as flawlessly as I want is tricky and a simpler implementation could open a can of worms in some campaign scenarios, so I'll postpone it until after 1.6. The basic code for it is ready however, so we could still wire it in to campaigns later on in the 1.6 branch.
esr
Am Done With
- Substantive changes to existing mainline campaigns. As far as I am concerned, existing mainline WML could freeze for translation in 7 days (e.g. 9 Nov).
- I have no C++ core features planned for 1.6.
- Custom music lists for all mainline scenarios that don't already have them
Hopes to complete
- Get the bug count below 30
David
Am Done With
- Fix bugs which make AI unplayable
Wants to complete
- New stats system
- Sophisticated rooms system on mp server
Ilor
Am Done With
- Editor2 is usable
- Some of the FRs
- Band-aided the filebrowser mess
Wants to complete
- Fix bugs in code I know if they crop up
Bugs and general features
BUGS / features that must be addressed
- The AI mess (https://mail.gna.org/public/wesnoth-dev/2008-10/msg00077.html)
- Update: Fixed by Sirp
- spawned/recruited Unit ID's in WML are no longer unique
- Update: Fixed by Sapient in r30685
- all reports that are marked as blockers at bugs.wesnoth.org
BUGS / features that we would like to address
- Multiplayer OOS / Replay corruption (https://mail.gna.org/public/wesnoth-dev/2008-10/msg00080.html)
- all the rest.
References
bugs.wesnoth.org - List of known and reported bugs
This page was last edited on 1 March 2009, at 16:38.