| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixup style after #563 | Rémi Verschelde | 2021-09-27 | 1 | -1/+0 | |
| | | ||||||
| * | Merge pull request #563 from LinwoodCloud/master | Rémi Verschelde | 2021-09-27 | 1 | -1/+0 | |
| |\ | ||||||
| | * | Stop including iostream in Variant.hpp (to produce smaller binaries) | kb1000 | 2021-05-23 | 1 | -1/+0 | |
| | | | ||||||
| * | | Merge pull request #601 from colugomusic/fix-string-args-constness | Rémi Verschelde | 2021-09-27 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | Fix argument constness in String::begins_with, String::ends_with | Colugo | 2021-08-22 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge pull request #595 from Calinou/add-license-headers | Rémi Verschelde | 2021-09-27 | 20 | -3/+573 | |
| |\ \ \ | ||||||
| | * | | | Add license headers to all source and header files | Hugo Locurcio | 2021-08-02 | 20 | -3/+573 | |
| | |/ / | | | | | | | | | | | | | | | | This is consistent with the core Godot source code, and ensures the license isn't detached from its original code when individual files are distributed. | |||||
| * / / | Fix Clang 11 build failure over -Wabsolute-value | Sam | 2021-09-01 | 1 | -2/+2 | |
| |/ / | ||||||
| * | | edited according to clang-format | DhruvMaroo | 2021-06-01 | 1 | -2/+2 | |
| | | | ||||||
| * | | used godot_string_new_copy to copy | DhruvMaroo | 2021-05-31 | 1 | -2/+2 | |
| | | | ||||||
| * | | removed _deleted class member | DhruvMaroo | 2021-05-31 | 1 | -6/+1 | |
| | | | ||||||
| * | | added class member, safety check in the destructor | DhruvMaroo | 2021-05-31 | 1 | -5/+8 | |
| | | | ||||||
| * | | changed spaces to tabs | DhruvMaroo | 2021-05-30 | 1 | -2/+2 | |
| | | | ||||||
| * | | added move assignment operator | DhruvMaroo | 2021-05-30 | 1 | -0/+6 | |
| | | | ||||||
| * | | added mover constructor | DhruvMaroo | 2021-05-30 | 1 | -0/+5 | |
| |/ | ||||||
| * | Populates incorrect constants for Vector2 and 3 types. | Erik Abair | 2021-05-02 | 2 | -4/+4 | |
| | | ||||||
| * | Update clang-format to version 11 | George Marques | 2021-02-28 | 12 | -241/+40 | |
| | | | | | | | | This is taken from the Godot repository, so formatting is similar. This updates the style rules as well. Also fix style in files to conform with this version. | |||||
| * | Removed redundant function definitions in CameraMatrix and used the ones in ↵ | Hrishikesh | 2021-02-03 | 1 | -2/+2 | |
| | | | | | Math.hpp | |||||
| * | Merge branch 'master' into container_leaks | Marc | 2021-01-31 | 8 | -6/+45 | |
| |\ | ||||||
| | * | Merge pull request #485 from colugomusic/fix-array-const | Marc | 2021-01-31 | 1 | -3/+3 | |
| | |\ | | | | | | | Fix constness of Array::find, Array::find_last and Array::rfind | |||||
| | | * | Fix constness of Array::find, Array::find_last and Array::rfind | Colugo | 2020-12-20 | 1 | -3/+3 | |
| | | | | ||||||
| | * | | Merge pull request #481 from Zylann/vec_constants | Marc | 2021-01-31 | 6 | -0/+36 | |
| | |\ \ | | | | | | | | | Added missing constants to Vector2, Vector3, Basis and Quat | |||||
| | | * | | Added missing constants to Vector2, Vector3, Basis and Quat | Marc Gilleron | 2020-12-08 | 6 | -0/+36 | |
| | | |/ | ||||||
| | * | | Merge branch 'master' into master | Marc | 2021-01-31 | 7 | -158/+861 | |
| | |\| | ||||||
| | * | | Fix compilation warnings about unused vars | Mika Pi | 2020-02-23 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | Fix container and string leaks | Marc Gilleron | 2021-01-07 | 5 | -80/+66 | |
| | |/ |/| | | | | | | | | | | | Some functions return a new instance of such containers, but instead we made a copy of them, without taking ownership of the original created by the function. Now we use a specific constructor taking ownership on the godot_* struct. | |||||
| * | | Merge pull request #451 from Zylann/math | Marc | 2020-09-08 | 1 | -8/+3 | |
| |\ \ | | | | | | | Added Godot's math functions | |||||
| | * | | Added Godot's math functions | Marc Gilleron | 2020-09-04 | 1 | -8/+3 | |
| | | | | ||||||
| * | | | Merge branch 'master' into arcore_support | Marc | 2020-08-31 | 1 | -138/+39 | |
| |\| | | ||||||
| | * | | Rename `RID::get_rid()` => `get_id()` to match Godot | Marc Gilleron | 2020-08-23 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Merge pull request #441 from TerraAr/master | Marc | 2020-08-16 | 1 | -1/+2 | |
| | |\ \ | | | | | | | | | Create an operator | |||||
| | | * | | Updated operator | TerraAr | 2020-08-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | I've updated the operator that I had created to use the private constructor of the class. | |||||
| | | * | | Fixed operator | TerraAr | 2020-08-14 | 1 | -1/+2 | |
| | | | | | | | | | | | | | Fixed String::operator+=(const wchar_t). The problem was that a temporary variable don't have an address. | |||||
| | | * | | Created operator. | TerraAr | 2020-08-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Created String::operator+=(const wchar_t), that was mark as Todo. | |||||
| | * | | | Merge pull request #307 from aqnuep/string_memory_leak_fix | Marc | 2020-08-15 | 1 | -137/+37 | |
| | |\ \ \ | | |/ / | |/| | | Fixed memory leak with String objects | |||||
| | | * | | Fixed memory leak with String objects | Daniel Rakos | 2020-08-15 | 1 | -137/+37 | |
| | | |/ | | | | | | | | | | | | | | | | | | | The member _godot_string should never be straight out overwritten ever without first destroying the underlying string object's memory. This change solves the problem through the introduction of a new private constructor to create String objects with a pre-existing godot_string handle. | |||||
| * | / | Additions to the library to support the ARCore plugin | Fredia Huya-Kouadio | 2020-08-23 | 2 | -1/+688 | |
| |/ / | ||||||
| * | | Merge pull request #356 from sheepandshepherd/variantleak2 | Marc | 2020-06-05 | 1 | -4/+2 | |
| |\ \ | | | | | | | Add C conversion constructors and fix new leak | |||||
| | * | | Add C conversion constructors to fix leak of default-constructed empty arrays | sheepandshepherd | 2020-01-31 | 1 | -4/+2 | |
| | |/ | ||||||
| * | | Merge pull request #406 from Zylann/color_operators | Bastiaan Olij | 2020-06-02 | 1 | -0/+118 | |
| |\ \ | | | | | | | Added missing Color operators | |||||
| | * | | Added missing Color operators | Marc Gilleron | 2020-05-29 | 1 | -0/+118 | |
| | |/ | ||||||
| * / | Fix godot-cpp types registration | Fredia Huya-Kouadio | 2020-04-14 | 1 | -6/+7 | |
| |/ | | | | | | A initialization bug was causing the registration to occur prior to a key required field being set (see https://github.com/GodotNativeTools/godot-cpp/issues/394#issuecomment-613636985 for more details). Fixes #394 | |||||
| * | Merge pull request #333 from sheepandshepherd/string-plus-leak | Rémi Verschelde | 2020-01-19 | 1 | -2/+2 | |
| |\ | | | | | Fix String::operator+ memory leak | |||||
| | * | Fix String::operator+ memory leak | sheepandshepherd | 2019-10-05 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fix leaks caused by implicitly called copy constructors | sheepandshepherd | 2019-12-04 | 1 | -22/+33 | |
| |/ | ||||||
| * | Call register types and init earlier | Bastiaan Olij | 2019-09-14 | 1 | -3/+4 | |
| | | ||||||
| * | Store all main entry points to the currently available APIs | Bastiaan Olij | 2019-08-12 | 1 | -0/+35 | |
| | | ||||||
| * | Merge pull request #296 from lupoDharkael/missing | Thomas Herzog | 2019-08-05 | 7 | -0/+252 | |
| |\ | | | | | Add missing class methods | |||||
| | * | Add missing class methods | lupoDharkael | 2019-08-05 | 7 | -0/+252 | |
| | | | ||||||
| * | | Fixed wrong implementation of Quat multiplication | shaderbeast | 2019-05-06 | 1 | -4/+4 | |
| | | | | | | | | | | | Obeyed Clang format rules | |||||
