summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-11Rect2: Clarify docs for `has_point` excluding bottom and right bordersRémi Verschelde
2021-11-11String: Remove `erase` method, bindings can't mutate StringRémi Verschelde
2021-11-07Move and organize tests into subfoldersAaron Franke
2021-11-05Rename AABB `get_area` to `get_volume`Brian Semrau
2021-10-30Modify Dictionary::operator== to do real key/value comparison with recursive ...Emmanuel Leblond
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-28Implement TextServer `strip_diacritics` function.bruvzg
2021-10-25Refactored Node3D rotation modesreduz
2021-10-19Merge pull request #52940 from groud/toast_notificationRémi Verschelde
2021-10-15Swap args of Plane(point, normal) constructormennomax
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-10-06Fix breakpointed_lines out of sync when removing lines abovePaulb23
2021-10-04Added support for uniform arrays in shadersYuri Roubinsky
2021-10-01Fix deleting selection at the first line do not work with backspaceJean-Michel Bernard
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-10-01Merge pull request #52850 from mashumafi/vector-bsearchRémi Verschelde
2021-09-30Implement bsearch for Vector and Packed*Arraymashumafi
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-29Add tests for TranslationsO01eg
2021-09-28Merge pull request #52754 from nekomatata/dynamic-body-modesCamille Mohr-Daurat
2021-09-25Construct values only when necessary.Anilforextra
2021-09-21Merge pull request #52878 from AnilBK/add-get-centerRémi Verschelde
2021-09-21Add Get Center Method for Rect2/Rect2i and AABB.Anilforextra
2021-09-20Add remaning code edit unit testsPaulb23
2021-09-17Allow indexing of String values in scripting languagesGeorge Marques
2021-09-16Clarify RigidDynamicBody modesPouleyKetchoupp
2021-09-15Merge pull request #52679 from nekomatata/world-boundary-shapeCamille Mohr-Daurat
2021-09-15Fix String::num_real and String test cases when compiling with doublesAaron Franke
2021-09-14Rename WorldMarginShape to WorldBoundaryShapePouleyKetchoupp
2021-09-14Merge pull request #52153 from timothyqiu/test-array-pop-atRémi Verschelde
2021-09-13Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde
2021-09-13Merge pull request #52049 from theraot/masterRémi Verschelde
2021-09-07Merge pull request #52442 from Faless/mp/4.x_rpc_managerMax Hilbrunner
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-09-07Implement properties arrays in the Inspector.Gilles Roudière
2021-09-01Add CodeEdit breakpoint unit testsPaulb23
2021-09-01Create framework for testing SignalsPaulb23
2021-09-01Allow unit testing SceneTree OjectsPaulb23
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-08-28Add unit tests for Array.pop_at()Haoyu Qiu
2021-08-28Quote and escape ConfigFile keys when necessaryHaoyu Qiu
2021-08-27Merge pull request #51908 from bruvzg/msdf_fonts2K. S. Ernest (iFire) Lee
2021-08-27Makes FontData importable resource.bruvzg
2021-08-25Fix segment intersection consistency in Geometry2DPouleyKetchoupp
2021-08-24Expanded path functions testsTheraot
2021-08-21Curve2D/Curve3D: exact linear interpolationJihyun Yu
2021-08-18Merge pull request #51787 from akien-mga/string-num-fix-default-decimalsRémi Verschelde
2021-08-18String: Fix default decimals truncation in num and num_realRémi Verschelde
2021-08-17Fixes to tests for Variant and Geometry3DAaron Franke