summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-25Merge pull request #32824 from lupoDharkael/replace-nextRémi Verschelde
Code editor: select next occurrence after Replace
2019-10-25Merge pull request #32835 from RobKohr/default-convert_indent_on_save-to-trueRémi Verschelde
set convert_indent_on_save to default to true
2019-10-25Merge pull request #32847 from Calinou/fix-editor-path-icon-theme-changeRémi Verschelde
Fix the editor path icon when switching from dark to light theme
2019-10-25Merge pull request #32870 from bergmannf/27850_rtl_bold_italicRémi Verschelde
Add push_* methods for fonts in rich_text_label
2019-10-25Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacingRémi Verschelde
Allow mixed tabs and spaces when indentation does not depend on tab size
2019-10-25Merge pull request #33074 from Calinou/doc-projectsettings-overrideRémi Verschelde
Document `override.cfg` behavior in the ProjectSettings class
2019-10-25Merge pull request #32946 from DavidSichma/fav-dragRémi Verschelde
Made favorites dragable
2019-10-25Document `override.cfg` behavior in the ProjectSettings classHugo Locurcio
2019-10-25Merge pull request #33070 from Faless/net/fix_connectRémi Verschelde
Use WSAConnect instead of connect on Windows.
2019-10-25Merge pull request #33069 from Faless/mp/fix_cache_cleanupRémi Verschelde
MultiplayerAPI cleanup cache when peer disconnects
2019-10-25Use WSAConnect instead of connect on Windows.Fabio Alessandrelli
The misterious windows networking stack... Using connect instead of WSAConnect causes socket error 10022 under certain conditions. See: https://github.com/godotengine/webrtc-native/ (issue 6) Having to guess, code path for connect is different then WSAConnect with NULL extra parameters. The only reference about weird error with this code mentions something called "Windows Filtering Platform" but windows internals are, as always, obscure. This might be something to try and report to Microsoft if anyone has the time to spare with the likely outcome of being ignored.
2019-10-25MultiplayerAPI cleanup cache when peer disconnectsFabio Alessandrelli
We used to only cleanup path_get_cache and not path_send_cache causing issues when a peer disconnects and then reconnects with the same ID.
2019-10-25Merge pull request #33065 from Calinou/textedit-fix-background-colorRémi Verschelde
Fix the default TextEdit background color
2019-10-25Merge pull request #33060 from bruvzg/ios_zlibRémi Verschelde
Fix missing `z_verbose` and `z_error` symbols in the debug iOS build.
2019-10-25Merge pull request #33064 from yeonghoey/mingw-secure-api-32Rémi Verschelde
Specify MINGW_HAS_SECURE_API=1
2019-10-25Fix the default TextEdit background colorHugo Locurcio
This closes #32724.
2019-10-25Fix missing `z_verbose` and `z_error` symbols in debug iOS build.bruvzg
2019-10-25Allow mixed tabs and spaces when indentation does not depend on tab sizeBojidar Marinov
(hopefully) Closes #30937, fixes #32612
2019-10-25Merge pull request #32951 from Klowner/tween-follow-null-bugRémi Verschelde
fix Tween follow_property finishing with null
2019-10-25Specify MINGW_HAS_SECURE_API=1Yeongho Kim
2019-10-25Merge pull request #33048 from KoBeWi/smarts_vs_gridsRémi Verschelde
Make Ruler Tool depend on grid snap only
2019-10-25Merge pull request #33046 from zatherz/masterRémi Verschelde
Don't terminate search if begin_key doesn't fit (Fixes #33034)
2019-10-25Merge pull request #33043 from volzhs/ruler-zoomRémi Verschelde
Fix ruler origin is moving with zoom
2019-10-25Merge pull request #32326 from starryalley/ios_get_model_nameRémi Verschelde
ios: support get_model_name
2019-10-25Merge pull request #33051 from volzhs/inspector-styleboxRémi Verschelde
Make stylebox preview not to expand Inspector panel
2019-10-25Merge pull request #33045 from nekomatata/cpu-particle-uninitialized-memberRémi Verschelde
Fixed emitting not initialized correctly in cpu particles 2d/3d
2019-10-25Merge pull request #33021 from 20kdc/doc-animationplayer-quirksRémi Verschelde
Document AnimationPlayer's quirks in regards to late updates
2019-10-25Merge pull request #33041 from volzhs/help-font-sizeRémi Verschelde
Recalculate margin based on help source font size
2019-10-25Make stylebox preview not to expand Inspector panelvolzhs
2019-10-24Make Ruler Tool depend on grid snap onlyTomasz Chabora
2019-10-25Fix ruler origin is moving with zoomvolzhs
2019-10-24Don't terminate search if begin_key doesn't fitZatherz
Previously this code would continue onto the next iteration of the loop if the line was smaller in size than begin_key, meaning that a situation where begin_key.length() > end_key.length() would cause weird behavior with newlines. Now both the checks for begin_key and end_key are in their own condition and do not skip the entire iteration if they can't be found.
2019-10-24Fixed emitting not initialized correctly in cpu particles 2d/3dPouleyKetchoupp
Fixes uninitialized variable caused by PR #32921
2019-10-24Document AnimationPlayer's quirks in regards to play updating on next ↵20kdc
process & similar. (Squashed Edition)
2019-10-24Merge pull request #33042 from qarmin/fix_leak_capsule_shapeRémi Verschelde
Fix leak in Physics2DServerSW
2019-10-24Merge pull request #33035 from bruvzg/macos_fix_warningsRémi Verschelde
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes`
2019-10-24Merge pull request #33036 from Faless/js/no_ecma6Rémi Verschelde
Remove ECMAScript 6 "arrow operator".
2019-10-25Recalculate margin based on help source font sizevolzhs
2019-10-24Fix leak in Physics2DServerSWRafał Mikrut
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` ↵bruvzg
for macOS CI.
2019-10-24Merge pull request #33029 from akien-mga/rm-rf-slashRémi Verschelde
Fix uninstallation of mono templates directory
2019-10-24Remove ECMAScript 6 "arrow operator".Fabio Alessandrelli
We don't need it, it's not well supported by compilers, and it was a mistake in the first place.
2019-10-24Merge pull request #33033 from volzhs/fix-tooltipRémi Verschelde
Fix rendering tooltip
2019-10-24Merge pull request #33031 from volzhs/inspector-fontRémi Verschelde
Fix incorrect text rendering with smaller display scale
2019-10-24Merge pull request #33030 from Xrayez/vformat-err-msgRémi Verschelde
Display error messages in console when vformat is called
2019-10-24Fix rendering tooltipvolzhs
2019-10-24Fix incorrect text rendering with smaller display scalevolzhs
2019-10-24Display error messages in console when vformat is calledAndrii Doroshenko (Xrayez)
2019-10-24Fix uninstallation of mono templates directoryRémi Verschelde
The previous code didn't take into account that templates directories can have subdirectories like the mono templates have. Also fix an unclosed dir handle.
2019-10-24Merge pull request #33028 from bruvzg/mac_dock_proj_listRémi Verschelde
[macOS ] Project manager dock menu improvements.