Commit Graph

1299 Commits

Author SHA1 Message Date
Lioncash 0abff06954 CPropertyModel: Make use of in-class initializers where applicable 2020-06-28 04:47:40 -04:00
Lioncash e5e2b4be1a CPropertyDelegate: Make use of in-class initializers where applicable 2020-06-28 04:45:03 -04:00
Lioncash d6752c2468 CProjectSettingsDialog: Mark strings as translatable where applicable 2020-06-28 04:43:20 -04:00
Lioncash 2b19b7584d CProjectSettingsDialog: Make use of in-class initializers where applicable 2020-06-28 04:40:32 -04:00
Lioncash 152d638f7a CProgressDialog: Make use of in-class initializers where applicable 2020-06-28 04:38:15 -04:00
Lioncash 49c5947731 CPoiMapSidebar: Make use of in-class initializers where applicable 2020-06-28 04:36:06 -04:00
Lioncash 9a157ed58d CPoiMapModel: Mark strings as translatable where applicable 2020-06-28 04:32:03 -04:00
Lioncash a9292c1b29 CPoiMapModel: Make use of in-class initializers where applicable 2020-06-28 04:29:46 -04:00
Lioncash 51ba13f988 CPasteNodesCommand: Make use of override where applicable 2020-06-28 04:28:05 -04:00
Lioncash c9fbc0f727 CModelEditorWindow: Mark strings as translatable where applicable 2020-06-28 04:26:40 -04:00
Lioncash 6cdea11377 CModelEditorWindow: Make use of in-class initializers where applicable 2020-06-28 04:15:10 -04:00
Lioncash 16225c278d CModelEditorViewport: Make use of in-class initializers where applicable 2020-06-28 04:11:13 -04:00
Lioncash ae34c2461d CLinkModel: Make strings as translatable where applicable 2020-06-28 04:07:21 -04:00
Lioncash 28e6efb060 CLinkModel: Make use of in-class initializers where applicable 2020-06-28 04:04:47 -04:00
Lioncash 48bef1f346 CLinkDialog: Make strings as translatable where applicable 2020-06-28 04:03:20 -04:00
Lioncash 0d17e8686d CLinkDialog: Make use of in-class initializers where applicable 2020-06-28 04:01:27 -04:00
Lioncash 968fc70cbf CLayerModel: Make use of in-class initializers where applicable 2020-06-28 03:58:13 -04:00
Lioncash d537cfd4b2 CLayerEditor: Make use of in-class initializers where applicable 2020-06-28 03:57:06 -04:00
Lioncash 86bca47221 CInstanceModel: Mark strings as translatable where applicable 2020-06-28 03:54:46 -04:00
Lioncash 6962f8e026 CInstanceModel: Make use of in-class initializers where applicable 2020-06-28 03:48:56 -04:00
Lioncash 832889f029 CGizmo: Make use of in-class initializers where applicable 2020-06-28 03:46:43 -04:00
Lioncash 1dfca12ad6 CGeneratePropertyNamesDialog: Mark strings as translatable where applicable 2020-06-28 03:31:54 -04:00
Lioncash 963b6ccd08 CGeneratePropertyNamesDialog: Make use of in-class initializers where applicable 2020-06-28 03:21:07 -04:00
Lioncash 69f8ff1200 CExportGameDialog: Mark strings as translatable where applicable 2020-06-28 03:17:40 -04:00
Lioncash c4b29106f1 CExportGameDialog: Make use of in-class initializers where applicable 2020-06-28 03:11:41 -04:00
Lioncash fea1c4e115 CEditorApplication: Mark strings as translatable where applicable 2020-06-28 03:06:40 -04:00
Lioncash f1d1c26283 CEditorApplication: Make use of in-class initializers where applicable 2020-06-28 03:02:50 -04:00
Lioncash fb30162a8f CEditLinkCommand: Make use of override where applicable 2020-06-28 02:59:54 -04:00
Lioncash 2a068bdbef CDeleteSelectionCommand: Make use of override where applicable 2020-06-28 02:59:15 -04:00
Lioncash d4a9f73e00 CDeleteLinksCommand: Make use of override where applicable 2020-06-28 02:58:16 -04:00
Lioncash 87be8f6957 CCreateInstanceCommand: Make use of override where applicable 2020-06-28 02:56:43 -04:00
Lioncash 68a8f236fa CCollisionRenderSettingsDialog: Make use of in-class initializers where applicable 2020-06-28 02:54:21 -04:00
Lioncash 4c6080184f CCollisionEditorViewport: Make use of in-class initializers 2020-06-28 02:51:43 -04:00
Lioncash 6bc9c7fdb1 CCollisionEditor: Remove redundant reallocation 2020-06-28 02:49:19 -04:00
Lioncash 720b59919a CCollisionEditor: Default destructor where applicable 2020-06-28 02:48:49 -04:00
Lioncash a4a34da264 CCollisionEditor: Mark strings as translatable 2020-06-28 02:48:29 -04:00
Lioncash ed20e622d7 CCollisionEditor: Tidy up code 2020-06-28 02:47:40 -04:00
Lioncash b42536fdea CCharacterEditorViewport: Make use of in-class initializers where applicable 2020-06-28 02:45:34 -04:00
Lioncash 2f767d6b9a CCharacterEditor: Make use of in-class initializers where applicable 2020-06-28 02:36:13 -04:00
Lioncash 1266b9f041 CCharacterEditor: Make strings localizable 2020-06-28 02:30:08 -04:00
Lioncash 4a9695a698 SScanParametersMP1: Make use of std::array 2020-06-28 02:24:55 -04:00
Lioncash 665d1f3560 IProgressNotifier: Make use of std::move where applicable
Allows calling code to avoid copies entirely.
2020-06-28 01:12:41 -04:00
Lioncash 46e82a99cc CStringList: Simplify assertion in StringByIndex()
This is unsigned, so the lower bound will always be valid.
2020-06-28 01:07:40 -04:00
Lioncash 1c4e8a11d2 CSectionMgrOut: Eliminate sign conversion warnings 2020-06-28 01:05:57 -04:00
Lioncash ecff1a7a2b CSectionMgrIn: Make use of size_t where applicable 2020-06-28 01:05:24 -04:00
Lioncash 8969685254 CScriptLayer: Make pointer parameter in RemoveInstance() const
The pointed to data isn't modified here, so we can mark the parameter as
const to allow it to be used in more scenarios.
2020-06-28 00:50:54 -04:00
Lioncash c6263433a9 CScriptLayer: Make use of size_t where applicable 2020-06-28 00:50:24 -04:00
Lioncash d1939eea95 TPropertyRef: Make use of symmetrical comparison operators
Makes the interface significantly more flexible.
2020-06-28 00:32:47 -04:00
Lioncash a48d3202b6 CScriptNode: Make use of size_t where applicable 2020-06-28 00:27:23 -04:00
Lioncash 8fbc92b0e0 CSavedStateID: Make use of std::array 2020-06-28 00:18:52 -04:00