PrimeWorldEditor/src/Editor/WorldEditor
Jack Andersen cfea90e9d2 Segfault fixes 2019-11-16 15:24:46 -10:00
..
CCollisionRenderSettingsDialog.cpp Refactor so PWE compiles with the newly externalized LibCommon 2018-12-11 22:50:46 -07:00
CCollisionRenderSettingsDialog.h Added a couple more collision view features; set up a proper UI for changing collision render settings 2017-01-14 10:32:41 -07:00
CCollisionRenderSettingsDialog.ui Added a couple more collision view features; set up a proper UI for changing collision render settings 2017-01-14 10:32:41 -07:00
CConfirmUnlinkDialog.h Cleanup & refactoring 2018-12-16 14:00:40 -07:00
CInstancesModel.cpp Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
CInstancesModel.h Changes made in the tweak editor are now correctly applied to the tweak data & are undo/redo supported 2018-12-30 03:55:50 -07:00
CInstancesProxyModel.h Implemented sorting and context menus on the instance views 2016-01-23 04:00:26 -07:00
CLayerEditor.cpp Switch over to using TString to represent filesystem paths instead of TWideString. Fixed FileUtil not handling UTF-8 paths with Unicode characters correctly. 2017-05-04 15:43:25 -06:00
CLayerEditor.h Mass code cleanup 2016-03-27 13:09:38 -06:00
CLayerEditor.ui Mass refactoring part 1/2: establishing multiple subprojects, moving source files to their new location, adding resources/templates to version control 2015-12-14 18:33:16 -07:00
CLayerModel.cpp Refactor so PWE compiles with the newly externalized LibCommon 2018-12-11 22:50:46 -07:00
CLayerModel.h Lots of work to get MP2 repacking functional 2016-11-07 03:07:00 -07:00
CLinkDialog.cpp WIP string editor UI 2018-12-26 23:59:59 -07:00
CLinkDialog.h Refactor so PWE compiles with the newly externalized LibCommon 2018-12-11 22:50:46 -07:00
CLinkDialog.ui Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
CLinkModel.cpp Cleanup & refactoring 2018-12-16 14:00:40 -07:00
CLinkModel.h Mass code cleanup 2016-03-27 13:09:38 -06:00
CPoiListDialog.h Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
CPoiMapModel.cpp Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
CPoiMapModel.h Moved POI mapping dialog to be a sidebar instead, fixed standable collision visualization in MP2/3 2017-02-20 16:02:05 -07:00
CPoiMapSidebar.cpp Rewrote SCAN asset handling + loading 2019-01-12 21:28:04 -08:00
CPoiMapSidebar.h LibCommon now being integrated as an add_subdirectory submodule 2019-06-04 14:44:39 -10:00
CPoiMapSidebar.ui Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
CScriptEditSidebar.cpp Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
CScriptEditSidebar.h Moved POI mapping dialog to be a sidebar instead, fixed standable collision visualization in MP2/3 2017-02-20 16:02:05 -07:00
CSelectInstanceDialog.cpp Cleanup & refactoring 2018-12-16 14:00:40 -07:00
CSelectInstanceDialog.h Added "add/edit link" dialog to the modify tab 2016-03-01 11:18:07 -07:00
CSelectInstanceDialog.ui Added improved functionality for running PakTool and added "Save and Repack" button in the World Editor 2016-03-21 06:55:01 -06:00
CStateMessageModel.h Cleanup & refactoring 2018-12-16 14:00:40 -07:00
CTemplateEditDialog.cpp Tweak templates for MP2, MP3, and DKCR 2019-01-27 16:47:56 -07:00
CTemplateEditDialog.h Added support for converting some property types to other types 2018-10-15 02:58:11 -06:00
CTemplateEditDialog.ui Added support for converting some property types to other types 2018-10-15 02:58:11 -06:00
CTemplateListView.h Refactor so PWE compiles with the newly externalized LibCommon 2018-12-11 22:50:46 -07:00
CTemplateMimeData.h Moved selection handling code to CNodeSelection, implemented instance spawning, half-implemented instance deleting (this build is buggy/crash prone) 2016-03-13 22:30:04 -06:00
CWorldEditor.cpp Segfault fixes 2019-11-16 15:24:46 -10:00
CWorldEditor.h Silence Warnings 2019-05-26 18:18:31 -07:00
CWorldEditor.ui Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
CWorldEditorSidebar.cpp Moved POI mapping dialog to be a sidebar instead, fixed standable collision visualization in MP2/3 2017-02-20 16:02:05 -07:00
CWorldEditorSidebar.h Moved POI mapping dialog to be a sidebar instead, fixed standable collision visualization in MP2/3 2017-02-20 16:02:05 -07:00
CWorldInfoSidebar.cpp Refactor so PWE compiles with the newly externalized LibCommon 2018-12-11 22:50:46 -07:00
CWorldInfoSidebar.h Moved POI mapping dialog to be a sidebar instead, fixed standable collision visualization in MP2/3 2017-02-20 16:02:05 -07:00
CWorldInfoSidebar.ui Updated POI map sidebar icon, fixed minor spacing issue in the world info sidebar 2017-02-20 23:40:19 -07:00
CWorldTreeModel.cpp Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
CWorldTreeModel.h Modified world info sidebar so it handles DKCR much more smoothly 2017-05-14 01:49:15 -06:00
WCreateTab.cpp Various crash fixes 2019-02-18 03:54:58 -07:00
WCreateTab.h More cleanup, renamed CMasterTemplate to CGameTemplate 2018-09-22 23:54:34 -06:00
WCreateTab.ui Added support for enum combo boxes, and added casing combo box and property ID pools to the property name generator 2018-10-12 19:38:08 -06:00
WEditorProperties.cpp Make InstanceID label selectable and add parsing tooltip 2019-06-13 13:12:53 -10:00
WEditorProperties.h Changes made in the tweak editor are now correctly applied to the tweak data & are undo/redo supported 2018-12-30 03:55:50 -07:00
WInstancesTab.cpp Cleanup & refactoring 2018-12-16 14:00:40 -07:00
WInstancesTab.h Added support for CAUD dependencies, dropped redundant asset ID in dependency trees, various MP3 fixes 2017-02-20 03:42:04 -07:00
WInstancesTab.ui Added functionality to change edit mode, made resource browser accessible from the world editor 2017-02-12 10:41:13 -07:00
WModifyTab.cpp Added support for deleting resources + minor fixes 2019-02-03 02:22:36 -07:00
WModifyTab.h Changes made in the tweak editor are now correctly applied to the tweak data & are undo/redo supported 2018-12-30 03:55:50 -07:00
WModifyTab.ui Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00