summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-29Merge pull request #28061 from guilhermefelipecgs/fix_19137Rémi Verschelde
[Input] Release keys/actions pressed if window loses focus
2019-04-29Merge pull request #28101 from MunWolf/debugger_cursorRémi Verschelde
Added a marker in text_edit that tells which row is executing.
2019-04-29Merge pull request #28104 from homer666/connections-error-dialogRémi Verschelde
Update signal connections error dialog
2019-04-29Merge pull request #28185 from KLee1248/key_remappingRémi Verschelde
Re-maps KEY_BRACELEFT/RIGHT for OSX users
2019-04-29Merge pull request #28205 from mikolasan/26937-hide-popup-menuRémi Verschelde
Hide popup menu when OptionButton is hidden
2019-04-29Merge pull request #28451 from Calinou/limit-size-manage-feature-profilesRémi Verschelde
Limit the size of the Manage Editor Feature Profiles dialog
2019-04-29Merge pull request #28281 from zqyoung1/fix-selection-undoRémi Verschelde
Fix selection undo
2019-04-29Merge pull request #28284 from Daw11/doc-link-fixRémi Verschelde
Fix the unclickable links inside the doc
2019-04-29Merge pull request #28399 from YeldhamDev/textedit_expose_tab_foldRémi Verschelde
Expose 'TextEdit's tab drawing and folding to GDScript
2019-04-29Merge pull request #28407 from erammos/debugger_inspector_fixRémi Verschelde
Debugger's inspector doesn't clear it values on every debug action
2019-04-29Merge pull request #28423 from ↵Rémi Verschelde
neikeq/dont-forget-to-think-a-name-for-this-branch C#: Deprecate accessor methods and generate correct int and float types
2019-04-29Merge pull request #28431 from SouzaGuilherme/masterRémi Verschelde
Adds flag AMBIENT_LIGHT_DISABLED to GLES2
2019-04-29Merge pull request #28435 from YeldhamDev/editorpath_menubutton_changeRémi Verschelde
Make 'EditorPath' into a proper 'MenuButton'
2019-04-29Merge pull request #28448 from ↵Rémi Verschelde
Valentactive/fix-linux-recognition-ecutable-builds-clang Fix builds made with Clang on some Linux distros (the equivalent of #23542 but for Clang)
2019-04-29Merge pull request #28470 from Calinou/fix-windows-clipboard-line-endingsRémi Verschelde
Convert line endings to CRLF in `OS.set_clipboard()` on Windows
2019-04-29Merge pull request #28452 from Sintinium/undoredo-lockRémi Verschelde
Undo support for locking and grouping for both 2D and 3D
2019-04-29Merge pull request #28480 from homer666/keyframe-fps-modeRémi Verschelde
Update edited keyframe's snap mode properly
2019-04-29Merge pull request #28507 from homer666/refresh-when-animation-storage-changedRémi Verschelde
Refresh import dock upon changing scene importer's "animation/storage" property
2019-04-29Merge pull request #18992 from aaronfranke/mono-equal-approxRémi Verschelde
[Core] [Mono] Improve and use approximate equality methods
2019-04-29Refresh import dock on change "animation/storage"homer666
2019-04-28Merge pull request #28473 from clayjohn/doc-arraymeshRémi Verschelde
Changed references to array types in arraymesh doc
2019-04-28Update edited keyframe's snap mode properlyhomer666
2019-04-27Merge pull request #28465 from ↵Rémi Verschelde
mrcdk/revert_process_and_drop_events_editor_dialog_step Reverts the change made to the editor progress dialog
2019-04-27Fix the unclickable links inside the docDaw11
Fixes #27384
2019-04-27Removed function to compute time, should not be that useful in practice.Juan Linietsky
2019-04-27changed references to array types in arraymesh docclayjohn
2019-04-27Added docs to AudioStreamPlayer for get_mix_timeJuan Linietsky
2019-04-27Added functions to further improve music timingJuan Linietsky
2019-04-27Convert line endings to CRLF in `OS.set_clipboard()` on WindowsHugo Locurcio
Windows applications typically expect CRLF line endings in clipboard content. This closes #28439.
2019-04-27Properly deal with clicking on audio stream change or stop ↵Juan Linietsky
(AudioStreamPlayer only)
2019-04-27Clean up latency related functionsJuan Linietsky
2019-04-27Merge pull request #28469 from godotengine/revert-25974-stream_stop_fadeJuan Linietsky
Revert "Fix AudioStreams::stop possibly causing a small noise"
2019-04-27Revert "Fix AudioStreams::stop possibly causing a small noise"Juan Linietsky
2019-04-27[Input] Release keys/actions pressed if window loses focusGuilherme Felipe
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> Co-authored-by: Marcelo Fernandez <marcelofg55@gmail.com>
2019-04-27Reverts the change made to the editor progress dialog in ↵MrCdK
faaecd6987ba27056b1866bc57e78a7246795c22 It was causing issues on Windows like, for example, when saving with CTRL+S the keys CTRL and S were stuck after saving and pressing only S would save the scene again until CTRL was pressed again.
2019-04-27C#: Generate the correct integer and floating point typesIgnacio Etcheverry
2019-04-26Undo support for locking and grouping for both 2D and 3DSintinium
2019-04-26Merge pull request #28433 from neikeq/lazy-load-scripts-metadataIgnacio Roldán Etcheverry
Mono: Lazily load scripts metadata file
2019-04-26Mono: Lazily load scripts metadata fileIgnacio Etcheverry
- Only load the scripts metadata file when it's really needed. This way we avoid false errors, when there is no C# project, about missing scripts metadata file.
2019-04-26Limit the size of the Manage Editor Feature Profiles dialogHugo Locurcio
This makes it more readable on large monitors.
2019-04-26fix builds made with Clang on some Linux distrosMichele Valente
This is the same as #23542 (Fix binaries incorrectly detected as shared libraries on some linux distros) but for Clang. It should be fine with Clang 4 or higher.
2019-04-26Merge pull request #28442 from akien-mga/libpng-1.6.37Rémi Verschelde
libpng: Update to upstream 1.6.37
2019-04-26libpng: Update to upstream 1.6.37Rémi Verschelde
Fixes CVE-2019-7317.
2019-04-26Merge pull request #28441 from Chaosus/vs_fixcolorYuri Roubinsky
Fix uniform title color in visual shaders(regression)
2019-04-26Fix uniform title color in visual shaders(regression)Chaosus
2019-04-25Make 'EditorPath' into a proper 'MenuButton'Michael Alexsander Silva Dias
2019-04-25Adds flag AMBIENT_LIGHT_DISABLED to GLES2Guilherme Souza
Signed-off-by: Guilherme Souza <gdsdsilva@inf.ufpel.edu.br>
2019-04-26Merge pull request #28430 from ↵Rémi Verschelde
AnthonyYoManz/issue-28186-fix-crash-on-exit-when-3d-disabled Fix Crash On Close When 3D Is Disabled
2019-04-25Fix Crash On Close When 3D Is DisabledAnthonyYoManz
2019-04-25Merge pull request #28418 from guilhermefelipecgs/fix_scrollRémi Verschelde
Fix scroll for texture_region and polygon_2d editor