aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Revert "-make sure single select after multi select works better"2.0.3-stableRémi Verschelde2016-05-132-25/+0
* classref: Fixed return types in Area and Area2D (#4635)MattUV2016-05-122-4/+4
* Bind caret blink to gdscript and propertiesPaulb232016-05-121-1/+6
* Added caret blink in text editorPaulb232016-05-122-8/+89
* Fixed autocomplete truncate, issue 4554Paulb232016-05-121-21/+13
* Fixed autocomlete strings not appearing for function argumentsPaulb232016-05-121-1/+1
* Fixed animation player auto-queue duplication and undo/redoPaulb232016-05-121-0/+3
* Fixed code completion after opening bracket, issue 3977Paulb232016-05-121-0/+3
* Rotation APIs: Better exposure for degrees methodsRémi Verschelde2016-05-128-68/+148
* -make sure single select after multi select works betterJuan Linietsky2016-05-062-0/+25
* Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-068-12/+12
* Autocomplete no longer shows duplicates, issue 1824Paulb232016-05-061-0/+4
* Tabs: Fix align issue with right/close buttonsRémi Verschelde2016-05-061-5/+2
* Tabs: cleanup code, no functional changeRémi Verschelde2016-05-061-86/+36
* Tabs: Fix navigation buttons overlap when resizingRémi Verschelde2016-05-061-42/+9
* Tabs: Fix icon size not taken into account for offsetRémi Verschelde2016-05-061-0/+1
* FileDialog: reset mkdir label after use (#4500)Rémi Verschelde2016-05-011-1/+1
* math: Fix rounding error for 0 in Math::round (#4495)Rémi Verschelde2016-05-011-4/+0
* Add more documentations and fix AcceptDialog::add_cancelGeequlim2016-04-291-1/+1
* Classref: Document Button and ButtonArrayRémi Verschelde2016-04-292-12/+19
* Added scroll lines, issue 4243Paulb232016-04-292-2/+55
* Fix continious update with Camera2DBojidar Marinov2016-04-271-0/+4
* Fix Camera2D ignoring zoom when checking limitsBojidar Marinov2016-04-271-1/+1
* Add preview of the Camera2D's screen boundariesBojidar Marinov2016-04-271-6/+33
* tiny fix to loop restart (#4358)Alex2016-04-271-1/+1
* BoneAttachments now position themselves instantly during bind.Saracen2016-04-271-0/+1
* Fixed curve baking, now always start at origin pointHearto Lazor2016-04-271-1/+2
* Keep editable instances data when replacing tree root nodeIgnacio Etcheverry2016-04-272-0/+12
* Setting to change line number colorPaulb232016-04-272-3/+3
* Fix RayCast not updating when debugging collissionsIgnacio Etcheverry2016-04-272-2/+2
* Doc: fix type of stream objectRémi Verschelde2016-04-271-2/+2
* Fix warn print when hide an control does not inside_treesanikoyes2016-04-271-2/+5
* Fix crash when tween control object previous freedsanikoyes2016-04-271-0/+13
* Ability to change the caret colorPaulb232016-04-272-4/+6
* Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-062-40/+65
* Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classesBojidar Marinov2016-04-064-2/+12
* Fixed text edit undo and redo operation interactionPaul Batty2016-04-062-14/+15
* Fixed 'complex' typo in method namePaulb232016-04-062-14/+14
* Fixed undoing twice when removing selectionPaulb232016-04-061-0/+5
* Fixed insert mode interaction with auto completePaulb232016-04-061-0/+15
* Fixed insert mode removing first unselected characterPaulb232016-04-061-4/+6
* Added insert mode to text editorPaulb232016-04-062-3/+46
* Progress bar minsize now checks percent_visibleZher Huei Lee2016-04-061-1/+3
* Function syntax highlightingPaul Batty2016-04-022-0/+20
* Fixed numbers not highlighting after spacePaulb232016-04-021-1/+1
* Fix GDScript crash when call show/hide in func _exit_treesanikoyes2016-04-021-2/+2
* Syntax highlighting for numbersPaulb232016-04-022-2/+37
* BoxContainer: Bind method add_spacer(bool)Ignacio Etcheverry2016-04-021-0/+1
* TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry2016-04-021-0/+7
* Fix issues with tilemap covering child nodes and old quadrantsBojidar Marinov2016-04-021-0/+9