Rémi Verschelde
4ce8307e42
classref: Add support for [member] and [signal] tags
...
Part of #11137 .
2017-10-21 13:55:57 +02:00
Rémi Verschelde
b5f08bfa22
classref: Sync with current master branch, fix members markup parsing
2017-10-21 13:55:03 +02:00
Chris Bradfield
1cb5a4b5ab
Merge pull request #536 from GDquest/ui-code-life-bar-tutorial
...
Write Code a life bar step-by-step tutorial
2017-10-20 08:52:29 -07:00
Chris Bradfield
932947998e
Merge pull request #544 from cbscribe/master
...
Update game tutorial: clarifications
2017-10-18 22:52:48 -07:00
Chris Bradfield
f1543da80b
Update game tutorial: clarifications
2017-10-18 22:17:53 -07:00
Chris Bradfield
7b830a59ec
Merge pull request #543 from dfleury2/master
...
Missing hide() on Player._ready
2017-10-18 22:15:24 -07:00
D. Fleury
dd20d19ca2
Missing hide() on Player._ready
2017-10-18 21:04:00 +02:00
Nathan
19645b1c36
Write Code a life bar step-by-step tutorial
...
Update:
- Renamed all variables to snake_case
- Add all missing pictures
- Fix some typos
- Update the godot project
- change took_damage signal in health_changed
- add warning as the tut relies on the Oct 16 alpha build and won't work
with alpha 1
2017-10-18 10:54:50 +02:00
Chris Bradfield
cdab9a926b
Merge pull request #542 from dfleury2/master
...
typo on timeout()
2017-10-17 21:38:55 -07:00
D. Fleury
9f4a65dd9b
typo on timeout()
2017-10-17 22:19:45 +02:00
Rémi Verschelde
3db734cd93
Merge pull request #535 from neikeq/a
...
Add documentation for building with the mono module
2017-10-17 17:44:10 +02:00
Ignacio Etcheverry
62bc1dd6e2
Add documentation for building with the mono module
2017-10-16 14:35:08 +02:00
Maksymilian Świąć
8496ceb472
Update two outdated statements in the modules and plugins docs ( #521 )
...
* Remove the 2.1 warning wrt plugins
* More than 2 modules exist now
2017-10-15 20:16:34 +02:00
Rémi Verschelde
19814da59d
Merge pull request #515 from GDquest/writing-guidelines
...
Add Oxford comma to the writing guidelines
2017-10-14 15:48:46 +02:00
Rémi Verschelde
1d4af219e1
Merge pull request #519 from akien-mga/fix-warnings
...
Fix various Sphinx warnings due to malformed rst files or missing images
2017-10-14 15:47:41 +02:00
Rémi Verschelde
20c4c3a5c9
Fix various Sphinx warnings
2017-10-14 15:46:14 +02:00
Rémi Verschelde
a02c0d3111
classref: Sync with current master branch
...
Also fixes Sphinx warnings and missing classes thanks to deefc2a63d
2017-10-14 15:40:29 +02:00
Rémi Verschelde
63e17da1ce
Merge pull request #518 from akien-mga/move-imgs
...
Move images and downloadable files to subfolders next to each page
2017-10-14 15:24:35 +02:00
Rémi Verschelde
6d46511200
Edit instructions regarding adding images and files
2017-10-14 14:41:44 +02:00
Rémi Verschelde
786c89923d
Move downloadable files to files subfolders next to each doc page
2017-10-14 14:41:44 +02:00
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
Nathan
ba627f249e
Add Oxford comma to the writing guidelines
2017-10-12 15:17:39 +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