summaryrefslogtreecommitdiffstats
path: root/modules/gridmap
Commit message (Expand)AuthorAgeFilesLines
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-1/+1
* Merge pull request #12488 from djrm/pr_gridmap_fixesRémi Verschelde2017-11-162-76/+106
|\
| * Several improvements to GridMap.Daniel J. Ramirez2017-11-092-76/+106
* | doc: Make all module docs self-containedRémi Verschelde2017-11-151-5/+4
* | doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
|/
* classref: Sync with current sourceRémi Verschelde2017-10-211-0/+20
* Adds world_to_map() and map_to_world() methods to GridMap.David Saltares2017-10-212-3/+35
* [DOCS] Document GridMapDavid Saltares2017-10-151-0/+26
* doc: Sync classref with current sourceRémi Verschelde2017-10-111-0/+6
* Add GridMap::get_used_cells. Fixes #11857.J08nY2017-10-052-0/+17
* Changed the doc class generation to individual files per class. It is also po...Juan Linietsky2017-09-123-0/+182
* Merge pull request #10976 from saltares/issue-907Rémi Verschelde2017-09-062-0/+20
|\
| * Setting visibility on GridMap now works. Closes #907.David Saltares2017-09-052-0/+20
* | -Added an optimization so physics shapes are configured later, speeds up grid...Juan Linietsky2017-09-031-3/+0
|/
* Removed ontop property, added a material rendering priority system. Fixes #99...Juan Linietsky2017-09-011-2/+2
* -Fixes to how collada generates tangents (use SurfaceTool), closes #9562Juan Linietsky2017-08-291-1/+2
* Dead code tells no talesRémi Verschelde2017-08-271-3/+1
* -Largely rewrote gridmap to simplify itJuan Linietsky2017-08-274-296/+353
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-276-6/+6
* Add several missing Null checks in _notificationHein-Pieter van Braam2017-08-261-0/+3
* -Massive clean up to gizmosJuan Linietsky2017-08-264-777/+71
* Fix i18n bug in GridMap stringRémi Verschelde2017-08-251-4/+2
* Editor: Add some more translatable strings.Andreas Haas2017-08-251-29/+29
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-242-6/+6
* Some control fixes and removed useless linesGilles Roudiere2017-08-191-1/+1
* Merge pull request #10307 from Rubonnek/update-argument-namesRémi Verschelde2017-08-163-11/+11
|\
| * Updated function argument namesWilson E. Alvarez2017-08-123-11/+11
* | Replace GUI anchor type by a float between 0 and 1Gilles Roudiere2017-08-131-1/+1
|/
* 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
* renamed all Rect3.pos to Rect3.positionalexholly2017-06-092-9/+9
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-3/+3
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-202-103/+107
* Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-086-0/+6
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-062-12/+12
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-055-1136/+924
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-052-5/+5
* Many fixes to make exported scenes work better, still buggy.Juan Linietsky2017-02-155-579/+82
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-132-40/+40
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-162-7/+7
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-9/+11
* Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C...Juan Linietsky2017-01-121-0/+1
* Type renames:Juan Linietsky2017-01-113-25/+25
* Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a con...Juan Linietsky2017-01-101-1/+0
* PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-072-15/+15