summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-04Fix properties update in remote transformAron Castro
2018-12-04Merge pull request #24155 from akien-mga/scons-msvc-bitsRémi Verschelde
SCons: Properly set bits variable as string for MSVC detection
2018-12-04SCons: Properly set bits variable as string for MSVC detectionRémi Verschelde
2018-12-04Merge pull request #24129 from mrcdk/export_array_with_argumentsRémi Verschelde
Arrays now parse the hint_string in the new inspector.
2018-12-04Merge pull request #24140 from aroncds/masterRémi Verschelde
Fix csgshape collider without object id
2018-12-04Merge pull request #24143 from ibrahn/make-ustring-op-constRémi Verschelde
const char* operator on CharString now const.
2018-12-03const char* operator on CharString now const.Ibrahn Sahir
2018-12-03Fix csgshape collider without object idAron Castro
2018-12-03Arrays now parse the hint_string in the new inspector.MrCdK
Also, if a hint_string is given, when changing the size of an Array the new elements are initialized to the default value of that type hint.
2018-12-03Merge pull request #23991 from glaforte/bugfix/19195Rémi Verschelde
Generate the tangents without de-indexing and re-indexing the vertices.
2018-12-03Merge pull request #23989 from bruvzg/fix_macos_iconsRémi Verschelde
Fix macOS icon export (add 1024px PNG icon and 32px/16px RLE icons).
2018-12-03Merge pull request #24051 from Omicron666/patch-1Rémi Verschelde
Fixes typo in source string sent to translation.
2018-12-03Merge pull request #24062 from asheraryam/feature/editor_instance_natural_namesRémi Verschelde
Use filename instead of the class name for drag & drop Mesh Instance.
2018-12-03Merge pull request #24078 from marcelofg55/win_min_bugRémi Verschelde
Fix wrong size and position when windows is minimized on Windows
2018-12-03Merge pull request #24112 from allkhor/rich_label_update_cacheRémi Verschelde
RichTextLabel: update the cache when the scroll hide.
2018-12-03Merge pull request #24126 from pgruenbacher/deprecated_get_frustum_listenerRémi Verschelde
remove_unused_get_frustum
2018-12-03Merge pull request #24125 from guilhermefelipecgs/fix_mouse_cursorRémi Verschelde
Add missing validations to prevent crash of multiple mouse buttons being pressed
2018-12-02remove_unused_get_frustumpaul gruenbacher
2018-12-02Add missing validationsGuilherme Felipe
Add missing validations to prevent crash of multiple mouse buttons being pressed
2018-12-02Use filename as fallback instead of the class name for mesh instance loaded ↵asheraryam
by dragging from file to editor.
2018-12-02Merge pull request #24117 from Paulb23/txt_file_last_modified_timeRémi Verschelde
Fix text files constantly asking for reload as no last modified time
2018-12-02Merge pull request #23899 from BastiaanOlij/fix_particle_activeRémi Verschelde
Remapped ACTIVE to shader_active, now works
2018-12-02Merge pull request #24106 from groud/fix_split_containerRémi Verschelde
Fixes collapsed SplitContainers
2018-12-02Merge pull request #24105 from BastiaanOlij/cleanup_old_android_nativeRémi Verschelde
Remove obsolete ANDROID_NATIVE_ACTIVITY
2018-12-02Merge pull request #24089 from clayjohn/gles2_camera_matrix_bugRémi Verschelde
Fixed gles2 camera_matrix bug
2018-12-02Merge pull request #24085 from guilhermefelipecgs/fix_layoutRémi Verschelde
Fix key icon overlapping revert icon
2018-12-02Merge pull request #24007 from JFonS/fix_cpuparticles_scaleRémi Verschelde
Fix "scale" property collision in CPUParticles
2018-12-02Merge pull request #24082 from vnen/android-custom-permissionsRémi Verschelde
Change custom permissions in Android export to an array
2018-12-02Fix text files constantly asking for reload as no last modified timePaulb23
2018-12-02Merge pull request #24104 from guilhermefelipecgs/fix_mouse_crashRémi Verschelde
Fix crash when multiple mouse buttons is pressed.
2018-12-02Merge pull request #24079 from YeldhamDev/list_editor_hide_removalRémi Verschelde
Fix ItemList editor not hiding on node removal
2018-12-02Merge pull request #24057 from allkhor/redo_menu_optionRémi Verschelde
TextEdit: added redo option to the context menu
2018-12-02RichTextLabel: update the cache when the scroll hide.allkhor
2018-12-01Fixes collapsed SplitContainersgroud
2018-12-02Remove obsolete ANDROID_NATIVE_ACTIVITYBastiaan Olij
2018-12-01Fix crash when multiple mouse buttons is pressed.Guilherme Felipe
2018-12-01Remapped ACTIVE to shader_active, now worksBastiaan Olij
2018-12-01Merge pull request #24098 from neikeq/kkIgnacio Etcheverry
Fix crash due to ~CSharpInstance() being called on freed instance
2018-12-01Fix crash due to ~CSharpInstance() being called on freed instanceIgnacio Etcheverry
This would be the case when calling SetScript on an object with a C# script.
2018-11-30Merge pull request #24092 from neikeq/jjIgnacio Etcheverry
Implement CSharpScript::is_valid()
2018-11-30Implement CSharpScript::is_valid()Ignacio Etcheverry
2018-11-30Merge pull request #24091 from neikeq/iiIgnacio Etcheverry
C#: Improve tool script support and fix reloading issues
2018-11-30C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry
2018-11-30fixed gles2 camera_matrix bugclayjohn
2018-11-30Fix key icon overlapping revert iconGuilherme Felipe
2018-11-30Fix "scale" property collision in CPUParticlesJFonS
2018-11-30Change custom permissions in Android export to an arrayGeorge Marques
Don't limit the amount of permissions and makes it simpler to understand.
2018-11-30Fix ItemList editor not hiding on node removalMichael Alexsander Silva Dias
2018-11-30Fix wrong size and position when windows is minimized on WindowsMarcelo Fernandez
2018-11-29TextEdit: added redo option to the context menuallkhor