aboutsummaryrefslogtreecommitdiff
path: root/modules/gridmap (follow)
Commit message (Expand)AuthorAgeFilesLines
* -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-102/+106
* 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-1127/+915
* 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
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-3/+5
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2017-01-041-9/+9
|\
| * Use right handed coordinate system for rotation matrices and quaternions. Als...Ferenc Arn2017-01-031-9/+9
* | -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-5/+5
|/
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-025-53/+53
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-022-3/+4
|\
| * PBR more or less working, still working on bringing gizmos backJuan Linietsky2016-10-271-2/+2
| * Begining of GLES3 renderer:Juan Linietsky2016-10-031-1/+1
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-016-6/+6
* | style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-3/+0
* | style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-2/+2
* | SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* | modules: Clone env in each moduleRémi Verschelde2016-10-151-1/+3
|/
* Improve/fix GridMap editorPedro J. Estébanez2016-08-212-25/+23
* Concluded base visual scripting! can edit but not run though.Juan Linietsky2016-08-041-0/+1
* Removed unused variables (first pass)Rémi Verschelde2016-07-071-1/+0
* Merge pull request #5139 from zaps166/init_navigation_pointerGeorge Marques2016-06-131-1/+1
|\
| * GridMap: Initialize "navigation" pointerBłażej Szczygieł2016-06-101-1/+1
* | Changed how min/max icon size in ItemList works and replaced it by a fixed si...Juan Linietsky2016-06-121-1/+1
|/
* GridMap: Fix backwards rotate hotkeys (#4498)Rémi Verschelde2016-05-011-3/+3