summaryrefslogtreecommitdiffstats
path: root/core/variant
Commit message (Expand)AuthorAgeFilesLines
* Implement properties arrays in the Inspector.Gilles Roudière2021-09-071-1/+2
* Merge pull request #52270 from KoBeWi/goodbye_polarGeorge Marques2021-09-011-11/+0
|\
| * Remove cartesian2polar and polar2cartesiankobewi2021-08-311-11/+0
* | Merge pull request #48237 from KoBeWi/they_came_from_angleGeorge Marques2021-09-011-0/+2
|\ \
| * | Add Vector2.from_angle() methodkobewi2021-08-311-0/+2
| |/
* / Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
|/
* Merge pull request #47406 from mashumafi/master-Array-insert-rcMax Hilbrunner2021-08-282-4/+4
|\
| * Array::insert consistent with Pool*Array::insertmashumafi2021-03-272-4/+4
* | Merge pull request #43522 from qarmin/divide_by_zero_in_vectoriMax Hilbrunner2021-08-282-4/+100
|\ \
| * | Fix crash when dividing by 0 in Vector2/3iRafał Mikrut2021-08-152-4/+100
* | | Merge pull request #52090 from balloonpopper/bug52060Max Hilbrunner2021-08-271-2/+2
|\ \ \
| * | | Correct null and boolean values being capitalised by the str commandBalloonpopper2021-08-261-2/+2
* | | | Add an `Array.pop_at()` method to pop an element at an arbitrary indexHugo Locurcio2021-08-273-3/+30
|/ / /
* | | Merge pull request #52041 from Rubonnek/expose-simplify-pathMax Hilbrunner2021-08-241-0/+1
|\ \ \
| * | | Expose String.simplify_pathWilson E. Alvarez2021-08-241-0/+1
* | | | Expose RID creation utilities.reduz2021-08-231-0/+12
* | | | Implement NativeExtension pointer argumentsreduz2021-08-232-0/+137
|/ / /
* | | Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-6/+4
* | | Merge pull request #51902 from vnen/variant-internal-constructorRémi Verschelde2021-08-201-2/+24
|\ \ \
| * | | Fix initialization of objects in VariantInternalGeorge Marques2021-08-191-2/+24
* | | | Merge pull request #51627 from mhilbrunner/todo-for-neikeqRémi Verschelde2021-08-181-8/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Namespaces instead of underscore prefix for bindsMax Hilbrunner2021-08-171-8/+21
| |/ /
* / / Fixes to tests for Variant and Geometry3DAaron Franke2021-08-171-1/+1
|/ /
* | Merge pull request #38992 from Dragoncraft89/masterRémi Verschelde2021-08-111-0/+9
|\ \
| * | Add error_string functionFlorian Kothmeier2021-04-271-0/+9
* | | Use Key enum instead of plain integersAaron Franke2021-08-101-0/+3
* | | Merge pull request #51017 from vnen/extension-fixesRémi Verschelde2021-08-106-3/+188
|\ \ \
| * | | Improve extension systemGeorge Marques2021-08-055-2/+187
| * | | Fix a few default parameters in bindingsGeorge Marques2021-08-051-1/+1
* | | | Merge pull request #50682 from aaronfranke/basis-looking-atRémi Verschelde2021-08-101-0/+1
|\ \ \ \
| * | | | Move code for looking_at to BasisAaron Franke2021-08-011-0/+1
| |/ / /
* / / / [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-081-0/+1
|/ / /
* | | Merge pull request #51084 from aaronfranke/no-dectimeRémi Verschelde2021-07-311-5/+0
|\ \ \
| * | | Remove obsolete "dectime" methodAaron Franke2021-07-301-5/+0
* | | | VariantParser: Fix uninitialized ResourceParser funcsRémi Verschelde2021-07-301-3/+3
|/ / /
* | | [Net] Fix Marshalls infinite recursion crash.Fabio Alessandrelli2021-07-301-0/+5
* | | Merge pull request #50939 from vnen/fix-variant-bool-conversionRémi Verschelde2021-07-271-1/+1
|\ \ \
| * | | Change Variant bool conversion to uint8_tGeorge Marques2021-07-271-1/+1
* | | | [Core] Make enum variant cast and encoding 64 bitsFabio Alessandrelli2021-07-271-3/+3
|/ / /
* | | Merge pull request #50809 from akien-mga/iterators-const-referencesRémi Verschelde2021-07-256-8/+8
|\ \ \
| * | | Use const references where possible for List range iteratorsRémi Verschelde2021-07-256-8/+8
* | | | Fix various typos with codespellluz paz2021-07-251-1/+1
|/ / /
* | | Merge pull request #50535 from ChristopheClaustre/packedbytearray_decode_apiRémi Verschelde2021-07-241-0/+41
|\ \ \
| * | | New to_***_array method to decode PackedByteArray to Packed***ArrayChristopheClaustre2021-07-241-0/+41
* | | | Use C++ iterators for Lists in many situationsAaron Franke2021-07-236-23/+23
* | | | Use the standard C `INFINITY` and `NAN` constants directlyHugo Locurcio2021-07-212-4/+4
* | | | Merge pull request #50206 from groud/undoredo_increase_args_countRémi Verschelde2021-07-201-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Increase the number of arguments accepted by UndoRedo methodsGilles Roudière2021-07-061-1/+1
* | | | Merge pull request #50056 from Blackiris/fix-in-operatorGeorge Marques2021-07-131-4/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fix 'in' operator to check if an object member existsJulien Nguyen2021-07-011-4/+8