22 Commits

Author SHA1 Message Date
skyace65
bfa3a21dc9 Fix GDNative C example
(cherry picked from commit 3635d341e2)
2021-06-02 13:17:19 +02:00
Ryan Roden-Corrent
74106c2870 Fix GDNative demo projects repository link (#4637)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-02-10 01:14:28 +01:00
Hugo Locurcio
f5779082d4 Update GDNative repository and demo URLs
This closes #4329.
2020-10-31 13:57:44 +01:00
Rémi Verschelde
80957b8581 Merge branch 'master' into 3.2 2020-06-22 13:05:41 +02:00
Jonas Mun
01d5ec63b8 Fix incorrect class name in in GDNative C example image (#3714)
Co-authored-by: Jonas <jonas_munz@outlook.com>
2020-06-21 15:23:40 +02:00
Rémi Verschelde
997fc68e78 Merge branch 'master' into 3.2 2020-04-17 19:09:14 +02:00
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