Fredia Huya-Kouadio
|
10a8a4fb3d
|
Update gdnative-cpp-example.rst (#2234)
Add note to specify when to expect Godot to auto-reload newly added/removed properties.
|
2019-03-10 11:23:06 +01:00 |
|
Rémi Verschelde
|
5b2aaf8d41
|
Optimize PNGs with optipng
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
|
2019-01-26 22:10:03 +01:00 |
|
Rémi Verschelde
|
aa7a9f8675
|
Misc heading fixes
|
2019-01-08 11:30:55 +01:00 |
|
Bastiaan Olij
|
28af0e8562
|
Renaming the class gdexample to GDExample to be more consistant with Godot
|
2018-11-29 00:29:17 +11:00 |
|
Bastiaan Olij
|
5519f9a1b1
|
Updated GDNative docs to show both NativeScript 1.0 and NativeScript 1.1 examples side by side
|
2018-11-28 23:45:12 +11:00 |
|
Rémi Verschelde
|
4ef06a4135
|
Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
|
2018-11-20 11:08:34 +01: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 |
|
Michael Alexsander Silva Dias
|
4ba009ae41
|
Fix incorrectly formatted note in "GDNative C++ example" page
|
2018-09-16 17:33:01 -03: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 |
|
cameron195
|
6e94be1d5d
|
Changed headers to headers_dir to match godot-cpp
The headers argument was renamed to headers_dir, but this change was not reflected by the tutorials.
|
2018-08-19 23:29:02 +01:00 |
|
Hugo Locurcio
|
674ae320b6
|
Improve writing style in "GDNative C++ example"
|
2018-08-04 01:03:46 +02:00 |
|
Daniel Marshall
|
650be08213
|
Added LIBPATH to fix linux build (#1536)
* Added LIBPATH to fix linux build
* added -std=c++14 to osx
|
2018-06-28 17:10:24 +02:00 |
|
Daniel Marshall
|
e73ef7511f
|
Added clarity and fixed typo
|
2018-06-16 19:19:56 +01:00 |
|
Max Hilbrunner
|
6914ab3505
|
Merge pull request #1504 from BastiaanOlij/fix_gdnative_cpp_mistakes
Just fixed some small things
|
2018-06-09 20:00:32 +02:00 |
|
Will Nations
|
7c7832fcf3
|
Used hardcoded, downloadable scons for C++ tut
|
2018-06-07 21:49:07 -05:00 |
|
Bastiaan Olij
|
acb07b3123
|
Just fixed some small things
|
2018-06-08 10:28:36 +10:00 |
|
Bastiaan Olij
|
2b083d3265
|
Tutorial for a very basic C++ GDNative plugin
|
2018-06-05 13:22:05 +10: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 |
|