Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-05 | Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-stream | Max Hilbrunner | |
Fix can't set AudioStreamPlayer stream to null | |||
2018-07-05 | Merge pull request #19637 from dragmz/19548 | Max Hilbrunner | |
Fix onready vars / vars accessing class members if _ready / _init not present | |||
2018-07-05 | Merge pull request #19735 from Paulb23/text_offset_issue_15688 | Max Hilbrunner | |
Fixed text drawing too high in TextEdit, issue 15688 | |||
2018-07-05 | Merge pull request #19351 from guilhermefelipecgs/fix_reversed_text | Max Hilbrunner | |
Fixes to the new inspector | |||
2018-07-05 | Merge pull request #19187 from Zirak/editor-autocomplete-quote | Max Hilbrunner | |
Editor autocomplete won't insert unnecessary quotes | |||
2018-07-05 | Merge pull request #18028 from gabrii/18026 | Max Hilbrunner | |
Fix #18026. Expose TextEdit::set_draw_breakpoint_gutter. | |||
2018-07-05 | Merge pull request #15881 from dertom95/EditorScenePostImport | Max Hilbrunner | |
EditorScenePostImport: added get_source_folder() and get_source_file(… | |||
2018-07-05 | added 'android_add_asset_dir('...') method to Android module gradle build config | Patrick Kaster | |
(cherry picked from commit 9190ae2be7068c8a84f60766a2f7c1da3e0bcd4b) | |||
2018-07-04 | Fixes to the new inspector | Guilherme Felipe | |
- Fix inspector dock not updating tree for main resource; - Fixes the inspector input text reverted during typing; - Add method bind for "refresh" used by MultiNodeEdit; | |||
2018-07-05 | Merge pull request #19231 from aaronfranke/mono-fposmod-to-mod | Ignacio Etcheverry | |
[Mono] Rename Fposmod to PosMod, fix output | |||
2018-07-05 | Merge pull request #19090 from toger5/prop_spinner_improovement | Max Hilbrunner | |
Prop editor input improvements | |||
2018-07-05 | Merge pull request #19183 from Nallebeorn/rename-main-scene | Max Hilbrunner | |
Update resource file project settings after renaming/moving the files | |||
2018-07-05 | Merge pull request #19279 from aaronfranke/core-fposmod-fix | Max Hilbrunner | |
[Core] [Math] Fix fposmod() function | |||
2018-07-05 | Merge pull request #19245 from swarnimarun/overwrite_fix | Max Hilbrunner | |
Fix overwrite of file/folder of same name without warning | |||
2018-07-05 | Merge pull request #19229 from RandomShaper/fix-focus-steal | Max Hilbrunner | |
Fix debugger focus stealing | |||
2018-07-05 | Merge pull request #19015 from ↵ | Max Hilbrunner | |
toger5/fixed_scrolling_with_trackpad_in_new_inspector fixed scrolling in new ispector when using trackpad pan gesture | |||
2018-07-04 | Merge pull request #18966 from chanon/new-debug-print | Max Hilbrunner | |
Add new debug print method that shows line number where the print came from | |||
2018-07-04 | Merge pull request #19973 from JFonS/fix_light_vec_rotation | Max Hilbrunner | |
Fix regression of 2D light height | |||
2018-07-04 | Merge pull request #19960 from groud/fix_control_size | Max Hilbrunner | |
Fixes control nodes size not updated when outside the tree | |||
2018-07-04 | Fix regression of 2D light height | JFonS | |
2018-07-04 | Merge pull request #19947 from GagaPete/html5-http-fix | Max Hilbrunner | |
Fix CORS problems due to added headers on JS target | |||
2018-07-04 | Merge pull request #19849 from willnationsdev/expose-script-create-dialog | Max Hilbrunner | |
Expose ScriptCreateDialog to EditorPlugin | |||
2018-07-04 | spin_slider: dont show grabber when editing value with keyboard | toger5 | |
2018-07-04 | better tab support for property editor | toger5 | |
2018-07-04 | spin_slider added ctrl and shift shrotcuts, removed exp dragging | toger5 | |
2018-07-04 | Merge pull request #19872 from exts/export_signals | Ignacio Etcheverry | |
Mono: Fixes annotated signal loading in exported binaries | |||
2018-07-04 | Merge pull request #19756 from NathanWarden/mono_lerp_fixes | Ignacio Etcheverry | |
[C#] Lerp now consistent with Godot API. InverseLerp fixed. | |||
2018-07-04 | Expose ScriptCreateDialog to EditorPlugin | willnationsdev | |
2018-07-04 | Merge pull request #19965 from neikeq/issue-19961 | Ignacio Etcheverry | |
Mono: Fix build script not decoding process utf-8 output | |||
2018-07-04 | Mono: Fix build script not decoding process utf-8 output | Ignacio Etcheverry | |
2018-07-04 | Merge pull request #19941 from guilhermefelipecgs/fix_animation_key | Max Hilbrunner | |
Fix animation key icon not show on inspector | |||
2018-07-04 | Merge pull request #19807 from JFonS/fix_light_vec_rotation | Rémi Verschelde | |
Fix rotation of 2D lights | |||
2018-07-04 | Fixes control nodes size not updated when outside the tree | groud | |
2018-07-04 | Merge pull request #19782 from Calinou/fix-control-pixel-snap-rounding | Rémi Verschelde | |
Fix control pixel snap rounding using floor() instead of round() | |||
2018-07-04 | Merge pull request #19786 from JFonS/correct_normal_scaling | Rémi Verschelde | |
Add render mode to ensure correct normals when using non-uniform scaling | |||
2018-07-04 | Merge pull request #19824 from JFonS/fix_orthogonal_select | Rémi Verschelde | |
Fix selection in 3D orthogonal view | |||
2018-07-04 | Merge pull request #19882 from khairul169/trackedit_playposition | Rémi Verschelde | |
Hide play position in animation editor if no animation node is selected | |||
2018-07-04 | Merge pull request #19937 from akien-mga/video-exporting | Rémi Verschelde | |
Fix loading and exporting of Theora and WebM video streams | |||
2018-07-03 | Mono: Fixes annotated signal loading in exported binaries | = | |
2018-07-04 | Merge pull request #16987 from neikeq/pending-exceptions | Ignacio Etcheverry | |
Mono: Pending exceptions and cleanup | |||
2018-07-04 | Mono: Pending exceptions and cleanup | Ignacio Etcheverry | |
2018-07-04 | Changes to default C# script template (#19940) | Kelly Thomas | |
2018-07-04 | Fix CORS problems due to added headers on JS target | GagaPete | |
Before this change, missing User-Agent and Accept headers were automatically added on all platforms. Setting the User-Agent header forces the browser to do a CORS preflight (see 1) which fails if the HTTP endpoint is not configured appropriate. It's not neccesary to set either header as the browser sets them and so this commit disables that functionality on the JS target. 1: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Simple_requests | |||
2018-07-03 | -Fix fullscreen on Windows with a HiDPI monitor but a non-HiDPI project | Juan Linietsky | |
-Replaced some viewport size calls to screen size, since viewport size should be deprecated at this point.. | |||
2018-07-03 | Fix animaiton key icon not show on inspector | Guilherme Felipe | |
2018-07-03 | Fix loading and exporting of Theora and WebM video streams | Rémi Verschelde | |
Theora and WebM video streams were mistakenly imported with a ResourceImporter, but those imported ogvstr and webmstr were simply links to the local resource. While that works fine in the editor, it no longer works when exporting a game as the "source" ogv and webm files are ommitted and only the ogvstr and webmstr references were exported. As discussed with @reduz, it doesn't make sense to import videos, as we only intend to play them back and not modify them/access their raw data. As such we use a ResourceFormatLoader instead of an importer, to load the file on the fly. ogv and webm files linked to this loader are now considered as resources, and thus exported. Note: The Theora and WebM loaders lack any kind of validity check beyond the existence of the target file, but it was already the case with the importer. Better checks and error reports could be added, but those loaders will eventually be obsoleted by GDNative plugins anyway. Fixes #14954. | |||
2018-07-03 | Merge pull request #19938 from Chaosus/fix_regression | Max Hilbrunner | |
[Regression] Fixed editor bad responsibility after #19244 | |||
2018-07-03 | Fix button regression | Chaosus | |
2018-07-03 | Merge pull request #19816 from ↵ | Max Hilbrunner | |
leecommamichael/survive-null-scene-root-from-plugin Survive editor crash if a plugin scene's root is null. | |||
2018-07-03 | Merge pull request #19799 from kosz78/android-payment-fix | Max Hilbrunner | |
Fix possible NullPointerException crash on cancel payment |