Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-17 | Update color constants to use HEX codes | taigi100 | |
2022-03-16 | Merge pull request #59183 from YeldhamDev/assetlib_less_borders | Rémi Verschelde | |
Remove extra borders from the AssetLib plugin | |||
2022-03-16 | Merge pull request #59200 from Sauermann/fix-unused-conditional | Rémi Verschelde | |
Simplify always true conditional | |||
2022-03-16 | Merge pull request #59209 from rburing/fix_pinjoint2d_inertia_tensor | Rémi Verschelde | |
`PinJoint2D`: fix inertia tensor, taking center of mass into account | |||
2022-03-16 | PinJoint2D: fix inertia tensor, taking center of mass into account | Ricardo Buring | |
2022-03-16 | Merge pull request #59211 from techiepriyansh/fix-axis-handle-gizmo-letters | Rémi Verschelde | |
Fix axis handle gizmo letters at wrong positions on varying editor scale | |||
2022-03-16 | Merge pull request #59160 from ↵ | Rémi Verschelde | |
taigi100/Bugfix-#59003-Controls-not-laid-properly-with-FlowContainer-in-another-container Fix children visibility check | |||
2022-03-17 | fix axis handle gizmo letters at wrong positions on varying editor scale | Priyansh Rathi | |
2022-03-16 | Merge pull request #59207 from bruvzg/fix_native_struct_defs | Rémi Verschelde | |
Cleanup and fix native struct definitions. | |||
2022-03-16 | Cleanup and fix native struct definitions. | bruvzg | |
2022-03-16 | Merge pull request #59146 from m4gr3d/setup_mavencentral_publishing | Rémi Verschelde | |
2022-03-16 | Merge pull request #59199 from akien-mga/windows-shadowed-mouse_monitor | Rémi Verschelde | |
2022-03-16 | Merge pull request #59197 from akien-mga/mingw-thorvg-missing-cstring | Rémi Verschelde | |
2022-03-16 | Merge pull request #59140 from reduz/physics-server-extension | Rémi Verschelde | |
2022-03-16 | Simplify always true conditional | Markus Sauermann | |
get_viewport() is always true, because is_inside_tree() is true. | |||
2022-03-16 | Windows: Properly set `mouse_monitor` instead of shadowing it | Rémi Verschelde | |
GCC was raising a warning about unused variable, but it's actually meant to be used in the destructor for deinit. | |||
2022-03-16 | thorvg: Fix MinGW build by adding explicit `<cstring>` include | Rémi Verschelde | |
Fixes #59044. | |||
2022-03-16 | Fix children visibility check | taigi100 | |
2022-03-16 | Merge pull request #58973 from bruvzg/gde_export | Rémi Verschelde | |
2022-03-16 | Implement GDExtension export plugin. | bruvzg | |
2022-03-16 | Merge pull request #59184 from Sauermann/fix-enlarge-safe-rect | Rémi Verschelde | |
2022-03-16 | Handle NOTIFICATION_WM_CLOSE_REQUEST in EditorSpinSlider | Markus Sauermann | |
2022-03-15 | Remove extra borders from the AssetLib plugin | Michael Alexsander | |
2022-03-16 | Merge pull request #49092 from BastiaanOlij/multiview_clustered | Rémi Verschelde | |
Add multiview support to the clustered forward renderer | |||
2022-03-16 | Merge pull request #59165 from Rindbee/fix-text-buf-does-not-clear | Rémi Verschelde | |
Fix text buf does not clear when calling the method set_item_text in … | |||
2022-03-16 | Merge pull request #59172 from ↵ | Rémi Verschelde | |
taigi100/Bugfix-#58726-List-items-are-shown-twice-in-the-2D-editor's-"Show-list-of-selectable-nodes-at-position-clicked"-mode Update to only use select tool on button press | |||
2022-03-15 | Merge pull request #59153 from Calinou/debug-stringnames-improve | Rémi Verschelde | |
Improve `--debug-stringnames` to be more useful | |||
2022-03-15 | Update to only use select tool on button press | taigi100 | |
It used to run the code twice, probably once on button press, once on button release. | |||
2022-03-15 | Improve `--debug-stringnames` to be more useful | Hugo Locurcio | |
- Print all StringNames, not just the top 100. - Print statistics at the end of the list of StringNames, with unreferenced and rarely referenced StringNames. - List the CLI argument in `--help` and shell completion. | |||
2022-03-15 | Create GDExtension clases for PhysicsServer3D | reduz | |
* Allows creating a GDExtension based 3D Physics Server (for Bullet, PhysX, etc. support) * Some changes on native struct binding for PhysicsServer This allows a 3D Physics server created entirely from GDExtension. Once it works, the idea is to port the 2D one to it. | |||
2022-03-15 | Merge pull request #59169 from timothyqiu/icon-for-theme | Rémi Verschelde | |
2022-03-15 | More icon updates on theme change | Haoyu Qiu | |
2022-03-15 | Fix text buf does not clear when calling the method set_item_text in PopupMenu | 风青山 | |
2022-03-15 | Merge pull request #45263 from KoBeWi/😕 | Rémi Verschelde | |
2022-03-15 | Merge pull request #59135 from ↵ | Rémi Verschelde | |
EricEzaM/improvement/editor-log-better-button-style | |||
2022-03-15 | Improve editor log message filter button styles. | Eric M | |
2022-03-15 | Merge pull request #59158 from ↵ | Rémi Verschelde | |
akien-mga/editor-properties-array-dict-clean-button_add_item | |||
2022-03-15 | Merge pull request #59137 from timothyqiu/sprite-frames-editor | Rémi Verschelde | |
2022-03-15 | Merge pull request #57848 from timothyqiu/2d-grid-options | Rémi Verschelde | |
2022-03-15 | Properly clean `button_add_item` ref in Array/Dict property editors | Rémi Verschelde | |
Fixes #59152. | |||
2022-03-15 | Merge pull request #59143 from Calinou/doc-range-value-changed | Rémi Verschelde | |
2022-03-15 | Improves SpriteFrames editor | Haoyu Qiu | |
2022-03-15 | Separate 2D grid visibility and grid snap | Haoyu Qiu | |
2022-03-14 | Setup logic to publish the Godot Android library to MavenCentral | Fredia Huya-Kouadio | |
2022-03-14 | Document Range's `value_changed` signal is also emitted with code changes | Hugo Locurcio | |
This also mentions that the signal is potentially emitted every frame, which can have performance implications. | |||
2022-03-14 | Merge pull request #59149 from Chaosus/fix_generating_null_comparing_op | Rémi Verschelde | |
Remove generating of null comparison operators from documentation | |||
2022-03-14 | Remove generating of null comparison operators from documentation | Yuri Roubinsky | |
2022-03-14 | Merge pull request #58693 from Calinou/doc-physics-shapes | Rémi Verschelde | |
2022-03-14 | Merge pull request #59086 from Calinou/doc-nodepath-stringname | Max Hilbrunner | |
Improve documentation for NodePath and StringName | |||
2022-03-14 | Merge pull request #59134 from Pineapple/thread-platform-config | Rémi Verschelde | |