Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-10 | Merge pull request #20079 from eska014/dummy-cpuparticles | Leon Krause | |
Fix dummy renderer for CPU particles | |||
2018-07-10 | Fix dummy renderer for CPU particles | Leon Krause | |
2018-07-09 | Merge pull request #20010 from toger5/docs_texture_load | Max Hilbrunner | |
[DOCS] mention load in texture class | |||
2018-07-09 | mention load in texture class | toger5 | |
2018-07-09 | Merge pull request #20032 from Faless/send_bytes_mode | Max Hilbrunner | |
MultiplayerAPI::send_bytes transfer mode support. | |||
2018-07-08 | Merge pull request #20041 from hpvb/fix-android-export | Hein-Pieter van Braam | |
Write new permissions to the AndroidManifest.xml | |||
2018-07-08 | Write new permissions to the AndroidManifest.xml | Hein-Pieter van Braam | |
Instead of editing the placeholder permissions actually write new ones. This should solve the privacy statement problems for the Play store. This means we also no longer need to placeholder permissions in the template. | |||
2018-07-08 | MultiplayerAPI::send_bytes transfer mode support. | Fabio Alessandrelli | |
Added as extra parameter, allow you to specify which transfer mode to use for those specific bytes | |||
2018-07-07 | Add option to convert Particles to CPUParticles | Juan Linietsky | |
2018-07-06 | Support for CPU based particles, which aids compatibility with OpenGL ES 2.0 | Juan Linietsky | |
2018-07-06 | Merge pull request #19980 from JFonS/fix_light_vec_rotation | Rémi Verschelde | |
Move light 2D rotation to vertex shader | |||
2018-07-05 | Move light 2D rotation to vertex shader | JFonS | |
2018-07-05 | Merge pull request #19475 from YeldhamDev/animplayer_cosmetic | Max Hilbrunner | |
Minor changes to the AnimationPlayer editor | |||
2018-07-05 | Merge pull request #19498 from guilhermefelipecgs/fix_regression | Max Hilbrunner | |
Fix "find and replace" initializing with wrong size | |||
2018-07-05 | Merge pull request #19713 from volzhs/fix-crash-nodepath-animation-edit | Max Hilbrunner | |
Fix crash when assigning a node on editing animation key | |||
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 |