Commit Graph

848 Commits

Author SHA1 Message Date
Rémi Verschelde 7f819ed873 Move images to `subfolders` next to each doc page 2017-10-14 14:41:44 +02:00
Nathan Lovato eaaeb729b6 Merge pull request #504 from GDquest/image-optim
Reduced img folder size by 60% with pngquant
2017-10-14 11:17:13 +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
Rémi Verschelde 4b3a70f714 Compiling for Solus: mesalib-devel is required
Fixes https://github.com/godotengine/godot/issues/11833
2017-10-14 11:06:33 +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
Rémi Verschelde 84a3c21ba6 Merge pull request #514 from arnaudcoj/invert_gui_margin_in_your_first_game
Invert GUI margins signs in your_first_game#hud
2017-10-12 19:45:08 +02:00
Nathan Lovato b35a697aae Merge pull request #512 from Hinsbart/fix_doctool
Fix doctool command and references to classes.xml
2017-10-12 15:28:01 +02:00
Russell Waldrop 411e490320 Remove extra paren in Scripting Continued 2017-10-12 10:13:12 +02:00
Rémi Verschelde ace47f729c classref: Sync with current upstream master branch 2017-10-11 23:56:28 +02:00
ArnaudCoj 3e2bf688c6 Invert GUI margins signs in your_first_game#hud
While following the tutorial "Your first Game", I found that the section HUD gives the wrong margin settings. By inverting the majority of the parameters signs I get the expected result.
2017-10-11 23:45:37 +02:00
Andreas Haas 2b58f86b89
Fix doctool command and references to classes.xml 2017-10-11 20:11:52 +02:00
Nathan Lovato 1d617789a4 Merge pull request #489 from eluadyl/fix_language_spatialMaterial
Minor language fixes to Spatial Material documentation
2017-10-09 15:57:07 +02:00
Nathan Lovato bf41eee4e2 Merge pull request #509 from sbeca/pr-scons-capitalisation
Fix SCons capitalisation in some places
2017-10-08 19:49:39 +02:00
Nathan Lovato e7dbdb53de Merge pull request #510 from Bonfi96/master
Fixed some typos + corrections
2017-10-08 19:49:08 +02:00
Dario Bonfanti e6dd84e91c Fixed some typos + corrections
Fixed some typos inside various pages
- Cameara -> Camera
-  enclined -> inclined (obsolete form)
-  Occulus -> Oculus
-  correspondance -> correspondence
-  resizeable -> resizable (more used form)
2017-10-08 18:45:15 +02:00
Scott Beca 90780c6c93 Fix SCons capitalisation in some places 2017-10-08 12:24:49 +10:00
Nathan Lovato 288398e140 Merge pull request #507 from Nallebeorn/master
Fix missing examples and remove broken highlighting in docs guidelines.
2017-10-07 14:51:15 +02:00
Benjamin Larsson 87a2ded239 Fix missing examples and remove broken highlighting in docs guidelines.
Also use [code][/code] for variables etc. in examples, and list the "8 banned words" in the summary.
2017-10-07 13:29:32 +02:00
Nathan Lovato 8289c6e1f8 Merge pull request #502 from mhilbrunner/docs-buildsystem-intro
Buildsystem introduction docs
2017-10-06 16:34:38 +02:00
Nathan Lovato 9891f5b15a Merge pull request #503 from Bonfi96/master
Updated image of the Viewports docs + source svg
2017-10-03 11:55:39 +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
mhilbrunner 4ad0a90927 Buildsystem introduction docs
Add info about current issue with parallel build in SCons, note about using the VS tools command prompt instead of cmd.exe and referente to the setup instructions per platform, some small writing fixes
2017-10-02 01:27:40 +02:00
Nathan Lovato 502343f251 Merge pull request #497 from AndreaCatania/pp
Renamed fixed_process to physics_process
2017-09-30 18:03:00 +02:00
Chris Bradfield 2b649a71f8 Merge pull request #498 from grking/your_first_game
Fixes to "Your First Game" tutorial.
2017-09-30 08:41:12 -07:00
AndreaCatania 676914ab2e Renamed fixed_process to physics_process 2017-09-30 17:06:22 +02:00
Graham King 78836ec608 Fixes to "Your First Game" tutorial. 2017-09-30 15:00:42 +01:00
Nathan Lovato fb4abc4afc Merge pull request #496 from WorkShoft/shading-docs
Fixed several typos found at shading_language.rst
2017-09-30 15:50:23 +02:00
Nathan Lovato 86fb014136 Merge pull request #495 from eluadyl/shader_language_proofread
Shading Language documentation proofread, fixed errors
2017-09-29 19:50:28 +02:00
WorkShoft 911b0f7ce6 Fixed several typos 2017-09-29 19:34:55 +02:00
eluadyl c1d3ab5ea7 Update shading_language.rst
Made further corrections and fixes. Also made format adjustments to provide more uniform formatting between tables.
2017-09-29 17:09:19 +03:00
eluadyl 108a492cb1 Update shading_language.rst
Made further fixes after review
2017-09-29 16:37:39 +03:00
eluadyl 5d7c96f6b4 fixed 'precission' to 'precision' 2017-09-29 16:28:50 +03:00
eluadyl 09733faa63 checked shading_language.rst for typos and grammar errors, made the necessary changes being careful not to alter any meanings 2017-09-29 16:14:53 +03:00
Juan Linietsky d56ec83090 Completed work for 3.0 shader tutorials! 2017-09-28 21:23:46 -03:00
Juan Linietsky f9c4406b53 Rewrite shader language documentation. 2017-09-28 18:57:21 -03:00
Juan Linietsky 362e93c2f1 newline fixes 2017-09-27 10:02:13 -03:00
Juan Linietsky 58c9744745 Fix code blocks 2017-09-27 09:34:17 -03:00
Juan Linietsky d383a9d91a fixes 2017-09-27 09:11:16 -03:00
Juan Linietsky ff696205ce First attempt at shading language doc.. 2017-09-27 08:27:32 -03:00
Rémi Verschelde 61f7cc2bf6 X11: Remove obsolete warning about building with GCC 6+ 2017-09-26 08:39:31 +02:00
Rémi Verschelde 25006b0304 Merge pull request #491 from awindahl/patch-1
Spelling fix at "Supporting" Line 14
2017-09-25 14:21:30 +02:00
Alexander Windahl 6bce873214 Spelling fix at "Supporting" Line 14 2017-09-25 14:19:57 +02:00
Rémi Verschelde 28ea28e3d7 Merge pull request #490 from ISylvox/GPU-to-CPU
Audio_Buses: Fix a Typo, 'GPU' to 'CPU'
2017-09-25 07:19:03 +02:00
Indah Sylvia 9a1492036e Fixed typo in audio_buses.rst: 'GPU' to 'CPU' 2017-09-25 10:33:18 +07:00
Chris Bradfield 2a7d34101a Merge pull request #488 from cbscribe/kcc_tutorial_fix
Beginner game: fix broken img link
2017-09-24 10:43:51 -07:00
eluadyl e4211ec979 Changed microsurfacetting to 'microsurfacing'. 2017-09-24 20:06:53 +03:00
eluadyl 7a229ebbe0 Made minor changes to spatial_material.rst to fix some errors in language 2017-09-24 19:37:23 +03:00
Chris Bradfield 029a6f7aac Fix broken img link 2017-09-24 09:32:56 -07:00
Juan Linietsky e348aea3bd doc fixes 2017-09-23 19:23:15 -03:00