Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-06 | Exposed randi_range to global funcs + renamed rand_range to randf_range | Yuri Roubinsky | |
2020-11-06 | Merge pull request #43353 from madmiraal/fix-43352 | Rémi Verschelde | |
Use LONG instead of DWORD (unsigned int) when interacting with DIJOFS constants | |||
2020-11-06 | Use LONG instead of DWORD (unsigned int) when interacting with DIJOFS constants. | unknown | |
2020-11-06 | Merge pull request #43051 from Ev1lbl0w/bugfix-path-inconsistency | Rémi Verschelde | |
Changed path behaviour for Windows | |||
2020-11-06 | Merge pull request #43283 from Calinou/color-remove-contrasted | Rémi Verschelde | |
Remove `Color.contrasted()` as its behavior is barely useful | |||
2020-11-06 | Merge pull request #43337 from Xrayez/math-unused-phi-define | Rémi Verschelde | |
Remove unused `PHI` define in math funcs | |||
2020-11-06 | Merge pull request #43348 from bruvzg/ios_sim_fix | Rémi Verschelde | |
[iOS] Add missing ARC flag to the simulator build. | |||
2020-11-06 | Merge pull request #43347 from bruvzg/ubsan_uninit3 | Rémi Verschelde | |
Fix uninitialised variables in the BaseMaterial3D. | |||
2020-11-06 | Fix uninitialised variables in the BaseMaterial3D. | bruvzg | |
2020-11-05 | Remove unused `PHI` define in math funcs | Andrii Doroshenko (Xrayez) | |
2020-11-05 | Merge pull request #43318 from akien-mga/doc-rng-seed | Rémi Verschelde | |
doc: Override default value for RandomNumberGenerator.seed | |||
2020-11-05 | Merge pull request #42724 from theoway/error_message_fix_call_recursive | Rémi Verschelde | |
Fixes the misleading message when a non-existing function name is passed to TreeItem.call_recursive() | |||
2020-11-05 | doc: Override default value for RandomNumberGenerator.seed | Rémi Verschelde | |
It's non-deterministic so it's better to show a fixed value like 0 instead of having it potentially change whenever `randomize()` is called. Fixes #43317. | |||
2020-11-04 | Merge pull request #43310 from akien-mga/doc-classref-sync | Rémi Verschelde | |
doc: Sync classref with current source | |||
2020-11-04 | doc: Sync classref with current source + fixup some bindings | Rémi Verschelde | |
Includes various changes triggered by the refactoring of method bindings. | |||
2020-11-04 | Merge pull request #43297 from reduz/directional-light-2d | Rémi Verschelde | |
Implement DirectionalLight2D | |||
2020-11-04 | Implement DirectionalLight2D | reduz | |
Also separated Light2D in PointLight2D and DirectionalLight2D. Used PointLight2D because its more of a point, and it does not work the same as OmniLight (as shape depends on texture). Added a few utility methods to Rect2D I needed. | |||
2020-11-04 | Merge pull request #43307 from aaronfranke/update-grid | Rémi Verschelde | |
Move call to update the 3D grid into check for updating the view | |||
2020-11-04 | Move call to update the 3D grid into check for updating the view | Aaron Franke | |
2020-11-04 | Merge pull request #43301 from rcorre/tab-doc-typo | Rémi Verschelde | |
Fix typo in Tabs doc. | |||
2020-11-03 | Fix typo in Tabs doc. | Ryan Roden-Corrent | |
I don't know enough about grammar to say why the "ing" suffix is correct, but I'm reasonably sure it is :) | |||
2020-11-03 | Merge pull request #39635 from Meriipu/master_nodrop | Rémi Verschelde | |
do not drop mouseover on WM_MOUSE_EXIT | |||
2020-11-03 | Merge pull request #43280 from akien-mga/custom-tooltips-cleanup | Rémi Verschelde | |
Tooltips: Improve code clarity and docs | |||
2020-11-03 | Merge pull request #41516 from Lunatoid/allow-object-new | Rémi Verschelde | |
Fixed ParseError when calling Object.new() | |||
2020-11-03 | Remove `Color.contrasted()` as its behavior is barely useful | Hugo Locurcio | |
Returning the most contrasting color isn't a trivial task, as there are often many possible choices. It's usually best left for the user to implement using a script. | |||
2020-11-03 | Tooltips: Improve code clarity and docs | Rémi Verschelde | |
The return type for `_make_custom_tooltip` is clarified as Control, and users should make sure to return a visible node for proper size calculations. Moreover in the current master branch, a PopupPanel will be added as parent to the provided tooltip to make it a sub-window. Clarifies documentation for `Control._make_custom_tooltip`, and shows how to use the (until now undocumented) "TooltipPanel" and "TooltipLabel" theme types to style tooltips. Fixes #39677. | |||
2020-11-03 | Merge pull request #40364 from marstaik/alpha2coverage_up | Rémi Verschelde | |
Alpha Hash and Alpha2Coverage Implementation | |||
2020-11-02 | Alpha Hash and Alpha2Coverage Implementation | Marios Staikopoulos | |
2020-11-02 | Merge pull request #42979 from Mallos/fix/tilemap-floodfill | Rémi Verschelde | |
fix(editor): TileMap floodfill with same tile ID and different variation | |||
2020-11-02 | Merge pull request #43260 from HaSa1002/mainloop-remove-deprecated-methods | Rémi Verschelde | |
MainLoop: Remove deprecated methods | |||
2020-11-01 | Merge pull request #43267 from Calinou/doc-ninepatchrect-tile-stretch-mode | Rémi Verschelde | |
Correct documentation about NinePatchRect stretch modes | |||
2020-11-01 | Correct documentation about NinePatchRect stretch modes | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/4333. | |||
2020-11-01 | Merge pull request #42703 from RandomShaper/fix_anim_backwards | Rémi Verschelde | |
Fix premature end of animation playing backwards | |||
2020-11-01 | Merge pull request #43258 from lyuma/get_parent_class_reentrancy | Rémi Verschelde | |
Avoid reentrant OBJTYPE_RLOCK in ClassDB | |||
2020-11-01 | Avoid reentrant OBJTYPE_RLOCK in ClassDB | Lyuma | |
Fixes #43020 when a thread uses ClassDB while main thread calls is_parent_class(). | |||
2020-11-01 | MainLoop: Remove deprecated methods | HaSa1002 | |
2020-11-01 | Merge pull request #43241 from Calinou/doc-httprequest-fix-code-sample | Rémi Verschelde | |
Fix a variable being redeclared in the HTTPRequest code sample | |||
2020-10-31 | Fix a variable being redeclared in the HTTPRequest code sample | Hugo Locurcio | |
2020-10-30 | [iOS] Add missing ARC flag to the simulator build. | bruvzg | |
2020-10-30 | Merge pull request #37158 from thebestnom/android-click-support | Rémi Verschelde | |
Support mouse events on Android | |||
2020-10-30 | Merge pull request #43184 from Chaosus/fix_randi_range_biased | Rémi Verschelde | |
Fix biased output of randi_range | |||
2020-10-30 | Merge pull request #43197 from jzulauf-lunarg/zulauf_sync_fix_cleanup | Rémi Verschelde | |
Synchronization - Clean subpass dependency init | |||
2020-10-30 | Merge pull request #43194 from reduz/pixel-snap-refactor | Juan Linietsky | |
Refactor pixel snapping. | |||
2020-10-30 | Refactor pixel snapping. | reduz | |
-Rename pixel_snap to snap_2d_to_vertices -Added snap_2d_to_transforms which is more useful Fixes #41814 Solves proposal https://github.com/godotengine/godot-proposals/issues/1666 Supersedes #35606, supersedes #41535, supersedes #41534 | |||
2020-10-30 | Merge pull request #43173 from volzhs/fix-tab-container | Rémi Verschelde | |
Fix crash in TabContainer in case of no content at all | |||
2020-10-29 | Synchronization - Clean subpass dependency init | John Zulauf | |
Fix incorrect subpass dependency initialization | |||
2020-10-29 | Merge pull request #42811 from Calinou/doc-packetpeerudp-wait-interrupt | Rémi Verschelde | |
Document how to interrupt `PacketPeerUDP.wait()` | |||
2020-10-29 | Merge pull request #43192 from YeldhamDev/poly2deditor_buttons_flat | Rémi Verschelde | |
Set previous tool buttons in the Polygon2D editor to be flat again | |||
2020-10-29 | Merge pull request #43191 from YeldhamDev/poly2deditor_move_button_fix | Rémi Verschelde | |
Fix "Move Points" button sometimes not showing up on UV mode in the Polygon2D editor | |||
2020-10-29 | Set previous tool buttons in the Polygon2D editor to be flat again | Michael Alexsander | |