Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-16 | Merge pull request #20561 from willnationsdev/script-class-ns | Rémi Verschelde | |
Add NativeScript support for script classes via exported script properties. | |||
2018-08-16 | Merge pull request #21084 from akien-mga/theora-webm-loading | Rémi Verschelde | |
Fix Theora/Webm loaders declaring binary extension | |||
2018-08-16 | Fix Theora/Webm loaders declaring binary extension | Rémi Verschelde | |
RES_BASE_EXTENSION is only to declare our proprietary binary formats (e.g. "scn", "res", etc.). Fixes #20395. | |||
2018-08-16 | Merge pull request #21047 from gotnospirit/fix_tween_reversed_duration | Rémi Verschelde | |
Tween: Always remove the desired InterpolateData when finished | |||
2018-08-16 | Merge pull request #21046 from DualMatrix/recent_custom_type | Rémi Verschelde | |
Fixed custom nodes not working with favorites and recently used | |||
2018-08-16 | Merge pull request #21067 from natrim/Particles2D_AABB | Rémi Verschelde | |
Particles2D: set emitting if not set before generating Visibility Rect | |||
2018-08-16 | Merge pull request #21081 from akien-mga/fix-19289 | Rémi Verschelde | |
Fix crash assigning script to a Resource | |||
2018-08-16 | Fixed custom nodes not working properly with favorites and recently used in ↵ | DualMatrix | |
create node window. | |||
2018-08-16 | Tween: Add a unique identifier to InterpolateData to be able to remove the ↵ | James | |
right one when finished | |||
2018-08-16 | Fix crash assigning script to a Resource | Rémi Verschelde | |
We were dereferencing the wrong identifier, which could be NULL. Fixes #19289, supersedes and closes #20985. | |||
2018-08-16 | Particles2D: set emitting if not set before generating Visibility Rect | Natrim | |
and removed not needed running zeroing in ParticlesEditor::_generate_aabb | |||
2018-08-16 | Merge pull request #20804 from karroffel/vector-project | Rémi Verschelde | |
add `project` method to Vector2/3 | |||
2018-08-16 | Merge pull request #21075 from akien-mga/rotation_degrees_range | Rémi Verschelde | |
Lift 1440 limit in rotation_degrees hint range | |||
2018-08-16 | Merge pull request #21074 from akien-mga/range-bool-properties | Rémi Verschelde | |
Fix type of Range allow_greater/allow_lesser properties | |||
2018-08-16 | Lift 1440 limit in rotation_degrees hint range | Rémi Verschelde | |
Fixes #15947. | |||
2018-08-16 | Fix type of Range allow_greater/allow_lesser properties | Rémi Verschelde | |
2018-08-16 | Merge pull request #21069 from BastiaanOlij/change_mobile_vr_init | Rémi Verschelde | |
Delay initializing lens distortion shader so GLES2 doesn't crash | |||
2018-08-16 | Merge pull request #21062 from Ovnuniarchos/PopupCheckables | Juan Linietsky | |
PopupMenu item_pressed is sent before checking hide flags. | |||
2018-08-16 | add project method to Vector2/3 | Thomas Herzog | |
2018-08-16 | Delay initialising lens distortion shader so GLES2 doesn't crash | Bastiaan Olij | |
2018-08-16 | Merge pull request #21063 from Chaosus/fix_error_icon | Rémi Verschelde | |
Fix debugger icon for warnings | |||
2018-08-16 | Fix debugger icon for warnings | Chaosus | |
2018-08-16 | PopupMenu item_pressed is sent before checking hide flags. | Ovnuniarchos | |
2018-08-15 | Merge pull request #21023 from Paulb23/fix_reopening_text_file | Rémi Verschelde | |
Fix re-opening of TextFiles when its already being edited. | |||
2018-08-15 | Merge pull request #21022 from Paulb23/create_text_files | Rémi Verschelde | |
Ability to create TextFiles. | |||
2018-08-15 | Merge pull request #21045 from karroffel/black-bar-fixes | Rémi Verschelde | |
[gles2] fix black bar artifacts | |||
2018-08-15 | Merge pull request #21044 from willnationsdev/class_icons | Rémi Verschelde | |
Fix error spam from loading script class icons | |||
2018-08-15 | Added method to create TextFiles | Paulb23 | |
2018-08-15 | Merge pull request #21053 from akien-mga/doc-dialog_hide_on_ok | Rémi Verschelde | |
Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialog | |||
2018-08-15 | Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialog | Rémi Verschelde | |
Fixes #20817. | |||
2018-08-15 | Attempting to workaround the problem present in #20904, let me know if it works. | Juan Linietsky | |
2018-08-15 | Add NativeScript support for script classes. | willnationsdev | |
2018-08-15 | Fix error spam from loading script class icons | Will Nations | |
2018-08-15 | [gles2] fix black bar artifacts | Thomas Herzog | |
2018-08-15 | Merge pull request #21021 from DualMatrix/new_node_warning | Rémi Verschelde | |
Fixed error spam in create node dialog with custom types. | |||
2018-08-15 | Fixed error spam in create node dialog with custom types. | DualMatrix | |
This should fix #20789 | |||
2018-08-15 | Merge pull request #20560 from willnationsdev/class_icons | Rémi Verschelde | |
Add custom icons to script classes. | |||
2018-08-15 | Merge pull request #21040 from volzhs/fix-configure-warning | Rémi Verschelde | |
Fix not to show configuration warning on every node has script | |||
2018-08-15 | Fix not to show configuration warning on every node has script | volzhs | |
2018-08-15 | Merge pull request #19837 from willnationsdev/plugin-utilities | Rémi Verschelde | |
Add PluginConfigDialog. | |||
2018-08-15 | Merge pull request #21007 from guilhermefelipecgs/disable_camera_interpolation | Rémi Verschelde | |
Disable camera interpolation when switching scene tabs | |||
2018-08-15 | Merge pull request #20941 from codingHahn/fix-normals-on-shader | Rémi Verschelde | |
Fix handling of normals that approach 1 | |||
2018-08-14 | Merge pull request #21024 from godotengine/revert-20860-fix_border_artifact | Juan Linietsky | |
Revert "Fix border artifacts at the edge of deep parallax." | |||
2018-08-14 | Revert "Fix border artifacts at the edge of deep parallax." | Juan Linietsky | |
2018-08-15 | Merge pull request #21010 from YeldhamDev/tile_editors_changes | Rémi Verschelde | |
Changes to the TileSet and TextureRegion editors | |||
2018-08-15 | Merge pull request #20873 from ttencate/master | Rémi Verschelde | |
Allow middle-click to close scripts | |||
2018-08-15 | Merge pull request #20945 from neikeq/dict-erase-retbool | Rémi Verschelde | |
Dictionary: remove erase_checked(key), make erase(key) return bool | |||
2018-08-15 | Merge pull request #21008 from groud/fix_action_init | Rémi Verschelde | |
Fixes initialization of action list | |||
2018-08-14 | Fix re-opening of TextFiles when its already being edited | Paulb23 | |
2018-08-14 | Disable camera interpolation when switching scene tabs | Guilherme Felipe | |
Fix #11764 |