Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-05 | Merge pull request #26664 from marxin/fix-25714-__bswap_16 | Rémi Verschelde | |
Replace usage of __bswap_16 with BSWAP16 (#25714). | |||
2019-03-05 | Merge pull request #26660 from marxin/fix-25639-audio-negative-shift | Rémi Verschelde | |
Fix #25639 by not shifting a negative value. | |||
2019-03-05 | Move YEAR definition to version.py | Rémi Verschelde | |
If it needs to be hardcoded (for the sake of reproducible builds), it should be together with the other hardcoded version info. And yeah, two months in, let's move to 2019. | |||
2019-03-05 | Merge pull request #26661 from neikeq/issue-17601 | Ignacio Etcheverry | |
Mono: Fix array field being assigned MonoArray** instead of MonoArray* | |||
2019-03-05 | Merge pull request #26657 from marxin/fix-25641-ubsan-negative-value | Rémi Verschelde | |
Fix #25641 by not shifting a negative value. | |||
2019-03-05 | Merge pull request #26642 from DrMoriarty/check_cursor_line | Rémi Verschelde | |
Check cursor line and column | |||
2019-03-05 | Merge pull request #26626 from rluders/misleading-error-message-export | Rémi Verschelde | |
Fixing misleading error message when trying to export | |||
2019-03-05 | Replace usage of __bswap_16 with BSWAP16 (#25714). | marxin | |
2019-03-05 | Merge pull request #26655 from merumelu/assetlib-video-overlay | Rémi Verschelde | |
AssetLib: convert video thumbnails to RGBA8 | |||
2019-03-05 | Merge pull request #26654 from merumelu/doc-makerst-vararg | Rémi Verschelde | |
makerst: make vararg methods look the same as in editor help | |||
2019-03-05 | Merge pull request #26643 from KoBeWi/readd_script_with_no_reselect | Rémi Verschelde | |
Fix attaching script after removing one | |||
2019-03-05 | Mono: Fix array field being assigned MonoArray** instead of MonoArray* | Ignacio Etcheverry | |
Fixes #17601 | |||
2019-03-05 | Fixes misleading error message when trying to export | Ricardo Lüders | |
This patch fixes the misleading error message when users try to "export all" into an invalid destination path. Closes #26539 | |||
2019-03-05 | Fix #25639 by not shifting a negative value. | marxin | |
2019-03-05 | Fix #25641 by not shifting a negative value. | marxin | |
2019-03-05 | AssetLib: convert video thumbnails to RGBA | merumelu | |
Image::blend_rect only works with images that have the same format. | |||
2019-03-05 | makerst: make vararg methods look the same as in editor help | merumelu | |
2019-03-05 | Merge pull request #26652 from YeldhamDev/filesys_dock_icon_fix | Rémi Verschelde | |
Fix FileSystem dock's item view button starting with the wrong icon | |||
2019-03-05 | Fix FileSystem dock's item view button starting with the wrong icon | Michael Alexsander Silva Dias | |
2019-03-05 | Merge pull request #26639 from YeldhamDev/tileeditor_coordnav_disable | Rémi Verschelde | |
Disable coord navigation buttons in TileSet editor when no texture is selected | |||
2019-03-05 | Merge pull request #26638 from KoBeWi/fix_audio_stream_player | Rémi Verschelde | |
Pause AudioStreamPlayer on SceneTree pause | |||
2019-03-05 | Merge pull request #26636 from YeldhamDev/doc_todo_changes | Rémi Verschelde | |
Remove "TODO" instances in the docs | |||
2019-03-05 | Merge pull request #26635 from bruvzg/js_preview_url_fix | Rémi Verschelde | |
Fix HTML5 quick preview URL | |||
2019-03-05 | Merge pull request #26622 from pyrophone/TilesetPreviewFix | Rémi Verschelde | |
Fixed Tileset preview stretching textures | |||
2019-03-05 | Merge pull request #26631 from YeldhamDev/filesys_fixes | Rémi Verschelde | |
Fix general issues with filesystem-related UI components in the editor | |||
2019-03-05 | Allow to attach script when there's no 'selected node', but selection exists | Tomasz Chabora | |
2019-03-05 | Check cursor line and column | Vasiliy Makarov | |
Added a trivial check if cursor.line and cursor.column are valid. Fix #26245 | |||
2019-03-05 | Fixed Tileset preview stretching textures | Gio Aleman | |
2019-03-05 | Disable coord navigation buttons in TileSet editor when no texture is selected | Michael Alexsander Silva Dias | |
2019-03-05 | Pause AudioStreamPlayer on SceneTree pause | Tomasz Chabora | |
2019-03-05 | Remove "TODO" instances in the docs | Michael Alexsander Silva Dias | |
2019-03-05 | Fix HTML5 quick preview URL | bruvzg | |
2019-03-05 | Fix general issues with filesystem-related UI components in the editor | Michael Alexsander Silva Dias | |
2019-03-05 | Merge pull request #26629 from bojidar-bg/18386-object-callv-errors | Rémi Verschelde | |
Print errors comming from callv | |||
2019-03-05 | Use accumulated input by default, fixes #26395 | Juan Linietsky | |
2019-03-05 | Merge pull request #26630 from Xrayez/spatial-mouse-uncapture | Rémi Verschelde | |
Ensure to disable freelook when leaving spatial editor | |||
2019-03-05 | Fix typo in @marxin's name | Rémi Verschelde | |
2019-03-05 | Ensure to disable freelook when leaving spatial editor | Andrii Doroshenko (Xrayez) | |
Fixes and prevents the problem with mouse getting stuck in MOUSE_MODE_CAPTURED when switching to canvas item editor plugin by any means other than manually (with mouse). | |||
2019-03-05 | Print errors comming from callv | Bojidar Marinov | |
Fixes #18386 | |||
2019-03-05 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @cart, @homer666, @KidRigger, @marxin, @swenner Thanks to all contributors and donors for making Godot possible! Updated .mailmap for a better output in `git shortlog -s -n -e --no-merges`. [ci skip] | |||
2019-03-05 | Merge pull request #26619 from samgreen/ios_microphone_hotfix | Rémi Verschelde | |
Remove microphone from export options and distribution plist | |||
2019-03-04 | Remove microphone from export options and distribution plist | Sam Green | |
2019-03-05 | Merge pull request #26614 from MarianoGnu/tileset_editor | Hein-Pieter van Braam | |
TileSet/TileMap: Decompose solid non-convex polygons into convexes. | |||
2019-03-04 | TileSet/TileMap: Decompose solid non-convex polygons into convexes. Real fix ↵ | Mariano Suligoy | |
for #24003 | |||
2019-03-04 | Make sure ResurceLoader.exists works on imported files, fixes #23555 | Juan Linietsky | |
2019-03-05 | Merge pull request #26599 from MarianoGnu/fix_25817 | Rémi Verschelde | |
TileSetEditor: Expose to the user OneWayCollision+Margin properties. | |||
2019-03-04 | Merge pull request #26612 from akien-mga/mkdir-system-data-path | Rémi Verschelde | |
Fix creating editor data, config and cache paths | |||
2019-03-04 | Ensure shader is not set if code did not change | Juan Linietsky | |
2019-03-04 | Fix creating editor data, config and cache paths | Rémi Verschelde | |
We used to abort if the system-specific data folder (e.g. `~/.local` or `%APPDATA%`) is missing, but the next code chunk actually creates it with `make_dir_recursive` if missing. Fixes #26598. | |||
2019-03-04 | Merge pull request #26587 from KoBeWi/undo_visibility_AABB | Rémi Verschelde | |
Add UndoRedo for Generate Visibility AABB (Particles) |