Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-20 | [IO] Add StreamPeerGZIP for streaming compression/decompression. | Fabio Alessandrelli | |
Putting data results in writing the compressed/decompressed output into a RingBuffer. You can retrieve the content of the RingBuffer via get_data. Support both gzip and deflate. | |||
2022-09-19 | Merge pull request #65630 from aaronfranke/no-defer-ste-warn-ch | Rémi Verschelde | |
_warning_changed` signal connection | |||
2022-09-19 | Merge pull request #64728 from fabriceci/only-report-recovery-for-floor-snapping | Rémi Verschelde | |
Turn on recovery as collisions only for floor snapping | |||
2022-09-19 | Merge pull request #65271 from KoBeWi/FirAccess🌲 | Rémi Verschelde | |
Replace File/Directory with FileAccess/DirAccess | |||
2022-09-19 | Merge pull request #66079 from Zylann/project_settings_restart | Rémi Verschelde | |
Expose ProjectSettings.set_restart_if_changed(name, restart) | |||
2022-09-19 | Merge pull request #66104 from Zylann/notification_local_transform_changed | Rémi Verschelde | |
Expose Node3D `NOTIFICATION_LOCAL_TRANSFORM_CHANGED` | |||
2022-09-19 | Merge pull request #66101 from KoBeWi/help,_it_crashed | Rémi Verschelde | |
Fix possible crash in editor help | |||
2022-09-19 | Merge pull request #66097 from Zylann/make_atlas_vec2i | Rémi Verschelde | |
make_atlas` | |||
2022-09-19 | Merge pull request #66080 from Zylann/editor_property_set_read_only | Rémi Verschelde | |
Expose `EditorProperty._set_read_only` virtual method | |||
2022-09-19 | Merge pull request #65995 from MinusKube/tileset-size-bug | Rémi Verschelde | |
Fix atlas view drawing roots having zoom applied twice | |||
2022-09-19 | Merge pull request #66081 from aaronfranke/math-funcs-spacing | Rémi Verschelde | |
Spacing changes in math_funcs.h | |||
2022-09-19 | Expose ProjectSettings.set_restart_if_changed(name, restart) | Marc Gilleron | |
2022-09-19 | Expose `NOTIFICATION_LOCAL_TRANSFORM_CHANGED` | Marc Gilleron | |
2022-09-19 | Fix possible crash in editor help | kobewi | |
2022-09-19 | Expose `EditorProperty._set_read_only` virtual method | Marc Gilleron | |
2022-09-19 | Use `Vector2i` when returning atlas size in `Geometry2D::make_atlas` | Marc Gilleron | |
2022-09-19 | Replace File/Directory with FileAccess/DirAccess | kobewi | |
2022-09-19 | Merge pull request #66087 from aaronfranke/gltf-minor-light | Rémi Verschelde | |
Minor enhancements to the GLTF module (lights and docs) | |||
2022-09-19 | Merge pull request #66070 from KoBeWi/call_of_undo | Rémi Verschelde | |
Change UndoRedo to use Callables | |||
2022-09-19 | Merge pull request #65915 from clayjohn/VULKAN-mobile-fog | Rémi Verschelde | |
Restore fog in vulkan mobile renderer. | |||
2022-09-19 | Merge pull request #65879 from magian1127/4.0GenSDoc | Rémi Verschelde | |
inheritdoc the "///" comment from EventHandler to the generated event | |||
2022-09-19 | Spacing changes in math_funcs.h | Aaron Franke | |
2022-09-19 | Merge pull request #66047 from Rindbee/improve-TabContainer | Rémi Verschelde | |
Make the inner `TabBar` in a `TabContainer` behave like it is in a `Container` | |||
2022-09-18 | Minor enhancements to the GLTF module (lights and docs) | Aaron Franke | |
2022-09-18 | Change UndoRedo to use Callables | kobewi | |
2022-09-18 | Turn on recovery as collisions only for floor snapping as this leads to ↵ | fabriceci | |
unwanted behaviour for other surface than the floor. | |||
2022-09-18 | Merge pull request #66040 from ↵ | Yuri Rubinsky | |
jeffres/fix-closing-shader-file-with-middle-mouse-click | |||
2022-09-18 | C#: inheritdoc the "///" comment from EventHandler to the generated event | Magian | |
2022-09-18 | Make the inner TabBar in a TabContainer behave as if it were in a Container | Rindbee | |
2022-09-18 | Merge pull request #44143 from KoBeWi/callable_multiplayer | Rémi Verschelde | |
2022-09-18 | Close shader under cursor when middle mouse clicking in editor list | jeffres | |
Previously middle mouse clicking resulted in the currently selected file to be closed, which is not the behavior commonly expected. | |||
2022-09-18 | Port remaining connections to callable_mp | Tomasz Chabora | |
2022-09-18 | Merge pull request #62417 from willnationsdev/gdres-quickopen | Rémi Verschelde | |
Enable QuickOpen to see scripted resources | |||
2022-09-18 | Merge pull request #62413 from willnationsdev/gdres-inspector | Rémi Verschelde | |
Script-class-aware Inspector & related controls. | |||
2022-09-18 | Merge pull request #62411 from willnationsdev/gdres-gdscript | Rémi Verschelde | |
Add GDScript resource export. | |||
2022-09-18 | Merge pull request #65979 from iwoithe/fix-onready-typo | Rémi Verschelde | |
change "no" to "not" in the @onready documentation | |||
2022-09-18 | Merge pull request #66018 from Mickeon/fix-animated-sprite-outdated-warning | Rémi Verschelde | |
Fix outdated warning in AnimatedSprite2D | |||
2022-09-18 | Merge pull request #66033 from timothyqiu/ft-done | Rémi Verschelde | |
Fix crash when executing `FontFile.get_face_count` | |||
2022-09-18 | Merge pull request #66031 from qarmin/compile_regex_editor | Rémi Verschelde | |
Add missing constructor, to compile editor without regex module | |||
2022-09-18 | Merge pull request #65561 from ryburnj/inconsistent-cap-scene-file-name | Rémi Verschelde | |
Fix inconsistent scene file name casing | |||
2022-09-18 | Merge pull request #66012 from Rindbee/fix-TabContainer-minimum_size | Rémi Verschelde | |
Fix minimum size calculation for `TabContainer` | |||
2022-09-18 | Fix crash when executing `FontFile.get_face_count` | Haoyu Qiu | |
2022-09-18 | Add missing constructor, to compile editor without regex module | Rafał Mikrut | |
2022-09-17 | Enable QuickOpen to see scripted resources. | willnationsdev | |
2022-09-18 | Fix inconsistent scene file name casing by moving existing Name_Casing code ↵ | ryburnj | |
to separate function in editor_node, and adding a call from both editor_node and scene_tree_dock. | |||
2022-09-18 | Fix outdated warning in AnimatedSprite2D | Micky | |
2022-09-17 | Script-class-aware Inspector & related controls. | willnationsdev | |
2022-09-18 | Fix minimum size calculation for TabContainer | Rindbee | |
2022-09-18 | Merge pull request #66000 from KoBeWi/clear_'_clear_undo_history' | Rémi Verschelde | |
Remove unused `_clear_undo_history` method | |||
2022-09-18 | Merge pull request #66004 from bruvzg/hb52 | Rémi Verschelde | |
Update to version 5.2.0, add new Unicode 15 blocks and scripts. |