summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [macOS] Restore demo library output names.bruvzg2022-02-144-5/+8
* Library SCons boilerplate to build projects.Fabio Alessandrelli2022-02-101-146/+2
* [Demo Project] Add macOS framework templates, update Scons build script and "...bruvzg2022-01-115-2/+62
* Test CMake project with CI (#518)O01eg2021-12-241-0/+152
* Implementing dictionary operatorsBastiaan Olij2021-11-234-6/+15
* Merge pull request #650 from BastiaanOlij/fix_compile_warningsRémi Verschelde2021-11-222-6/+18
|\
| * Fixing compiler warnings around implicit type casting loosing precisionBastiaan Olij2021-11-222-6/+18
* | Implement index operators for ArraysBastiaan Olij2021-11-123-0/+24
|/
* Add `.gitignore` for test, ignore potential log filesRémi Verschelde2021-11-041-0/+21
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-0/+6
* Setup for building both debug and release build for side by side deploymentBastiaan Olij2021-09-292-26/+38
* Add test for Reference passing/returning.Fabio Alessandrelli2021-09-283-0/+13
* Changed over to proper godot-headersBastiaan Olij2021-09-271-1/+1
* Removed init.cpp that I overlooked in rebaseBastiaan Olij2021-09-271-103/+0
* Fully register class on register_class callBastiaan Olij2021-09-272-5/+9
* Add test for extended object creation/deletion.Fabio Alessandrelli2021-09-274-0/+27
* Fix some clang format thingsBastiaan Olij2021-09-271-2/+2
* Add support for property groupsBastiaan Olij2021-09-274-9/+9
* Change initialization to allow custom level callbacksGeorge Marques2021-09-271-5/+4
* Fix formatting of filesGeorge Marques2021-09-274-0/+120
* Added TYPED_METHOD_BIND and c++17 flags to windows build and moved test proje...Bastiaan Olij2021-09-278-4/+7
* Define the {de,}initialization functions in the bindingsGeorge Marques2021-09-271-8/+0
* Auto-bind virtual method overridesGeorge Marques2021-09-272-8/+5
* Add sample test projectGeorge Marques2021-09-2712-71/+388
* Replace bindgins to work with extensionsGeorge Marques2021-09-274-78/+0
* Merge pull request #513 from beroso/fix/windows_cpp_17Rémi Verschelde2021-09-271-0/+1
|\
| * Add -std:c++17 flag on test windows buildAndré Sousa2021-02-141-0/+1
* | Add license headers to all source and header filesHugo Locurcio2021-08-021-0/+30
* | Rename godot_headers to godot-headers to match upstream renameRémi Verschelde2021-02-261-1/+1
|/
* Run script testO01eg2021-02-077-6/+85
* Disable Windows compilation.O01eg2021-02-061-1/+1
* Test build GNnative library in CIO01eg2021-02-063-0/+206