aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.0.22.0.2-stableRémi Verschelde2016-04-071-1/+1
|
* Option to toggle syntax highlightingPaulb232016-04-062-1/+4
| | | | (cherry picked from commit d78e98e2a49bf952dd3e38e4a8359903d03bf42c)
* Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-063-66/+67
| | | | (cherry picked from commit 93700676b5491ff41d0a14954e71327b99440f7e)
* Revert "free Material 'shadow_material_double_sided' on ::finish()"Rémi Verschelde2016-04-061-1/+0
| | | | This reverts commit 43c74056b1764f07acc252e78e1cfa29a49a51c3.
* Add a `sleeping_state_changed` signal to RigidBody and RigidBody2D classesBojidar Marinov2016-04-064-2/+12
| | | | | | Closes #3911 (cherry picked from commit 6dcd1354c2e0c489eea9cf111ddbf11804c39c4b)
* Bind Z key (without modifiers) to toggle wireframe in 3D viewBojidar Marinov2016-04-061-0/+11
| | | | | | Fixed #4124 (cherry picked from commit 8ee8802cbe753c9cb6472da9f906a71954ecae5e)
* Fixed text edit undo and redo operation interactionPaul Batty2016-04-063-16/+25
| | | | (cherry picked from commit 646e0897829d7baf4b982c59d4bddade85199665)
* Fixes errors occurring when switching to a new scene with a spatial editor ↵SaracenOne2016-04-061-24/+30
| | | | | | from a canvas editor. (cherry picked from commit f303e3483d2a160a9841a3b50f21b86a62a7b4ec)
* Added rotation/panning support for trackpads in 3D mode #53sunnystormy2016-04-061-5/+22
| | | | (cherry picked from commit 3ebde34d8fbcce5796b7bac6f26c9cf7881b55ad)
* Fixed 'complex' typo in method namePaulb232016-04-062-14/+14
| | | | (cherry picked from commit 971c3be52deddb163e90f17126d462e4f3900799)
* Fixed undoing twice when removing selectionPaulb232016-04-061-0/+5
| | | | (cherry picked from commit 15f43149e179f754f48b59ac08002d5c4c0a5bc0)
* Separate help pages from scripts by defaultRémi Verschelde2016-04-061-1/+1
| | | | | Fixes #4199 (cherry picked from commit 9c89d3e042fd7a6472ac2261afedaa235d2b4ebb)
* Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos2016-04-061-0/+5
| | | | (cherry picked from commit 1b6f14d81047b563283fb66022701f03d5bd9ca1)
* memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux()MSC2016-04-061-0/+2
| | | | (cherry picked from commit 391095e0efe075268b892ff47a5885f5a6e2706f)
* free Material 'shadow_material_double_sided' on ::finish()MSC2016-04-061-0/+1
| | | | (cherry picked from commit 7a9998370f0a805a75634f31558abba9c4d74a48)
* Fixed insert mode interaction with auto completePaulb232016-04-061-0/+15
| | | | (cherry picked from commit a984adb5a6bde78c3b3c7681ad529cf22f2452ec)
* Fixed insert mode removing first unselected characterPaulb232016-04-061-4/+6
| | | | (cherry picked from commit fe779d4386ac32431ed85b6248b05f018a5db86e)
* Added insert mode to text editorPaulb232016-04-062-3/+46
| | | | (cherry picked from commit 2b57cb94da8bfad1f32a89437f4978301da92e10)
* Progress bar minsize now checks percent_visibleZher Huei Lee2016-04-061-1/+3
| | | | | | Allows for really thin progress bars such as for pixel-art styles. (cherry picked from commit 0bba09c4cb98525ccc88aa69574162458a79abb6)
* Fix building against 2.0 APIRémi Verschelde2016-04-021-1/+1
| | | | | 812de22 used a method from the new plugin API in master, so it failed building.
* Add support for gnu-libstc++-4.9 needed by recent NDK versionsblubee2016-04-021-7/+9
| | | | | | | | The 4.9 version is the default one, people can still build using 4.8 with older NDK versions by setting the (optional) NDK_TARGET and NDK_TARGET_X86 environment variables. (cherry picked from commit a0fb5b5f95f0d4ce90766301ddce4e5f199fb125)
* Make hardcoded Mac version 2.0.xRémi Verschelde2016-04-021-2/+2
| | | | To avoid having to bump it up every time.
* Function syntax highlightingPaul Batty2016-04-024-0/+22
| | | | (cherry picked from commit 50aa78210c0e31ea8a348bdd8a2432159dc61879)
* Remove trailing spacesRémi Verschelde2016-04-0242-817/+815
| | | | (cherry picked from commit 0a5472e697dee57956c2583a50bc5cf5faada5d8)
* Port 2D demos to TSCN/TRES formatsRémi Verschelde2016-04-02193-6666/+9957
| | | | | | Part of #4196. (cherry picked from commit 23cf6a85bdb904a1833c6015222d9ee69842c1ed)
* Fix last two bindings in input_mapping demoRémi Verschelde2016-04-022-1/+3
| | | | | | | Also connect the signal from script, as it makes it easier to understand than by having to check the connected signals via the GUI. (cherry picked from commit 4eb49cc73241e0597174c4bfdfdddaf96dce86af)
* Option to toggle line numbersPaulb232016-04-022-0/+4
| | | | (cherry picked from commit 474911c5338e3dfece0c7195c50e11b9027adb05)
* inherit PKG_CONFIG_PATH from environmentMaxwell Huang-Hobbs2016-04-021-1/+6
| | | | (cherry picked from commit 32391ffd73904a3e397ed942ff6cd35c179239eb)
* doc/base/classes.xml: String.match, Node.find_nodeJosh Grams2016-04-021-2/+3
| | | | | | Clarify wildcard behavior. (cherry picked from commit ef08fed277f457249ae4058f2a391bc9e2ebe5bb)
* Fixed numbers not highlighting after spacePaulb232016-04-021-1/+1
| | | | (cherry picked from commit cd07badee3c198d295354f4e35b6bdc73622dbcc)
* Stopped save scene flicker, issue 4118Paulb232016-04-021-2/+6
| | | | (cherry picked from commit 9d74b76a69b1fda38d8e0fc5a7460c79ad276420)
* Fix GDScript crash when call show/hide in func _exit_treesanikoyes2016-04-021-2/+2
| | | | (cherry picked from commit 0c6f089ce4068c02514261c8a40e231c3779b9d5)
* Syntax highlighting for numbersPaulb232016-04-024-2/+39
| | | | (cherry picked from commit c844c2d604ab7e8824659e1f6b6011039a552cbe)
* Expose android/shutdown_adb_on_exit parameter and default to trueRémi Verschelde2016-04-021-0/+1
| | | | | | | | | | It was added in 30d0ca9 for the Steam build but only enabled when parsing a ._sc_ file that would define it. It is now available for all users to toggle, in and outside of Steam. Fixes #4073. (cherry picked from commit c58494038702876403687e5b76a100f077b8d9b3)
* BoxContainer: Bind method add_spacer(bool)Ignacio Etcheverry2016-04-021-0/+1
| | | | (cherry picked from commit 0571f961a8758139fdcb34211d80c855dad8c3c6)
* TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry2016-04-021-0/+7
| | | | (cherry picked from commit abb720438fcdc2c9e4d82bf28cbcfcd78bb7d001)
* Fixes #3942 - Throws an error when exporting for X11 with no filenamedemolitions2016-04-021-1/+8
| | | | (cherry picked from commit fb58bafc540de18c94ebd4939547e3b564982a1b)
* Fix issues with tilemap covering child nodes and old quadrantsBojidar Marinov2016-04-021-0/+9
| | | | | | Closes #4070 (cherry picked from commit 2a581835cab08aef79136ed7b765e25db546bba1)
* Fix for #4014, changed to 2 instead of 3 chars to trigger searchdemolitions2016-04-021-1/+1
| | | | (cherry picked from commit 4e59d1c51fc504acf03e4287c13b4d4a6971207d)
* Option to toggle tab drawingPaulb232016-04-022-1/+3
| | | | (cherry picked from commit 0fc7be89d3d85e35a42e4b33f619f53c92694a76)
* Add -r flag to adb install for keep app user datasanikoyes2016-04-021-0/+1
| | | | (cherry picked from commit 9e026fecef94c5bc52ecddf6db5ec60c76b2e3be)
* Fix cursor getting locked on tree control if tree is cleared while modifying ↵Saracen2016-04-021-1/+9
| | | | | | numerical element. (cherry picked from commit 44fe74bfc3df6ac8251ebc4b678c99a7ad122dbb)
* Fixed highlighting when word occurs as substring firstPaulb232016-04-021-8/+14
| | | | (cherry picked from commit 9c0e1524e56a3d38bf5ab281939770e806ac24e9)
* Fixed highliting with shift and mousePaulb232016-04-021-5/+2
| | | | (cherry picked from commit 4cc3fbeaffcffe5fe834b2b2afda18661836f769)
* Highlight all occurrences of selected wordPaulb232016-04-024-0/+65
| | | | (cherry picked from commit b0488cacf27cb98c4a0dd58661c83262236e18a0)
* Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho2016-04-023-3/+7
| | | | (cherry picked from commit 4a0f835ece40db45f1705761cd492bd34e8c4630)
* LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry2016-04-022-0/+11
| | | | (cherry picked from commit fac027cb14a730c1d8cca080dad733663c287a2d)
* TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry2016-04-021-80/+46
| | | | (cherry picked from commit 4dfd0c1863fca80ddc35b6bcacf339077a0c4f54)
* Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho2016-04-022-17/+17
| | | | (cherry picked from commit 8d2a957e360bd66e02522a18161df8b35c0db0df)
* Automatically create input node when creating a ShaderGraphFranklin Sobrinho2016-04-021-5/+13
| | | | (cherry picked from commit 5ee67ba498f7c556f92ed7d4d33afdda18f92ee8)