snailrhymer
d6c61b1e03
Clarify reference erasure warning in Using Servers ( #5570 )
...
* Clarify reference erasure warning in Using Servers
Expand a brief remark on the importance of maintaining a reference to a resource to prevent its deletion.
Also fix some typos and remove instances of "just".
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-02-05 21:26:26 +01:00
Jummit
982d5351be
Fix example in Optimization Using Servers tutorial ( #5169 )
2021-08-12 23:01:54 +02:00
Rémi Verschelde
e2b95576d8
Cleanup uses of double spaces between words or after punctuation
2021-07-13 00:44:58 +02:00
Hugo Locurcio
28f167d888
Apply suggestions from code review
2021-07-12 09:29:45 +02:00
lawnjelly
fbaf9a25a4
Note which primitives can currently be batched
2021-07-12 07:22:27 +01:00
umkralegal
f230bb35ad
Remove the note about GLES2 exclusive 2D batching ( #5051 )
...
Unified GLES3 / GLES2 was merged in 3.2.4 beta (3.3 stable)
https://github.com/godotengine/godot/pull/42119
2021-06-27 15:48:45 +02:00
hpnrep6
5e15a18d4f
Fix C# code label in Multimesh example ( #5008 )
2021-06-17 22:52:31 +02:00
skyace65
7d558a1337
Clarify optimization instructions
...
(cherry picked from commit 2ed5a65822 )
2021-04-06 09:53:05 +02:00
Rémi Verschelde
c52286a42a
Remove 3.2.x notes not needed in the 3.3 branch
2021-03-19 14:11:10 +01:00
Jayman2000
e9a70c42b9
Make example code less misleading in Optimization using Servers ( #4707 )
...
The variable used to be called "sprite", but it wasn't a Sprite. It was
a StreamTexture. Also, I added an underscore to the example path so that
it matches the documentation's recommendation for file names:
https://docs.godotengine.org/en/stable/getting_started/workflow/project_setup/project_organization.html#style-guide
2021-03-02 23:07:44 +01:00
Rémi Verschelde
58335901ab
Merge branch 'master' into 3.2
2020-09-15 10:44:12 +02:00
clayjohn
55b1a4fb03
Initial port of optimization tutorials to master
2020-09-11 23:02:27 -07:00
Hugo Locurcio
8b40561866
Proofread and improve the optimization guides
2020-09-09 15:01:45 +02:00
Hugo Locurcio
1875ceb8b8
Document that 2D batching currently only works with the GLES2 renderer
2020-09-09 01:00:07 +02:00
Clay John
1b523c77c3
Fix wrongly formated list in common optimizations ( #3849 )
2020-07-31 09:57:25 +02:00
Rémi Verschelde
e74e37d65f
Fix toctree levels in Optimization section
2020-07-30 19:13:41 +02:00
Rémi Verschelde
76cf11c890
Merge branch 'master' into 3.2
2020-07-30 17:14:54 +02:00
clayjohn
8c02d179a5
Overhaul optimization tutorials
...
Co-authored-by: lawnjelly <lawnjelly@gmail.com >
2020-07-13 13:40:59 -07:00
Hugo Locurcio
6bfcbe0d3e
Fix C# code sample in Optimization using MultiMeshes
...
Thanks to @Dr-Primary for providing a fix :)
This closes #3659 .
2020-07-13 15:32:50 +02:00
Michael Alexsander
1f6d3995e4
Apply general code formatting to some pages in the tutorial section
2020-07-08 23:02:14 -03:00
Rémi Verschelde
f3d374ebf1
Merge branch 'master' into 3.2
2020-06-05 17:15:28 +02:00
Vladimir Savin
8a3d358a87
Multimesh C#: Use Basis.Identity instead of default constructor ( #3624 )
2020-06-01 22:17:15 +02:00
Rémi Verschelde
10f20b00cb
Merge branch 'master' into 3.2
2020-05-20 15:08:42 +02:00
Hugo Locurcio
d494d19dac
Remove trailing whitespace and irregular whitespace
2020-05-17 00:26:19 +02:00
Michael Alexsander
fec78c3c04
Fix some more errors
2020-04-17 16:43:12 -03:00
Hugo Locurcio
046215542d
Fix some typos and grammar mistakes found using LanguageTool
2020-04-16 23:07:05 +02:00
Meru Patel
f5a8ec7556
Moved references to the global scope ( #3213 )
...
Fixes https://github.com/godotengine/godot/issues/34638
2020-03-03 20:05:50 +01:00
skyace65
29e1623902
Add C# code to multimesh page
2020-01-03 12:17:44 -05:00
Muller-Castro
feba99e30b
using_servers.rst:48: sever->server
2019-11-07 02:58:19 -03:00
frido
6a6464aea1
Fix various typos and grammar issues in tutorial articles
2019-10-09 23:56:08 +02:00
Michael Alexsander Silva Dias
f426de1612
More fixes for newly added tutorials
2019-04-24 02:44:19 -03:00
Rémi Verschelde
e40f3da2d5
Formatting fixes to new tutorials
2019-04-24 07:27:39 +02:00
Rémi Verschelde
a5e192c4ad
Merge branch 'master' into optimation_optimazations
2019-04-24 07:05:24 +02:00
Michael Alexsander Silva Dias
710f526b7e
General fixes for the new optimazation pages
2019-04-23 12:31:19 -03:00
follower
0279d82c8d
Grammar fix: "it's" -> "its"
...
Because apparent intended wording is not "...thanks to [it is] high level constructs...".
2019-04-24 02:57:19 +12:00
clayjohn
2bd33f5a46
first pass at reviewing reduz' new docs
2019-04-22 15:15:30 -07:00
Juan Linietsky
998be1d6b6
Reference fixes
2019-04-22 17:53:08 -03:00
Juan Linietsky
dbf5a855d5
Added documentation on optimization.
...
Added missing containers files.
2019-04-22 16:57:36 -03:00