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
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
Hugo Locurcio
242b39749f
Mention GDNative versus shared libraries in Custom modules in C++
2022-04-06 19:21:20 +02:00
Vladimir Panteleev
4784e1329a
Remove outdated note about Very Sleepy ( #5710 )
2022-03-23 17:03:38 +01:00
Rémi Verschelde
c5a84c7e91
Compiling with Mono: Update path to generated C# solutions
2022-03-22 12:54:18 +01:00
Max Hilbrunner
7d6fa156d2
Merge pull request #5522 from Aman-Pandey-afk/patch-1
...
Update task.json creation instructions
2022-03-21 00:14:06 +01:00
Hugo Locurcio
a48e140c27
Document class reference XML linting with Visual Studio Code
2022-03-13 01:57:29 +01:00
Hugo Locurcio
1399f7bac3
Fix and improve Pyston instructions in Compiling for Linux, *BSD
...
- Fix SCons path to match Pyston 2.3.2's portable archive.
- Use a symbolic link instead of a wrapper script, which works the same.
2022-02-12 22:11:50 +01:00
Hugo Locurcio
917c1be9e8
Document using Pyston to speed up builds on Linux
2022-02-10 23:08:47 +01:00
Markus Sauermann
ce718f3cdb
Get rid of openssl warning during PCK encryption setup ( #5568 )
2022-01-28 23:57:38 +01:00
Max Hilbrunner
88820f9272
Merge pull request #5490 from skyace65/AdvancedGuiMaster
...
List advanced GUI Objects (Master)
2022-01-26 08:17:48 +01:00
Aman-Pandey-afk
13c837ab21
Update task.json creation instructions
...
The PR aims to fix the problem that there is no 'Create tasks.json file from template' option shown on configuring VS Code. More information on creating tasks.json added along with suggestions.
2022-01-18 15:45:13 +05:30
Max Hilbrunner
88bb515d8a
Add troubleshooting info to Mono compilation
2022-01-16 02:14:05 +01:00
Ayush Kashyap
db22c54572
Fix typo in Custom Godot servers code sample ( #5516 )
2022-01-14 18:42:09 +01:00
skyace65
adda89d5f4
List advanced GUI Nodes (Master)
2021-12-31 19:13:10 -05:00
Matthew
a4746a2366
Add a link to the notifications page from the Object class page ( #5465 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2021-12-23 20:00:11 +01:00
Rémi Verschelde
c02ac91716
Fix invalid ref to doc_using_cpp_profilers
2021-12-21 17:07:48 +01:00
Rémi Verschelde
ffd88e48a7
macOS debug: Sync entitlements with current 3.4/master
2021-12-21 16:37:48 +01:00
Dennis Ploeger
8d1f5c74db
Fix incorrect export template path in Compiling for macOS ( #5425 )
2021-12-02 22:42:07 +01:00
Max Hilbrunner
0f2e583394
Merge pull request #5407 from Calinou/rework-optimizing-for-size
...
Rework the Optimizing for size page
2021-11-26 18:13:12 +01:00
Max Hilbrunner
da39c2076a
Merge pull request #5389 from aaronfranke/rename-macos-compiling
...
Rename "compiling_for_osx.rst" to "compiling_for_macos.rst"
2021-11-26 18:08:01 +01:00
Hugo Locurcio
5cc09ed829
Clarify the location of binaries to copy in Compiling for Linux/*BSD
2021-11-23 22:06:13 +01:00
Hugo Locurcio
8a95663768
Rework the Optimizing for size page
...
- Order options from most important to least important.
- Give estimates on space saved for each option.
- Clarify the benefits of stripping binaries.
- Link to the Godot build options generator in the Overriding build
options link instead of linking it in the Optimizing for size page.
2021-11-23 21:01:34 +01:00
Hugo Locurcio
92412dce9c
Improve grammar in SCons installation in Compiling on Windows
2021-11-17 01:04:54 +01:00
Aaron Franke
f6b4057b2f
Rename "compiling_for_osx.rst" to "compiling_for_macos.rst"
2021-11-12 16:16:37 -06:00
Hugo Locurcio
cb5f51a2e7
Add libatomic-static dependency for Fedora in Compiling for Linux, *BSD
2021-11-07 19:23:03 +01:00
bruvzg
17be494144
Add macOS exporting and running non App Store apps pages. Add Windows code signing info.
2021-11-03 15:28:06 +02:00
Hugo Locurcio
d6e46133b2
Document compiling a debug server build
...
A debug server build is lighter than an editor headless build,
but still allows debugging tools to be used.
2021-11-01 21:53:37 +01:00
Matteo Piovanelli
ba83e29286
Fix instructions for installing SCons on Windows
...
Updated the instruction for installing SCons on Windows 10 with Python 3.10, as described in #5341
2021-10-24 22:00:24 +02:00
Rémi Verschelde
a6c918da85
Compiling: Drop yasm dependency and references to WebM
...
WebM support is dropped from the core engine with
https://github.com/godotengine/godot/pull/53833
2021-10-15 13:01:55 +02:00
Marcel Admiraal
6c08a1b55b
Update Compiling for Android JDK version specification
2021-10-09 15:12:59 +01:00
Rémi Verschelde
9a05eef561
4.0: Convert Sprite references to Sprite2D
...
Some screenshots will need to be updated so that the scene structures shown
in screenshot fit what the code blocks are referring to.
2021-10-06 14:29:55 +02:00
ThreeRhinosInAnElephantCostume
f581264b70
Document a workaround for testing scripts without test() ( #5257 )
2021-09-16 00:24:12 +02:00
Aaron Franke
5c7f653347
Optimize PNG and SVG images using oxipng and svgcleaner ( #5254 )
2021-09-14 17:50:17 +02:00
Max Hilbrunner
3cc427e436
Merge pull request #5238 from ThreeRhinosInAnElephantCostume/patch-2
...
Document a workaround for testing scripts without `test()`
2021-09-13 23:18:32 +02:00
Aaron Franke
4060179184
Remove trailing space characters ( #5251 )
2021-09-13 14:52:39 +02:00
ThreeRhinosInAnElephantCostume
2fb2167a16
Document a workaround for testing GDScript files without a test() function
...
This is a rather obscure feature that's unlikely to ever by used by anything other than https://github.com/godotengine/godot/pull/52068 .
Nevertheless, I think it's worth documenting.
2021-09-11 20:54:54 +02:00
luzpaz
d9bc787dd9
Fix various typos ( #5215 )
...
Fix various typos
Found via `codespell -q 3 -S ./LICENSE.txt -L doubleclick,findn,lod,inout,nd,raison,te`
2021-09-02 17:02:23 +03:00
Max Hilbrunner
2ee5f0f837
Merge pull request #5214 from ThreeRhinosInAnElephantCostume/alwayspip3
...
Use pip3 instead of pip
2021-08-30 20:16:54 +02:00
Max Hilbrunner
ae5073e366
Merge pull request #5196 from ThreeRhinosInAnElephantCostume/patch-1
...
Recommend LLDB over GDB for VSCode
2021-08-30 20:15:29 +02:00
developer
74a7a0f396
Use pip3 instead of pip
2021-08-30 19:47:12 +02:00
developer
97d6af1357
Recommend LLDB over GDB for VSCode
2021-08-30 19:09:31 +02:00
Hugo Locurcio
8d7cd4ca30
Document that compiling a binary with Clang on Linux adds a .llvm suffix
...
This can result in people running old binaries unexpectedly, so it's
important to mention this suffix.
2021-08-30 17:29:53 +02:00
Matthew
70dee3f412
Remove reference to xbuild in Compiling with Mono ( #5201 )
2021-08-27 14:35:55 +02:00
Max Hilbrunner
3f8a6bf4f7
Merge pull request #5180 from pycbouh/tutorials-theming
...
Improve theming documentation
2021-08-22 16:23:16 +02:00
skyace65
585291f525
Update configuring android studio page
2021-08-19 21:53:44 -04:00
Yuri Sizov
3cf69e1113
Reorganize user interface tutorials
2021-08-16 17:31:25 +03:00
hpnrep6
931671a8fd
Fix sub resource ID formatting in Object Class ( #5175 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2021-08-16 04:38:21 +02:00
hpnrep6
c9f2514d10
Remove code block indentation in Editor icons ( #5178 )
2021-08-16 04:27:46 +02:00