93 Commits

Author SHA1 Message Date
Hugo Locurcio
a82ed18d3d Add FoldableContainer to the Control node gallery page 2025-07-08 01:08:02 +02:00
Malcolm Nixon
c476471e48 This PR adds graphs showing the behavior of the smoothstep function with positive, zero, and negative ranges. (#9489) 2024-08-15 16:28:44 -07:00
theowiik
1586144704 Improve color constants cheat sheet (#8569)
* Improve color sorting of color constants
* Use Godot 4 constant names for color cheat sheet
2024-08-02 02:17:58 +02:00
Bruno
c9a72d06e8 Update Tween cheatsheet to add TRANS_SPRING (#7464) 2023-06-15 15:58:31 +02:00
Hugo Locurcio
3dfbfbf381 Add links to demo projects where relevant (#6874)
* Add links to demo projects where relevant

- Warn about poor compute shader support on mobile GPUs (due to driver bugs).
- Update control gallery image for 4.0.
- Fix typo in Internationalizing games.

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-03-09 06:09:56 +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
wajrou
a74fba1608 Cheatsheet of ease() with known names
Added known names of curves to be recognized better.
Because curves from -1 to 1 has five different runnings I separated it into middle column and rest of curves (Ease in-out & out-in) are aligned to side columns.
2022-07-31 13:22:42 +02:00
mechPenSketch
65345e94ee Update vector2_angle_to_point.png 2021-12-03 20:56:35 +08:00
Hugo Locurcio
aff48371b2 Add cheatsheet and comparison image for ease() and smoothstep()
These images are used in the class reference.
2021-09-20 16:03:05 +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
4ed76436c8 Add an image for Camera3D is_position_behind and is_position_in_frustum (#4883) 2021-04-29 21:38:41 +02:00
mechPenSketch
c499c65682 Add image for Node2D's get_angle_to_point(point) (#4703) 2021-03-02 14:40:17 +01:00
Nathan Lovato
e13ac6fce4 Merge pull request #4679 from Calinou/add-img-folder-readme
Add a notice to explain the purpose of the top-level `img/` folder
2021-02-26 14:43:00 -06:00
mechPenSketch
b0b3ae0989 Edit images for Vector2's angle methods (#4684)
Revise the graphs to represent the illustrations better.
2021-02-26 09:45:31 -05:00
Hugo Locurcio
aa1eb7e77d Add a notice to explain the purpose of the top-level img/ folder 2021-02-24 16:25:56 +01:00
mechPenSketch
33fd43e706 Add images for Vector2's angle methods (#4678) 2021-02-24 16:22:26 +01:00
Hugo Locurcio
e1e08419f6 Add a page referencing the Control gallery image and demo
This closes #4435.
2021-01-12 20:12:02 +01:00
Hugo Locurcio
d585cf540e Add a preview image of Color constants by @theowiik
This image will be referended in the Godot class reference.

This closes #3881.

Co-authored-by: theowiik <42991003+theowiik@users.noreply.github.com>
2020-09-23 23:46:47 +02:00
Rémi Verschelde
ce7a9a6eab Images: Remove unused images (no 'image::' or 'figure::' reference) 2020-06-05 14:43:20 +02:00
Rémi Verschelde
39dbbb29e1 Images: always use relative 'img/' paths, without './' prefix
Move some files from root '/img' folder to the location where they are
actually used.
2020-06-05 14:38:25 +02:00
Hugo Locurcio
5f99fcb9fb Add a Tween cheatsheet image
Taken from https://github.com/wandomPewlin/godotTweeningCheatSheet
with the author's permission.

The image isn't referenced in this repository, but will be referenced
in the Tween class reference.
2020-04-17 23:05:51 +02:00
Hugo Locurcio
c50cd002ad Make the documentation logo hiDPI-friendly
This also sets the documentation logo to a fixed size in the CSS
to prevent reflows during page loading.
2020-04-11 13:38:25 +02:00
Rémi Verschelde
5b2aaf8d41 Optimize PNGs with optipng
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
Nathan Lovato
313b5becd2 Proof class_name PR by Will, add extra picture 2018-08-16 08:38:14 +09:00
Will Nations
af7625768f Add script class docs 2018-08-15 13:39:54 -05:00
Daniel J. Ramirez
9f637c47b7 New logo for the docs 2018-01-10 15:52:15 -06:00
Robbie Cooper
ace8cf69bc Restore missing images
These images were removed in 22a17aed, but are still referenced in the docs.

See development/cpp/introduction_to_godot_development.rst and learning/step_by_step/scripting.rst.
2017-10-27 22:12:42 -04:00
Rémi Verschelde
20c4c3a5c9 Fix various Sphinx warnings 2017-10-14 15:46:14 +02:00
Rémi Verschelde
7f819ed873 Move images to subfolders next to each doc page 2017-10-14 14:41:44 +02:00
Nathan
22a17aed56 Optimized all png and gif files with FileOptimizer
Saved 60-70% on all pngs
Reduced robi .gif title screen animation by >90%
2017-10-14 11:15:38 +02:00
casey-mc
300951b2c1 A variety of clarity changes to the your-first-game tutorial (#517)
* A variety of clarity changes to the your-first-game tutorial

* Requested changes from review
2017-10-13 09:24:58 +02:00
Dario Bonfanti
8746744f71 Replaced png for Viewports docs and added svg source (stretch) 2017-10-03 01:39:09 +02:00
Juan Linietsky
8d7379cbdb Added documentation on feature tags. 2017-10-02 15:58:11 -03:00
Juan Linietsky
d56ec83090 Completed work for 3.0 shader tutorials! 2017-09-28 21:23:46 -03:00
Juan Linietsky
e348aea3bd doc fixes 2017-09-23 19:23:15 -03:00
Juan Linietsky
7ec4e40522 Spatial Material tutorial 2017-09-23 18:34:12 -03:00
Nathan Lovato
5e952ae7d5 Merge pull request #478 from cbscribe/kcc_beginnergame_tut
New beginner game tutorial.
2017-09-23 09:13:34 +02:00
Juan Linietsky
5c0e09a6d9 Scene asset workflow tutorial 2017-09-21 09:47:25 -03:00
Juan Linietsky
5299515508 Changed asset importing and workflow documentation. Pending for 3D.. 2017-09-19 17:22:04 -03:00
Nathan
cfcdf27740 add docs writing guidelines
- add page to the toctree
- add RST formatting and blocks
- add pic to the img/ folder
- add convention to style arguments in class reference, like [code]this[/code]
2017-09-19 08:57:56 +02:00
Chris Bradfield
a505cf2ac8 New beginner game tutorial. 2017-09-15 23:52:37 -07:00
Juan Linietsky
ded2ba8db2 Added audio bus and audio streams tutorial! 2017-09-13 22:20:39 -03:00
Juan Linietsky
1a4e34b1b4 image was missing sequence port 2017-09-12 07:39:57 -03:00
Juan Linietsky
2fc4dc2b77 correct wrong image 2017-09-12 07:32:45 -03:00
Juan Linietsky
e598e21a49 fix image 53 2017-09-11 22:58:06 -03:00
Juan Linietsky
e1e18aa149 Add visual scripting tutorial. 2017-09-11 22:24:21 -03:00
Poommetee Ketson
bf995a2392 Update some images for Godot 3 2017-07-18 21:40:25 +07:00
Phil Lip
31a201cfae Fixes image in vector tutorial
Fixes #313
2017-07-17 00:03:14 +02:00
Daniel J. Ramirez
afc750966c Updated logo 2017-07-15 13:08:38 -05:00
Julian Murgia
8658d5a719 Added precisions in Xcode section of setting IDE, fixes #345 2017-06-27 13:28:09 +02:00