aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fusion the lock/unlock and the group/ungroup buttonsGilles Roudiere2017-09-171-0/+31
* Adds keyboards shortcutsGilles Roudiere2017-09-171-4/+4
* Implements rulersGilles Roudiere2017-09-173-58/+203
* Fixes axis badly displayed with high zooming valuesGilles Roudiere2017-09-171-2/+3
* Split some functions to make the code more readable (maybe at the price of a ...Gilles Roudiere2017-09-172-135/+137
* Make the shortcuts for setting the pivot editableGilles Roudiere2017-09-172-7/+12
* Display draggable anchors only if the parent is not a containerGilles Roudiere2017-09-172-117/+103
* Display width and height when dragging a node sideGilles Roudiere2017-09-171-1/+5
* Draw a ghost rect when dragging nodes if it's rotated/scaledGilles Roudiere2017-09-171-0/+18
* Displays margins values when moving the nodeGilles Roudiere2017-09-172-23/+91
* Merge pull request #11313 from deliciousfudge/boxcontainershape-docsRémi Verschelde2017-09-172-8/+9
|\
| * Refactor the BoxContainer and BoxShape classesRoger Smith2017-09-162-8/+9
* | Merge pull request #11251 from toger5/q_e_fix_freelookRémi Verschelde2017-09-171-2/+2
|\ \
| * | swapped up down shortcut for freelook (to fit unreal)toger52017-09-141-2/+2
* | | Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-1713-83/+53
|\ \ \
| * | | Fix crash when no audio driver is availableMarcelo Fernandez2017-09-1313-83/+53
* | | | Merge pull request #11328 from Paulb23/left_right_arrow_tree_issue_10737Rémi Verschelde2017-09-171-29/+70
|\ \ \ \
| * | | | Added Left / Right arrow navigation in tree, issue 10737Paulb232017-09-161-29/+70
* | | | | Merge pull request #11352 from FigyTuna/physics_body_docsRémi Verschelde2017-09-172-5/+16
|\ \ \ \ \
| * | | | | Modified/Added documentation for PhysicsBody and PhysicsBody2DFigyTuna2017-09-162-5/+16
* | | | | | Merge pull request #11351 from cbscribe/kcc_kinematiccollision_docRémi Verschelde2017-09-171-0/+14
|\ \ \ \ \ \
| * | | | | | [DOCS] Add KinematicCollision descriptionsChris Bradfield2017-09-161-0/+14
* | | | | | | Merge pull request #11349 from willt/getsetmoveRémi Verschelde2017-09-177-14/+25
|\ \ \ \ \ \ \
| * | | | | | | [DOCS] added member descriptions to various shapesWilliam Taylor2017-09-167-14/+25
| |/ / / / / /
* | | | | | | Merge pull request #11362 from marcelofg55/fix_x11_exportRémi Verschelde2017-09-178-3/+42
|\ \ \ \ \ \ \
| * | | | | | | Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-178-3/+42
* | | | | | | | Merge pull request #11360 from volzhs/fix-animation-editor-errorRémi Verschelde2017-09-171-4/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix set_item_icon error when starting editorvolzhs2017-09-181-4/+3
* | | | | | | | | Merge pull request #11370 from marcelofg55/fix_keyu_crashnewRémi Verschelde2017-09-171-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix crash when using key+u on a line with only a #Marcelo Fernandez2017-09-171-1/+5
|/ / / / / / / / /
* | | | | | | | | Merge pull request #11296 from touilleMan/gdnative-api-structThomas Herzog2017-09-174-2/+740
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | [GDnative] Use X macro to define godot_gdnative_api_struct and it instantiationEmmanuel Leblond2017-09-172-1328/+684
| * | | | | | | | [GDnative] create godot_gdnative_api_struct and pass it to godot_gdnative_ini...Emmanuel Leblond2017-09-174-2/+1384
* | | | | | | | | doc: Sync classref and escape comparatorsRémi Verschelde2017-09-177-13/+153
* | | | | | | | | Merge pull request #11276 from hpvb/fix-11270Rémi Verschelde2017-09-171-4/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Only do 'drive' discovery on X11Hein-Pieter van Braam2017-09-141-4/+5
* | | | | | | | | | Merge pull request #11356 from Paulb23/text_editor_theme_crashRémi Verschelde2017-09-171-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fixed segfault on loading text editor themePaulb232017-09-171-1/+2
* | | | | | | | | | | Merge pull request #11353 from Grosskopf/audio-streams-docsRémi Verschelde2017-09-173-0/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Added Documentation of AudioStreamGrosskopf2017-09-173-0/+22
* | | | | | | | | | | | Merge pull request #11201 from kerskuchen/tilemap-shortcutsRémi Verschelde2017-09-172-5/+34
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Adds missing shortcuts to TileEditor. Keeps fill-tool selected after useJakob Schwab2017-09-172-5/+34
* | | | | | | | | | | | | Merge pull request #11294 from karroffel/json-objectThomas Herzog2017-09-173-0/+126
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | added JSON singletonkarroffel2017-09-153-0/+126
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | correction to one way collision codeJuan Linietsky2017-09-172-4/+4
* | | | | | | | | | | | fixes to one way collision, closes #10971Juan Linietsky2017-09-172-4/+14
| |_|/ / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #11322 from Grosskopf/audio-stream-player-3D-docsPoommetee Ketson2017-09-171-0/+32
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | wrote documentation for audio stream player 3DGrosskopf2017-09-171-0/+32
* | | | | | | | | | | Merge pull request #11314 from marcelofg55/masterRémi Verschelde2017-09-171-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix possible crash with ctrl-u on script editorMarcelo Fernandez2017-09-161-2/+2
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |