Commit Graph
412 Commits
Author SHA1 Message Date
keltwookie e376b5de73 Minor typos fixing (#1459)
* fix minor typos
2018-06-28 20:39:47 +02:00
Max Hilbrunner 2f7c18f078 Merge pull request #1443 from clayjohn/screen_pixel_size
Clarified Description of SCREEN_PIXEL_SIZE
2018-06-28 20:37:32 +02:00
Rémi Verschelde 7ba063097c Merge pull request #1438 from mani144/patch-1
fixing Arc polygon function example for GDScript
2018-06-28 20:36:57 +02:00
Max Hilbrunner 2060ee6ada Merge pull request #1437 from JFonS/patch-3
Add disable shadows flag on material explanation
2018-06-28 20:36:41 +02:00
Max Hilbrunner ab88e4b7e3 Merge pull request #1432 from mhilbrunner/bring-back-fun
Reinstate fun
2018-06-28 20:34:48 +02:00
Rémi Verschelde 4913869a89 Remove tutorial on linear algebra for rotations
Though it covers an interesting topic in a way that can be beneficial
to many Godot users, after discussion with doc team members and reduz
we feel that its current scope is too out of phase with the target
readership of the Godot docs.

This tutorial would work better hosted out of the Godot docs, and
referenced with a `.. seealso::` link for those who want to dig further
into the math meat.

Thanks a lot to tagcup for this contribution though (as well as the
many contributions to the engine's math and rendering), and sorry for
not better describing what kind of "advanced" math tutorial would be
fitting for the Godot docs.

Sphinx: Also reverted from mathjax to imgmath, as the former implied
running JS code on every single page (regardless of their use of LaTeX
formulas to renderer), so for now imgmath is simpler and good enough.

(cherry picked from commit 90ffb6a6fa)
2018-06-18 08:40:00 +02:00
mhilbrunner ec725ff8a0 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:25:43 +02:00
Max Hilbrunner 98dcab85ea Merge pull request #1410 from mlabbe/master
typo fix spriting -> sprinting
2018-05-06 03:21:40 +02:00
Swarnim Arun c3f388b292 Updating Viewport documentation (#1409)
* Updating the Viewport Doc
2018-05-06 03:21:20 +02:00
Max Hilbrunner bd7f3d6171 Merge pull request #1401 from acfaruk/typos
fix various typos and grammatical errors
2018-05-06 03:20:38 +02:00
Max Hilbrunner f4ea5826e6 Merge pull request #1392 from KellyThomas/3d-using_transforms
c sharp samples for using 3D transforms
2018-05-06 03:16:19 +02:00
Poommetee Ketson d66a421c10 Merge pull request #1391 from acfaruk/refprobe
fix wrong image for interior setting in reflection_probes
2018-05-06 03:16:04 +02:00
Max Hilbrunner 6230d9b2dc Merge pull request #1390 from acfaruk/master
fix typos in lights_and_shadows
2018-05-06 03:15:39 +02:00
Max Hilbrunner df428b5217 Merge pull request #1387 from TwistedTwigleg/FPS_Part_6_Fix
Fixed a couple things I missed in part 6 of the FPS tutorial
2018-05-06 03:15:10 +02:00
Max Hilbrunner cef5010d76 Merge pull request #1383 from KellyThomas/custom_gui_controls
c sharp samples for custom GUI controls
2018-05-06 03:13:58 +02:00
Max Hilbrunner 08f6d377d9 Merge pull request #1377 from acfaruk/master
fix transform_camera image not showing up
2018-05-06 03:12:28 +02:00
Max Hilbrunner cc110154df Merge pull request #1374 from yurchor/master
Fix minor typos
2018-05-06 03:11:44 +02:00
follower 8df206af69 Typo fix "ojects" --> "objects". (#1369) 2018-05-06 03:07:49 +02:00
TwistedTwigleg e7e7e3c8ed FPS tutorial remaster (#1357)
* Started remastering first two parts of the FPS tutorial.

Now both parts follow a consistant coding style,
have up to date Zip files for every part.

* Finished the first draft for part 2, and did some edits to part 1.

* Finished writing the first draft for part 3. (Still needs editing)

I also added a blank page for part 5 and added it to the index.

* Updated and fixed a few things in Part 3

* Removed the old part 4 of the FPS tutorial and replaced it with a new part!
(Which would have been part 5 had part 4 not been removed)

* Added part 5 of the FPS tutorial.
Made a few changes to parts 4 and 1.
Added a template/overview of what to write in part 6.

* Finished part 6 of the FPS tutorial.
Now every part of the FPS tutorial is written out!

Made some minor edits to part 5.

* Added all of the zip files for the first three parts of the FPS tutorial.
Updated/Redid all of the pictures for the first three parts as well.
Fixed a few minor issues/inconsistencies in the written material.

* Added all of the zip files for the last three parts of the FPS tutorial.
Updated/Redid all of the pictures for the last three parts as well.
Fixed a few minor issues/inconsistencies in the written material.
Updated the blender files zip.

* Did some editing on parts 3 through 5 on the FPS tutorial.
2018-05-06 03:04:26 +02:00
Rob Nugen aee4e1281e Fix capitalization of GDScript OS.get_unique_id() 2018-04-30 22:59:53 +09:00
Max Hilbrunner 4b18f4d5db Merge pull request #1368 from paulloz/csharp-custom-drawing-in-2d
Translate 'Custom drawing in 2D' to C#
2018-04-17 21:32:12 +02:00
Chris Bradfield f225c3ab62 Merge pull request #1362 from skyace65/KinematicBody
Add C# code to KinematicBody
2018-04-17 21:22:38 +02:00
Max Hilbrunner 5e69d07c15 Merge pull request #1363 from mhilbrunner/http-headers
HTTPRequest: Add HTTP header example, notes about SSL and tokens
2018-04-17 21:21:54 +02:00
Nyenye 333a89c290 Update http_request_class.rst 2018-04-14 22:10:18 +02:00
mhilbrunner 9332e20d01 Merge pull request #1351 from tagcup/rot_fix 2018-04-13 04:11:26 +02:00
mhilbrunner 258371816c Merge pull request #1356 from tagcup/euler_ex - fix 2018-04-13 04:03:57 +02:00
Chris Bradfield a2ac20f4ba New tutorial: Using KinematicBody2D 2018-04-13 04:00:47 +02:00
Neil Moore 203bcd1650 Moved certain tutorials to better-named subfolders from 'Misc' 2018-04-11 16:34:06 +09:00
Judd Gledhill 0a26263231 Update gui_skinning.rst
Minor spelling update.
2018-04-10 11:17:17 +09:00
Nathan Lovato 368fa6317e Merge pull request #1334 from tagcup/rot
rotations tutorial
2018-04-10 11:04:37 +09:00
tagcup 602ae8d5f7 rotations tutorial 2018-04-08 16:52:42 -04:00
Max Hilbrunner 455aaa3476 Merge pull request #1325 from drambique/patch-1
FPS Tutorial Part 2 Revisions
2018-04-08 18:53:06 +02:00
Max Hilbrunner d2db7ecd6e Merge pull request #1319 from KellyThomas/advanced-vectors
C# code samples for Advanced Vector Math
2018-04-08 14:45:13 +02:00
Kelly thomas 16c0fe7130 improve naming in c# samples 2018-04-08 20:15:30 +08:00
Max Hilbrunner f049e7f77b Merge pull request #1336 from KellyThomas/matrices-transforms-v2
Discuss identity in c#
2018-04-08 13:41:40 +02:00
Max Hilbrunner e61a207443 Merge pull request #1331 from skyace65/Transform_CS
Add C# to Viewport and canvas transforms page
2018-04-08 13:17:47 +02:00
Kelly thomas f61f756421 Discuss identity in c# 2018-04-08 18:59:00 +08:00
MohamedAlFahim 1223d74f1a Small grammar fixes + spelling fix 2018-04-07 16:31:42 -07:00
Max Hilbrunner c995a6bcd3 Merge pull request #1329 from ZX-WT/translation
modify internationalizing_games
2018-04-07 22:40:26 +02:00
skyace65 27cfce67f1 Add C# to Viewport and canvas transforms page 2018-04-07 12:57:17 -04:00
ZX-WT f9f1cc7386 modify i18n-tutor 2018-04-07 22:27:10 +08:00
Paul Joannon 7eeb91a8fc Translate 'Saving games' to C# 2018-04-07 11:37:43 +02:00
Drambique 983edbe274 revisions 2018-04-07 03:46:19 -04:00
Max Hilbrunner d75a948f91 Merge pull request #1321 from KellyThomas/matrices-transforms
C# code samples for Matrices and transforms
2018-04-07 08:19:05 +02:00
Guilherme Felipe de C. G. da Silva f053547355 Update custom_mouse_cursor.rst 2018-04-07 01:11:18 +07:00
Kelly thomas 7e255dbbb1 C# code samples for Matrices and transforms 2018-04-06 18:29:55 +08:00
Chris Bradfield 774d634424 Fix broken :ref: link 2018-04-05 22:23:03 -07:00
Chris Bradfield 1717f343cc Fix broken ref links 2018-04-05 22:19:42 -07:00
Chris Bradfield 9f4393dc19 Minor GDScript fix 2018-04-05 22:17:53 -07:00
Kelly thomas 8a0131858f C# code samples for Advanced Vector Math 2018-04-06 08:00:20 +08:00