aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Make tween able to be used as before (without the need for ":...")Bojidar Marinov2017-11-222-7/+12
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #13174
* | | | | | | | | | | | | | i18n: Add support for Serbin (Cyrillic) localeRémi Verschelde2017-11-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | i18n: Sync translation templates with current sourceRémi Verschelde2017-11-2237-7071/+15975
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2017-11-2217-2099/+9201
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds Serbian (Cyrillic) translation.
* | | | | | | | | | | | | Merge pull request #13176 from bojidar-bg/allow-subproperty-setJuan Linietsky2017-11-222-3/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix combatibility with older .scn files
| * | | | | | | | | | | | | Fix combatibility with older .scn filesBojidar Marinov2017-11-222-3/+9
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #13161 from Hinsbart/mono_caseRémi Verschelde2017-11-2213-483/+483
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | Mono: Use PascalCase in core types.
| * | | | | | | | | | | | | Mono: Use PascalCase in core types.Andreas Haas2017-11-2113-483/+483
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #12371 from donkeybonks/color-lighten-darkenRémi Verschelde2017-11-223-0/+48
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Color.lighten and Color.darken (like LESS.css or SASS) #2
| * | | | | | | | | | | | | | Add Color.lightened and Color.darkened (like LESS.css or SASS)Kyle Van Berendonck2017-11-213-0/+48
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #13151 from akien-mga/basis-vector3-constructorRémi Verschelde2017-11-222-12/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly implement Basis constructor using Vector3 of Euler angles
| * | | | | | | | | | | | | | | Properly implement Basis constructor using Vector3 of Euler anglesRémi Verschelde2017-11-212-12/+9
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #13104.
* | | | | | | | | | | | | | | Merge pull request #13146 from hoelzl/pr-add-ehsc-flag-for-vcRémi Verschelde2017-11-221-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add explicit exception model flag for Visual C++
| * | | | | | | | | | | | | | | Add explicit exception model flag for Visual C++Matthias Hoelzl2017-11-211-0/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #13130 from endragor/gdnative-android-exportRémi Verschelde2017-11-213-51/+97
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Proper GDNative export on Android
| * | | | | | | | | | | | | | | | Proper GDNative export on AndroidRuslan Mustakov2017-11-213-51/+97
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #13153 from YeldhamDev/remote_relationshipsRémi Verschelde2017-11-211-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | Fixed the Remote tab not complying with the "Draw Relationship Lines" setting
| * | | | | | | | | | | | | | | | Fixed the Remote tab not complying with the "Draw Relationship Lines" setting.Michael Alexsander Silva Dias2017-11-211-0/+9
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-2123-239/+413
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | / / / / / / / / / / / | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | Allow for getting/setting "dotted" properties of objects
| * | | | | | | | | | | | | | Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-2123-241/+411
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Performance is around the same as using pure set() through GDScript.
| * | | | | | | | | | | | | | Make Tween::interpolate_property's able to get() the initial valueBojidar Marinov2017-11-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To use this behavior, pass `null` in place of the initial_value parameter.
* | | | | | | | | | | | | | | Merge pull request #13149 from touilleMan/gdnative-fix-scsub-generatorThomas Herzog2017-11-211-10/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDNative] fix gdnative_api_struct.gen.h generation
| * | | | | | | | | | | | | | | Fix&prettify gdnative_api_struct.gen.h GDNATIVE_API_INIT macro generationEmmanuel Leblond2017-11-211-10/+18
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #13145 from AndreaCatania/gravRémi Verschelde2017-11-211-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | Set gravity on change body mode
| * | | | | | | | | | | | | | Set gravity on change body modeAndreaCatania2017-11-211-0/+2
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #13140
* | | | | | | | | | | | | | Merge pull request #11895 from m4nu3lf/rendering/separate_threadJuan Linietsky2017-11-216-1236/+347
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore rendering on a separate thread
| * | | | | | | | | | | | | | CommandQueueMT doesn't lock during command executionm4nu3lf2017-11-183-1197/+340
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Restore rendering on a separate threadm4nu3lf2017-11-183-39/+7
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #11933 from cxong/masterJuan Linietsky2017-11-216-18/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | Use "Command" instead of "Meta" for macOS (#1619)
| * | | | | | | | | | | | | | Use "Command" for OSX in translation strings (#1619)Cong2017-10-133-6/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Use "Command" instead of "Meta" for macOS (#1619)Cong2017-10-083-12/+40
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #13121 from Krakean/change_filedialog_removedotGeorge Marques2017-11-212-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the "." and "/" (at the end of folders name) from file manage dialog (open scene, open file, ...)
| * | | | | | | | | | | | | | | Remove the "." from file manage dialog (open scene, open file, ...)Dmitry Koteroff2017-11-212-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also removed the "." from game control's FileDialog component. Also remove the "/" at the end of folders name.
* | | | | | | | | | | | | | | | Merge pull request #13132 from Chaosus/preserve_dupsignals_flagsRémi Verschelde2017-11-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserve duplicate signal flags
| * | | | | | | | | | | | | | | | Preserve duplicate signal flagsChaosus2017-11-211-1/+1
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #13133 from endragor/resurrect-file-loggingRémi Verschelde2017-11-2119-81/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return and repair file logging
| * | | | | | | | | | | | | | | | Return and repair file loggingRuslan Mustakov2017-11-2119-81/+60
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And make it configurable, too.
* | | | | | | | | | | | | | | | Merge pull request #13134 from Chaosus/fixinvalidscrollRémi Verschelde2017-11-211-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix invalid scroll
| * | | | | | | | | | | | | | | | Fix invalid scrollChaosus2017-11-211-1/+4
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #12590 from poke1024/bsearchRémi Verschelde2017-11-217-0/+110
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add bsearch and bsearch_custom to Array
| * | | | | | | | | | | | | | | | Add bsearch and bsearch_custom to Arraypoke10242017-11-217-0/+110
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #12573 from poke1024/macostouchpadRémi Verschelde2017-11-2121-132/+548
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Native pan and zoom for macOS + InputEventGesture
| * | | | | | | | | | | | | | | | | Native pan and zoom for macOSBernhard Liebl2017-11-2121-132/+548
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #13136 from BastiaanOlij/gdnative_export_libraryThomas Herzog2017-11-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Revert this change, we need to export symbols on the library side
| * | | | | | | | | | | | | | | | Revert this change, we need to export symbols on the library sideBastiaan Olij2017-11-211-1/+1
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Fix loop of scene tabs updatesRémi Verschelde2017-11-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was a regression of f8e8b7d1a231bb5e54abd3c7ed26a76fcb8a89cd, thanks to @dragmz for finding it.
* | | | | | | | | | | | | | | | Merge pull request #13123 from vnen/editor-help-linksRémi Verschelde2017-11-211-13/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Add extra link tags for editor help
| * | | | | | | | | | | | | | | Add extra link tags for editor helpGeorge Marques2017-11-201-13/+32
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now [member], [enum], and [signal] tags give links to their respective definitions.
* | | | | | | | | | | | | | | Merge pull request #13120 from MillionOstrich/filesystem-rmb-separatorRémi Verschelde2017-11-211-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix extra separator in filesystem dock right click menu
| * | | | | | | | | | | | | | | Fix extra separator in filesystem dock right click menuMillionOstrich2017-11-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-order add_separator calls to stop adding an extra separator if no item was selected. It is possible for no items to be selected by right clicking the ".." item.