Hugo Locurcio
d7cf5991ac
Mention additional MinGW compilation troubleshooting tips
...
See https://github.com/godotengine/godot/issues/32695 .
2019-10-10 16:09:54 +02:00
Hugo Locurcio
4787c234ef
Fix various typos and grammar issues in tutorial articles ( #2839 )
...
Fix various typos and grammar issues in tutorial articles
2019-10-10 00:45:05 +02:00
frido
6a6464aea1
Fix various typos and grammar issues in tutorial articles
2019-10-09 23:56:08 +02:00
Nathan Lovato
e895ca68ee
Merge pull request #2827 from anoadragon453/anoa/caps
...
Capitalize beginning of note
2019-10-09 12:49:29 +02:00
Nathan Lovato
54d5740d78
Merge pull request #2836 from cbscribe/kcc_yfg_updates
...
Add `delta` explanation to "Dodge the Creeps"
2019-10-09 12:48:07 +02:00
Chris Bradfield
b04cd88fb5
Add delta explanation to "Dodge the Creeps"
2019-10-08 10:43:41 -07:00
Hugo Locurcio
5a0c3c6b70
Merge pull request #2832 from chesscommands/patch-3
...
Correct spelling mistakes
2019-10-07 15:33:50 +02:00
asakuno
4f10727493
Correct spelling mistakes
...
VAlign⇒Valign
2019-10-07 16:29:09 +09:00
Chris Bradfield
ddd0587e8e
Merge pull request #2806 from anoadragon453/anoa/vector_math_titles
...
Fix titles in Vector Math page
2019-10-06 13:47:27 -07:00
Chris Bradfield
aa93fde16e
Merge pull request #2791 from skyace65/firstgameautowrap
...
Mention autowrap in your first game tutorial
2019-10-06 13:40:55 -07:00
Guilherme Felipe de C. G. da Silva
37e9a07069
Update mouse_and_input_coordinates.rst
...
Fix https://github.com/godotengine/godot/issues/32578
2019-10-06 12:26:12 -03:00
Hugo Locurcio
2f9ffbb551
Fix a function name in GDNative C tutorial ( #2828 )
...
Fix a function name in GDNative C tutorial
2019-10-06 15:45:54 +02:00
sheepandshepherd
71e14012e4
Fix a function name in GDNative C tutorial
2019-10-06 06:07:37 +02:00
Andrew Morgan
40745f3fd3
Capitalize beginning of note
2019-10-05 20:08:05 +01:00
Hugo Locurcio
b69317bb53
Merge pull request #2807 from taner1es/patch-1
...
Fix: FPS TUT. PART 5 - Problematic Null Control
2019-10-04 18:14:50 +02:00
Taner Esmeroğlu
90458bcd82
Fix: FPS TUT. PART 5 - Problematic Null Control
...
intersect_ray method returns empty dictionary instead of null.
https://docs.godotengine.org/en/latest/classes/class_physicsdirectspacestate.html#class-physicsdirectspacestate-method-intersect-ray
"If the ray did not intersect anything, then an empty dictionary is returned instead."
2019-10-04 04:01:08 +03:00
Rémi Verschelde
6a4db97e0d
Merge pull request #2820 from drfloob/bug/latexpdf-errors
...
fix build errors with `make latexpdf`
2019-10-03 15:05:38 +02:00
Rémi Verschelde
6a58fa36dc
Merge pull request #2794 from skyace65/cppParameterLimit
...
Add note about parameter limit in C++ modules
2019-10-03 09:39:50 +02:00
AJ Heller
0d0f9961f4
fix build errors with make latexpdf
...
This commit provides two small fixes.
Gif images are not supported by latexpdf. There are a handful of options
to resolve that issue, but the already-available imgconverter extension
takes care of converting them to supported image formats.
The pdf build was failing due to the deprecated Sphinx `app.warn` used
in the sphinx_tabs extension. The `app.log` deprecation was already
handled in this function, and now `warn` is as well.
2019-10-02 18:01:53 -07:00
Michael Alexsander
04773e57fc
Merge pull request #2738 from YeldhamDev/more_corrections
...
Fix mistakes in some recent tutorials changes
2019-10-02 13:30:37 -03:00
Hugo Locurcio
96269f259a
Merge pull request #2810 from anoadragon453/anoa/remove_redundancy
...
Remove redundant phrase
2019-10-02 09:28:26 +02:00
Hugo Locurcio
8125f39d6d
Merge pull request #2812 from anoadragon453/anoa/full_bold
...
Bold the entirety of an accented phrase
2019-10-02 09:27:41 +02:00
Andrew Morgan
87e859e71f
Bold the entirety of the accented phrase
2019-10-01 22:28:26 +01:00
Andrew Morgan
c6ced03837
Remove redundant phrase
2019-10-01 21:43:09 +01:00
Andrew Morgan
d7fab7ccd5
Fix titles in Vector Math page
2019-09-30 23:28:20 +01:00
Hugo Locurcio
a17c489aa2
Merge pull request #2799 from anoadragon453/anoa/clean_up_code_example
...
Clean up Getting Started code example
2019-09-30 14:08:01 +02:00
Hugo Locurcio
d5f379affc
Replace "use Google" with "search online" ( #2801 )
...
Replace "use Google" with "search online"
2019-09-30 14:07:12 +02:00
Max Hilbrunner
b040baa352
Merge pull request #2518 from puchik/pr-workflow-mistake-tip
...
Add tip about fixing commit mistakes in PR branches + minor grammar fix
2019-09-30 00:57:53 +02:00
Max Hilbrunner
1434b10d76
Merge pull request #2803 from anoadragon453/anoa/later_time
...
Fix some awkward wording
2019-09-30 00:35:22 +02:00
Hugo Locurcio
8e98d868a7
Merge pull request #2804 from anoadragon453/anoa/typo_period
...
Add a period to list item for consistency
2019-09-30 00:29:40 +02:00
Andrew Morgan
7f2e7a2e83
Add a period to list item for consistency
2019-09-29 22:58:22 +01:00
Andrew Morgan
87536a89da
Fix some awkward wording
2019-09-29 17:22:52 +01:00
Andrew Morgan
9bf7a34653
Remove google as a search suggestion
2019-09-29 15:54:39 +01:00
Andrew Morgan
1cff7991bb
Clean up getting start code example
...
By making quote marks consistent and spacing out the lines a bit.
2019-09-29 14:45:16 +01:00
skyace65
f2fe133e01
Add note about parameter limit in C++ modules
2019-09-28 12:05:48 -04:00
Hugo Locurcio
e039be7b5b
Merge pull request #2790 from SLGamesCregg/patch-2
...
Fixing a typo from the PR to add Pineapple Works
2019-09-26 20:23:21 +02:00
skyace65
cb1cba8733
Mention autowrap in your first game tutorial
2019-09-26 11:32:55 -04:00
Cregg Hancock
2fed8ce305
Fixing a typo from the PR to add Pineapple Works
...
There was a small typo that messed up the rst formatting from my last PR. Accidentally put in an underscore before the first `.
2019-09-26 09:50:22 -05:00
Rémi Verschelde
8f306b8bae
Merge pull request #2789 from SLGamesCregg/patch-1
...
Added Pineapple Works as another provider
2019-09-26 16:07:20 +02:00
Cregg Hancock
702a4949bc
Added Pineapple Works as another provider
...
Added Pineapple Works as another provider for both porting and publishing of Switch and Xbox One Godot games.
2019-09-26 08:40:39 -05:00
Coleim
31e448e4f9
Correct android plugin java code and add information on how to use it from GDScript ( #2786 )
...
Correct android plugin java code and add information on how to use it from GDScript
2019-09-26 09:57:03 +02:00
Rémi Verschelde
fa250b9a9f
Merge pull request #2785 from nathanmerrill/patch-1
...
Fix extends statement
2019-09-26 09:35:52 +02:00
Rémi Verschelde
a673fe60c1
Merge pull request #2784 from jaggygames/patch-1
...
Added null check for GDScript to mirror C# Code
2019-09-26 09:35:16 +02:00
Rémi Verschelde
fd0939ab39
Merge pull request #2783 from chesscommands/patch-1
...
Misuse of Directive
2019-09-26 09:33:47 +02:00
Rémi Verschelde
7a6be6703c
Merge pull request #2781 from wandomPewlin/patch-1
...
Adds underscore before on_Button_pressed()
2019-09-26 09:33:30 +02:00
Rémi Verschelde
52da174baa
Merge pull request #2780 from Calinou/sphinx-default-parallel-build
...
Default to parallel builds in Sphinx for faster builds
2019-09-26 09:32:26 +02:00
Rémi Verschelde
4680a8570b
Merge pull request #2777 from azagaya/patch-1
...
Fix LIGHT_VEC description, and add SHADOW_VEC.
2019-09-26 09:30:51 +02:00
Rémi Verschelde
36623ef0b2
Merge pull request #2776 from Calinou/surfacetool-fix-typo
...
Fix missing parenthesis in Using the SurfaceTool
2019-09-26 09:27:05 +02:00
Rémi Verschelde
74df0f89a3
Merge pull request #2768 from clayjohn/viewports_update
...
Updated Viewports with cull_mask info and post_frame signal
2019-09-26 09:24:26 +02:00
Rémi Verschelde
0856286446
Merge pull request #2767 from YRTV/makeneededforlto
...
closes issuse 12516
2019-09-26 09:22:34 +02:00