CodeWalker/Project/Panels
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
..
EditProjectManifestPanel.cs added grass painting 2018-06-07 12:42:41 -04:00
EditProjectManifestPanel.Designer.cs New Project Window 2018-03-04 00:03:08 +11:00
EditProjectManifestPanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditProjectPanel.cs New ProjectForm, moved and renamed old ProjectForm 2018-03-04 00:09:31 +11:00
EditProjectPanel.Designer.cs New Project Window 2018-03-04 00:03:08 +11:00
EditProjectPanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditScenarioNodePanel.cs New ProjectForm, moved and renamed old ProjectForm 2018-03-04 00:09:31 +11:00
EditScenarioNodePanel.Designer.cs New Project Window 2018-03-04 00:03:08 +11:00
EditScenarioNodePanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditScenarioYmtPanel.cs New ProjectForm, moved and renamed old ProjectForm 2018-03-04 00:09:31 +11:00
EditScenarioYmtPanel.Designer.cs New Project Window 2018-03-04 00:03:08 +11:00
EditScenarioYmtPanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditTrainNodePanel.cs New ProjectForm, moved and renamed old ProjectForm 2018-03-04 00:09:31 +11:00
EditTrainNodePanel.Designer.cs New Project Window 2018-03-04 00:03:08 +11:00
EditTrainNodePanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditTrainTrackPanel.cs New ProjectForm, moved and renamed old ProjectForm 2018-03-04 00:09:31 +11:00
EditTrainTrackPanel.Designer.cs New Project Window 2018-03-04 00:03:08 +11:00
EditTrainTrackPanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditYmapCarGenPanel.cs New ProjectForm, moved and renamed old ProjectForm 2018-03-04 00:09:31 +11:00
EditYmapCarGenPanel.Designer.cs New Project Window 2018-03-04 00:03:08 +11:00
EditYmapCarGenPanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditYmapEntityPanel.cs Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
EditYmapEntityPanel.Designer.cs Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
EditYmapEntityPanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditYmapGrassPanel.cs Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
EditYmapGrassPanel.Designer.cs Some revisions to grass brush. 2018-06-10 09:36:50 -04:00
EditYmapGrassPanel.resx added grass painting 2018-06-07 12:42:41 -04:00
EditYmapPanel.cs New ProjectForm, moved and renamed old ProjectForm 2018-03-04 00:09:31 +11:00
EditYmapPanel.Designer.cs New Project Window 2018-03-04 00:03:08 +11:00
EditYmapPanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditYndNodePanel.cs New ProjectForm, moved and renamed old ProjectForm 2018-03-04 00:09:31 +11:00
EditYndNodePanel.Designer.cs New Project Window 2018-03-04 00:03:08 +11:00
EditYndNodePanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditYndPanel.cs Ynv polygon properties editing 2018-03-10 04:58:44 +11:00
EditYndPanel.Designer.cs New Project Window 2018-03-04 00:03:08 +11:00
EditYndPanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditYnvPanel.cs Editing points and portals in navmesh, improved DX error message 2018-03-14 12:36:43 +11:00
EditYnvPanel.Designer.cs Editing points and portals in navmesh, improved DX error message 2018-03-14 12:36:43 +11:00
EditYnvPanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditYnvPointPanel.cs Editing points and portals in navmesh, improved DX error message 2018-03-14 12:36:43 +11:00
EditYnvPointPanel.Designer.cs Editing points and portals in navmesh, improved DX error message 2018-03-14 12:36:43 +11:00
EditYnvPointPanel.resx Editing points and portals in navmesh, improved DX error message 2018-03-14 12:36:43 +11:00
EditYnvPolyPanel.cs Nav mesh progress 2018-05-02 00:28:47 +10:00
EditYnvPolyPanel.Designer.cs Nav mesh progress 2018-05-02 00:28:47 +10:00
EditYnvPolyPanel.resx New Project Window 2018-03-04 00:03:08 +11:00
EditYnvPortalPanel.cs Editing points and portals in navmesh, improved DX error message 2018-03-14 12:36:43 +11:00
EditYnvPortalPanel.Designer.cs Editing points and portals in navmesh, improved DX error message 2018-03-14 12:36:43 +11:00
EditYnvPortalPanel.resx Editing points and portals in navmesh, improved DX error message 2018-03-14 12:36:43 +11:00
EditYtypArchetypeMloRoomPanel.cs Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
EditYtypArchetypeMloRoomPanel.Designer.cs Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
EditYtypArchetypeMloRoomPanel.resx Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
EditYtypArchetypePanel.cs Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
EditYtypArchetypePanel.Designer.cs Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
EditYtypArchetypePanel.resx Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
EditYtypPanel.cs New ProjectForm, moved and renamed old ProjectForm 2018-03-04 00:09:31 +11:00
EditYtypPanel.Designer.cs Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
EditYtypPanel.resx New Project Window 2018-03-04 00:03:08 +11:00
ProjectExplorerPanel.cs Ability to edit YTYP files and MLO Entity Defintions + Revisions to grass brush (#33) 2018-12-03 19:54:04 +11:00
ProjectExplorerPanel.Designer.cs New Project Window 2018-03-04 00:03:08 +11:00
ProjectExplorerPanel.resx New Project Window 2018-03-04 00:03:08 +11:00
WelcomePanel.cs New Project Window 2018-03-04 00:03:08 +11:00
WelcomePanel.Designer.cs New Project Window 2018-03-04 00:03:08 +11:00
WelcomePanel.resx New Project Window 2018-03-04 00:03:08 +11:00