summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2022Rémi Verschelde2022-01-0365-130/+130
* Fix various typosluz paz2022-01-022-9/+9
* Refactor render_mode in shaders, forbid declaring duplicatesYuri Roubinsky2021-12-211-2/+2
* Make `--doctool` locale awareHaoyu Qiu2021-12-161-0/+19
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-094-7/+25
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Make `compile` shader function to use struct instead long parameter listYuri Roubinsky2021-12-081-1/+6
* Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusiveRémi Verschelde2021-12-072-22/+53
|\
| * PackedByteArray, Array slice end exclusive, rename subarray to sliceNathan Franke2021-11-262-22/+53
* | Merge pull request #55545 from akien-mga/doc-aabb-has_pointRémi Verschelde2021-12-021-4/+17
|\ \
| * | AABB: Improve docs and test for `has_point`Rémi Verschelde2021-12-021-4/+17
* | | Merge pull request #55474 from akien-mga/copy-operators-no-referenceRémi Verschelde2021-12-021-1/+4
|\ \ \ | |/ / |/| |
| * | Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-1/+4
| |/
* | Merge pull request #53868 from aaronfranke/curveRémi Verschelde2021-12-021-14/+12
|\ \
| * | Improve Curve with const and real_tAaron Franke2021-11-301-14/+12
| |/
* / Allow using empty statements in the shader, added formatting warningYuri Roubinsky2021-12-011-0/+2
|/
* Merge pull request #55227 from ator-dev/fix-code-foldingRémi Verschelde2021-11-251-4/+72
|\
| * Fix code folding when end of block is unindented delimiterator-dev2021-11-241-4/+72
* | Merge pull request #52456 from kleonc/image-fill-rectRémi Verschelde2021-11-241-3/+47
|\ \
| * | Add Image::fill_rect methodkleonc2021-11-231-3/+47
| |/
* / Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-233-34/+34
|/
* Fix divide by zero in pck_packerPaulb232021-11-171-11/+18
* Use "enum class" for input enumsAaron Franke2021-11-124-26/+26
* Rect2: Clarify docs for `has_point` excluding bottom and right bordersRémi Verschelde2021-11-111-20/+116
* String: Remove `erase` method, bindings can't mutate StringRémi Verschelde2021-11-111-6/+0
* Move and organize tests into subfoldersAaron Franke2021-11-0763-184/+90
* Rename AABB `get_area` to `get_volume`Brian Semrau2021-11-051-15/+15
* Modify Dictionary::operator== to do real key/value comparison with recursive ...Emmanuel Leblond2021-10-304-9/+804
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-10/+10
* Implement TextServer `strip_diacritics` function.bruvzg2021-10-281-0/+23
* Refactored Node3D rotation modesreduz2021-10-251-14/+14
* Merge pull request #52940 from groud/toast_notificationRémi Verschelde2021-10-191-1/+1
|\
| * Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* | Swap args of Plane(point, normal) constructormennomax2021-10-151-1/+6
|/
* Fix breakpointed_lines out of sync when removing lines abovePaulb232021-10-061-0/+75
* Added support for uniform arrays in shadersYuri Roubinsky2021-10-041-16/+21
* Fix deleting selection at the first line do not work with backspaceJean-Michel Bernard2021-10-011-0/+47
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-012-40/+35
* Merge pull request #52850 from mashumafi/vector-bsearchRémi Verschelde2021-10-011-0/+13
|\
| * Implement bsearch for Vector and Packed*Arraymashumafi2021-09-301-0/+13
* | Use range iterators for `Map`Lightning_A2021-09-302-16/+16
* | Add tests for TranslationsO01eg2021-09-291-0/+31
* | Merge pull request #52754 from nekomatata/dynamic-body-modesCamille Mohr-Daurat2021-09-281-1/+1
|\ \
| * | Clarify RigidDynamicBody modesPouleyKetchoupp2021-09-161-1/+1
* | | Construct values only when necessary.Anilforextra2021-09-251-1/+1
* | | Merge pull request #52878 from AnilBK/add-get-centerRémi Verschelde2021-09-212-0/+15
|\ \ \
| * | | Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra2021-09-212-0/+15
| | |/ | |/|
* / | Add remaning code edit unit testsPaulb232021-09-202-1/+2291
|/ /
* / Allow indexing of String values in scripting languagesGeorge Marques2021-09-171-0/+73
|/
* Merge pull request #52679 from nekomatata/world-boundary-shapeCamille Mohr-Daurat2021-09-152-14/+13
|\