summaryrefslogtreecommitdiffstats
path: root/modules/gridmap/grid_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Renaming of servers for coherency.Juan Linietsky2020-03-271-73/+73
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-4/+4
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-9/+9
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-5/+5
* Several fixes to 3D rendering, and multimesh implementation.Juan Linietsky2020-02-111-1/+1
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-19/+22
* Fix GridMap getter of baked meshes.Bruno Lourenço2020-01-151-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove deprecated theme property from GridMapTomasz Chabora2019-11-271-25/+0
* Mesh preview now scales + grid update on cell size changeNehluxhes2019-10-211-1/+3
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-4/+2
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-5/+0
* Fix some editor crashesqarmin2019-06-211-0/+1
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-2/+2
* Consider StaticBody and NavMesh position when converting to a MeshLibraryBojidar Marinov2019-02-261-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-1/+1
* Fix warnings about unused variables [-Wunused-variable]Rémi Verschelde2018-09-271-25/+8
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Small change on how GridMap's "theme" is deprecatedMichael Alexsander Silva Dias2018-08-291-3/+7
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-6/+0
* Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLib...Michael Alexsander Silva Dias2018-08-221-25/+47
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* Bind many more properties to scriptsBojidar Marinov2018-01-121-46/+14
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15120 from AndreaCatania/gridmRémi Verschelde2018-01-031-0/+80
|\
| * Added layer and mask in the gridmap nodeAndreaCatania2017-12-281-0/+80
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Fix gridmap disappearing after editing after bake, closes #14868Juan Linietsky2017-12-201-1/+1
* Should no longer crash after rebaking, may be a solution to #14795Juan Linietsky2017-12-191-8/+9
* Added baked light support for gridmaps.Juan Linietsky2017-12-181-26/+208
* Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.Nathan Warden2017-12-151-2/+2
* Several improvements to GridMap.Daniel J. Ramirez2017-11-091-1/+0
* Adds world_to_map() and map_to_world() methods to GridMap.David Saltares2017-10-211-3/+30
* Add GridMap::get_used_cells. Fixes #11857.J08nY2017-10-051-0/+15
* Merge pull request #10976 from saltares/issue-907Rémi Verschelde2017-09-061-0/+19
|\
| * Setting visibility on GridMap now works. Closes #907.David Saltares2017-09-051-0/+19
* | -Added an optimization so physics shapes are configured later, speeds up grid...Juan Linietsky2017-09-031-3/+0
|/
* -Fixes to how collada generates tangents (use SurfaceTool), closes #9562Juan Linietsky2017-08-291-1/+2
* -Largely rewrote gridmap to simplify itJuan Linietsky2017-08-271-267/+243
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* -Massive clean up to gizmosJuan Linietsky2017-08-261-425/+2
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-2/+2
* Updated function argument namesWilson E. Alvarez2017-08-121-8/+8
* Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-101-2/+2
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* Many fixes to improve GI Probe qualityJuan Linietsky2017-07-151-0/+1