summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Add changelog for Godot 4.3Rémi Verschelde2024-08-151-1807/+3385
|
* Add changelog for Godot 4.2Rémi Verschelde2023-11-291-2824/+1884
| | | | | | | | | | | | | | | We're changing the format of the changelog as the previous one based on Keep a Changelog required too much manual work to maintain. We now link to relevant resources, notably our online interactive changelog, and copy the grouped changelog generated by this tool. It's a bit less curated than before, as we used to remove entries which aren't that relevant to end users, and sort them under Added/Changed/ Removed/Fixed, but this was done manually and thus a huge chore. Past changelogs are also removed and replaced with links to the changelogs in their respective feature branches.
* Clarify return value of get_dependencies()kobewi2023-07-111-0/+1
|
* Add Godot 4.1 changelogYuri Sizov2023-07-051-1/+438
|
* Fix various typos with codespellRémi Verschelde2023-04-261-2/+2
| | | | | | Also includes the grammar fix from #76206. Co-authored-by: Peter Anderson <BWPanda@users.noreply.github.com>
* Fix "Convert Full Project" button not translatedHaoyu Qiu2023-03-021-1/+1
| | | | Also fixes a typo in the CHANGELOG.
* Update CHANGELOG.md for 4.0 releaseRémi Verschelde2023-03-011-306/+1200
| | | | | | | | | | 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.
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
|
* Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn2023-01-181-0/+5
| | | | in favour of texture hints
* Remove SkeletonModificationStack3D, and Skeleton3D api cleanupLyuma2023-01-121-4/+1
| | | | | | | | | 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.
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-1/+1
| | | | | | 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.
* Merge pull request #56286 from Calinou/changelog-shaders-depth-textureRémi Verschelde2022-01-051-0/+3
|\
| * Document new behavior of shader `DEPTH_TEXTURE` in the Vulkan rendererHugo Locurcio2021-12-271-0/+3
| |
* | Fix various typosluz paz2022-01-021-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add 4.0 development changelogHugo Locurcio2021-11-211-0/+422
| | | | | | | | | | | | | 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.
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-2/+2
|
* Mention compatibility-breaking Camera2D offset change in the changelogHugo Locurcio2020-09-151-0/+2
| | | | See https://github.com/godotengine/godot/issues/42088.
* Fix spelling & grammar in comments, docs, and messagesAndy Maloney2020-07-211-2/+2
|
* Changelog: Mention 3.2 changes to TileMap featuresRémi Verschelde2020-02-051-0/+3
| | | | Cf. #28896, #29519, #30231.
* Bump version to 3.2-stable \o/Rémi Verschelde2020-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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!
* Fix some URLs to use HTTPS when availableRémi Verschelde2020-01-291-7/+7
|
* Mention that parentheses are now required to use `assert`Hugo Locurcio2020-01-281-1/+3
| | | | | | 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.
* Revert "make Label consider spaces for visible_characters"Rémi Verschelde2020-01-281-1/+0
| | | | | | This reverts commit 695980a0f21adbe66eb12e1015fdc8c51fb62bf9. Fixes #35668.
* Update CHANGELOG.md for Godot 3.2Hugo Locurcio2020-01-211-1/+723
|
* Bump version to 3.1-stable \o/Rémi Verschelde2019-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | 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!
* Add some more features to changelogRémi Verschelde2019-03-131-0/+2
|
* Update changelog with recent additionsHugo Locurcio2019-03-121-0/+12
|
* Update the changelog with new features added in 3.1Hugo Locurcio2019-01-301-0/+246
| | | | [ci skip]
* doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde2018-11-051-1/+1
| | | | Fixes #23509.
* Add a project changelogHugo Locurcio2018-02-221-0/+140