Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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-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-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 | |||
2018-07-03 | Merge pull request #19828 from jjay/fix_yield_leak | Max Hilbrunner | |
Fix memory leak in GDScript during infinnity loops with yields | |||
2018-07-03 | Merge pull request #19853 from khairul169/duplicate_bug | Max Hilbrunner | |
Fix duplicate method on instanced node generates duplicated children. | |||
2018-07-03 | Merge pull request #19873 from volzhs/show-scene-file | Max Hilbrunner | |
Show current scene file in FileSystem dock | |||
2018-07-03 | Merge pull request #19881 from khairul169/popupmenu_animedit | Max Hilbrunner | |
Fix error msg when selecting popupmenu if there is no animation selected | |||
2018-07-03 | Merge pull request #19919 from marcelofg55/notif_crash | Max Hilbrunner | |
Add a new notification to detect crashes on native scripts | |||
2018-07-03 | Merge pull request #19920 from guilhermefelipecgs/group_dialog_resizable | Max Hilbrunner | |
Makes the group dialog resizable | |||
2018-07-03 | Merge pull request #16265 from nanoframe/export_issue_fix | Max Hilbrunner | |
Fix error when downloading export templates | |||
2018-07-03 | Merge pull request #16944 from rainerdeyke/master | Max Hilbrunner | |
Added 'fill selection' command to grid map editor | |||
2018-07-03 | Merge pull request #17582 from Ovnuniarchos/TMapEditorMultiSel | Max Hilbrunner | |
Tile randomizer for tilemap editor. | |||
2018-07-03 | Merge pull request #17438 from Deluvi/get-word-pos-quote-fix | Max Hilbrunner | |
get_word_at_pos considers simple and double quotes | |||
2018-07-03 | Merge pull request #18634 from groud/fix_control_child_of_node2d | Max Hilbrunner | |
Fixes the bad calculation of margin & anchors when child of Node2D | |||
2018-07-03 | Merge pull request #18976 from chanon/new-get-stack | Max Hilbrunner | |
Add new get_stack function to get GDScript stack trace as array | |||
2018-07-03 | Merge pull request #19138 from firefly2442/pcre2-10.31 | Max Hilbrunner | |
update PCRE2 to version 10.31, fixes #15662 | |||
2018-07-03 | Merge pull request #19166 from Grula/issue-18779 | Max Hilbrunner | |
Changed "Syntax Menu" into radio Menu | |||
2018-07-03 | Merge pull request #19156 from volzhs/fix-remove-split | Max Hilbrunner | |
Fix unable to remove split on Polygon 2D editor after restarting editor | |||
2018-07-03 | Merge pull request #19934 from volzhs/gles2-android | Rémi Verschelde | |
Change required gles version to 2 for android | |||
2018-07-03 | Merge pull request #19192 from marcelofg55/undo_redo_msg | Max Hilbrunner | |
Add a message when there is nothing to Undo or Redo | |||
2018-07-04 | Change required gles version to 2 for android | volzhs | |
2018-07-03 | Merge pull request #19205 from marcelofg55/audio_stream_pause | Max Hilbrunner | |
Pause AudioStreamPlayer when SceneTree pauses | |||
2018-07-03 | Merge pull request #19244 from Chaosus/settingsperformance_and_colordeferred | Max Hilbrunner | |
Increases settings apply speed and added deferred color setting to ColorPicker | |||
2018-07-03 | Merge pull request #19246 from xemjeff/physics | Max Hilbrunner | |
Hinge Joint Inspector - Change range for motor target velocity and params bias values | |||
2018-07-03 | Merge pull request #19251 from YeldhamDev/script_templates_changes | Max Hilbrunner | |
Small changes to the comments in the script templates | |||
2018-07-03 | Merge pull request #19398 from godotengine/remove-left-margin | Max Hilbrunner | |
Remove default non-zero left margin | |||
2018-07-03 | Merge pull request #18305 from groud/inputmap_gui | Max Hilbrunner | |
Move the deadzone to a column in the input project settings | |||
2018-07-03 | Merge pull request #19682 from dragmz/particles_redraw_fix | Max Hilbrunner | |
Prevent redraws when an inactive Particles2D node is present | |||
2018-07-03 | Merge pull request #19565 from robojumper/fixed_edge_scroll | Max Hilbrunner | |
Re-enable scrolling via selecting code beyond edges in text_edit.cpp | |||
2018-07-03 | Ensure, if a texture meant for a normal map is imported and size limit ↵ | Juan Linietsky | |
exists, that it's renormalized after resize. | |||
2018-07-03 | Merge pull request #19634 from guilhermefelipecgs/fix_shortcut_conflict | Max Hilbrunner | |
Remove shortcut conflict | |||
2018-07-03 | Merge pull request #19635 from bojidar-bg/19158-exported-array-new-inspector | Max Hilbrunner | |
Add proper type information to array property | |||
2018-07-03 | Merge pull request #19708 from RandomShaper/fix-windows-touch | Max Hilbrunner | |
Fix touch issues on Windows |