Commit Graph
16 Commits
Author SHA1 Message Date
Hugo Locurcio 046215542d Fix some typos and grammar mistakes found using LanguageTool 2020-04-16 23:07:05 +02:00
Hugo Locurcio 6fb8d9b5de Rename all instances of the x11 platform to linuxbsd
Export template binaries haven't been renamed yet, so their names
were left as-is.
2020-04-01 09:15:45 +02:00
drwhut 6ce6f82ede GDNative C Example folder structure consistency with demo repository (#3230)
* Made folder structure in GDNative C example consistent with the demo git repo.

* Change output of both Windows libraries.
2020-03-03 20:04:04 +01:00
George Marques c7bc8c7bcd Fix gcc compilation flags for GDNative with C example
`-rdynamic` flag is needed to properly export the symbols (otherwise Godot may not find them).

Also changed to use the more common `.o` extension for objects on Linux.
2020-01-22 15:15:31 -03:00
sheepandshepherd 71e14012e4 Fix a function name in GDNative C tutorial 2019-10-06 06:07:37 +02:00
Michael Alexsander Silva Dias f683b88576 Fix invalid image in "GDNative C example" page 2019-07-29 17:40:32 -03:00
Rémi Verschelde a52c42f290 Improve GDNative C Example tutorial
Improve language somewhat, and more details where relevant (e.g.
regarding the version of godot_headers).

Add a section on using the GDNativeLibrary editor plugin.
2019-07-29 10:33:31 +02:00
Rémi Verschelde 1afdb36a65 Wrap GDNative tutorials to 80 chars 2019-07-26 14:21:31 +02:00
follower aa081ab955 Format folder/file names with monospace font (#2372)
* Format folder/file names with monospace font

Formatting the folder/file names "as code" (i.e. in a monospace font) is more consistent with the rest of the document formatting, helps the names stand out and hopefully draws attention to the need to manually create the subfolders.

* Format another filename as monospace

* Format .gdignore filename as monospaced
2019-04-15 16:48:51 +02:00
Hugo Locurcio adf3cb915a Capitalize all instances of Godot (except the binary name) 2018-10-27 21:01:11 +02:00
Hugo Locurcio 4741f45ddb Rename all occurrences of Mac OS X to macOS 2018-10-06 14:42:49 +02:00
Bastiaan Olij cb8002aa0b Added some info about the branches in the GDNative repositories 2018-09-03 18:41:19 +10:00
turupawn 89acadf8f5 Simple.gdns renamed to simple.gdns on GDNative C tutorial 2018-08-31 23:46:48 -06:00
mhilbrunner f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
Max Hilbrunner 9b761b49a3 GDNative C example: Fix #1087 2018-03-18 18:03:28 +01:00
Nathan Lovato 96ee7418e9 Merge pull request #1028 from mhilbrunner/docs-structure
Restructuring update
2018-01-26 18:09:44 +01:00