81 Commits

Author SHA1 Message Date
Yuri Sizov
c03229cd9d Port layout changes from the master version
This also updates the index page, changes the first
sidebar section to be "About" without an extra level,
and renames "Tutorials" to "Manual"

(cherry picked from commit 0c100d9f14)
2023-09-20 14:02:23 +02:00
wajrou
0c5ad79ac7 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-08-06 04:59:30 +02:00
Haoyu Qiu
3d74f18492 Add vector2_angle_to_point.png 2022-04-25 19:49:19 +08:00
Hugo Locurcio
61299240c0 Add cheatsheet and comparison image for ease() and smoothstep()
These images are used in the class reference.
2021-09-30 12:35:41 +02:00
Hugo Locurcio
3b76cc3b54 Add a page referencing the Control gallery image and demo
This closes #4435.

(cherry picked from commit e1e08419f6)
2021-04-07 11:23:12 +02: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
noideatbh
9a51e18846 Small fixes to the Instancing doc (#389)
* Minor grammar corrections
* Added new revert button image
2017-05-22 23:16:51 +02:00
Rémi Verschelde
84538955e0 Add contributing docs on the PR workflow 2017-05-07 22:13:23 +02:00
Juho
3db3a20b3c New Image showing groups for godot 2.1.1 (#318)
* new image for groups in godot 2.1.1

* changed image and adjust wording in Scripting continued tutorial
2016-12-30 10:28:49 -06:00
Julian Murgia
9f9e183f7e Removed some useless lines which cause repetitions.
Corrected some mistakes, thanks @akien-mga and @merumelu
2016-11-09 23:29:20 +01:00
Julian Murgia
faea70955d Rewritten some parts of pong tutorial to make them clearer (hopefully). 2016-10-22 16:55:08 +02:00
Dario Bonfanti
b74eb47911 Fixed an image 2016-10-08 13:49:54 +02:00
Dario Bonfanti
0cf2017fa4 Added vectorial source files 2016-10-08 13:37:28 +02:00
Dario Bonfanti
79a8246375 Replaced images of the Vector Math page 2016-10-08 13:26:26 +02:00
Dario Bonfanti
59487e5e92 Updated an image of the raycast page 2016-10-08 02:19:30 +02:00
Rémi Verschelde
953f9a49e3 Merge pull request #262 from Bonfi96/kinemtic_controller_page
Replaced two Kinematic Character documentation images
2016-10-07 17:21:03 +02:00
Dario Bonfanti
974f7c920f Replaced two documentation images 2016-10-06 17:19:50 +02:00
Dario Bonfanti
bbdb14fe89 Replaced an ik documentation image 2016-10-06 17:15:24 +02:00