summaryrefslogtreecommitdiff
path: root/modules/gridmap
AgeCommit message (Expand)Author
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
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-08-03Reference the online documentation in collision layer/mask propertiesHugo Locurcio
2020-07-10Add override keywords.Marcel Admiraal
2020-07-03doc: Sync classref with current sourceRémi Verschelde
2020-07-02Update GridMap to use Vector3i instead of three intsAaron Franke
2020-07-02Remove unused class PaneDragStijn Hinlopen
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
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-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-10Revert "Renamed plane's d to distance"Rémi Verschelde
2020-05-10Renamed plane's d to distanceMarcus Elg
2020-05-04Merge pull request #37717 from qarmin/world_fixRémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-18Change non-existent World to World3Dqarmin
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30Merge pull request #37436 from akien-mga/doc-node-renamesRémi Verschelde
2020-03-30doc: Update classref with node renamesRémi Verschelde
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky