Commit Graph

6277 Commits

Author SHA1 Message Date
Rémi Verschelde
2f346824cb Merge pull request #6395 from YuriSizov/frontend-cleanup-version-selector
Hide the ref badge from RTD's version selector
2022-11-21 11:22:25 +01:00
Rémi Verschelde
32d6fe49ed Merge pull request #6394 from YuriSizov/frontend-always-respect-the-ethical-banner
Update position of the Ethical banner when folding changes
2022-11-21 11:22:13 +01:00
Rémi Verschelde
191159d3fb Merge pull request #6398 from Calinou/creating-movies-record-high-resolution
Document recording at a higher resolution than the screen in Creating movies
2022-11-21 10:33:19 +01:00
Rémi Verschelde
eae90bad76 Merge pull request #6390 from Calinou/add-physical-light-units
Add a page on physical light units
2022-11-21 10:32:56 +01:00
Rémi Verschelde
9a3d5edb42 Merge pull request #6400 from YuriSizov/frontend-wider-articles
Make the maximum page width slightly bigger
2022-11-21 10:32:11 +01:00
Rémi Verschelde
0458574173 Merge pull request #6399 from YuriSizov/frontend-class-reference-reference-icon-icon
Adjust the class reference badge to use an icon
2022-11-21 10:32:01 +01:00
Yuri Sizov
22cb03f89a Make the maximum page width slightly bigger 2022-11-20 23:08:18 +03:00
Hugo Locurcio
24a3e9cc4a Document recording at a higher resolution than the screen in Creating movies 2022-11-20 19:27:08 +01:00
Yuri Sizov
4096508fb6 Change the square logo for a wide one (#6397)
Co-authored-by: Patchcoat <spiencewelch@gmail.com>
2022-11-20 12:10:09 +01:00
Yuri Sizov
9d973f83cb Adjust the class reference badge to use an icon 2022-11-20 04:17:18 +03:00
Yuri Sizov
c38fdc2da5 Hide the ref badge from RTD's version selector 2022-11-19 22:23:38 +03:00
Yuri Sizov
b8ab762814 Update position of the Ethical banner when folding changes 2022-11-19 20:56:08 +03:00
Hugo Locurcio
619ce2007b Add a page on physical light units 2022-11-18 17:05:01 +01:00
Yuri Sizov
3cb71819bf Update class reference index with better grouping
See godotengine/godot#68831.
2022-11-18 18:36:23 +03:00
Rémi Verschelde
ba1e107ce2 Split class reference based on the base type
Sync with https://github.com/godotengine/godot/pull/63497.
From now on we also have to update `classes/index.rst` which is generated.

I.e. the update procedure is:
```
cd godot/doc
make rst
cd ../../godot-docs
rm -f classes/*
cp ../../godot/doc/_build/rst/* classes/
```
2022-11-18 00:06:01 +01:00
Rémi Verschelde
34089af20f classref: Sync with current master branch (7d9923b2e) 2022-11-17 21:03:53 +01:00
Rémi Verschelde
c2d9bd8436 Merge pull request #6391 from YuriSizov/classref-call-to-arms-styling
Add styling for call-to-action notes on the class reference
2022-11-17 21:02:33 +01:00
Rémi Verschelde
ba7c088971 Merge pull request #5955 from YuriSizov/navigation-collapsible-side-categories
Make sidebar categories collapsible
2022-11-17 21:02:25 +01:00
Rémi Verschelde
87c99fe379 Merge pull request #6267 from Calinou/add-antialiasing-docs
Add documentation pages on 2D and 3D antialiasing
2022-11-17 21:01:02 +01:00
Rémi Verschelde
1c2aa8b3d6 Merge pull request #6335 from Bartkk0/patch-1
Update inspector plugin documentation
2022-11-17 21:00:46 +01:00
Rémi Verschelde
48585dbc9b Merge pull request #5990 from YuriSizov/classref-high-order-split
Add support for split class reference
2022-11-17 19:34:22 +01:00
Yuri Sizov
a5bf20bb6d Add support for split class reference 2022-11-17 21:20:41 +03:00
Yuri Sizov
b68c505789 Make sidebar categories collapsible 2022-11-17 20:50:33 +03:00
Yuri Sizov
0b65dbcd63 Add styling for call-to-action notes on the class reference 2022-11-17 20:07:13 +03:00
Max Hilbrunner
f3227a63d0 Merge pull request #6380 from MinaRashad/patch-1
Fixed a grammatical error
2022-11-17 04:25:03 +01:00
FeralBytes
fad177f9b0 Change match typeof() example from REAL to FLOAT in GDScript reference (#6384)
TYPE_REAL no longer exists, changed to TYPE_FLOAT
2022-11-14 14:46:40 +01:00
Mina Eskandar
20e515aed3 Fixed a grammatical error 2022-11-13 21:29:56 +02:00
Rémi Verschelde
263e4d6224 classref: Sync with current master branch (fc1c25d29) 2022-11-07 14:06:01 +01:00
David Graham
d09033677f Update VS Community license terms in Configuring an IDE (#6360) 2022-11-03 16:55:12 +01:00
Zach Coleman
b8feac6c1c Update build instructions in Compiling for iOS (#6351)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-10-31 17:27:07 +01:00
Max Hilbrunner
ea37817317 Merge pull request #6352 from Calinou/multiple-resolutions-add-tablet-recommendations
Add aspect ratio recommendations for tablets in Multiple resolutions
2022-10-31 11:27:16 +01:00
LL3006
86d4a70de7 Replace update() with queue_redraw() in Custom drawing in 2D (#6350) 2022-10-31 03:17:00 +01:00
Hugo Locurcio
3df8454f27 Add aspect ratio recommendations for tablets in Multiple resolutions 2022-10-31 03:01:18 +01:00
Max Hilbrunner
0160b5697d Merge pull request #6348 from Calinou/volumetric-fog-fix-formatting
Fix formatting in Volumetric fog and fog volumes
2022-10-30 00:06:14 +02:00
Hugo Locurcio
c5065e71d6 Fix formatting in Volumetric fog and fog volumes 2022-10-29 21:45:18 +02:00
Daniel Z
6f55c34259 Fix NDC coordinates for Vulkan in Screen-reading shaders (#6344) 2022-10-28 21:42:21 +02:00
Binney
203c26df45 Remove prints which make the program hang in Recording with microphone (#6346) 2022-10-28 21:39:53 +02:00
William Lim
d67a148cfa Fix Local Projects tab name in First look at Godot's editor (#6338)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-10-26 16:19:11 +02:00
Max Hilbrunner
77edd43b95 Merge pull request #6342 from DrPandemic/patch-1
Add warning about importing c#
2022-10-26 12:53:11 +02:00
Jean-Samuel Aubry-Guzzi
5e421754ec Add warning about importing c# 2022-10-25 21:24:37 -04:00
Max Hilbrunner
56f2654320 Merge pull request #6337 from Calinou/complying-with-licenses-engine-methods
List Engine methods to get license text in Complying with licenses
2022-10-25 16:52:05 +02:00
Hugo Locurcio
add6f8273a List Engine methods to get license text in Complying with licenses 2022-10-24 16:02:55 +02:00
Max Hilbrunner
4bdf16e6fe Merge pull request #6336 from opl-/fix/tool-mode-anchor
Fix tool mode section reference position
2022-10-24 02:42:55 +02:00
opl-
e0757940cf Fix tool mode section reference position 2022-10-23 21:52:52 +02:00
Hugo Locurcio
048f5e575b Add documentation pages on 2D and 3D antialiasing 2022-10-23 19:48:24 +02:00
Bartkk
363526018a Update inspector plugins documentation 2022-10-23 10:22:10 +00:00
Max Hilbrunner
4024e8f069 Merge pull request #6322 from TokageItLab/tuts-for-blend-and-retarget
Add tutorials for blend animation and retargeting
2022-10-21 18:07:28 +02:00
Hugo Locurcio
085cd91a59 Add convention comparison chart to Introduction to 3D (#6307) 2022-10-21 17:19:02 +02:00
Silc Renew
046bcd4cb9 Add tutorials for blend animation and retargeting 2022-10-21 13:46:04 +09:00
Max Hilbrunner
6a2800e0e0 Merge pull request #6326 from atngames/patch-1
Removed an additional 'notify' in the function's name
2022-10-20 14:09:22 +02:00