summaryrefslogtreecommitdiff
path: root/modules/gridmap
AgeCommit message (Expand)Author
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-29Use functions defined in the their classes.Anilforextra
2021-09-09implement individual mesh transform for meshlibrary itemsVincent
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-12Uniformize layer names, script methods and documentationPouleyKetchoupp
2021-07-31Make action names translatableHaoyu Qiu
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-07-13Merge pull request #50381 from reduz/implement-disable-classesRémi Verschelde
2021-07-13Implement the ability to disable classesreduz
2021-07-04Improvements to Label's layout optionsHendrik Brucker
2021-07-02Fix GridMap erase OctansPitanov V.V
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-17Merge pull request #48070 from KoBeWi/greedmapRémi Verschelde
2021-06-16Remove GridMap's "Lock View" option and a related method.Riteo Siuga
2021-06-03Disable 3D-only modules when 3D is disabledAaron Franke
2021-06-03Update documentation for Transform3DAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-05-24Merge pull request #48644 from Calinou/editor-increase-icon-saturationRémi Verschelde
2021-05-11Increase icon saturation by 30% for all editor iconsHugo Locurcio
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-04-30Prevent setting too big or too small Collision Mask and LayerRafał Mikrut
2021-04-22Fix GridMap still drawing when Alt+Tabbingkobewi
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-19Use real_t in GridMap and VariantParserAaron Franke
2021-03-15Allow Navigation to be more flexibleGilles Roudière
2021-03-12Fix visibility toggle for baked GridMapsjfons
2021-03-10Implement Navigation layersGilles Roudière
2021-03-10Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière
2021-02-25Added GridMap description to get_bake_meshes()Jack Linhart
2021-02-12Fix LineEdit minimum widthreduz
2021-02-10Removed _change_notifyreduz
2021-02-10Make Servers truly Thread Safereduz
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-02-02Document that GridMap doesn't support visual layers or cull masksHugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44569 from madmiraal/rename-unselect-deselectRémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-21Rename unselect to deselectMarcel Admiraal
2020-11-26Put misc. 3D tool visible instances on their own layerPedro J. Estébanez
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-26Fix uninitialized `GridMapEditor::node` and `InputMapEditor::setting` variables.bruvzg
2020-10-25Optimize SVG using `svgcleaner --multipass`Hugo Locurcio
2020-10-16Setting visibility on GridMap now works. Closes #41374.Tomer Keren
2020-10-01Link to demos from within the class referenceAaron Franke
2020-08-31Merge pull request #40993 from Calinou/doc-collision-layer-maskRémi Verschelde