Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-11 | Fix ExportDialog layout out of boundary when select a template. | qichunren | |
2018-12-06 | Merge pull request #24194 from bojidar-bg/23567-fix-message-queue-overflow | Rémi Verschelde | |
Make thumbnail cache less tasking on the message queue | |||
2018-12-06 | Clear application/run/main_scene if that file is deleted | Thomas Winderweedle | |
Fixes #22473 | |||
2018-12-06 | Merge pull request #23977 from YeldhamDev/editor_plugins_improvements | Rémi Verschelde | |
General enhancements to the Polygon2D, TextureRegion, and TileSet editors | |||
2018-12-06 | Make thumbnail cache less tasking on the message queue | Bojidar Marinov | |
Fixes #23567 | |||
2018-12-06 | Merge pull request #23608 from RySchmitt/fix_spin_slider | Rémi Verschelde | |
Improve dragging behavior of editor_spin_slider | |||
2018-12-06 | Merge pull request #23673 from marcelofg55/export_path_3 | Rémi Verschelde | |
Export Path now has a folder icon to select the path | |||
2018-12-06 | Merge pull request #24141 from bruvzg/macos_icons_impr | Rémi Verschelde | |
[macOS] File icons: add separate icons for gdscript, resource, scene and projects. | |||
2018-12-06 | File icons: separate icons for gdscript, resource, scene and projects. | bruvzg | |
2018-12-06 | Merge pull request #23935 from helenaMontenegro/master | Rémi Verschelde | |
Add sorting to the project manager | |||
2018-12-06 | Merge pull request #23982 from ↵ | Rémi Verschelde | |
qichunren/fixed_line_edit_lost_focus_when_create_new_project Fixed project name line edit focus lost when open project-create dialog. | |||
2018-12-06 | Merge pull request #24090 from RandomShaper/fix-blit-from-negative | Rémi Verschelde | |
Fix blitting from negative position | |||
2018-12-06 | Merge pull request #24148 from mineevgleb/fix-pathfollow-offset-slider | Rémi Verschelde | |
#24131: fix for PathFollow offset slider overlapping with the inspector | |||
2018-12-06 | Merge pull request #24189 from dakennedyd/development | Rémi Verschelde | |
Fixes editor crashing when editing autotiles | |||
2018-12-06 | Fixes editor crashing when editing autotiles issue #24004 | David Kennedy | |
2018-12-06 | Merge pull request #24178 from avencherus/doc-update | Rémi Verschelde | |
Documented set_point_cloud() for ConvexPolygonShape2D | |||
2018-12-06 | General enhancements to the Polygon2D, TextureRegion, and TileSet editors | Michael Alexsander Silva Dias | |
2018-12-06 | Documented set_point_cloud() for ConvexPolygonShape2D | Jared | |
2018-12-05 | Merge pull request #24159 from YeldhamDev/dialog_size_metadata | Rémi Verschelde | |
Move "Dialog Bounds" from the Editor Settings to project's metadata | |||
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 | Move "Dialog Bounds" from the Editor Settings to project's metadata | 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-04 | #24131: fix for PathFollow offset slider overlapping with the inspector | Gleb Mineev | |
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 |