Rémi Verschelde 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c8859f0463 
								
							 
						 
						
							
							
								
								Fix typos with codespell  
							
							... 
							
							
							
							Using codespell 1.17.1.
Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF
$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
``` 
							
						 
						
							2020-09-18 14:09:51 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Tomasz Chabora 
								
							 
						 
						
							
							
							
							
								
							
							
								79f3725bdd 
								
							 
						 
						
							
							
								
								Add documentation for the VisualShader nodes  
							
							... 
							
							
							
							(cherry picked from commit fecf79f287 
							
						 
						
							2020-05-11 11:01:13 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								2d20fc39aa 
								
							 
						 
						
							
							
								
								doc: Drop unused 'category' property from header  
							
							... 
							
							
							
							We already removed it from the online docs with #35132 .
Currently it can only be "Built-In Types" (Variant types) or "Core"
(everything else), which is of limited use.
We might also want to consider dropping it from `ClassDB` altogether
in Godot 4.0. 
							
						 
						
							2020-01-26 16:02:39 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								6af69f851a 
								
							 
						 
						
							
							
								
								doc: Drop unused <demos> tag  
							
							
							
						 
						
							2019-04-19 11:03:46 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								39c868171e 
								
							 
						 
						
							
							
								
								doc: Bump version to 3.2  
							
							
							
						 
						
							2019-04-01 12:33:56 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Rémi Verschelde 
								
							 
						 
						
							
							
							
							
								
							
							
								391e46830f 
								
							 
						 
						
							
							
								
								doc: Sync classref with current source  
							
							... 
							
							
							
							Fix various missing arguments in bindings. 
							
						 
						
							2018-07-26 11:56:21 +02:00