Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-05 | Replace usage of __bswap_16 with BSWAP16 (#25714). | marxin | |
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 | 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) | |||
2019-03-04 | Merge pull request #26607 from ptrojahn/translationescape | Rémi Verschelde | |
Unescape translations in CSV importer | |||
2019-03-04 | Merge pull request #26608 from dragmz/fix22231 | Rémi Verschelde | |
Calculate inputs count from arg types instead of names | |||
2019-03-04 | calculate inputs count from arg types instead of names | Marcin Zawiejski | |
2019-03-04 | Some clean up to previous commit. | Juan Linietsky | |
2019-03-04 | Unescape translations in CSV importer | Paul Trojahn | |
Fixes #25361 | |||
2019-03-04 | Add UndoRedo for Generate AABB (Particles) | Tomasz Chabora | |
2019-03-04 | Remove the "Open Editor" button, it will open automatically. | Juan Linietsky | |
2019-03-04 | Merge pull request #26592 from clayjohn/noisetexture_strength | Rémi Verschelde | |
Changed default noisetexture strength | |||
2019-03-04 | Merge pull request #26604 from bojidar-bg/25889-vs-parameters-empty | Rémi Verschelde | |
Fix default values not being read correctly in VisualScript | |||
2019-03-04 | Fix and restore text, material and mesh previewers. | Juan Linietsky | |
2019-03-04 | Fix default values not being read correctly in VisualScript | Bojidar Marinov | |
Fixes #25889 | |||
2019-03-04 | Merge pull request #26591 from neikeq/oi | Rémi Verschelde | |
Mono: Add option to print MSBuild output and improve out of sync error | |||
2019-03-04 | TileSetEditor: Expose to the user OneWayCollision+Margin properties. Fixes ↵ | Mariano Suligoy | |
#25817. | |||
2019-03-04 | changed default noisetexture strength | clayjohn | |
2019-03-04 | Merge pull request #26590 from Chaosus/fix_sprite_region_crash | Rémi Verschelde | |
Fix editor crash when converting sprite to 2D mesh | |||
2019-03-04 | Merge pull request #26567 from clayjohn/pixel_snap_artifact | Rémi Verschelde | |
Fixed pixel snap precision artifact | |||
2019-03-04 | Merge pull request #26586 from akien-mga/tinyexr-65f9859 | Rémi Verschelde | |
tinyexr: Sync with upstream 65f9859 | |||
2019-03-04 | fixed pixel snap precision artifact | clayjohn | |