summaryrefslogtreecommitdiffstats
path: root/modules/gridmap
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #40993 from Calinou/doc-collision-layer-maskRémi Verschelde2020-08-311-1/+1
|\
| * Reference the online documentation in collision layer/mask propertiesHugo Locurcio2020-08-031-1/+1
* | Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
|/
* Add override keywords.Marcel Admiraal2020-07-101-6/+6
* doc: Sync classref with current sourceRémi Verschelde2020-07-031-27/+11
* Update GridMap to use Vector3i instead of three intsAaron Franke2020-07-024-73/+85
* Remove unused class PaneDragStijn Hinlopen2020-07-021-1/+0
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-192-4/+6
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-1/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-142-70/+134
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-145-192/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-2/+2
* Revert "Renamed plane's d to distance"Rémi Verschelde2020-05-101-2/+2
* Renamed plane's d to distanceMarcus Elg2020-05-101-2/+2
* Merge pull request #37717 from qarmin/world_fixRémi Verschelde2020-05-042-13/+13
|\
| * Change non-existent World to World3Dqarmin2020-04-182-13/+13
* | Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
|/
* Replace NULL with nullptrlupoDharkael2020-04-022-5/+5
* Merge pull request #37436 from akien-mga/doc-node-renamesRémi Verschelde2020-03-301-1/+1
|\
| * doc: Update classref with node renamesRémi Verschelde2020-03-301-1/+1
* | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-2/+5
|/
* Renaming of servers for coherency.Juan Linietsky2020-03-273-139/+139
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-1/+1
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-274-25/+25
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-5/+5
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-0/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Merge pull request #37219 from RajatGoswami/missing-include-guardsRémi Verschelde2020-03-231-0/+5
|\
| * Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* | Make file formatting comply with POSIX and Unix standardsAaron Franke2020-03-211-1/+1
|/
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-9/+9
* Fix missing module editor iconsAndrii Doroshenko (Xrayez)2020-03-081-0/+0
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-4/+4
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-4/+4
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-27/+15
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-15/+15
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-8/+8
* Modernized default 3D material, fixes material bugs.Juan Linietsky2020-02-112-13/+14
* Several fixes to 3D rendering, and multimesh implementation.Juan Linietsky2020-02-111-1/+1
* Base 3D engine done, still untested, though.Juan Linietsky2020-02-111-2/+1
* Changes to material required to add custom shaders in RD rendererJuan Linietsky2020-02-111-2/+0
* Texture refactorJuan Linietsky2020-02-111-1/+1
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-102-20/+23
* Merge pull request #33950 from Calinou/gridmap-editor-zoom-shortcutRémi Verschelde2020-02-102-2/+23
|\
| * Implement zooming using Ctrl + Mouse wheel in the GridMap editorHugo Locurcio2019-11-272-2/+23
* | Update docs to version 4.0clayjohn2020-01-311-1/+1
* | doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1