Commit Graph
100 Commits
Author SHA1 Message Date
Max Hilbrunner fd5f6f4909 Appease our great search engine overlords
This hopefully fixes all translated pages showing up in search engine results, and makes the STABLE version of each page canonical.
In turn, this allows us to re-enable indexing of the version-specific pages (see robots.txt changes), as search engines should prefer the canonical (stable) version, and only show the other versions if no canonical (stable) version exists (i.e. because that feature is only in latest, or was removed in stable).

It adds proper canonical links for all generated pages, and fixes the existing links between the various translations of a page by both ensuring the pages links to itself with the proper language tag, and by properly linking to the full path of other translated versions.
2020-04-21 13:32:55 +02:00
Max Hilbrunner caa1a2ef8a Merge pull request #3395 from Calinou/fix-typos
Fix typos found using `codespell -wi3 ^classes/**/*.rst`
2020-04-16 21:46:49 +02:00
Max Hilbrunner 72dd918165 Merge pull request #3386 from Calinou/style-guides-variables
Add advice about local variables in the GDScript and C# style guides
2020-04-16 03:21:55 +02:00
Max Hilbrunner 7d53efa20a Merge pull request #3357 from Calinou/gdscript-history-move-to-faq
Move the GDScript history to the FAQ, reference it in GDScript basics
2020-04-09 16:28:07 +02:00
Max Hilbrunner 0400142b96 Merge pull request #3352 from Calinou/fix-tree-image-dark-theme
Fix Scenes and Nodes tree image being unreadable on dark theme
2020-04-08 16:34:40 +02:00
Max Hilbrunner 43ff436c13 Merge pull request #3337 from felyperennan/patch-2
Best Practices - Godot interfaces: Fix in the C# code example
2020-04-08 16:32:01 +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
Max Hilbrunner 6f103d1b2b Merge pull request #2517 from Calinou/add-localization-using-gettext
Add a page on localization using gettext
2019-06-11 09:37:36 +02:00
Max Hilbrunner 6fb8b2730c Merge pull request #2508 from NaughtyGnosiophile/master
Fixed a typo.
2019-06-07 22:42:29 +02:00
Max Hilbrunner 5e439e83b6 Merge pull request #2503 from aaronfranke/mono-newline
Explicit C# line formatting
2019-06-06 00:27:24 +02:00
Max Hilbrunner acb0c63fd9 Merge pull request #2497 from neikeq/fix-mono-android
Add a Make.config to the Mono for Android build script
2019-06-04 12:34:09 +02:00
Max Hilbrunner 72f03f4e6d Merge pull request #2493 from neikeq/mono-android
Add instructions about compiling with Mono for Android
2019-06-03 12:50:31 +02:00
Max Hilbrunner b99701427b Merge pull request #2480 from mhilbrunner/ignore-all-the-things
.gitignore improvements
2019-05-30 14:33:35 +02:00
Max Hilbrunner e2cfe881e3 .gitignore improvements 2019-05-28 22:32:15 +02:00
Max Hilbrunner 439ebe8a7d Introduction: Add "Before you start" 2019-05-28 18:26:47 +02:00
Max Hilbrunner 41a5c48995 Merge pull request #2474 from cbscribe/tilemap_update
Update TileMap tutorial for 3.1
2019-05-28 18:10:08 +02:00
Max Hilbrunner ac7a8fa765 Merge pull request #2473 from ianByrne/patch-1
Fix typo in Using Transforms examples
2019-05-26 23:37:42 +02:00
Max Hilbrunner b1b0c1482f Merge pull request #2464 from YeldhamDev/small_best_practices_formatting
Small formatting fixes for the "Best Practices" section
2019-05-17 15:13:16 +02:00
Max Hilbrunner 6199b963aa Update community channels
Add #godotenginee-meeting
Fix forum link
Website typo
2019-05-16 16:50:37 +02:00
Max Hilbrunner 2f25781bfd Update third-party tutorial list
Small text edits
Add new tutorials
Add Where to start section
Add Devlogs section
Sort listings alphabetically
2019-05-16 16:40:18 +02:00
Max Hilbrunner 72917e4e5a Merge pull request #2446 from StraToN/skeleton-export-precision
Added a precision regarding the pose of the mesh before exporting
2019-05-10 17:45:36 +02:00
Max Hilbrunner 993291cf0a Merge pull request #2440 from mitchcurtis/centre
Add a section to size_and_anchors for centering a control in its parent
2019-05-09 14:49:41 +02:00
Max Hilbrunneranda e aed79c2583 GDScript Advanced: Improve custom iterator example
Fix syntax by removing multiple variable declarations on the same line, which GDScript does not (yet?) support, use clearer class and variable names, and rename the misleading "is_done()" function to "should_continue()", as the value returned (and returned by _iter_init() and iter_next() actually signifies the opposite: true means continue, false means stop. Also remove the superfluous do_step() function. 

Closes #2433.

Co-authored-by: a e <afablee@gmail.com>
2019-05-09 03:48:56 +02:00
Max Hilbrunner af59d98776 Merge pull request #2442 from F-He/F-He-patch-1
Replaced outdated link and filename
2019-05-08 17:53:12 +02:00
Max Hilbrunner befdb48bc6 Merge pull request #2418 from mitchcurtis/building-docs
Document how to build the reference documentation
2019-05-06 15:48:14 +02:00
Max Hilbrunner f8ad845eba Merge pull request #2430 from cbscribe/kcc_signals_update
Move "shooting" signal example
2019-05-06 15:45:30 +02:00
Max Hilbrunner 886faddf68 Merge pull request #2419 from gamergamesz/patch-1
Typos
2019-04-30 18:16:15 +02:00
Max Hilbrunner ef4b262168 Merge pull request #2415 from YeldhamDev/small_corrections_audio_sync
Small corrections for new audio syncing tutorial
2019-04-30 18:14:43 +02:00
Max Hilbrunner 291a43b5de Merge pull request #2413 from clayjohn/fish_position_typo
Fixes position typo in fish tutorial
2019-04-30 18:13:52 +02:00
Max Hilbrunner 4b7ad7185b Merge pull request #2404 from zEh-/patch-2
fix: there is get_network_peer on SceneTree
2019-04-25 13:25:35 +02:00
Max Hilbrunner 0610b8e398 Merge pull request #2407 from tree786/patch-1
Mesh.PRIMITIVE_TRIANGLES correction in proc geometry tutorial
2019-04-25 13:22:04 +02:00
Max Hilbrunner 59e6ae66ae Merge pull request #2408 from YeldhamDev/all_around_me_are_familiar_faces
Fixes for the new Android tutorials
2019-04-25 13:21:27 +02:00
Max Hilbrunner b9114482f2 Merge pull request #2393 from YeldhamDev/changelog_shaders_displacement_remove
Update doc changelog
2019-04-24 13:30:23 +02:00
Max Hilbrunner ea19de82be Merge pull request #2401 from YeldhamDev/row_row_row_your_boat
More fixes for newly added tutorials
2019-04-24 13:29:14 +02:00
Max Hilbrunner 41f8d9c896 Merge pull request #2387 from YeldhamDev/general_legal_fixes
General fixes for the new "Legal" page
2019-04-22 12:34:21 +02:00
Max Hilbrunner 736a34ff0c Merge pull request #2392 from darthdeus/add-vim-to-external-editors
Add vim/gvim to a list of external editor flags
2019-04-22 12:31:10 +02:00
Max Hilbrunner e594f381f2 Merge pull request #2323 from clayjohn/your_first_shader
Your first shader tutorial series
2019-04-22 12:28:48 +02:00
Max Hilbrunner 50008fa522 Merge pull request #2313 from clayjohn/gles_dif_builtins
Updated gles2 differences with built-in variables
2019-04-18 16:05:01 +02:00
Max Hilbrunner 26353f3d9a Merge pull request #2382 from YeldhamDev/minor_audio_fixes
Fix minor issues in audio-related tutorials
2019-04-16 17:50:58 +02:00
Max Hilbrunner 1d57590471 Merge pull request #2363 from DillonFlohr/vscode-note
Added a note
2019-04-16 14:56:38 +02:00
Max Hilbrunner f6e79233ac Merge pull request #2380 from bitbutter/patch-8
Fixed incorrect number
2019-04-16 10:40:50 +02:00
Max Hilbrunner 56c35b9ec9 Merge pull request #2371 from follower/patch-6
Minor typo/grammar fix: "you" -> "your"
2019-04-15 16:40:27 +02:00
Max Hilbrunner aeb5b7f549 Merge pull request #2373 from bitbutter/patch-25
Fixed reference to emit_signal function name
2019-04-15 16:38:09 +02:00
Max Hilbrunner 193ee9cbf7 Merge pull request #2370 from kmcphillips/master
Change case sensitive string to "waiting"
2019-04-15 16:34:25 +02:00
Max Hilbrunner 72463723e6 Merge pull request #2366 from rogererens/patch-3
Explain how to make Sprite visible
2019-04-15 16:24:14 +02:00
Max Hilbrunner 779bd9b761 Merge pull request #2319 from henriiquecampos/patch-2
Fix wrong type on replacing callback's types example
2019-04-15 15:20:44 +02:00
Max Hilbrunner 70155b45d7 Merge pull request #2369 from YeldhamDev/external_editor_table_fix
Fix malformed table in external editor page
2019-04-13 23:25:38 +02:00
Max Hilbrunner df79e4ab0a Merge pull request #2362 from DillonFlohr/master
Escaping double dashes.
2019-04-13 16:24:21 +02:00
Max Hilbrunner 8c0abdb073 Merge pull request #2180 from jaggygames/mere-fix
replaced instance of mere
2019-02-08 15:05:42 +01:00
Max Hilbrunner a3320a72a8 Merge pull request #1929 from clayjohn/planet_update
Various updates to viewport texture tutorial
2018-11-21 12:11:48 +01:00
Max Hilbrunner 96c5365de7 Merge pull request #1887 from merumelu/audio-bus-links2
Audio bus tutorial: update link missed in #1886
2018-10-25 13:40:39 +02:00
Max Hilbrunner b892317233 Merge pull request #1886 from merumelu/audio-bus-links
Audio buses tutorial: link to proper pages
2018-10-23 23:28:46 +02:00
Max Hilbrunner ea9f3ea049 Merge pull request #1830 from ZX-WT/editor_3d
added link to intro_to_3d in 3d workspace section of intro to the editor's interface
2018-10-21 22:12:32 +02:00
Max Hilbrunner dfd036327a Merge pull request #1833 from YeldhamDev/resources_update
Update "External vs built-in" section in "Resources" page to 3.*
2018-10-21 22:00:26 +02:00
Max Hilbrunner 6e4fa325a5 Merge pull request #1879 from mhilbrunner/docs-intro-smallfix
Introduction: Organisation -> Organization
2018-10-21 21:59:12 +02:00
Max Hilbrunner 1447e9ed1f Introduction: Organisation -> Organization 2018-10-21 21:58:32 +02:00
Max Hilbrunner 5a7f31fd8d Merge pull request #1834 from antoniotorresm/write-depth
Add DEPTH fragment built-in to shading language reference
2018-10-21 21:52:59 +02:00
Max Hilbrunner 269032c1af Merge pull request #1850 from starry-abyss/patch-1
Updated openSUSE package requirements
2018-10-21 21:46:25 +02:00
Max Hilbrunner 079527b9d3 Merge pull request #1854 from LittleWhite-tb/indent-style-qt-creator
Qt Creator configuration to follow Godot's coding style
2018-10-21 21:44:50 +02:00
Max Hilbrunner 143305b108 Merge pull request #1863 from LittleWhite-tb/kdevelop-configuration-fixes
Fixes and improvement to the KDevelop documentation
2018-10-21 21:44:30 +02:00
Max Hilbrunner f959a91e33 Merge pull request #1862 from LittleWhite-tb/kdevelop-screenshot-update
New KDevelop screenshots
2018-10-21 21:43:59 +02:00
Max Hilbrunner f829772462 Merge pull request #1876 from CakHuri/about-its
Repaired mistyped of 'its'.
2018-10-21 21:38:52 +02:00
Max Hilbrunner 32281c8e07 Merge pull request #1839 from Calinou/improve-making-plugins
Improve the Making plugins page
2018-10-14 19:21:59 +02:00
Max Hilbrunner 98b39adf8f Merge pull request #1841 from triptych/patch-1
Typo fix
2018-10-14 19:20:44 +02:00
Max Hilbrunner 4bf2143474 Merge pull request #1808 from GDquest/ragdoll-move-to-physics
Move the ragdoll tutorial from 3d to Physics
2018-10-07 16:16:42 +02:00
Max Hilbrunner 472815321b Merge pull request #1810 from Warlaan/patch-3
Added a clarification about the Godot-Blender-Exporter
2018-10-07 16:16:27 +02:00
Max Hilbrunner 80fbbf9ec2 Merge pull request #1811 from antoniotorresm/update-screenshots
Update screenshots from old build
2018-10-07 16:14:23 +02:00
Max Hilbrunner feff6e53b2 Merge pull request #1802 from GDquest/ragdoll-tutorial-proof
Proofed the ragdoll tutorial
2018-10-07 01:50:07 +02:00
Max Hilbrunner 59c19dd347 Merge pull request #1807 from YeldhamDev/nobody_tests_their_bloody_pages
Fix "Ragdoll system" page
2018-10-06 23:11:01 +02:00
Max Hilbrunner 051e4f5d5a Merge pull request #1806 from Calinou/rename-osx-to-macos
Rename all occurrences of Mac OS X to macOS
2018-10-06 23:09:15 +02:00
Max Hilbrunner f1bbf4cd83 Merge pull request #1795 from GDquest/post-processing-tut-proofing
Proofed the custom_postprocessing tutorial
2018-10-06 22:42:05 +02:00
Max Hilbrunner 0f2e55654e Merge pull request #1794 from GDquest/resources-page-proof
Proof the first half of the resources page
2018-10-06 22:40:47 +02:00
Max Hilbrunner b497654c69 Merge pull request #1791 from williamd1k0/script-serialization
Add Script Serialization info in Unity to Godot page
2018-10-06 22:35:40 +02:00
Max Hilbrunner 17ed3e7970 Merge pull request #1782 from KellyThomas/update-csharp-code
Update C# code for Scripting / Scripting (continued) / Signals
2018-10-06 22:23:47 +02:00
Max Hilbrunner ce84027836 Merge pull request #1775 from aBARICHELLO/master
Add clarification about HTTP Requests
2018-10-02 16:34:09 +02:00
Max Hilbrunner bd1754046f Merge pull request #1777 from KellyThomas/csharp-gotchas
Update C# known issues
2018-10-02 16:30:35 +02:00
Max Hilbrunner 5c80694f0e Merge pull request #1772 from williamd1k0/fix-csharp-ref-name
Fix C# ref name in Unity to Godot
2018-10-01 12:44:04 +02:00
Max Hilbrunner 2207145341 Merge pull request #1771 from aBARICHELLO/master
Update puppet naming in image
2018-10-01 12:43:03 +02:00
Max Hilbrunner 090d55fd10 Merge pull request #1767 from FeralBytes/patch-15
Fix the Java Singleton example so it works
2018-10-01 12:41:38 +02:00
Max Hilbrunner 2348ceb298 Merge pull request #1756 from jandrewlong/master
add info about restoring purchases on iOS
2018-09-22 16:45:32 +02:00
Max Hilbrunner 209d1e161c Merge pull request #1757 from xyzzy45/patch-1
Add missing if block to VR tutorial source example
2018-09-22 16:44:49 +02:00
Max Hilbrunner d4fd0de7ae Merge pull request #1750 from cbscribe/kcc_signals_guide
Add Signals tutorial to "Step by step"
2018-09-22 16:40:05 +02:00
Max Hilbrunner b316b5bc69 Merge pull request #1728 from aBARICHELLO/master
Add Google Play Store sign APK info
2018-09-13 16:18:03 +02:00
Max Hilbrunner 81f89303b4 Merge pull request #1732 from hungrymonkey/patch-1
Update custom_godot_servers.rst
2018-09-13 16:13:04 +02:00
Max Hilbrunner 12460f1336 Merge pull request #1726 from vnen/gdscript-types
Add information about typed GDScript
2018-09-10 13:51:00 +02:00
Max Hilbrunner 0e305f7b8c Merge pull request #1720 from Calinou/update-gdscript-lexer
Add new keywords and constants to the GDScript lexer
2018-09-10 13:49:40 +02:00
Max Hilbrunner 54d3875901 Merge pull request #1682 from Chaosus/matrix
Added note about matrix builds from another matrix(in shaders)
2018-08-28 17:03:25 +02:00
Max Hilbrunner 6d03874aa8 Merge pull request #1702 from SciWiFi/patch-2
Added information how to close Output Console
2018-08-28 17:01:38 +02:00
Max Hilbrunner 6027799479 Merge pull request #1703 from pgruenbacher/master
simple fixe for shading language
2018-08-28 17:01:01 +02:00
Max Hilbrunner 0d8acc1d7c Merge pull request #1708 from Jason0214/more_blender_exporter_animation_doc
more guidance on godot_blender_exporter animation
2018-08-28 16:52:12 +02:00
Max Hilbrunner 4e52f4e49a Merge pull request #1617 from paulloz/csharp-generic-getnode
add generic GetNode<T>() to C# type conversion page
2018-07-28 01:32:05 +02:00
Max Hilbrunner aa3d862cbb Merge pull request #1614 from clayjohn/vertex_displacement_typos
Fixed typos in vertex displacement with shaders tutorial
2018-07-27 11:39:04 +02:00
Max Hilbrunner ea68d71b3d Merge pull request #1607 from Calinou/improve-optimizing-for-size
Improve and proof-read the "Optimizing for size" page
2018-07-25 21:02:52 +02:00
Max Hilbrunner 4b84ce3e07 Merge pull request #1604 from YeldhamDev/fps_six_fix
Fix code blocks in the sixth part of the FPS tutorial
2018-07-24 18:09:07 +02:00
Max Hilbrunner 0ba8568cec Merge pull request #1605 from EIREXE/toon_recommendation
Add recommendations to use the new shader feature with toon shaders
2018-07-24 18:05:49 +02:00
Max Hilbrunner 26cc612925 Merge pull request #1595 from rcorre/master
Fix a few typos in part 1 of the FPS tutorial.
2018-07-22 16:37:33 +02:00
Max Hilbrunner 21390a011e Merge pull request #1590 from YeldhamDev/fps_tutorial_tabs_fix
Fixed controller tabs in the fourth part of the FPS tutorial
2018-07-22 16:36:58 +02:00
Max Hilbrunner 8d7bdddeea Merge pull request #1591 from Socterean/master
FPS Tutorial Part05-06 general phrase corrections
2018-07-22 16:35:57 +02:00
Max Hilbrunner 96f847dfc5 Merge pull request #1602 from ISylvox/500-to-600
Update The number of Godot Contributors - from 500 to 600
2018-07-22 16:35:26 +02:00