Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-05 | Merge pull request #24165 from YeldhamDev/light_occluder_reuse_polygon | Rémi Verschelde | |
Make LightOccluder2D Editor use the AbstractPolygon Editor instead of its own | |||
2018-12-05 | Merge pull request #24160 from YeldhamDev/graph_tooltips | Rémi Verschelde | |
Add tooltips to GraphEdit node | |||
2018-12-05 | Merge pull request #24166 from volzhs/export-ios | Rémi Verschelde | |
Add checking required field for exporting iOS | |||
2018-12-05 | Merge pull request #24169 from mrcdk/fix_canvasitem_draw_multimesh | Rémi Verschelde | |
Fixed CanvasItem.draw_multimesh() binding | |||
2018-12-05 | Fixed CanvasItem.draw_multimesh() binding. | MrCdK | |
2018-12-05 | Tests: Drop old test_io referencing data which isn't included | Rémi Verschelde | |
This should eventually be rewritten to properly test IO features, but this would be part of a bigger work on adding a proper testing framework for Godot features. Fixes #2454. | |||
2018-12-05 | Add checking required field for exporting iOS | volzhs | |
without specifying Identifier, it will cause `can not be parsed` error on Xcode | |||
2018-12-04 | i18n: Sync translation template with current source | Rémi Verschelde | |
2018-12-04 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2018-12-04 | doc: Sync classref with current source | Rémi Verschelde | |
2018-12-04 | Merge pull request #24151 from endragor/fix-ios-safe-area | Rémi Verschelde | |
Fix iOS safe area insets to use pixels and not points | |||
2018-12-04 | Make LightOccluder2D Editor use the AbstractPolygon Editor instead of its own | Michael Alexsander Silva Dias | |
2018-12-04 | Merge pull request #24164 from bojidar-bg/23889-ysort-error | Rémi Verschelde | |
Fix error when adding children to YSort | |||
2018-12-04 | Fix error when adding children to YSort | Bojidar Marinov | |
If it weren't for this warning, it would have crashed in release builds. Fix #23889, fixup 6b8d6e3b07c83da1c365f9ad79e84e5147ec26f7 | |||
2018-12-04 | Add tooltips to GraphEdit node | Michael Alexsander Silva Dias | |
2018-12-04 | Merge pull request #24155 from akien-mga/scons-msvc-bits | Rémi Verschelde | |
SCons: Properly set bits variable as string for MSVC detection | |||
2018-12-04 | SCons: Properly set bits variable as string for MSVC detection | Rémi Verschelde | |
2018-12-04 | Merge pull request #24129 from mrcdk/export_array_with_arguments | Rémi Verschelde | |
Arrays now parse the hint_string in the new inspector. | |||
2018-12-04 | Merge pull request #24140 from aroncds/master | Rémi Verschelde | |
Fix csgshape collider without object id | |||
2018-12-04 | Merge pull request #24143 from ibrahn/make-ustring-op-const | Rémi Verschelde | |
const char* operator on CharString now const. | |||
2018-12-04 | Fix iOS safe area insets to use pixels and not points | Ruslan Mustakov | |
2018-12-03 | const char* operator on CharString now const. | Ibrahn Sahir | |
2018-12-03 | Fix csgshape collider without object id | Aron Castro | |
2018-12-03 | Arrays 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-03 | Merge pull request #23991 from glaforte/bugfix/19195 | Rémi Verschelde | |
Generate the tangents without de-indexing and re-indexing the vertices. | |||
2018-12-03 | Merge pull request #23989 from bruvzg/fix_macos_icons | Rémi Verschelde | |
Fix macOS icon export (add 1024px PNG icon and 32px/16px RLE icons). | |||
2018-12-03 | Merge pull request #24051 from Omicron666/patch-1 | Rémi Verschelde | |
Fixes typo in source string sent to translation. | |||
2018-12-03 | Merge pull request #24062 from asheraryam/feature/editor_instance_natural_names | Rémi Verschelde | |
Use filename instead of the class name for drag & drop Mesh Instance. | |||
2018-12-03 | Merge pull request #24078 from marcelofg55/win_min_bug | Rémi Verschelde | |
Fix wrong size and position when windows is minimized on Windows | |||
2018-12-03 | Merge pull request #24112 from allkhor/rich_label_update_cache | Rémi Verschelde | |
RichTextLabel: update the cache when the scroll hide. | |||
2018-12-03 | Merge pull request #24126 from pgruenbacher/deprecated_get_frustum_listener | Rémi Verschelde | |
remove_unused_get_frustum | |||
2018-12-03 | Merge pull request #24125 from guilhermefelipecgs/fix_mouse_cursor | Rémi Verschelde | |
Add missing validations to prevent crash of multiple mouse buttons being pressed | |||
2018-12-02 | remove_unused_get_frustum | paul gruenbacher | |
2018-12-02 | Add missing validations | Guilherme Felipe | |
Add missing validations to prevent crash of multiple mouse buttons being pressed | |||
2018-12-02 | Use filename as fallback instead of the class name for mesh instance loaded ↵ | asheraryam | |
by dragging from file to editor. | |||
2018-12-02 | Merge pull request #24117 from Paulb23/txt_file_last_modified_time | Rémi Verschelde | |
Fix text files constantly asking for reload as no last modified time | |||
2018-12-02 | Merge pull request #23899 from BastiaanOlij/fix_particle_active | Rémi Verschelde | |
Remapped ACTIVE to shader_active, now works | |||
2018-12-02 | Merge pull request #24106 from groud/fix_split_container | Rémi Verschelde | |
Fixes collapsed SplitContainers | |||
2018-12-02 | Merge pull request #24105 from BastiaanOlij/cleanup_old_android_native | Rémi Verschelde | |
Remove obsolete ANDROID_NATIVE_ACTIVITY | |||
2018-12-02 | Merge pull request #24089 from clayjohn/gles2_camera_matrix_bug | Rémi Verschelde | |
Fixed gles2 camera_matrix bug | |||
2018-12-02 | Merge pull request #24085 from guilhermefelipecgs/fix_layout | Rémi Verschelde | |
Fix key icon overlapping revert icon | |||
2018-12-02 | Merge pull request #24007 from JFonS/fix_cpuparticles_scale | Rémi Verschelde | |
Fix "scale" property collision in CPUParticles | |||
2018-12-02 | Merge pull request #24082 from vnen/android-custom-permissions | Rémi Verschelde | |
Change custom permissions in Android export to an array | |||
2018-12-02 | Fix text files constantly asking for reload as no last modified time | Paulb23 | |
2018-12-02 | Merge pull request #24104 from guilhermefelipecgs/fix_mouse_crash | Rémi Verschelde | |
Fix crash when multiple mouse buttons is pressed. | |||
2018-12-02 | Merge pull request #24079 from YeldhamDev/list_editor_hide_removal | Rémi Verschelde | |
Fix ItemList editor not hiding on node removal | |||
2018-12-02 | Merge pull request #24057 from allkhor/redo_menu_option | Rémi Verschelde | |
TextEdit: added redo option to the context menu | |||
2018-12-02 | RichTextLabel: update the cache when the scroll hide. | allkhor | |
2018-12-01 | Fixes collapsed SplitContainers | groud | |
2018-12-02 | Remove obsolete ANDROID_NATIVE_ACTIVITY | Bastiaan Olij | |