112 Commits

Author SHA1 Message Date
Aaron Franke
831bb3ab9d Refactor SConstruct file in the simple demo
Change platform names to future-proof names, format comments, reorganize code, and add relative path for library linking.
2020-08-17 18:48:21 -05:00
Aaron Franke
7405928f34 Rename simple demo project files
GDNative files now go in project/gdnative/ instead of demo/bin/
2020-08-16 21:20:34 -05:00
Aaron Franke
ac3d667172 Rename "SimpleDemo" folder to "simple" 2020-08-16 21:10:15 -05:00
Aaron Franke
5088b3591e Merge pull request #37 from aaronfranke/icon-images
Improve icon.png for projects using default icon and run oxipng
2020-08-16 20:21:40 -05:00
Aaron Franke
5b2bc4783b Improve icon.png for projects using default icon 2020-08-16 19:16:12 -05:00
Aaron Franke
28e3f8a267 Merge pull request #36 from aaronfranke/metadata
Update repo metadata
2020-08-16 19:12:27 -05:00
Aaron Franke
f87963e631 Update repo metadata 2020-08-15 16:20:56 -05:00
Aaron Franke
0c0e48a0cc Merge pull request #35 from aaronfranke/formatting
Add formatting scripts for GitHub Actions
2020-08-15 13:01:24 -05:00
Aaron Franke
9504d289e5 Commit files changed by black_format.sh 2020-08-13 20:59:58 -05:00
Aaron Franke
bba3ce54ce Commit files changed by clang_format.sh 2020-08-13 20:59:58 -05:00
Aaron Franke
32cfbfd88a Commit files changed by file_format.sh 2020-08-13 20:59:58 -05:00
Aaron Franke
0c448d94e9 Add formatting scripts for GitHub Actions
These are from the main repo, but simplified. Also add FUNDING.yml
2020-08-13 20:59:58 -05:00
Aaron Franke
59cc091e22 Merge pull request #34 from godotengine/cpp-nativescript-1-1
Merge "cpp-nativescript-1-1" into master
2020-08-13 20:47:05 -05:00
Thomas Herzog
bee8f315c4 Merge pull request #27 from lupoDharkael/update
Update C++ demos to latest bindings
2018-12-02 16:42:26 +01:00
Thomas Herzog
4765d62922 Merge pull request #28 from BastiaanOlij/reworked_c_simpledemo
Reworked C SimpleDemo to latest godot_headers
2018-12-02 16:35:31 +01:00
lupoDharkael
0e0dce8477 Update Readme.md 2018-12-01 16:17:08 +01:00
lupoDharkael
e842557980 Update kinematic_character demo 2018-12-01 16:16:48 +01:00
lupoDharkael
9f333600b6 Update cpp_constructors demo 2018-12-01 16:16:31 +01:00
lupoDharkael
9df4d39140 Update SimpleDemo 2018-12-01 16:03:28 +01:00
lupoDharkael
6909e114c2 Update gitignore 2018-12-01 16:03:07 +01:00
Bastiaan Olij
ac5e659adc Reworked C SimpleDemo to latest godot_headers 2018-12-01 22:46:40 +11:00
Thomas Herzog
c53983a26a Merge pull request #24 from CicholGricenchos/update-glfw-demo
update GLFWDemo for Godot 3
2018-05-23 13:07:44 +02:00
cichol
399b13c6c0 update GLFWDemo for Godot 3 2018-05-23 15:14:52 +08:00
karroffel
51e9677377 updated SimpleDemo C++ build file 2018-03-30 19:40:42 +02:00
Thomas Herzog
9b2719045c remove accidentally pushed test code 2018-02-12 20:48:44 +01:00
karroffel
ae7a17c717 updated C++ SimpleDemo 2018-02-11 15:48:05 +01:00
karroffel
25c7703861 added instance binding C demo 2018-02-09 18:35:15 +01:00
karroffel
8b3c2ee96b add GDN_EXPORT to C++ examples 2018-01-18 10:37:39 +01:00
karroffel
a459224278 added simple C++ demo 2018-01-14 01:57:46 +01:00
karroffel
386f6571eb updated SIMPLE demo 2018-01-14 00:50:07 +01:00
karroffel
fcf0e95fc5 updated kinematic demo to C++ bindings changes 2018-01-11 17:57:18 +01:00
Thomas Herzog
414c6328c7 Merge pull request #17 from Hinsbart/std_c11
SimpleDemo: Use c11 standard instead of c++14.
2017-12-25 22:01:29 +01:00
Andreas Haas
a02866daff SimpleDemo: Use c11 standard instead of c++14. 2017-12-25 19:38:15 +01:00
Thomas Herzog
2d88ed96f5 Merge pull request #15 from BastiaanOlij/update_kinchar
Made this work with Godot 3.0 beta
2017-12-06 12:50:55 +01:00
Bastiaan Olij
ac3c88a220 Made this work with Godot 3.0 beta 2017-12-06 22:17:19 +11:00
Thomas Herzog
2fbd0ff5ef Merge pull request #13 from BastiaanOlij/fix_memory_leak_simpledemo
Destroy string after copying into variant
2017-12-06 11:06:30 +01:00
Bastiaan Olij
7ee899ea94 Destroy string after copying into variant 2017-12-06 20:29:51 +11:00
Thomas Herzog
55bf3afc85 Update main.gd 2017-11-23 10:31:01 +01:00
Thomas Herzog
8c914e7b4e Merge pull request #11 from BastiaanOlij/apply_latest_gdnative_changs
Applied latest gdnative structural changes to our simple demo
2017-11-23 10:30:41 +01:00
BastiaanOlij
1f6b8d9ce5 Applied latest gdnative structural changes to our simple demo 2017-11-23 18:52:08 +11:00
Thomas Herzog
e5baf07bbd Merge pull request #8 from BastiaanOlij/scons_simpledemo
Reworked to newer code and added scons for compiling.
2017-11-07 13:52:21 +01:00
Bastiaan Olij
c150884a3c Reworked to newer code and added scons for compiling. 2017-11-01 20:12:20 +11:00
Thomas Herzog
e8200a3d65 Merge pull request #10 from RameshRavone/master
[kinematic_character] _fixed_process => _physics_process
2017-10-24 11:28:54 +02:00
RameshRavone
861413fd7f [kinematic_character] _fixed_process => _physics_process 2017-10-24 11:31:20 +05:30
Thomas Herzog
7a5ee28a79 Merge pull request #7 from RameshRavone/master
Update kinematic_character
2017-07-28 10:26:48 +02:00
Ramesh Ravone
09640cddc2 Update kinematic_character 2017-07-28 07:45:24 +05:30
Thomas Herzog
f2294c6f13 Merge pull request #5 from RameshRavone/master
Adding SConstruct file for kinematic_character
2017-07-22 22:38:37 +02:00
Ramesh Ravone
ee11506a4c Adding SConstruct file 2017-07-19 06:23:26 +05:30
Thomas Herzog
37ed5f8d2f Merge pull request #4 from RameshRavone/master
Kinematic Character
2017-07-10 22:02:20 +02:00
Ramesh Ravone
876f2cae4f Some changes and Clang Format 2017-06-26 15:25:09 +05:30