Project:To Do: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
No edit summary
(Cleaned up the list and added what is pending to be done in template config.)
Line 3: Line 3:
Feel free to add anything you feel that needs to be done and remove items that have been completed.
Feel free to add anything you feel that needs to be done and remove items that have been completed.


== Pending ==
* Missing Game pages need to be added in all lists
* Missing Game pages need to be added in all lists
* Add orphaned or games not into the lists in the lists.
* Add orphaned or games not into the lists in the lists.
* Better system for managing the Gamecube games lists need to be done as finding games like Zelda could be under (The legend of / Legend of / Zelda)
* Better system for managing the Gamecube games lists need to be done as finding games like Zelda could be under (The legend of / Legend of / Zelda)
* Clean up config entries post Config template revisions to include an up to date list of parameters:
* Clean up config entries post Config template revisions to include an up to date list of parameters:
**Config template no longer has a RealXFB option
**Recent Config template changed strings to be as is in current Dolphin revision:
***A workaround for this was added. If you see <tt>|realxfb=on</tt> on some page, change them to <tt>|xfb=real</tt>, since now both real and virtual XFB options are radio buttons on emulator [[User:Jhonn|Jhonn]]
***The options above have workarounds to prevent break of older edits. If you see the options below on some page, change them to the new strings:
**A number of other revised/added values
****<tt>|hletheipl=on</tt> must be changed to the new <tt>|skipbios=on</tt>.
****<tt>|recompiler=JIT, JITiL or interpreter</tt> must be changed to the new <tt>|cpuengine=JIT, JITiL or interpreter</tt>.
****<tt>|graphicsplugin=OpenGL, DX9 or DX11</tt> must be changed to the new <tt>|gfxbackend=OpenGL, DX9 or DX11</tt> (Dolphin plugins has been mergered into the main executable).
****<tt>|safetexturecache=Safe, Normal or Fast</tt> must be changed to the new <tt>|accuratetexturecache=Safe, Normal or Fast</tt>.
****<tt>|realxfb=on</tt> must be changed to the new <tt>|xfb=real</tt> (now both real and virtual XFB options are radio buttons on emulator).
****<tt>|dspplugin=HLE, LLE recompiler or LLE interpreter</tt> must be changed to the new <tt>|dspengine=HLE, LLE recompiler or LLE interpreter</tt> (Dolphin plugins has been mergered into the main executable).


= Recently completed and here for notice =


== Completed ==
* The warning not to edit the ratings in the list needs to be copied from Wii to all other lists.
* The warning not to edit the ratings in the list needs to be copied from Wii to all other lists.
** Have completed this does Wii Channels need a ratings page?
** Have completed this does Wii Channels need a ratings page?
Line 20: Line 26:
** Half of the the Gamecube lists are using inline ratings instead of there Ratings Template. [[Special:Contributions/122.104.103.221|122.104.103.221]] 17:06, 6 September 2010 (UTC)
** Half of the the Gamecube lists are using inline ratings instead of there Ratings Template. [[Special:Contributions/122.104.103.221|122.104.103.221]] 17:06, 6 September 2010 (UTC)
*** I think this is done now [[User:Foso|Foso]] 16:16, 13 February 2011 (CET)
*** I think this is done now [[User:Foso|Foso]] 16:16, 13 February 2011 (CET)
* Config template has an excess of "}" in Display section
** [[User:Kolano|Kolano]] fixed this.

Revision as of 03:07, 8 March 2011

Here is a list of stuff that needs doing on the wiki.

Feel free to add anything you feel that needs to be done and remove items that have been completed.

Pending

  • Missing Game pages need to be added in all lists
  • Add orphaned or games not into the lists in the lists.
  • Better system for managing the Gamecube games lists need to be done as finding games like Zelda could be under (The legend of / Legend of / Zelda)
  • Clean up config entries post Config template revisions to include an up to date list of parameters:
    • Recent Config template changed strings to be as is in current Dolphin revision:
      • The options above have workarounds to prevent break of older edits. If you see the options below on some page, change them to the new strings:
        • |hletheipl=on must be changed to the new |skipbios=on.
        • |recompiler=JIT, JITiL or interpreter must be changed to the new |cpuengine=JIT, JITiL or interpreter.
        • |graphicsplugin=OpenGL, DX9 or DX11 must be changed to the new |gfxbackend=OpenGL, DX9 or DX11 (Dolphin plugins has been mergered into the main executable).
        • |safetexturecache=Safe, Normal or Fast must be changed to the new |accuratetexturecache=Safe, Normal or Fast.
        • |realxfb=on must be changed to the new |xfb=real (now both real and virtual XFB options are radio buttons on emulator).
        • |dspplugin=HLE, LLE recompiler or LLE interpreter must be changed to the new |dspengine=HLE, LLE recompiler or LLE interpreter (Dolphin plugins has been mergered into the main executable).


Completed

  • The warning not to edit the ratings in the list needs to be copied from Wii to all other lists.
    • Have completed this does Wii Channels need a ratings page?
      • The warning not to edit the ratings in the list is now in all other lists. (a Wii Channels template was created too) Jhonn 16:41, 6 September 2010 (UTC)
  • All lists and games need to be gone through to change the ratings to use the template system instead of inline.
    • Half of the the Gamecube lists are using inline ratings instead of there Ratings Template. 122.104.103.221 17:06, 6 September 2010 (UTC)
      • I think this is done now Foso 16:16, 13 February 2011 (CET)
  • Config template has an excess of "}" in Display section