PrimeWorldEditor/src/Editor
Henrique Gemignani Passos Lima 9e0842e03b
Update quickplay module (#38)
* Migrate to use the REL loading dol patch from aprilwade's randomprime.
* Migrate Quickplay module to use the Pwootage's PrimeAPI2
* Add Quickplay module for Echoes NTSC
2021-05-12 14:55:55 -04:00
..
CharacterEditor CCharacterEditor/CStringEditor: Make window titles translatable 2020-07-03 08:44:05 -04:00
CollisionEditor CCollisionEditor: Make window title translatable 2020-07-03 08:45:23 -04:00
ModelEditor CModelEditorWindow: Mark a missed string as translatable 2020-07-03 22:59:02 -04:00
PropertyEdit CPropertyDelegate: Make use of push_back over operator<< 2020-07-10 12:03:41 -04:00
ResourceBrowser CResourceTableContextMenu: Make use of push_back over operator<< 2020-07-10 16:07:16 -04:00
ScanEditor CScanEditor: Make window title translatable 2020-07-03 08:48:48 -04:00
StringEditor CStringListModel: Make use of QVector initializer list 2020-07-10 11:27:58 -04:00
Undo CPasteNodeCommand: Make use of push_back over operator<< 2020-07-10 16:10:28 -04:00
Widgets TEnumComboBox: Make use of push_back over operator<< 2020-07-10 16:11:10 -04:00
WorldEditor Compile fixes, update submodules 2020-10-08 19:20:42 -07:00
icons Copyright & attribution update 2021-03-26 17:39:35 -04:00
CAboutDialog.cpp CAboutDialog: Make use of unique_ptr 2020-06-28 07:08:43 -04:00
CAboutDialog.h CAboutDialog: Make use of unique_ptr 2020-06-28 07:08:43 -04:00
CAboutDialog.ui Copyright & attribution update 2021-03-26 17:39:35 -04:00
CBasicViewport.cpp CBasicViewport: Make use of constexpr 2020-06-28 18:41:44 -04:00
CBasicViewport.h CBasicViewport: Make use of in-class initializers 2020-06-28 07:11:54 -04:00
CCustomDelegate.h CCustomDelegate: Ensure all members of SDelegateFontInfo are initialized 2020-07-10 15:23:58 -04:00
CEditorApplication.cpp CEditorApplication: Make use of push_back over operator<< 2020-07-10 12:25:42 -04:00
CEditorApplication.h CEditorApplication: Make gkTickFrequencyMS constexpr 2020-07-10 15:25:57 -04:00
CErrorLogDialog.cpp CErrorLogDialog: Make use of QStringLiteral where applicable 2020-06-28 19:20:39 -04:00
CErrorLogDialog.h General: Make use of override where applicable 2020-06-28 07:37:58 -04:00
CErrorLogDialog.ui Added log error dialog 2016-01-05 03:20:47 -07:00
CExportGameDialog.cpp CExportGameDialog: Mark search string as constexpr 2020-07-03 22:30:21 -04:00
CExportGameDialog.h General: Make use of override where applicable 2020-06-28 07:37:58 -04:00
CExportGameDialog.ui Changed game exporter to export from a full disc image using nod instead of a pre-extracted disc filesystem; also fixed issue with tabbing in/out with a file dialog open, and fixed a memory leak in CAnimSet 2017-02-06 09:20:18 -07:00
CFileNameValidator.h General: Make use of override where applicable 2020-06-28 07:37:58 -04:00
CGeneratePropertyNamesDialog.cpp CGeneratePropertyNamesDialog: Eliminate variable shadowing, etc 2020-07-03 22:44:26 -04:00
CGeneratePropertyNamesDialog.h General: Make use of override where applicable 2020-06-28 07:37:58 -04:00
CGeneratePropertyNamesDialog.ui Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
CGizmo.cpp CGizmo: Remove <iostream> 2020-07-04 13:16:38 -04:00
CGizmo.h Compile fixes, update submodules 2020-10-08 19:20:42 -07:00
CGridRenderable.h General: Make use of override where applicable 2020-06-28 07:37:58 -04:00
CLineRenderable.h General: Make use of override where applicable 2020-06-28 07:37:58 -04:00
CMakeLists.txt Copyright & attribution update 2021-03-26 17:39:35 -04:00
CNodeCopyMimeData.h CNodeCopyMimeData: Make use of explicit in constructor 2020-07-10 15:35:08 -04:00
CNodeSelection.h CNodeSelection: Make use of push_back over operator<< 2020-07-10 16:02:29 -04:00
CProgressBarNotifier.h General: Make use of override where applicable 2020-06-28 07:37:58 -04:00
CProgressDialog.cpp CProgressDialog: Make use of Qt 5 signals and slots 2020-06-28 22:10:39 -04:00
CProgressDialog.h CProgressDialog: Make use of Qt 5 signals and slots 2020-07-03 07:00:50 -04:00
CProgressDialog.ui Added ability to rebuild the resource database from the project resources folder. Editor can detect if the resource database is corrupt on load and if so prompts the user to repair it. 2017-07-04 04:59:22 -06:00
CProjectSettingsDialog.cpp CProjectSettingsDialog: Make use of Qt 5 signals and slots 2020-06-28 22:14:01 -04:00
CProjectSettingsDialog.h CProjectSettingsDialog: Make use of in-class initializers where applicable 2020-06-28 04:40:32 -04:00
CProjectSettingsDialog.ui Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
CPropertyNameValidator.cpp Refactor so PWE compiles with the newly externalized LibCommon 2018-12-11 22:50:46 -07:00
CPropertyNameValidator.h CPropertyNameValidator: Initialize all member variables 2020-07-03 10:44:44 -04:00
CQuickplayPropertyEditor.cpp CQuickplayPropertyEditor: Make use of Qt 5 signals and slots 2020-06-28 23:29:41 -04:00
CQuickplayPropertyEditor.h CQuickplayPropertyEditor: Make use of in-class initializers where applicable 2020-06-28 05:01:00 -04:00
CQuickplayPropertyEditor.ui Added layer toggle support for quickplay 2019-04-08 01:04:54 -07:00
CSceneViewport.cpp CSceneViewport: Make use of push_back over operator<< 2020-07-10 16:05:45 -04:00
CSceneViewport.h CSceneViewport: Mark IsHoveringGizmo() as const 2020-07-10 11:36:37 -04:00
CSelectionIterator.h CSelectionIterator: Make use of in-class initializers 2020-07-10 15:43:36 -04:00
CTweakEditor.cpp CTweakEditor: Make use of QSignalBlocker 2020-07-10 11:14:30 -04:00
CTweakEditor.h CTweakEditor: Make use of in-class initializers where applicable 2020-06-28 06:12:06 -04:00
CTweakEditor.ui Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
CUIRelay.h General: Make use of override where applicable 2020-06-28 07:37:58 -04:00
IEditor.cpp IEditor: Make use of Qt 5 signals and slots 2020-07-03 07:02:15 -04:00
IEditor.h IEditor: Mark strings as translatable where applicable 2020-06-28 06:33:08 -04:00
INodeEditor.cpp INodeEditor: Make use of Qt 5 signals and slots 2020-07-03 07:05:23 -04:00
INodeEditor.h Compile fixes, update submodules 2020-10-08 19:20:42 -07:00
IProgressNotifierUI.h General: Make use of override where applicable 2020-06-28 07:37:58 -04:00
Icons.qrc Codegen fixes, DPI scaling, SVG icons 2019-05-26 15:29:10 -10:00
MacOSExtras.h Prevent unpriveleged mouse-drag on macOS from conflicting with priveleged case. 2019-11-25 16:49:17 -10:00
MacOSExtras.mm Native handling of relative cursor coordinates for camera control 2019-06-03 19:38:13 -10:00
NDolphinIntegration.cpp Update quickplay module (#38) 2021-05-12 14:55:55 -04:00
NDolphinIntegration.h NDolphinIntegration: Prevent sign conversion warnings 2020-07-10 15:54:54 -04:00
SDolHeader.h Update quickplay module (#38) 2021-05-12 14:55:55 -04:00
TestDialog.cpp TestDialog: Make use of Qt 5 signals and slots 2020-07-03 08:32:42 -04:00
TestDialog.h General: Make use of override where applicable 2020-06-28 07:37:58 -04:00
TestDialog.ui Added functionality to determine what AGSC a sound ID belongs to 2016-08-31 19:42:12 -06:00
UICommon.cpp UICommon: Prevent unnecessary string copies in OpenContainingFolder 2020-07-03 12:59:53 -04:00
UICommon.h Linux build fixes 2019-05-25 20:24:13 -10:00
main.cpp Copyright & attribution update 2021-03-26 17:39:35 -04:00