summaryrefslogtreecommitdiff
path: root/editor/editor_data.cpp
AgeCommit message (Expand)Author
2020-10-05Check for global script class information before clearing itAaron Franke
2020-10-03Don't write global script class information if there is noneAaron Franke
2020-08-27Iterate backwards over EditorPlugin's list of plugins in get_editor etcAaron Franke
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-21Add proper type to most public API uses of ArrayJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-29Implement undo-redo feature for Parameter Paste in the Inspectorsimpuid
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-09Don't copy script with copy paramsvolzhs
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-10Multi-selection restored properly after switching scenesPouleyKetchoupp
2019-11-07Merge pull request #33343 from KoBeWi/scene_tree_dustingRémi Verschelde
2019-11-06Node create dialog filtering optimizationPouleyKetchoupp
2019-11-04Another scene tree dock menu cleanupTomasz Chabora
2019-09-25Added some obvious errors explanationsqarmin
2019-08-15Allow to create scene from FileSystem dockTomasz Chabora
2019-07-19Make custom types more subtle and more usefulBojidar Marinov
2019-06-04Fix moving and renaming filesHein-Pieter van Braam-Stewart
2019-03-09Allow class_name scripts to have nested inheritanceGeorge Marques
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-26Merge pull request #23060 from willnationsdev/inherit-non-class-scriptRémi Verschelde
2018-11-16Check if setting exists to prevent warningDrNochi
2018-10-16Fix Script -> Script Class not in CreateDialogWill Nations
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-14Add custom icons to script classes.Will Nations
2018-07-26Merge pull request #20233 from willnationsdev/gsc-editorJuan Linietsky
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Add script hierarchies,add-script btn auto-derivesWill Nations
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
2018-05-26Merge pull request #15489 from willnationsdev/gdnative-hookMax Hilbrunner
2018-05-08Merge pull request #15928 from StateOff/feature_batch_renameRémi Verschelde
2018-05-07Merge pull request #15640 from willnationsdev/resource-saved-signalMax Hilbrunner
2018-04-30hide tab changed debug printAlexander Holland
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-02-25Now the inspector will show the custom resources added via pluginMrCdK
2018-01-31Added EditorPlugin 'resource_saved' signalWill Nations
2018-01-22Implements "Batch Rename" editor tool.Blazej Floch
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky
2018-01-08Add EditorPlugin.build() build callbacksWill Nations
2018-01-08Fixes #15416 - "The deleted nodes are hanging in the inspector."Blazej Floch
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde