Commit Graph

885 Commits

Author SHA1 Message Date
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
1c8b7ea324 Document cross-compilation caveat on Ubuntu
Fixes https://github.com/godotengine/godot/issues/9258.
2017-10-23 20:49:04 +02:00
Rémi Verschelde
690aa9f58c Update instructions for cross-compilation with MinGW-w64 2017-10-23 20:44:05 +02:00
Chris Bradfield
89834bc4dc Merge pull request #554 from cbscribe/gds_styleguide
Additions to GDScript styleguide
2017-10-22 18:00:31 -07:00
Chris Bradfield
60b7284184 Additions to GDScript styleguide 2017-10-22 17:58:36 -07:00
Chris Bradfield
4e9fd15746 Merge pull request #553 from sheepandshepherd/memberlink
Document member and signal link BBCode tags
2017-10-22 17:50:55 -07:00
sheepandshepherd
b23c40b776 Document member and signal link BBCode tags
Also replace the method tag example. It was using a method that has been renamed.
2017-10-22 18:53:33 -05:00
Nathan
3e4483c671 Remove logs folders from ui demos
fix broken links on the ui life bar code tutorial
2017-10-22 18:10:17 +02:00
Nathan
fbc5abaa2d Fix UI docs build errors
- Remove CB: comments
- Fix missing images
- Fix one image name that had - instead of _ as separators
2017-10-22 14:02:28 +02:00
Chris Bradfield
8cd72d5d30 Merge pull request #511 from GDquest/ui-step-tutorials
Write intro to UI system and 2 step by step UI tutorials
2017-10-21 10:45:27 -07:00
Nathan Lovato
a77f35db70 Merge pull request #541 from Fallayn/patch-1
singletons_autoload.rst: Explain Singleton names...
2017-10-21 17:00:55 +02:00
Nathan
972eb06493 add intro to UI system and 2 step by step UI tutorials 2017-10-21 16:27:01 +02:00
Rémi Verschelde
42c88ff876 Merge pull request #548 from GDquest/ui-code-life-bar-fixes
Fix sphinx build warnings and errors in UI code a life bar tutorial
2017-10-21 16:01:15 +02:00
Nathan
e977078258 Fix sphinx build warnings and errors in UI code a life bar tutorial
Rename all image files with prefixes
2017-10-21 15:17:32 +02:00
Rémi Verschelde
f0bd3cc2c1 classref: Remove stray spaces in method signatures 2017-10-21 14:03:27 +02:00
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
Fallayn
5c44bdf74c singletons_autoload.rst: Eplain Singleton names...
...can be used directly.
2017-10-17 22:06:34 +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