Jump to content

Todo List: Difference between revisions

No edit summary
No edit summary
 
(15 intermediate revisions by 2 users not shown)
Line 2: Line 2:


==General Tasks==
==General Tasks==
* Fix model rendering on iOS quick view.
* Fix model rendering on iOS quick view
**https://github.com/google/model-viewer/discussions/4111<syntaxhighlight lang="html">
ios-src="../../shared-assets/models/Model.usdz"
</syntaxhighlight>
* Disable raw HTML ($wgRawHtml = true;).
* Disable raw HTML ($wgRawHtml = true;).
* Implement HTML whitelist plugin for safe HTML tags.
* Implement HTML whitelist plugin for safe HTML tags.<br />
 
 
== 🐾 Creature Models with Texture Variants ==
* [X] Barracuda.dae
* [X] Bass.dae
** [X] Bass_Freshwater.png
** [X] Bass_Sea.png
* [X] Battery
* [ ] Bear.dae
** [X] Bear_Black.png
** [X] Bear_Brown.png
** [ ] Bear_Polar.png
* [ ] Beluga.dae
** [ ] Beluga.png
* [ ] Bison.dae
** [ ] Bison.png
* [ ] Bull.dae
** [ ] Bull_Black.png
** [ ] Bull_Brown.png
** [ ] Bull_White.png
* [ ] Camel.dae / Camel_Saddled.dae
** [ ] Camel.png
** [ ] Camel_Saddled.png
* [ ] Cassowary.dae
** [ ] Cassowary.png
* [ ] Cow.dae
** [ ] Cow_Black.png
** [ ] Cow_Brown.png
* [ ] Donkey.dae / Donkey_Saddled.dae
** [ ] Donkey.png
** [ ] Donkey_Saddled.png
* [ ] Duck.dae
** [ ] Duck.png
* [ ] Giraffe.dae
** [ ] Giraffe.png
* [ ] Gnu.dae
** [ ] Gnu.png
* [ ] Horse.dae (all saddled variants)
** [ ] Horse_Bay.png
** [ ] Horse_Bay_Saddled.png
** [ ] Horse_Black.png
** [ ] Horse_Black_Saddled.png
** [ ] Horse_Chestnut.png
** [ ] Horse_Chestnut_Saddled.png
** [ ] Horse_Palomino.png
** [ ] Horse_Palomino_Saddled.png
** [ ] Horse_White.png
** [ ] Horse_White_Saddled.png
* [ ] HumanFemale.dae
** [ ] HumanFemale1.png
** [ ] HumanFemale2.png
** [ ] HumanFemale3.png
** [ ] HumanFemale4.png
* [ ] HumanMale.dae
** [ ] HumanMale1.png
** [ ] HumanMale2.png
** [ ] HumanMale3.png
** [ ] HumanMale4.png
* [ ] Hyena.dae
** [ ] Hyena.png
* [ ] Jaguar.dae
** [ ] Jaguar.png
* [ ] Leopard.dae
** [ ] Leopard.png
* [ ] Lion.dae
** [ ] Lion.png
* [X] Moose.dae
** [ ] Moose.png
* [ ] Orca.dae
** [ ] Orca.png
* [ ] Ostrich.dae
** [ ] Ostrich.png
* [ ] Pigeon.dae
** [ ] Pigeon.png
* [ ] Piranha.dae
** [ ] Piranha.png
* [ ] Raven.dae
** [ ] Raven.png
* [ ] Ray.dae
** [ ] Ray_Brown.png
** [ ] Ray_Yellow.png
* [ ] Reindeer.dae
** [ ] Reindeer.png
* [ ] Rhino.dae
** [ ] Rhino.png
* [ ] Seagull.dae
** [ ] Seagull.png
* [ ] Shark_Bull.dae
** [ ] Shark_Bull.png
* [ ] Shark_GreatWhite.dae
** [ ] Shark_GreatWhite.png
* [ ] Shark_Tiger.dae
** [ ] Shark_Tiger.png
* [ ] Sparrow.dae
** [ ] Sparrow.png
* [ ] Tiger.dae
** [ ] Tiger.png
** [ ] Tiger_White.png
* [ ] Werewolf.dae
** [ ] Werewolf.png
* [ ] Wildboar.dae
** [ ] Wildboar.png
* [ ] Wolf.dae
** [ ] Wolf_Coyote.png
** [ ] Wolf_Gray.png
* [ ] Zebra.dae
** [ ] Zebra.png
 
== 🧱 Block Models ==
These need extra steps:
* Shading adjustments
* UV editing & texture setup
* Possibly normal maps or ambient occlusion
 
* [ ] BedrockBlock
* [ ] DirtBlock
* [ ] SoilBlock
* [ ] LimestoneBlock
* [ ] GraniteBlock
* [ ] BasaltBlock
* [ ] SandstoneBlock
* [ ] GravelBlock
* [ ] ClayBlock
* [ ] SandBlock
* [ ] GrassBlock
* [ ] IceBlock
* [ ] SnowBlock
* [ ] CoalOreBlock
* [ ] CopperOreBlock
* [ ] IronOreBlock
* [ ] SulphurOreBlock
* [ ] DiamondOreBlock
* [ ] MarbleBlock
* [ ] StoneBrickBlock
* [ ] BricksBlock
* [ ] PlanksBlock
* [ ] CobblestoneBlock


== [[User:NBG]] ==
== [[User:NBG]] ==
* None.
* Crop and upload recipe images for all craftable items/blocks.


== [[User:Noswad]] ==
== [[User:Noswad]] ==
Line 13: Line 153:
* Texture and shade all creature models in Blender and import files to server file directory.
* Texture and shade all creature models in Blender and import files to server file directory.
* Texture and shade all block and items models in Blender and import files to server file directory.
* Texture and shade all block and items models in Blender and import files to server file directory.
* Create model posters using (https://modelviewer.dev/editor) for all creature/block/item models and upload to wiki.
* Create model posters using <span class="plainlinks">https://modelviewer.dev/editor</span> for all creature/block/item models and upload to wiki.


== [[User:JSym]] ==
== [[User:JSym]] ==
* Make template for <code>Template:BlockInfoBox</code>
* <strike>Make template for <code>Template:BlockInfoBox</code></strike>
* Make template for <code>Template:MessageBox</code>
* <strike>Make template for <code>Template:MessageBox</code></strike>
* Make template for <code>Update History</code> HTML table element with passable parameters.