329 Commits

Author SHA1 Message Date
Hugo Locurcio
8d66359adc Change estimated release date for Godot 3.4 and Godot 4.0
Godot 3.4 will most likely be released in October 2021 since it
didn't reach RC stage yet (it's at beta 4 right now).

Godot 4.0 hasn't had an alpha released yet, so it won't release in
2021 by now. The first half of 2022 is a more likely estimate.
2021-09-15 19:58:46 +02:00
Aaron Franke
5c7f653347 Optimize PNG and SVG images using oxipng and svgcleaner (#5254) 2021-09-14 17:50:17 +02:00
Aaron Franke
4060179184 Remove trailing space characters (#5251) 2021-09-13 14:52:39 +02:00
DeeJayLSP
9b21fc3a26 Complying with licenses: Explain what the FreeType <year> should be 2021-09-09 21:54:16 -03:00
DeeJayLSP
d329b73665 Remove Q2 from 3.4 release date (#5233)
Change Q2-3 to Q3-4 for 3.4 release date
2021-09-09 21:55:09 +03:00
luzpaz
d9bc787dd9 Fix various typos (#5215)
Fix various typos

Found via `codespell -q 3 -S ./LICENSE.txt -L doubleclick,findn,lod,inout,nd,raison,te`
2021-09-02 17:02:23 +03:00
Max Hilbrunner
f30fb2b7a6 Merge pull request #5211 from Calinou/list-of-features-link-to-proposals
Link to godot-proposals instead of godot-roadmap in List of features
2021-08-30 20:19:14 +02:00
Hugo Locurcio
cabb02bb30 Update List of features for recent changes in the master branch 2021-08-30 17:28:52 +02:00
Hugo Locurcio
6ac81401a2 Link to godot-proposals instead of godot-roadmap in List of features
The godot-roadmap repository is no longer active.
2021-08-30 17:06:37 +02:00
hpnrep6
8f5d8de5cc Replace comma with colon 2021-08-15 22:03:30 -04:00
hpnrep6
56b5246621 Fix GLSL hyperlink formatting in List of features (#5095) 2021-07-16 04:44:31 +02:00
Max Hilbrunner
113ed83d09 Update docs changelog 2021-07-12 14:17:22 +02:00
Hugo Locurcio
0be0e91561 Add a C++ usage guidelines page (#3668)
This page describes C++ features that are used and allowed in
Godot's codebase. It's based on community consensus over the last
months, as Godot recently moved to C++17 in the `master` branch.
2021-07-12 14:12:19 +02:00
Max Hilbrunner
7764f0ce74 Merge pull request #4756 from Calinou/troubleshooting-editorhelpbit
Add a section about editor tooltips blinking in the Troubleshooting page
2021-07-06 08:45:14 +02:00
Max Hilbrunner
731ceb7449 Merge pull request #4829 from skyace65/License
Mention that you can link to the Godot license to comply with it
2021-07-06 08:28:30 +02:00
DeeJayLSP
24163bca91 FAQ: Revision on punctuation (#4975)
* FAQ: Revision on punctuation

This pull request moves some periods to their right place, and adds a missing question mark.

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2021-07-06 08:13:43 +02:00
Hugo Locurcio
dc7d447288 Fix outdated stable version number in List of features
This also links back to the stable page.
2021-06-22 17:24:56 +02:00
Rémi Verschelde
e10fa30af6 Merge pull request #4824 from Calinou/faq-ui-toolkit
Add a FAQ item about the UI toolkit used by Godot
2021-06-02 12:53:56 +02:00
Rémi Verschelde
ad0bcbcd71 Merge pull request #4861 from Calinou/update-docs-changelog
Update documentation changelog for Godot 3.3+
2021-06-02 11:32:29 +02:00
Rémi Verschelde
0237f2c853 Merge pull request #4319 from bruvzg/ctl_docs
[Complex Text Layouts] Update tutorials and documentation to match TextServer changes.
2021-06-02 11:29:20 +02:00
Rémi Verschelde
9e298ba1b7 Merge pull request #4886 from skyace65/ExportProject 2021-06-02 11:28:30 +02:00
Hugo Locurcio
0dd27e223e Fix typo in FAQ about Godot's feature set: "advance" -> "advantage" 2021-05-17 14:50:10 +02:00
bruvzg
20bcd1307a [Complex Text Layouts] Update tutorials and documentation to match TextServer changes. 2021-05-07 11:29:55 +03:00
skyace65
2b2cbefe82 Remove "Exporting" page and update "Exporting Projects" images 2021-05-02 12:45:31 -04:00
Hugo Locurcio
abdd3f591f Update documentation changelog for Godot 3.3+
This also renames "tutorials" to "pages" since not all pages listed
are tutorials.
2021-04-25 21:48:10 +02:00
golddotasksquestions
d891f33382 Fix "example" spelling in Frequently asked questions (#4862) 2021-04-23 02:37:17 +02:00
Rémi Verschelde
3e00267dc1 Release policy: Add 3.4 beta, mark 3.2 as EOL (#4854) 2021-04-21 15:30:13 +02:00
skyace65
30a5eb207b Mention that you can link to the Godot license to comply with it 2021-04-10 08:46:16 -04:00
Hugo Locurcio
23ecee304b Add a FAQ item about the UI toolkit used by Godot 2021-04-09 02:44:48 +02:00
DeeJayLSP
becad70a96 Remove March from 3.3 release date (#4803)
March is over, 3.3 will most likely launch this month
2021-04-02 14:39:29 +02:00
Hugo Locurcio
f850f03b2b Add a FAQ item about why Godot aims to keep its core feature set small 2021-03-21 11:46:00 +01:00
Rémi Verschelde
6ab33ddabb Rewrite release policy to clarify versioning and include 3.3
We are often asked if Godot follows SemVer, so I rewrote the relevant section
to clarify that our versioning is based on SemVer but takes some liberties to
accommodate the complexity of versioning so many interconnected components with
a single version number. Examples should help make the rationale clear.

Additionally, with the upcoming 3.3 release we're aiming at increasing the
release pace for future 3.x minor releases, and keep patch releases better
focused on actually being maintenance releases (with 3.2.2 being a significant
exception to that rule).
2021-03-16 15:09:36 +01:00
Hugo Locurcio
4955453052 Add a section about editor tooltips blinking in the Troubleshooting page 2021-03-15 14:15:28 +01:00
Hugo Locurcio
f7c0192802 Document disabling the NVIDIA text overlay in the Troubleshooting page (#4753) 2021-03-13 18:51:21 +01:00
Rémi Verschelde
8ba7995f2d Merge pull request #4696 from Calinou/update-complying-with-licenses
Update copyright statements in Complying with licenses
2021-03-03 23:03:39 +01:00
Hugo Locurcio
8161d00092 Add a FAQ item about Godot's lack of ECS 2021-02-28 19:42:15 +01:00
Hugo Locurcio
8b810c9bfb Update copyright statements in Complying with licenses
- Improve formatting and writing.
2021-02-28 19:30:38 +01:00
Hugo Locurcio
a922efa2a8 Add an Using the web editor page (#4629)
This page describes the current workflow and limitations of the
HTML5 Godot editor.
2021-02-25 01:54:13 +01:00
Yuri Sizov
761592598f Remove mentions of IRC in favor of the new Contributors Chat platform (#4644) 2021-02-13 17:27:41 +01:00
Michael Alexsander
1ec802463a Add MP3 to the list of supported audio formats (#4569) 2021-01-23 21:19:34 +01:00
Nathan Lovato
d0eb1eb6bc Move remaining files out of step_by_step/
Moved those to scripting/:

- filesystem
- resources
- singletons_autoload
- scene_tree

export to export/

and godot_design_philosophy to introduction/
2020-12-02 20:31:01 -06:00
Rémi Verschelde
1298ed2ea0 Merge pull request #4302 from NathanLovato/content/getting-started
Rewrite of the getting started introduction
2020-12-02 20:32:04 +01:00
Nathan Lovato
9cd09cc2d0 Merge pull request #4067 from NathanLovato/content/writing-guidelines-updates
Update contribution guidelines
2020-11-23 14:58:53 -06:00
Hugo Locurcio
471618db61 Clarify that GDScript is not based on Python
This also fixes capitalization where "GDscript" was used instead of
"GDScript".

This closes #4378.
2020-11-19 14:57:12 +01:00
Nathan Lovato
d475940178 Update references to the docs guidelines
We split some pages into two and some remaining references were leading to an
irrelevant page.
2020-11-13 11:05:40 -06:00
Nathan Lovato
6da0b56e84 Merge pull request #4361 from Calinou/troubleshooting-variable-refresh-rate
Document known issues with variable refresh rate in the editor
2020-11-13 09:33:27 -06:00
Hugo Locurcio
4319e063b2 Document known issues with variable refresh rate in the editor
See https://github.com/godotengine/godot/issues/38219.
2020-11-13 14:51:56 +01:00
Rodrigo Setti
be025d958f Update GDScript FAQ text to not reference history in link (#4357)
Since GDScript history was moved from scripting guide to FAQ, we want to remove the link back to guide mentioning "history".
2020-11-11 20:25:17 +01:00
Nathan Lovato
3fafc6335b Write introduction_to_godot.rst
Closes #4177
2020-10-28 15:37:01 -06:00
Nathan Lovato
ccf4ae56e7 Merge pull request #4305 from Calinou/exporting-hidden-files-folders
Document that "hidden" files and folders are never included in a PCK
2020-10-24 14:06:28 -06:00