CodeWalker/CodeWalker.Core/GameFiles/FileTypes
Soloman 462e464c2f Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33)
* - Add ability to edit/add ytyp files to project.
- Add ability to edit/add ytyp archetype files to ytyp.
- Add ability to add/remove entities from mlo archetype defs.
- Add ability to save ytyp files.
- Add dialog popup before optimizing grass batches.
- Fix grass batches not being selected when chaning selection in project explorer.
- Merged with upstream/master.
- Squashed last 4 commits for PR cleanliness.

* Fixed windows forms reference error.

* - Added error checking to deleting mlo entities.
- Fixed various bugs with deleting mlo entities.
- Fixed edit archetype panel Asset Type box.
- Removed redundant/unnecessary.
- Removed backwards references between MCEntityDef and YmapEntityDef. All ymap entity to mcentity references are grabbed using indecies in the MloInstanceData class.
- Fixed "YmapMenu" not showing when selecting entities/mlo entities in project form.

Current bugs:
- Loading a ytyp file -- mlo entities are not editiable, and are created in the world.
- entitysets are not editable (properly).
- Removing an mloinstancedef from a ymap does not delete the mlo instance's gizmo from the world, and it's still selectable. (Although all references are lost, and I believe collected by the GC?)

* - Moved archetype initialization methods YmapFile.InitYmapEntityArchetypes(GameFileCache gfc)  and MloInstanceData.InitYmapEntityArchetypes(GameFileCache gfc)
- Added ability to load mlo instance defs through ymap files.
- Fixed add method for mlo archetypes.

* - Removed SetOrientationInv.
- Removed unreachable code + updated comment.
- Renamed CreateEntity to CreateYmapEntity, and renamed params for consistency.

* Split calls to CreateYmapEntity() and MloArchetype.AddEntity().

* Fixed redundant rotation inversions.

* - Added ability to select rooms.
- Changed tree view grouping for mlo entities.
- Fixed projectexplorer selection bugs.
- Added ability to toggle mlo entity sets.
- Fixed some change events when editing archetypes.
2018-12-03 19:54:04 +11:00
..
Builders Nav mesh progress 2018-05-06 14:55:54 +10:00
AwcFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
CacheDatFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
CutFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
DlcContentFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
DlcSetupFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
FxcFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
GtxdFile.cs GtxdFile: Added BOM check required for some vanilla gtxd.meta 2018-03-04 17:18:25 +01:00
Gxt2File.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
JPsoFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
RelFile.cs Projects code to support audio placements editing 2018-03-17 00:16:57 +11:00
Stats.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
YbnFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
YcdFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
YddFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
YdrFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
YftFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
YmapFile.cs Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
YmfFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
YmtFile.cs Refactored loading resource files from raw byte array code 2018-03-08 12:15:28 +11:00
YndFile.cs Ynv polygon properties editing 2018-03-10 04:58:44 +11:00
YnvFile.cs Nav mesh progress 2018-05-06 14:55:54 +10:00
YptFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
YtdFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
YtypFile.cs Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
YvrFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00
YwrFile.cs Moved all GameFiles to CodeWalker.Core 2018-02-25 00:59:00 +11:00