summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* update .gitignore to add .idea for the Jetbrains CLion IDESamuel Nicholas2024-09-241-0/+4
| | | | and also the default cmake build directory when building in clion cmake-build-*
* Integrate `.pre-commit-config.yaml`Thaddeus Crews2024-06-241-1/+1
|
* ignoring venv in .gitignoreAlex Drozd2023-11-061-0/+4
|
* Add lower-case "*.cache" in ".gitignore"Adam Scott2023-07-091-1/+1
|
* [SCons] Refactor targets, symbols, optimizations.Fabio Alessandrelli2022-10-041-0/+3
| | | | | | | | | Now matches Godot `master` target names and supports the same flags with the following notable exceptions: - The default target is "template_debug", since it's compatible with editor builds (and TOOLS_ENABLED is never used internally). - separate_debug_symbols is still not supported, and will be done in a separate commit.
* Add options to use scons caching for faster iteration.Emilien Bauer2022-09-191-0/+3
| | | | Sort the sets in source generation so they are generated consistently between runs; otherwise caching is useless.
* Add Godot 3.x ignores to the .gitignore fileAaron Franke2022-09-071-0/+4
|
* Add `.gitignore` for test, ignore potential log filesRémi Verschelde2021-11-041-0/+1
| | | | (cherry picked from commit 1070a29d770309be89e44f4b8dd57814882547ef)
* Added TYPED_METHOD_BIND and c++17 flags to windows build and moved test ↵Bastiaan Olij2021-09-271-0/+1
| | | | project files
* Add sample test projectGeorge Marques2021-09-271-0/+1
|
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+5
|
* Fix JavaScript library suffix.Fabio Alessandrelli2021-07-051-0/+1
| | | | Also add `.bc` files to `.gitignore`
* Update gitignorelupoDharkael2019-05-261-0/+156
|
* Nativescript 1.1karroffel2018-11-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implemented instance binding data usage This commit changes the way C++ wrapper classes work. Previously, wrapper classes were merely wrapper *interfaces*. They used the `this` pointer to store the actual foreign Godot Object. With the NativeScript 1.1 extension it is now possible to have low-overhead language binding data attached to Objects. The C++ bindings use that feature to implement *proper* wrappers and enable regular C++ inheritance usage that way. Some things might still be buggy and untested, but the C++ SimpleDemo works with those changes. new and free change, custom free will crash engine, be wary fix exporting of non-object types fix free() crash with custom resources added type tags and safe object casting fix global type registration order fix cast_to changed build system to be more self contained updated .gitignore use typeid() for type tags now fix indentation in bindings generator remove accidentally added files fix gitignore Fixed up registering tool and updated godot_headers Fix crash when calling String::split/split_floats Was casting to the wrong object type. Also adds parse_ints function to String with the same logic Better warning/error macros Change gitignore so we get our gen folders New documentation based on nativescript 1.1 Fixed GODOT_SUBCLASS macro Preventing crash when function returned null ptr Adds needed include <typeinfo> Solves this issue #168 due to not having the include of typeinfo Fix compile error of 'WARN_PRINT' and 'ERR_PRINT'. cannot pass non-trivial object of type 'godot::String' to variadic function; expected type from format string was 'char *' [-Wnon-pod-varargs] update vector3::distance_to Remove godot_api.json as its now in the godot_headers submodule (api.json)
* included godot_headers as submodulekarroffel2018-05-161-1/+0
|
* Ignore Windows binariesMarc Gilleron2018-01-221-1/+8
|
* Implemented using api structBastiaan Olij2017-10-231-0/+1
|
* Use static linking instead of dynamic linkingKarroffel2017-07-231-0/+1
|
* Getting this to compile on mac os xBastiaanOlij2017-06-161-0/+1
|
* made script "inheritance" less OOPKarroffel2017-05-131-0/+1
|
* rewrote binding generator in pythonKarroffel2017-05-121-5/+6
|
* Windows compatibilityKarroffel2017-03-151-0/+1
|
* reworked object system a little bitKarroffel2017-03-091-0/+1
|
* buuunch of stuffKarroffel2017-03-061-0/+1
|
* properly implemented core types (c++ wise)Karroffel2017-03-061-1/+2
|
* I hate templatesKarroffel2017-03-051-0/+3