Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-13 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-13 | doc: Sync classref with current source | Rémi Verschelde | |
Also apply clang-format. | |||
2019-12-13 | Merge pull request #34310 from qarmin/shift_operators | Rémi Verschelde | |
Don't allow to use too big or too small shift count | |||
2019-12-13 | Merge pull request #34287 from Xrayez/tween-trans-ease-default | Rémi Verschelde | |
Provide default Tween values for transition and easing types | |||
2019-12-13 | Merge pull request #34323 from timothyqiu/i18n | Rémi Verschelde | |
Make more editor strings translatable | |||
2019-12-13 | Merge pull request #34235 from timothyqiu/menu-scroll | Rémi Verschelde | |
Fixes long popup menu scroll behavior | |||
2019-12-13 | Merge pull request #34189 from aaronfranke/mesh-aabb | Rémi Verschelde | |
Expose Mesh get_aabb | |||
2019-12-13 | Make more editor strings translatable | Haoyu Qiu | |
2019-12-13 | Merge pull request #34016 from ↵ | Rémi Verschelde | |
norton-corbett/hotfix/tileset-editor-point-grabbing Fix TileSet Editor polygon point grabbing | |||
2019-12-13 | Merge pull request #34304 from Calinou/improve-editor-shortcuts-search | Rémi Verschelde | |
Don't search in unassigned shortcut labels in the editor shortcuts | |||
2019-12-13 | Merge pull request #34295 from aaronfranke/potato-knishes | Rémi Verschelde | |
[Mono] Fix string Find methods having reversed case sensitivity | |||
2019-12-13 | Merge pull request #34315 from YeldhamDev/editor_theme_optionbutton_arrow | Rémi Verschelde | |
Fix OptionButton's arrow margin in editor theme | |||
2019-12-13 | Merge pull request #34314 from YeldhamDev/button_internal_margin_clip | Rémi Verschelde | |
Make Button and co. take internal margins into account when clipping text | |||
2019-12-12 | Fix OptionButton's arrow margin in editor theme | Michael Alexsander | |
2019-12-12 | Merge pull request #34309 from Muller-Castro/VarDeclFix | Rémi Verschelde | |
Fixed HTTPClient.xml:115 and 121 variant declaration | |||
2019-12-12 | Make Button and co. take internal margins into account when clipping text | Michael Alexsander | |
2019-12-12 | Merge pull request #34306 from Catchawink/master | Rémi Verschelde | |
Fixed an issue with recording audio. | |||
2019-12-12 | Don't allow to use too big or too small shift operators | Rafał Mikrut | |
2019-12-12 | Fixed HTTPClient.xml:115 and 121 variant declaration | Muller-Castro | |
2019-12-12 | Fixed an issue with recording audio. | Catchawink | |
Prior to this fix, AudioEffectRecordInstance::init() was called before recording_active is set to true in AudioEffectRecord::set_recording_active(). This was setting is_recording to false in AudioEffectRecordInstance, because is_recording updates to the value of recording_active in AudioEffectRecordInstance::_io_thread_process(). To fix this issue, AudioEffectRecordInstance::init() is now called after recording_active is set to true. | |||
2019-12-12 | Don't search in unassigned shortcut labels in the editor shortcuts | Hugo Locurcio | |
This also fades out shortcut labels for unassigned shortcuts, which makes for easier visual grepping. This closes #33299. | |||
2019-12-12 | Merge pull request #34286 from bojidar-bg/31818-cast-autocomplete | Rémi Verschelde | |
Fix GDScript autocompletion with "as" or typed variables | |||
2019-12-12 | Merge pull request #34277 from aaronfranke/mono-format | Rémi Verschelde | |
Code formatting for the Mono module | |||
2019-12-12 | Merge pull request #34298 from timothyqiu/lines-32736 | Rémi Verschelde | |
Fixes crash after remove_line in RichTextLabel | |||
2019-12-12 | Merge pull request #34299 from Chaosus/vs_fix_port | Yuri Roubinsky | |
Added missed enum constant VisualShaderNodeTexture::SOURCE_PORT | |||
2019-12-12 | Added missed enum constant VisualShaderNodeTexture::SOURCE_PORT | Yuri Roubinsky | |
2019-12-12 | Fixes crash after remove_line in RichTextLabel | Haoyu Qiu | |
`ItemFrame` always have a line. | |||
2019-12-12 | Fix string Find methods having reversed case sensitivity | Aaron Franke | |
2019-12-12 | CharFXTransform: Drop unnecessary get_value_or() | Rémi Verschelde | |
See https://github.com/godotengine/godot/pull/23658#issuecomment-562706669 The method was implemented back when Dictionary.get(key, default) did not exist, but now that it does we do not need a custom method in CharFXTransform. It's a new feature in 3.2, so does not break compat with 3.1.x. | |||
2019-12-12 | Merge pull request #34251 from bojidar-bg/32993-lightoccluder-flip | Rémi Verschelde | |
Flip cull mode when rendering flipped Light2D and LightOccluder2D | |||
2019-12-12 | Merge pull request #34262 from clayjohn/default_point_size | Rémi Verschelde | |
Add a default POINT_SIZE | |||
2019-12-12 | Provide default Tween values for transition and easing types | Andrii Doroshenko (Xrayez) | |
TRANS_LINEAR and EASE_IN_OUT are chosen as defaults for interpolation and follow methods. | |||
2019-12-12 | Fix GDScript autocompletion with `as` or typed variables | Bojidar Marinov | |
Fixes #31818, fixes #33434 | |||
2019-12-11 | Mono formatting | Aaron Franke | |
No space for casting, add spaces inside braces, 4 space indentation, remove trailing indentation, remove BOM. | |||
2019-12-11 | Flip cull mode when rendering flipped Light2D and LightOccluder2D | Bojidar Marinov | |
Fixes #32993 | |||
2019-12-11 | Merge pull request #27792 from Giacom/fix_quat | Rémi Verschelde | |
Fixes being unable to use the Quat(Vector3) constructor | |||
2019-12-11 | Merge pull request #34282 from YeldhamDev/load_doc_absolute | Rémi Verschelde | |
Add note in 'load()' docs that the path must be absolute | |||
2019-12-11 | Add note in 'load()' docs that the path must be absolute | Michael Alexsander | |
2019-12-11 | Merge pull request #34274 from MissKraya/34186-fix | Rémi Verschelde | |
Fix for #34186: "Center Selection" in 2D editor introduces graphic bias. | |||
2019-12-11 | Fix for #34186: "Center Selection" in 2D editor introduces graphic bias. | Hannah Crawford | |
2019-12-11 | Merge pull request #34271 from vnen/gdscript-unused-class-variable-disable | Rémi Verschelde | |
Disable GDScript warning for unused class variable by default | |||
2019-12-11 | Merge pull request #34227 from akien-mga/scons-mingw-split-libmodules | Rémi Verschelde | |
SCons: Add 'split_libmodules' option to workaround linker issue | |||
2019-12-11 | SCons: Add 'split_libmodules' option to workaround linker issue | Rémi Verschelde | |
The new 'split_libmodules=yes' option is useful to work around linker command line size limitations when linking a huge number of objects. We're currently over 64k chars when linking libmodules.a on Windows with MinGW, which triggers issues as seen in #30892. Even on Linux, we can also reach linker command line size limitations by adding more custom modules. We force this option to True for MinGW on Windows, which fixes #30892. Additional changes to lib splitting: - Fix linking of the split module libs with interdependent symbols, hacking our way into LINKCOM and SHLINKCOM to set the `--start-group` and `--end-group` flags. - Fix Python 3 compatibility in `methods.split_lib()`. - Drop seemingly obsolete condition for 'msys' on 'posix'. - Drop the unnecessary 'split_drivers' as the drivers lib is no longer too big since we moved all thirdparty builds to modules. Co-authored-by: Hein-Pieter van Braam-Stewart <hp@tmm.cx> | |||
2019-12-11 | Merge pull request #33018 from Xrayez/fix-inst2dict-getters | Rémi Verschelde | |
Fix `inst2dict` calling to getters to retrieve value | |||
2019-12-11 | Disable GDScript warning for unused class variable by default | George Marques | |
2019-12-11 | Expose Mesh get_aabb | Aaron Franke | |
2019-12-11 | Merge pull request #34181 from van800/rider | Rémi Verschelde | |
Support Rider as external editor for Godot mono version | |||
2019-12-11 | Merge pull request #34261 from timothyqiu/check-34255 | Rémi Verschelde | |
Fixes infinite loop when switching editor | |||
2019-12-11 | Merge pull request #34259 from timothyqiu/validate-texture-32982 | Rémi Verschelde | |
Fixes crash after set_piece_texture with invalid texture | |||
2019-12-11 | Support Rider as External Editor | Ivan Shakhov | |