summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2023-04-24Update changelog for 4.0.3Yuri Sizov
2023-04-07Add changelog for 4.0.3Yuri Sizov
2023-04-04Bump version to 4.0.3-rcRémi Verschelde
2023-04-03Add changelog for 4.0.2Yuri Sizov
2023-03-19Bump version to 4.0.1-stableRémi Verschelde
2023-03-19Add changelog for 4.0.1Yuri Sizov
2023-03-06Fix "Convert Full Project" button not translatedHaoyu Qiu
Also fixes a typo in the CHANGELOG. (cherry picked from commit e03bfd6f7fef1845dff544a3b0acb62d2af2b0ad)
2023-03-01Update CHANGELOG.md for 4.0 releaseRémi Verschelde
We couldn't hope to complete an in-depth curated changelog for such a massive release, so we simply link to our in-depth release notes :) Also adds back the 3.3, 3.4, and 3.5 curated changelogs. Those were released from the 3.x branch so theoretically do not share a common history with 4.0 (which started development after 3.2), but in practice users will still perceive 4.0 as the natural upgrade to 3.5.
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-18Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn
in favour of texture hints
2023-01-12Remove SkeletonModificationStack3D, and Skeleton3D api cleanupLyuma
Removes all 3D modification resources. SkeletonIK3D is a node and still supported. Remove deprecated Skeleton3D functionality for 4.0, so we can add it back in 4.x. Remove local_pose_override feature from Skeleton3D and BoneAttachment3D. Expose Skeleton3D::get_version() so IK scripts/extensions can cache bones. Note: This change only affects 3D. SkeletonModification2D will work as before.
2022-08-31Implement Physical Light Units as an optional setting.clayjohn
This allows light sources to be specified in physical light units in addition to the regular energy multiplier. In order to avoid loss of precision at high values, brightness values are premultiplied by an exposure normalization value. In support of Physical Light Units this PR also renames CameraEffects to CameraAttributes.
2022-01-05Merge pull request #56286 from Calinou/changelog-shaders-depth-textureRémi Verschelde
2022-01-02Fix various typosluz paz
Found via ` codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint,varn` Update editor/import/resource_importer_layered_texture.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update doc/classes/TileSetScenesCollectionSource.xml Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/graph_edit.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/rich_text_label.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Revert previously committed change
2021-12-27Document new behavior of shader `DEPTH_TEXTURE` in the Vulkan rendererHugo Locurcio
2021-11-21Add 4.0 development changelogHugo Locurcio
This changelog is missing some changes that were made, but it contains most essential items already. This changelog intentionally does not include: - Changes backported to Godot 3.3 and 3.4 (these are listed in the current changelog already). - Changes backported to the `3.x` branch (which will become Godot 3.5 in the future). - Future changes that will be made after 4.0alpha1's release.
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2020-09-15Mention compatibility-breaking Camera2D offset change in the changelogHugo Locurcio
See https://github.com/godotengine/godot/issues/42088.
2020-07-21Fix spelling & grammar in comments, docs, and messagesAndy Maloney
2020-02-05Changelog: Mention 3.2 changes to TileMap featuresRémi Verschelde
Cf. #28896, #29519, #30231.
2020-01-29Bump version to 3.2-stable \o/Rémi Verschelde
Congratulations to everyone in the Godot community for this awesome new release, culmination of more than 10 months of development from close to 450 contributors! Thanks to all involved, whether you contributed code, documentation, bug reports, translations, community support or donations. You all played a role in bringing better free and open source game development tools to the world! Godot 3.2 includes more than 6000 commits made since the 3.1 release in March 2019, 3000 Pull Requests have been merged, and over 2000 issues have been fixed! This release builds upon the feature set and usability of Godot 3.1, making it even more stable and powerful, and thus a very mature game development tool for both 2D and 3D. Now onwards to the 4.0 with Vulkan and a lot of modernization of the codebase!
2020-01-29Fix some URLs to use HTTPS when availableRémi Verschelde
2020-01-28Mention that parentheses are now required to use `assert`Hugo Locurcio
This also removes a duplicated line as `Camera.project_position()` is now listed as a compatibility breakage. This is because the `depth` argument is now required.
2020-01-28Revert "make Label consider spaces for visible_characters"Rémi Verschelde
This reverts commit 695980a0f21adbe66eb12e1015fdc8c51fb62bf9. Fixes #35668.
2020-01-21Update CHANGELOG.md for Godot 3.2Hugo Locurcio
2019-03-13Bump version to 3.1-stable \o/Rémi Verschelde
Congratulations to everyone in the Godot community for this awesome new release, culmination of more than one year of development from close to 500 contributors! Thanks to all involved, whether you contributed code, documentation, bug reports, translations, community support or donations. You all played a role in bringing better free and open source game development tools to the world! Godot 3.1 includes more than 7000 commits made since the 3.0 release in January 2018, 3000 Pull Requests have been merged, and 3000 issues have been fixed! This release makes the 3.x branch more stable and powerful, and makes it a very mature game development tool for both 2D and 3D. Now feature development can restart towards 3.2 and 4.0!
2019-03-13Add some more features to changelogRémi Verschelde
2019-03-12Update changelog with recent additionsHugo Locurcio
2019-01-30Update the changelog with new features added in 3.1Hugo Locurcio
[ci skip]
2018-11-05doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde
Fixes #23509.
2018-02-22Add a project changelogHugo Locurcio