aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15301 from YeldhamDev/curve_menu_fixRémi Verschelde2018-01-041-20/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small fixes for the Curve Editor's context menu
| * | | | | | | | | | | | | | | | | | | | | | | | Small fixes for the Curve Editor's context menu.Michael Alexsander Silva Dias2018-01-031-20/+3
| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Fix crash in OS::execute on FreeBSDRémi Verschelde2018-01-044-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As spotted by @robfram, closes #15288. Also reviewed other uses of `if (String.find(.*))` for potential similar mistakes, found a wrong (and useless) one in ScriptEditorDialog.
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15135 from YeldhamDev/change_node_dialogRémi Verschelde2018-01-043-9/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made the Create Dialog be clearer when it's changing a type of something
| * | | | | | | | | | | | | | | | | | | | | | | | | Made the Create Dialog be clearer when it's changing a type of something.Michael Alexsander Silva Dias2018-01-033-9/+26
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15170 from ibrahn/fix-particle-leakRémi Verschelde2018-01-041-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | RasterizerStorageGLES3, delete particle objects freed by RID
| * | | | | | | | | | | | | | | | | | | | | | | | RasterizerStorageGLES3, delete particle objects freed by RIDIbrahn Sahir2018-01-031-0/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #15151
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-0415-38/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | renames "z" Node2D property to "z_index"
| * | | | | | | | | | | | | | | | | | | | | | | | #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-0315-38/+38
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15280 from poke1024/ringbuffer-cowRémi Verschelde2018-01-041-8/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Avoid redundant copy-on-writes in RingBuffer
| * | | | | | | | | | | | | | | | | | | | | | | Avoid redundant copy-on-writes in RingBufferBernhard Liebl2018-01-031-8/+9
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Avoid crashes in skeletonJuan Linietsky2018-01-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15304 from godotengine/revert-15051-bug-fixesJuan Linietsky2018-01-033-33/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | Revert "Add missing image format RGB10A2. Fixes #14964"
| * | | | | | | | | | | | | | | | | | | | | | Revert "Add missing image format RGB10A2. Fixes #14964"Juan Linietsky2018-01-033-33/+1
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #15279 from volzhs/android-update-buildRémi Verschelde2018-01-033-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update android build tool to latest
| * | | | | | | | | | | | | | | | | | | | | | Update android build tool to latestvolzhs2018-01-033-4/+4
| | |_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Fix broken Info.plist after copyright updateRazah2018-01-034-3/+6
| |_|_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15293. + related misc fixes by @akien-mga.
* | | | | | | | | | | | | | | | | | | | | Merge pull request #15257 from sersoong/master-addshowscriptRémi Verschelde2018-01-032-1/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Show In File System to script editor tabs
| * | | | | | | | | | | | | | | | | | | | | Add Show In File System to script editor tabssersoong2018-01-022-1/+12
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #15126 from poke1024/code-editor-autowrap-errorRémi Verschelde2018-01-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make code editor's error display autowrap
| * | | | | | | | | | | | | | | | | | | | | Make code editor's error display autowrapBernhard Liebl2018-01-031-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | doc: Sync classref with current sourceRémi Verschelde2018-01-0318-102/+268
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Remove too verbose printf statements from VideoStreamTheorasamvila2018-01-031-9/+0
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #15224 from volzhs/fix-duplicate-fileRémi Verschelde2018-01-031-6/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix duplicating file or folder
| * | | | | | | | | | | | | | | | | | | | | Fix duplicating file or foldervolzhs2018-01-011-6/+8
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15206
* | | | | | | | | | | | | | | | | | | | | Merge pull request #15220 from ibrahn/variantcall-defargs-fixRémi Verschelde2018-01-031-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix VariantCall default parameter ordering
| * | | | | | | | | | | | | | | | | | | | | fix VariantCall default parameter orderingIbrahn Sahir2017-12-311-2/+3
| |/ / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge pull request #15114 from capnm/fix-bad-lightmap-crashRémi Verschelde2018-01-033-1/+166
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid thekla_unwrap crash
| * | | | | | | | | | | | | | | | | | | | | Add thekla_atlas/godot-changes.patchMartin Capitanio2017-12-311-0/+154
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Avoid thekla_unwrap crashMartin Capitanio2017-12-312-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Godot crashed here sometimes by generating the uv map.
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #15225 from volzhs/lock-group-invisible-nodeRémi Verschelde2018-01-031-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix lock or group with invisible node
| * | | | | | | | | | | | | | | | | | | | | | Fix lock or group with invisible nodevolzhs2018-01-011-4/+4
| | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15205
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #15157 from Noshyaar/prdocsRémi Verschelde2018-01-033-6/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Minor docs fix
| * | | | | | | | | | | | | | | | | | | | | | Minor docs fixPoommetee Ketson2017-12-313-6/+7
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15192 from volzhs/expose-quit-on-go-backRémi Verschelde2018-01-031-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bind SceneTree::set_quit_on_go_back() to gdscript
| * | | | | | | | | | | | | | | | | | | | | | | Bind SceneTree::set_quit_on_go_back() to gdscriptvolzhs2017-12-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15189
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15185 from damarindra/masterRémi Verschelde2018-01-032-13/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve : ease of use TileSet Editor
| * | | | | | | | | | | | | | | | | | | | | | | | Improve : ease of use TileSet Editordamarindra2018-01-022-13/+57
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15226 from volzhs/copy-resourceRémi Verschelde2018-01-031-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy resource with specific extension
| * | | | | | | | | | | | | | | | | | | | | | | | Copy resource with specific extensionvolzhs2018-01-011-1/+2
| | |_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15169
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15161 from volzhs/tween-followRémi Verschelde2018-01-031-45/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Tween follow not working
| * | | | | | | | | | | | | | | | | | | | | | | | Fix Tween follow not workingvolzhs2017-12-291-45/+38
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regression from 7609efe7571733a38a4c372d9c69ea9c71601936
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15092 from ↵Rémi Verschelde2018-01-032-2/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | guilhermefelipecgs/fix_infinite_loop_on_splash_screen Fix infinite loop on splash screen on tiling windows managers
| * | | | | | | | | | | | | | | | | | | | | | | | Fix infinite loop introduced by 6f3486c4 on tiling windows managersGuilherme Silva2017-12-272-2/+50
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15127 from poke1024/smooth-scroll-playRémi Verschelde2018-01-031-4/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove some lagginess from TextEdit's smooth scrolling
| * | | | | | | | | | | | | | | | | | | | | | | | Remove some lagginess from TextEdit's smooth scrollingBernhard Liebl2017-12-281-4/+19
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15103 from poke1024/lineedit-key-up-downRémi Verschelde2018-01-031-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support KEY_UP and KEY_DOWN in LineEdit
| * | | | | | | | | | | | | | | | | | | | | | | | Support KEY_UP and KEY_DOWN in LineEditBernhard Liebl2017-12-271-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15132 from RandomShaper/fix-multiple-finishRémi Verschelde2018-01-032-8/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix AnimationPlayer redundantly signaling finish
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix AnimationPlayer redundantly signaling finishPedro J. Estébanez2017-12-282-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now it will emit only when actually going from not-finished-yet to finished, as has always been the case. The bug was a side effect of 2d2467c0ff8ba05f492cefef3adbcd5513bbd8dd.