summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-08Fix server platformFabio Alessandrelli
2018-07-08Fix some enum export in new Animation editor.Fabio Alessandrelli
2018-07-07Add option to convert Particles to CPUParticlesJuan Linietsky
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky
2018-07-06Merge pull request #19980 from JFonS/fix_light_vec_rotationRémi Verschelde
Move light 2D rotation to vertex shader
2018-07-05Move light 2D rotation to vertex shaderJFonS
2018-07-05Merge pull request #19475 from YeldhamDev/animplayer_cosmeticMax Hilbrunner
Minor changes to the AnimationPlayer editor
2018-07-05Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner
Fix "find and replace" initializing with wrong size
2018-07-05Merge pull request #19713 from volzhs/fix-crash-nodepath-animation-editMax Hilbrunner
Fix crash when assigning a node on editing animation key
2018-07-05Merge pull request #19646 from chanon/fix-audiostream-cant-set-null-streamMax Hilbrunner
Fix can't set AudioStreamPlayer stream to null
2018-07-05Merge pull request #19637 from dragmz/19548Max Hilbrunner
Fix onready vars / vars accessing class members if _ready / _init not present
2018-07-05Merge pull request #19735 from Paulb23/text_offset_issue_15688Max Hilbrunner
Fixed text drawing too high in TextEdit, issue 15688
2018-07-05Merge pull request #19351 from guilhermefelipecgs/fix_reversed_textMax Hilbrunner
Fixes to the new inspector
2018-07-05Merge pull request #19187 from Zirak/editor-autocomplete-quoteMax Hilbrunner
Editor autocomplete won't insert unnecessary quotes
2018-07-05Merge pull request #18028 from gabrii/18026Max Hilbrunner
Fix #18026. Expose TextEdit::set_draw_breakpoint_gutter.
2018-07-05Merge pull request #15881 from dertom95/EditorScenePostImportMax Hilbrunner
EditorScenePostImport: added get_source_folder() and get_source_file(…
2018-07-05added 'android_add_asset_dir('...') method to Android module gradle build configPatrick Kaster
(cherry picked from commit 9190ae2be7068c8a84f60766a2f7c1da3e0bcd4b)
2018-07-04Fixes to the new inspectorGuilherme 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-05Merge pull request #19231 from aaronfranke/mono-fposmod-to-modIgnacio Etcheverry
[Mono] Rename Fposmod to PosMod, fix output
2018-07-05Merge pull request #19090 from toger5/prop_spinner_improovementMax Hilbrunner
Prop editor input improvements
2018-07-05Merge pull request #19183 from Nallebeorn/rename-main-sceneMax Hilbrunner
Update resource file project settings after renaming/moving the files
2018-07-05Merge pull request #19279 from aaronfranke/core-fposmod-fixMax Hilbrunner
[Core] [Math] Fix fposmod() function
2018-07-05Merge pull request #19245 from swarnimarun/overwrite_fixMax Hilbrunner
Fix overwrite of file/folder of same name without warning
2018-07-05Merge pull request #19229 from RandomShaper/fix-focus-stealMax Hilbrunner
Fix debugger focus stealing
2018-07-05Merge 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-04Merge pull request #18966 from chanon/new-debug-printMax Hilbrunner
Add new debug print method that shows line number where the print came from
2018-07-04Merge pull request #19973 from JFonS/fix_light_vec_rotationMax Hilbrunner
Fix regression of 2D light height
2018-07-04Merge pull request #19960 from groud/fix_control_sizeMax Hilbrunner
Fixes control nodes size not updated when outside the tree
2018-07-04Fix regression of 2D light heightJFonS
2018-07-04Merge pull request #19947 from GagaPete/html5-http-fixMax Hilbrunner
Fix CORS problems due to added headers on JS target
2018-07-04Merge pull request #19849 from willnationsdev/expose-script-create-dialogMax Hilbrunner
Expose ScriptCreateDialog to EditorPlugin
2018-07-04spin_slider: dont show grabber when editing value with keyboardtoger5
2018-07-04better tab support for property editortoger5
2018-07-04spin_slider added ctrl and shift shrotcuts, removed exp draggingtoger5
2018-07-04Merge pull request #19872 from exts/export_signalsIgnacio Etcheverry
Mono: Fixes annotated signal loading in exported binaries
2018-07-04Merge pull request #19756 from NathanWarden/mono_lerp_fixesIgnacio Etcheverry
[C#] Lerp now consistent with Godot API. InverseLerp fixed.
2018-07-04Expose ScriptCreateDialog to EditorPluginwillnationsdev
2018-07-04Merge pull request #19965 from neikeq/issue-19961Ignacio Etcheverry
Mono: Fix build script not decoding process utf-8 output
2018-07-04Mono: Fix build script not decoding process utf-8 outputIgnacio Etcheverry
2018-07-04Merge pull request #19941 from guilhermefelipecgs/fix_animation_keyMax Hilbrunner
Fix animation key icon not show on inspector
2018-07-04Merge pull request #19807 from JFonS/fix_light_vec_rotationRémi Verschelde
Fix rotation of 2D lights
2018-07-04Fixes control nodes size not updated when outside the treegroud
2018-07-04Merge pull request #19782 from Calinou/fix-control-pixel-snap-roundingRémi Verschelde
Fix control pixel snap rounding using floor() instead of round()
2018-07-04Merge pull request #19786 from JFonS/correct_normal_scalingRémi Verschelde
Add render mode to ensure correct normals when using non-uniform scaling
2018-07-04Merge pull request #19824 from JFonS/fix_orthogonal_selectRémi Verschelde
Fix selection in 3D orthogonal view
2018-07-04Merge pull request #19882 from khairul169/trackedit_playpositionRémi Verschelde
Hide play position in animation editor if no animation node is selected
2018-07-04Merge pull request #19937 from akien-mga/video-exportingRémi Verschelde
Fix loading and exporting of Theora and WebM video streams
2018-07-03Mono: Fixes annotated signal loading in exported binaries=
2018-07-04Merge pull request #16987 from neikeq/pending-exceptionsIgnacio Etcheverry
Mono: Pending exceptions and cleanup
2018-07-04Mono: Pending exceptions and cleanupIgnacio Etcheverry