Yuri Sizov
7dafd84edf
Merge pull request #6378 from Calinou/improve-bisecting-regressions
...
Improve the Bisecting regressions page
2022-12-26 16:55:15 +03:00
Hugo Locurcio
548267c279
Improve the Bisecting regressions page
...
- Update the page to match the new versioning policy.
- Add a Bash function to retrieve alpha/beta/RC commit hashes
from the command line.
- Mention caveats related to project compatibility and
output binary names.
2022-12-25 00:11:10 +01:00
Yuri Sizov
b5318a6c11
Fix formatting issues from recent PRs ( #6511 )
2022-12-24 20:54:18 +01:00
Piyush Mulatkar
349ff19864
Fixed broken links to core API headers ( #6501 )
2022-12-19 21:46:28 +01:00
NeroBurner
66679c7ccb
Document the Unification of tools/target build type configuration ( #6316 )
...
Document the Unification of tools/target build type configuration
Introduced in https://github.com/godotengine/godot/pull/66242 the
`tools=yes/no` option was removed and merged into the `target` preset.
Includes miscellaneous fixes identified during code review as well
Co-authored-by: Raul Santos <raulsntos@gmail.com >
Co-authored-by: Marius Hanl <66004280+Maran23@users.noreply.github.com >
Co-authored-by: Clay John <claynjohn@gmail.com >
2022-12-07 14:58:13 -08:00
Hugo Locurcio
509804650e
Update all instances of instance() to instantiate()
2022-11-29 16:59:09 +01:00
David Graham
d09033677f
Update VS Community license terms in Configuring an IDE ( #6360 )
2022-11-03 16:55:12 +01:00
Zach Coleman
b8feac6c1c
Update build instructions in Compiling for iOS ( #6351 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-10-31 17:27:07 +01:00
Max Hilbrunner
3765e1ca51
Nuke GDNative from docs
2022-10-15 23:53:50 +02:00
Max Hilbrunner
198393eec7
More Godot 4 rename fixes ( #6315 )
...
* Spatial -> 3D, Transform, Quaternion
* File -> FileAccess
* Camera -> Camera3D
* Update references to MeshInstance and MultiMeshInstance
* ImmediateGeometry -> ImmediateMesh, misc renames
2022-10-15 20:54:47 +02:00
Max Hilbrunner
9862cbea87
Reference -> RefCounted
2022-10-15 17:26:59 +02:00
Max Hilbrunner
1fffab8cf2
Formatting, syntax and URL fixes
2022-10-11 10:14:37 +02:00
Max Hilbrunner
727acbf40f
Merge pull request #6184 from dzil123/godot4_web_compile
...
Update compiling for the web
2022-10-11 09:15:35 +02:00
Gabor Koncz
98bb548d4a
Fix doctool command
2022-09-20 16:25:21 +02:00
bruvzg
631485af4c
Add note about Android exports not using PCK.
2022-09-19 11:20:09 +03:00
dzil123
8e58eb4582
Update compiling for the web
2022-09-16 02:54:43 -07:00
Hugo Locurcio
28cfb8a22f
Update print_line() and add print_rich() in Common engine methods and macros
2022-09-11 18:43:28 +02:00
Rémi Verschelde
a8d74915f5
Fixup recent merges
2022-09-09 15:21:59 +02:00
Rémi Verschelde
1f499d5d4b
Compiling for Windows: Clarify that VS is Windows only ( #5970 )
...
Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com >
2022-09-09 14:56:12 +02:00
Jeff Brooks
f65672381a
Fix example Module Summator syntax.
2022-09-06 08:19:48 -05:00
AndyAnon14
8bb2b02eda
Update compiling_for_android.rst ( #6115 )
...
* Update compiling_for_android.rst
* Apply suggestions from code review
* Update compiling_for_android.rst
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-08-28 23:53:39 +02:00
Max Hilbrunner
854fa452eb
Revert "Mention local web server for testing web editor in Compiling for the Web"
2022-08-25 23:17:46 +02:00
Hugo Locurcio
0f30c26e64
Mention local web server for testing web editor in Compiling for the Web
2022-08-25 17:56:22 +02:00
Max Hilbrunner
2dd9212352
Improve flow and remove banned words
...
Improves flow and removes banned words.
Co-authored-by: WakaJoekoe <48286673+WakaJoekoe@users.noreply.github.com >
Co-authored-by: Hugo Locurcio <Calinou@users.noreply.github.com >
Co-authored-by: skyace65 <trekie96@hotmail.com >
2022-08-24 19:24:00 +02:00
TuxTheAstronaut
76b6c83ff5
Add missing dependincies like Alsa and Pulseaudio to Alpine linux one-liner
...
adds "eudev-dev", "alsa-lib-dev", and "pulseaudio-dev" to the list of dependency's to install for alpine Linux to get the editor to compile and audio to work on both godot 4 and 3.x
2022-08-24 18:55:19 +02:00
bitsawer
6fe98c2852
Add missing vertex normal array in TSCN file format ( #6068 )
2022-08-13 18:49:16 +02:00
Hugo Locurcio
7e5081c657
Add Mesa dependency to Alpine one-liner in Compiling for Linux, *BSD
...
This is required to compile the `master` branch without disabling
any features.
2022-08-06 04:30:22 +02:00
Max Hilbrunner
06fbd18a67
Merge pull request #5898 from akien-mga/compiling-macos-use-volk
...
Compiling/macOS: Replace old `use_static_mvk` option with `use_volk`
2022-08-05 19:23:06 +02:00
Streq
41a52aff87
Describe actual purpose of the index keyword in TSCN file format ( #6021 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-08-03 00:16:25 +02:00
Calandiel
af5db15595
Add Clangd instructions for VS Code ( #6012 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-07-31 23:25:37 +02:00
luz paz
04f66dc5d0
Fix various typos
...
Found via `codespell -q 3 -S ./LICENSE.txt,./tutorials/i18n,./_tools/codespell-ignore-lines.txt -L doubleclick,findn,lod,inout,nd,raison,te` and other means
2022-07-28 10:35:04 -04:00
Jaime Crespo
33caaf6535
Fix misc syntax/style errors/warnings on documentation head ( #5977 )
2022-07-23 18:29:56 +02:00
Hugo Locurcio
4cc2cefc50
Update export templates location for Godot 4.0
2022-07-22 23:53:15 +02:00
bruvzg
b82de55573
Rename OSX to macOS and iPhoneOS to iOS. Update iOS build instructions.
2022-07-21 12:54:21 +03:00
Hugo Locurcio
95b5512c7d
Improve the Compiling with PCK encryption key page
2022-07-13 20:14:09 +02:00
Rémi Verschelde
e8dc747482
Compiling/macOS: Replace old use_static_mvk option with use_volk
2022-07-03 16:41:54 +02:00
Ashutosh Tripathi
837db7ce27
added gcc-c++ in opensuse one-liners
...
this can solve an issue while compiling "g++ not found"
2022-06-21 22:01:19 +05:30
Marius Wachtler
8063184876
Always point to latest Pyston release on Compiling for Linux/*BSD ( #5867 )
2022-06-09 17:06:33 +02:00
Nora
c1b7505ef8
Update Custom Modules Latest to include header and class name changes. ( #5205 )
2022-04-29 14:31:35 +02:00
Hugo Locurcio
955c97bb1d
Cross-reference compiling and exporting pages, rename OSX/Mac to macOS
...
There's a lot of confusion between compiling Godot and exporting projects.
This aims to resolve part of the confusion by cross-linking other pages
for each platform.
2022-04-29 13:10:37 +02:00
Dominik Schlösser
ce9fe536de
Path corrections ( #5574 )
2022-04-29 12:56:06 +02:00
Rémi Verschelde
d0511d6d90
Merge pull request #5785 from akien-mga/compiling-windows-setup
2022-04-29 12:19:08 +02:00
Rémi Verschelde
13e3a1985e
Compiling for Windows: Improve setup instructions
2022-04-29 12:11:44 +02:00
Rémi Verschelde
26dd787ec0
Compiling: Reference doc_getting_source in all platform-specific pages
2022-04-29 12:01:03 +02:00
Max Hilbrunner
08867d6e4b
Merge pull request #5757 from alan-man/fixvsc
...
fix vs code configuration build tasks.json
2022-04-21 12:41:00 +02:00
Hugo Locurcio
86da431679
Make the Vulkan SDK note more prominent in Compiling for macOS
...
`important` in Sphinx is green, but `warning` is yellow, so it's
more noticeable.
2022-04-21 00:28:37 +02:00
Mario Zechner
e2a22b06f7
Improve guide for development with CLion ( #5743 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-04-11 21:02:16 +02:00
alan-man
7424951439
fix vs code configuration build tasks.json
...
With recent versions of vs code (from version 1.66), arguments must be
split to be resolved.
2022-04-10 16:03:34 -07:00
Max Hilbrunner
2f68971115
Merge pull request #5745 from Calinou/custom-modules-shared-library-warning
...
Mention GDNative versus shared libraries in Custom modules in C++
2022-04-07 18:08:59 +02:00
Max Hilbrunner
26a4a4dda4
Merge pull request #5703 from akien-mga/mono-update-cs-solution-path
...
Compiling with Mono: Update path to generated C# solutions
2022-04-07 17:51:48 +02:00