Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-01 | Merge pull request #38397 from Calinou/doc-range-backwards-example | Rémi Verschelde | |
2021-10-01 | Merge pull request #52684 from Frixuu/master | Rémi Verschelde | |
2021-10-01 | Merge pull request #51273 from EricEzaM/multiple-events-per-shortcut-take2 | Rémi Verschelde | |
2021-10-01 | Merge pull request #53208 from timothyqiu/headless-crash | Rémi Verschelde | |
2021-10-01 | Allow shortcuts to have any number of bindings. Updated UI as required. | Eric M | |
2021-10-01 | Allow non-control Nodes to handle drag forwarding (e.g. Windows) | Eric M | |
2021-10-01 | Merge pull request #53286 from bruvzg/fix_font_data_save | Rémi Verschelde | |
2021-10-01 | [FontData] Fixes saving copy of the font source data, if it was created from ↵ | bruvzg | |
built-in font. | |||
2021-10-01 | Merge pull request #53278 from Geometror/fix-editor-property-array-color | Rémi Verschelde | |
2021-10-01 | Merge pull request #52850 from mashumafi/vector-bsearch | Rémi Verschelde | |
2021-10-01 | Merge pull request #53277 from YeldhamDev/tabs_renaming | Rémi Verschelde | |
2021-10-01 | Merge pull request #53279 from nekomatata/fix-tilemap-angular-velocity | Rémi Verschelde | |
2021-09-30 | Merge pull request #53272 from fabriceci/bug-platform-ceiling | Camille Mohr-Daurat | |
Fix #53255 when a body gets stuck when it hits a descending platform in 2D/3D | |||
2021-09-30 | Fix angular velocity default value in TileSet | PouleyKetchoupp | |
Value was uninitialized, which lead to undefined behavior. | |||
2021-10-01 | Fix property not shown in inspector when type is PACKED_COLOR_ARRAY | Hendrik Brucker | |
2021-09-30 | Implement bsearch for Vector and Packed*Array | mashumafi | |
2021-09-30 | Rename some elements of `Tabs` | Michael Alexsander | |
2021-09-30 | Fix body stuck on descending platform | fabriceci | |
2021-09-30 | Merge pull request #51409 from LightningAA/use-map-iterators | Rémi Verschelde | |
Use range iterators for `Map` in most cases | |||
2021-09-30 | Use range iterators for `Map` | Lightning_A | |
2021-09-30 | Fix non-const iterators in const methods | Lightning_A | |
2021-09-30 | Merge pull request #53025 from Paulb23/textfile-ux | Rémi Verschelde | |
2021-09-30 | Merge pull request #53266 from nekomatata/remove-shape-metadata | Camille Mohr-Daurat | |
Remove shape metadata from 2D physics server | |||
2021-09-30 | Add an example on iterating an array backwards | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/3472. | |||
2021-09-30 | Merge pull request #53076 from zacryol/dict-typo-fix | Max Hilbrunner | |
Fix typo with example variable name in Dictionary docs | |||
2021-09-30 | Merge pull request #47670 from Calinou/doc-upnp-non-blocking | Max Hilbrunner | |
Document how to set up UPnP in a non-blocking manner | |||
2021-09-30 | Merge pull request #53245 from JFonS/occ_fixes2 | Rémi Verschelde | |
Occlusion culling fixes | |||
2021-09-30 | Merge pull request #52544 from JFonS/lod_fixes | Juan Linietsky | |
Auto LOD fixes and improvements | |||
2021-09-30 | Remove shape metadata from 2D physics server | PouleyKetchoupp | |
Shape metadata was only used to get tile information when colliding with tilemaps. It's not needed anymore since there's an API in tilemap using body ids instead. | |||
2021-09-30 | Revert "GdScript: Use reduced constant expression result when doing binary ↵ | Rémi Verschelde | |
operations. Fixes #50293" This reverts commit 62077086076fb99fb7fe014522c44ae83f87dc4d. It broke a GDScript test (which didn't exist back when the PR was made, so was missed prior to the merge). It choked on: ``` prints("a", test_instance.a, test_instance.a == Named.VALUE_A) ``` With: ``` Invalid operands "VALUE_A (enum value)" and "int" for "==" operator. ``` | |||
2021-09-30 | Merge pull request #53197 from nekomatata/fix-motion-direction-in-slope | Camille Mohr-Daurat | |
Fix motion direction in slope for CharacterBody3D | |||
2021-09-30 | Merge pull request #53149 from fabriceci/port-move-and-slide-3D-new-changes | Camille Mohr-Daurat | |
Add latest API changes added in the 3D version of move_and_slide to the 2D version | |||
2021-09-30 | Merge pull request #51818 from MarianoGnu/gdscript2-enum-fixes | Rémi Verschelde | |
2021-09-30 | Merge pull request #53259 from boruok/fix-atlas-texture-get_data-crash | Rémi Verschelde | |
2021-09-30 | Document how to set up UPnP in a non-blocking manner | Hugo Locurcio | |
2021-09-30 | Merge pull request #53254 from Calinou/node-rename-filename | Rémi Verschelde | |
Rename Node's `filename` property to `scene_file_path` for clarity | |||
2021-09-30 | Rename Node's `filename` property to `scene_file_path` for clarity | Hugo Locurcio | |
2021-09-30 | Add latest changes added in the 3D version | fabriceci | |
2021-09-30 | Fix motion direction in slope for CharacterBody3D | PouleyKetchoupp | |
- More accurate sliding in slopes to keep input direction correct - More accurate constant speed calculation - Renamed linear_velocity to motion_velocity for clarity - General code cleaning and simplifications | |||
2021-09-30 | Merge pull request #52043 from Calinou/macos-use-big-sur-icon | Rémi Verschelde | |
2021-09-30 | Fix AtlasTexture get_data() crash | boruok | |
2021-09-30 | Merge pull request #53239 from nekomatata/fix-animatable-body-initial-state | Rémi Verschelde | |
2021-09-30 | Merge pull request #53112 from EricEzaM/better-breakpoint-gutter | Rémi Verschelde | |
2021-09-30 | Merge pull request #48685 from bruvzg/bundle_icon_4 | Rémi Verschelde | |
2021-09-30 | Merge pull request #52874 from Calinou/doc-ease-smoothstep | Rémi Verschelde | |
2021-09-30 | Add TextFile support across the editor | Paulb23 | |
2021-09-30 | Improved breakpoint gutter for CodeEdit. | Eric M | |
Added preview of breakpoint placement on hover. Added override of icon for the Editor to use an SVG so it is no longer blurry. | |||
2021-09-30 | Merge pull request #53251 from LATRio/53224 | Rémi Verschelde | |
2021-09-30 | Merge pull request #53252 from Calinou/doc-node-filename | Rémi Verschelde | |
2021-09-30 | Merge pull request #53227 from Calinou/rename-getornull | Max Hilbrunner | |
Rename RID's `getornull()` to `get_or_null()` |