Commit Graph

1140 Commits

Author SHA1 Message Date
Kelly Thomas 6931ba809a
remove use of code block for emphasis 2018-01-24 22:02:09 +08:00
Max Hilbrunner d7a09deddd
Merge pull request #1013 from skyace65/Reorganize_particle_systems(2D)
Underline fixes
2018-01-24 07:10:14 +01:00
skyace65 145b8f64ff Reorganize particle systems 2D 2018-01-24 01:05:09 -05:00
River Mesa b74e131807 [WIP] AssetLib docs (#992) 2018-01-24 06:00:08 +01:00
Chris Bradfield 5bb4458fa3 Particles doc grammar/spelling fixes 2018-01-23 20:37:27 -08:00
Max Hilbrunner 5236ad728d
Merge pull request #1004 from Xrayez/make-html-windows
Make it easier to build pages for Windows users
2018-01-24 05:10:46 +01:00
Max Hilbrunner 0f415ed1a4
Merge pull request #1012 from skyace65/Update_ParticleSystems(2D)
Update Particle Systems (2D) page
2018-01-24 05:09:08 +01:00
skyace65 1692fc4b6d Fix spelling errors 2018-01-23 23:04:24 -05:00
leiget c7f7c759b6 Update importing_scenes.rst (#975) 2018-01-24 05:03:24 +01:00
Max Hilbrunner 74e33dd07e
Merge pull request #1000 from GDquest/intro_to_godot_design
Intro to godot design
2018-01-24 05:02:27 +01:00
Max Hilbrunner 0f3dda1785
Merge pull request #1006 from vnen/import-plugins
Add import plugin tutorial
2018-01-24 05:01:48 +01:00
Max Hilbrunner 21ac85ffc0
Merge pull request #1008 from skyace65/Updated_C#_warning
Update C# github issues link
2018-01-24 05:01:21 +01:00
Max Hilbrunner e296869fea
Merge pull request #1007 from antoniotorresm/master
Update 'Mesh generation with heightmap and shaders' tutorial to 3.0
2018-01-24 05:01:00 +01:00
Rémi Verschelde 48555fcda4
Merge pull request #1010 from volzhs/convcolonly
Add convcolony option for create collisions
2018-01-23 23:30:46 +01:00
volzhs e03e64c703 Add convcolony option for create collisions 2018-01-24 07:27:33 +09:00
George Marques f7290f820e
Add import plugin tutorial 2018-01-22 22:42:07 -02:00
skyace65 90b5f02484 Update C# github issues link 2018-01-22 10:46:29 -05:00
Antonio Torres Moríñigo f51ed413b0 Update 'Mesh generation with heightmap and shaders' tutorial to Godot 3.0 2018-01-22 15:16:03 +01:00
Nathan 963259c3c3 Add introduction to Godot's design and some principles/concepts behind it 2018-01-22 10:51:01 +01:00
Andrii Doroshenko (Xrayez) bec93d59e3 Make it easier to build pages for Windows users
Added a batch script to simplify the process of building html pages on
Windows platform. The script was auto-generated by Sphinx.

Allows typing `make html` directly from command line just like in Linux.
2018-01-22 11:46:08 +02:00
Omicron 52a37e0d59 Updating incorrect cross product information. (#996)
* Updating incorrect cross product information.

* Cross product illustration updated
2018-01-22 00:08:09 +01:00
Max Hilbrunner 1e61b44c72
Merge pull request #1005 from Xrayez/module-custom-docs
Add section about writing custom documentation for modules
2018-01-21 18:53:50 +01:00
Andrii Doroshenko (Xrayez) 0ff5c10e88 Add section about writing custom documentation for modules 2018-01-21 19:44:06 +02:00
Max Hilbrunner bbb1b0ded2
Merge pull request #997 from GDquest/intro_to_the_editor_interface
Add introduction to the editor's interface
2018-01-21 11:20:41 +01:00
Nathan 2612385681 Add introduction to the editor's interface 2018-01-20 14:50:22 +01:00
Rémi Verschelde 77fcbe8d28
Merge pull request #995 from GDquest/ui_introduction_to_the_ui_system-fixes
Fix and wrap up the introduction to the ui system
2018-01-20 10:33:46 +01:00
Nathan a93a77de18 Fix and wrap up the introduction to the ui system
- Add negative margin to diagram
- Add paragraph about the 2 available workflows - containers and layout
2018-01-20 10:31:10 +01:00
Rémi Verschelde 86b15922b5
Merge pull request #994 from GDquest/ui_game_user_interface-fixes
fix errors reported on learning/step_by_step/ui_game_user_interface.rst
2018-01-20 09:51:45 +01:00
Nathan a7a38c9018 fix errors reported on learning/step_by_step/ui_game_user_interface.rst 2018-01-20 09:46:49 +01:00
Max Hilbrunner e905a2f161
Merge pull request #993 from GDquest/ui_code_a_life_bar-fixes
Fix errors reported in 'Control the game’s UI with code'
2018-01-20 09:45:19 +01:00
Nathan 2ab06d76e7 Fix errors reported in 'Control the game’s UI with code' 2018-01-20 09:29:39 +01:00
Nathan Lovato 774babbab5
Merge pull request #987 from skyace65/Update_scripting_images
Update scripting images
2018-01-20 08:54:33 +01:00
Nathan Lovato d29b5c793f
Merge pull request #985 from skyace65/Update_RTL_Image
Update rich text label image
2018-01-20 08:41:18 +01:00
Chris Bradfield 86d8bbe6cf
Merge pull request #984 from TwistedTwigleg/your_first_game_enhancements
Changed a few things in your_first_game
2018-01-19 14:56:23 -08:00
Rémi Verschelde 7538730937
Merge pull request #990 from YeldhamDev/bbcode_update_fix
Fixed wrong information in "BBCode in RichTextLabel"
2018-01-19 21:14:19 +01:00
Michael Alexsander Silva Dias ce3cdb5b68 Fixed wrong information in "BBCode in RichTextLabel". 2018-01-19 18:12:30 -02:00
TwistedTwigleg 19b1b483bf Changed a few things in your_first_game:
* Changed the bit about saving the scene from "...or press Meta-s" to "...or
press Control-s for Windows/Linux or Command-s on Mac"
* Added a note about how $ is the same as get_node()
* Added a couple warnings about the error "node not found"
They explain how the node name in $ (or get_node()) is case sensitive and
encourages them to ensure the name in the script is the same as in the scene
2018-01-19 14:22:42 -05:00
Rémi Verschelde 31a6f62fd5 Fix typos using codespell
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
2018-01-18 22:14:22 +01:00
Rémi Verschelde d976289c94 Sync classref with current source 2018-01-18 22:02:30 +01:00
skyace65 6508ddbe81 Update scripting images 2018-01-18 15:25:06 -05:00
Rémi Verschelde 556cd855ca
Merge pull request #986 from skyace65/Update_scene_tree_image
Update scene tree image
2018-01-18 20:55:22 +01:00
skyace65 9dbe2ff0b7 Update scene tree image 2018-01-18 14:48:49 -05:00
skyace65 366ad32e6c Update rich text label image 2018-01-18 13:48:30 -05:00
Rémi Verschelde cf756deffb Sync classref with current source 2018-01-17 10:44:44 +01:00
Max Hilbrunner 803e4b218c
Merge pull request #982 from YeldhamDev/compiling_images
Updated images in the "Compiling" section
2018-01-17 03:07:39 +01:00
Max Hilbrunner fb44ab70ae
Merge pull request #979 from skyace65/Update-Unity-to-Godot-Images
Update Unity to Godot Images
2018-01-17 03:06:53 +01:00
Michael Alexsander Silva Dias 898fbf34e1 Updated images in the "Compiling" section. 2018-01-16 23:29:28 -02:00
skyace65 12ab3d2f3b Update Unity to Godot Images 2018-01-16 15:21:30 -05:00
speakk 824dee607d [DOCS] Remove semi-obsolete slide code (#973) 2018-01-16 12:10:45 +01:00
Max Hilbrunner 1e1404ebd5
Merge pull request #966 from brainsick/robisplash-updates
update splash screen and animations tutorials for Godot 3.0
2018-01-16 12:08:41 +01:00