0.7.1 Planning
From OpenSimulator
(Difference between revisions)
(→MUST DO documentation) |
(→MUST FIX bugs: Issues with changed events in LSL) |
||
Line 11: | Line 11: | ||
*Warp3D throws an error as at r/14307 (documented in a comment on [http://opensimulator.org/mantis/view.php?id=5130 Mantis 5130]) | *Warp3D throws an error as at r/14307 (documented in a comment on [http://opensimulator.org/mantis/view.php?id=5130 Mantis 5130]) | ||
*osTeleportAgent bugs ([http://opensimulator.org/mantis/view.php?id=5135 Mantis 5135] and [http://opensimulator.org/mantis/view.php?id=5136 Mantis 5136]) | *osTeleportAgent bugs ([http://opensimulator.org/mantis/view.php?id=5135 Mantis 5135] and [http://opensimulator.org/mantis/view.php?id=5136 Mantis 5136]) | ||
+ | *Resolve the issues with changed events in LSL ([http://opensimulator.org/mantis/view.php?id=5146 Mantis 5146] and its children). At least those change events should be fixed that already worked in OpenSim release 0.6.9, i.e. CHANGED_OWNER, CHANGED_TELEPORT, CHANGED_REGION, and CHANGED_REGION_RESTART. | ||
== MUST DO documentation == | == MUST DO documentation == |
Revision as of 11:01, 17 November 2010
Release 0.7.1 will be the first one supporting Viewer 2's new features -- media on a prim, meshes, and multiple attachments per attach point.
Contents |
MUST DO features & refactorings
- Use ServerURI consistently when naming+accessing simulator services and HG
- Preserve creator information on archives and HG object transfers
MUST FIX bugs
- Appearance is broken
- Warp3D throws an error as at r/14307 (documented in a comment on Mantis 5130)
- osTeleportAgent bugs (Mantis 5135 and Mantis 5136)
- Resolve the issues with changed events in LSL (Mantis 5146 and its children). At least those change events should be fixed that already worked in OpenSim release 0.6.9, i.e. CHANGED_OWNER, CHANGED_TELEPORT, CHANGED_REGION, and CHANGED_REGION_RESTART.
MUST DO documentation
- Explain split into OpenSimDefaults.ini.
- Fix Groups setup inline documentation in OpenSim.ini.example
Optional
- For viewer 2, there is no default avatar so appearance is always smoke until the user creates the 4 basic body parts (and pants/shirt as well if they don't want to be naked). I was regarding this as a must-fix but now I'm not so sure - Justincc 03:46, 2 November 2010 (UTC) Comments: +1 on this for ease of use by new and inexperienced users - aiaustin
Optional Module Checks
Establish Diva Wifi works with 0.7.1 release (top level URL not functioning at present)
Plan
- Address MUST DO features and MUST FIX bugs prior to branching 0.7.1.
- Start documenting after branching
- Fix critical bugs that show up after branching
- Try to address Optional items where feasible during RC process
- Test Optional Modules as far as possible during RC process