summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52153 from timothyqiu/test-array-pop-atRémi Verschelde2021-09-143-0/+124
|\
| * Add unit tests for Array.pop_at()Haoyu Qiu2021-08-283-0/+124
* | Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde2021-09-133-0/+1148
|\ \
| * | Add CodeEdit breakpoint unit testsPaulb232021-09-012-0/+814
| * | Create framework for testing SignalsPaulb232021-09-012-4/+192
| * | Allow unit testing SceneTree OjectsPaulb232021-09-012-0/+146
* | | Merge pull request #52049 from theraot/masterRémi Verschelde2021-09-131-8/+8
|\ \ \
| * | | Expanded path functions testsTheraot2021-08-241-8/+8
* | | | Merge pull request #52442 from Faless/mp/4.x_rpc_managerMax Hilbrunner2021-09-071-2/+2
|\ \ \ \
| * | | | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-2/+2
| | |/ / | |/| |
* / | | Implement properties arrays in the Inspector.Gilles Roudière2021-09-071-1/+1
|/ / /
* | | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-1/+1
* | | Quote and escape ConfigFile keys when necessaryHaoyu Qiu2021-08-281-2/+9
| |/ |/|
* | Merge pull request #51908 from bruvzg/msdf_fonts2K. S. Ernest (iFire) Lee2021-08-271-10/+30
|\ \
| * | Makes FontData importable resource.bruvzg2021-08-271-10/+30
| |/
* / Fix segment intersection consistency in Geometry2DPouleyKetchoupp2021-08-251-9/+24
|/
* Curve2D/Curve3D: exact linear interpolationJihyun Yu2021-08-211-0/+35
* Merge pull request #51787 from akien-mga/string-num-fix-default-decimalsRémi Verschelde2021-08-181-0/+24
|\
| * String: Fix default decimals truncation in num and num_realRémi Verschelde2021-08-181-0/+24
* | Fixes to tests for Variant and Geometry3DAaron Franke2021-08-172-24/+44
|/
* Rename LineShape2D to WorldMarginShape2DHugo Locurcio2021-08-141-1/+1
* Use real_t and double where appropriate in ParticlesAaron Franke2021-08-121-1/+1
* Merge pull request #50682 from aaronfranke/basis-looking-atRémi Verschelde2021-08-101-1/+1
|\
| * Move code for looking_at to BasisAaron Franke2021-08-011-1/+1
* | Some work on double supportAaron Franke2021-08-091-2/+2
* | Tests: Improve coverage for `File::get_csv_line()`Rémi Verschelde2021-08-042-5/+29
|/
* Use doubles for time everywhere in Timer/SceneTreeAaron Franke2021-07-263-5/+5
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-253-5/+5
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-233-38/+36
* Make Object "meta" functions take StringName.Fabio Alessandrelli2021-07-221-2/+2
* [Editor Fonts] Add Noto Sans Bold font variant for supported languages.bruvzg2021-07-191-5/+5
* Optimize StringName usagereduz2021-07-181-1/+1
* Implement the ability to disable classesreduz2021-07-131-2/+2
* Add test to check for :: in enum/constant bindingsGeorge Marques2021-07-061-1/+7
* Fix sub-optimal uses of is_equal_approxAaron Franke2021-06-203-13/+13
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-38/+23
* Merge pull request #49659 from LightningAA/string-valid-integer-to-intRémi Verschelde2021-06-181-1/+1
|\
| * Rename `is_valid_integer()` to `is_valid_int()`Lightning_A2021-06-161-1/+1
* | Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-2/+2
|/
* Validate that all virtual methods start with _kobewi2021-06-151-1/+5
* Merge pull request #34668 from aaronfranke/to-stringRémi Verschelde2021-06-133-5/+5
|\
| * Reformat structure string operatorsAaron Franke2021-06-113-5/+5
* | Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-122-0/+146
|\ \
| * | Add Time singletonAaron Franke2021-06-112-0/+146
* | | Rename Reference to RefCountedPedro J. Estébanez2021-06-112-6/+6
* | | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-113-3/+3
|\ \ \ | |_|/ |/| |
| * | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-113-3/+3
| |/
* | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-111-1/+1
|\ \ | |/ |/|
| * Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-1/+1
* | Refactor CommandQueueMTreduz2021-06-091-45/+1