Commit Graph
611 Commits
Author SHA1 Message Date
Thomas Viktil 9502fe64dd Break comments to make them readable (#1977)
The comments are wider than the viewable area in the docs, which makes them hard to read. On Mac, the scrollbars are hidden so you either need an Apple mouse that can scroll sideways, or fumble with scrolling and catching the scroll handle as it appears, so that you can drag it sideways. It's easier for all of us to wrap the comments.
2018-12-05 15:55:02 +01:00
Peter TurnerandHugo Locurcio 52304ed9a4 fix typos in lights_and_shadows.rst (#1954)
Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro>
2018-12-04 22:50:31 +01:00
blurrred 77f2c16788 Grammar fix
a Area -> an Area (x2)
2018-11-30 15:25:59 -06:00
Bastiaan Olij 28af0e8562 Renaming the class gdexample to GDExample to be more consistant with Godot 2018-11-29 00:29:17 +11:00
Bastiaan Olij 5519f9a1b1 Updated GDNative docs to show both NativeScript 1.0 and NativeScript 1.1 examples side by side 2018-11-28 23:45:12 +11:00
Chris Bradfield a078315375 Merge pull request #1928 from clayjohn/move_vertex_displacement
Moved vertex_displacement tutorial into shading section
2018-11-23 12:47:25 -08:00
skyace65 3ee778e566 Fix Capitalization 2018-11-21 13:12:43 -05:00
Max Hilbrunner a3320a72a8 Merge pull request #1929 from clayjohn/planet_update
Various updates to viewport texture tutorial
2018-11-21 12:11:48 +01:00
Michael Alexsander Silva Dias f89a54d2e7 Fix broken reference in CSG page 2018-11-20 22:22:51 -02:00
clayjohn 3f612ab8a9 updated viewport texture tutorial 2018-11-20 15:38:40 -08:00
clayjohn 7151c1d926 moved vertex_displacement tutorial into shading 2018-11-20 15:17:19 -08:00
Max Sandholm 19b575c1e4 Add clarifying paragraph on encryption page (#1672)
I wouldn't want to mislead people into thinking that encrypting and decrypting a save file locally on the player's computer can prevent editing and sharing of save files. It can't. The only way to prevent unauthorized editing and sharing of save data is to keep the save data on a remote server, and also running the game logic on that server instead of locally on the player's computer.
2018-11-20 11:38:10 +01:00
Rémi Verschelde 91c974aeb3 Merge pull request #1804 from ZX-WT/csg
added csg tutorial
2018-11-20 11:30:39 +01:00
Rémi Verschelde 4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Rémi Verschelde a0e32ac017 Fix mixed use of tabs and spaces in indented blocks
4-space is our convention for indented blocks and should be used consistently.
The only exception is for C++ code which is tab-indented, as the engine code.
2018-11-20 11:02:11 +01:00
ZX-WT ae8fcbe9bb added 3d gizmos description to 3d intro (#1829)
* added 3d gizmos description to 3d intro

* Fixup
2018-11-20 10:09:59 +01:00
Rémi Verschelde 3a6fa1507c Merge pull request #1892 from Calinou/capitalize-godot
Capitalize all instances of Godot (except the binary name)
2018-11-20 09:55:17 +01:00
Vallentin cd4353790f Fixed typos (#1906) 2018-11-20 09:44:00 +01:00
Rémi Verschelde 0be8f1c12e Merge pull request #1908 from clayjohn/shader_coordinates
Expanded migration guide with vertex shader information
2018-11-20 09:41:34 +01:00
Hugo Locurcio 0ee39090cd Improve writing style in the VR starter tutorial 2018-11-15 20:53:12 +01:00
clayjohn b21cc05ac2 expanded migration guide with vertex shader info 2018-11-05 11:07:50 -08:00
Hugo Locurcio adf3cb915a Capitalize all instances of Godot (except the binary name) 2018-10-27 21:01:11 +02:00
merumelu b18245b6a7 Audio bus tutorial: update link missed in 939f38c 2018-10-24 19:33:35 +02:00
merumelu 939f38cbc3 Audio buses tutorial: link to proper pages 2018-10-23 16:21:05 +02:00
Max Hilbrunner 5a7f31fd8d Merge pull request #1834 from antoniotorresm/write-depth
Add DEPTH fragment built-in to shading language reference
2018-10-21 21:52:59 +02:00
M. Huri 034bb63e84 Repaired mistyped of 'its'. 2018-10-19 19:39:49 +07:00
Nathan Lovato d0b853c804 Merge pull request #1865 from mega-bit/godot-docs/3d-tutorial-typo
Fixed typo in 3D tutorial
2018-10-17 08:08:47 +09:00
Nathan Lovato 99ebf9d3c2 Merge pull request #1867 from mega-bit/godot-docs/shading-tutorial
Fixed typos in Shading tutorial
2018-10-17 08:08:38 +09:00
Nathan Lovato d2126e206a Merge pull request #1864 from mega-bit/godot-docs/fps-tutorial
Fixed several typos in FPS tutorial
2018-10-17 08:04:16 +09:00
Nathan Lovato a7d2ec2aaf Merge pull request #1866 from mega-bit/godot-docs/io-tutorial
Fixed typo in I/O tutorial
2018-10-17 08:03:51 +09:00
Nathan Lovato 8c43393aff Merge pull request #1868 from mega-bit/godot-docs/viewports-tutorial
Fixed typo in Viewports tutorial
2018-10-17 08:03:16 +09:00
Frido 7fa9e9da19 Fixed grammar and typos in VR tutorial 2018-10-16 23:54:42 +02:00
Frido 3a62243e7a Fixed typo in Viewports tutorial 2018-10-16 23:37:34 +02:00
Frido 6d9e3b6701 Fixed typos in Shading tutorial 2018-10-16 23:32:38 +02:00
Frido 6f602a578a Fixed typo in I/O tutorial 2018-10-16 23:07:10 +02:00
Frido 1425717878 Fixed typo in 3D tutorial 2018-10-16 23:00:32 +02:00
Frido 70b7e904f6 Fixed more typos in FPS tutorial 2018-10-16 22:35:03 +02:00
Frido 958989dba3 Fixed a few typos in FPS tutorial 2018-10-16 22:28:43 +02:00
Vikram1323 84da55379e Update overview_of_debugging_tools.rst 2018-10-15 22:38:19 +05:30
Max Hilbrunner 32281c8e07 Merge pull request #1839 from Calinou/improve-making-plugins
Improve the Making plugins page
2018-10-14 19:21:59 +02:00
Will Nations 21faf38343 tidying up proj-org and assetlib tuts 2018-10-13 23:54:38 -05:00
Hugo Locurcio 1b1533eac4 Improve the Making plugins page
This also documents the ability to use SVG icons.
2018-10-14 01:59:56 +02:00
Antonio Torres Moríñigo 410eb1d271 Add DEPTH fragment built-in 2018-10-12 12:05:55 +02:00
Nathan Lovato 06a4f10be4 Merge pull request #1828 from YeldhamDev/small_fixups
Some small fixups
2018-10-12 09:02:43 +09:00
Nathan Lovato 5d2c62dcf1 Merge pull request #1832 from Ashafix/plugin
clarified section about adding icons to plugins
2018-10-12 09:01:46 +09:00
Ashafix fc2cf1cf42 clarified section about adding icons to plugins 2018-10-11 22:13:54 +02:00
Michael Alexsander Silva Dias f9ac4bce06 Some small fixups 2018-10-10 13:57:59 -03:00
Chris Bradfield e2fede9d96 Add move_and_slide_with_snap to K2D doc 2018-10-09 23:52:39 -07:00
Michael Alexsander Silva Dias f6308187bb Move images for "Ragdoll system" page to the correct directory 2018-10-07 20:36:38 -03:00
ZX-WT 078761018d added csg tutorial 2018-10-07 18:10:17 +08:00