summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #98489 from Flarkk/fix_project_positionThaddeus Crews2024-11-271-0/+6
|\
| * Fix Camera3D::project_position() when depth=zfarFlorent Guiocheau2024-10-241-0/+6
* | Add unit tests for UDPServerPablo Andres Fuente2024-11-222-0/+294
* | Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-bindsThaddeus Crews2024-11-221-10/+13
|\ \
| * | Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-221-10/+13
* | | Merge pull request #97716 from pafuent/add_half_precision_floating_point_to_s...Thaddeus Crews2024-11-227-1/+140
|\ \ \ | |/ / |/| |
| * | Add half precision floating point support to `StreamPeer`Pablo Andres Fuente2024-11-127-1/+140
* | | Merge pull request #98972 from dbnicholson/standardize-add-defaultsThaddeus Crews2024-11-211-0/+30
|\ \ \
| * | | Expose standardize_locale add_default param publiclyDan Nicholson2024-11-211-0/+30
* | | | Merge pull request #95303 from EIREXE/inverted_composerRémi Verschelde2024-11-202-0/+88
|\ \ \ \
| * | | | Fix Projection::invert on orthogonal projections and others.Álex Román2024-11-182-0/+88
* | | | | Merge pull request #99131 from MarcusAahl/my-testing-branchThaddeus Crews2024-11-192-0/+83
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Basic Fontfile testsmarcus åhl2024-11-192-0/+83
* | | | | Merge pull request #98816 from arkology/to-infinity-and-beyondThaddeus Crews2024-11-182-0/+93
|\ \ \ \ \
| * | | | | Improve set_radial_initial_angle by removing loopsarkology2024-11-142-0/+93
* | | | | | Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-argumentsThaddeus Crews2024-11-121-0/+64
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect dataDanil Alexeev2024-11-041-0/+64
* | | | | | Merge pull request #98120 from dalexeev/core-typed-dicts-bin-serializationThaddeus Crews2024-11-121-8/+91
|\ \ \ \ \ \
| * | | | | | Core: Add typed dictionary support for binary serializationDanil Alexeev2024-11-121-8/+91
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #98743 from dbnicholson/improve-compare-localesThaddeus Crews2024-11-121-4/+54
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Improve locale comparisonDan Nicholson2024-11-121-4/+54
| |/ / / /
* | | | | Merge pull request #98547 from timothyqiu/loaded-locales-setThaddeus Crews2024-11-111-10/+20
|\ \ \ \ \
| * | | | | Fix duplicated entries in `TranslationServer::get_loaded_locales()`Haoyu Qiu2024-10-261-10/+20
* | | | | | Merge pull request #97363 from reduz/deterministic-gen-suberesources-idThaddeus Crews2024-11-112-2/+2
|\ \ \ \ \ \
| * | | | | | Allow passing UID to importerJuan2024-11-112-2/+2
| | |_|/ / / | |/| | | |
* / | | | | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
|/ / / / /
* | | | | Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-104-0/+1102
|\ \ \ \ \
| * | | | | Add fuzzy string matching to quick open searchAdam Johnston2024-10-284-0/+1102
| |/ / / /
* | | | | Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-042-7/+13
* | | | | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-1/+1
| |/ / / |/| | |
* | | | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-315-16/+16
|\ \ \ \
| * | | | Always add decimal when printing floatkobewi2024-10-235-16/+16
| | |_|/ | |/| |
* | | | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-292-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-252-3/+3
* | | | Merge pull request #92554 from Nazarwadim/implement_a_hash_mapThaddeus Crews2024-10-252-0/+296
|\ \ \ \
| * | | | Implement array based hash mapnazarii2024-10-242-0/+296
| | |/ / | |/| |
* | | | Merge pull request #97157 from pafuent/fixing_tree_item_get_prev_wrapThaddeus Crews2024-10-251-0/+126
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixing TreeItem get_prev_xxx methods when p_wrap is truePablo Andres Fuente2024-09-231-0/+126
* | | | Merge pull request #98357 from yeojunh/valid-base-check-num-int64-uint64Clay John2024-10-241-1/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | Add checks for valid base in String::num_int64, uint64().yeojunh2024-10-201-1/+17
* | | | Add testA Thousand Ships2024-10-181-0/+8
|/ / /
* | | Merge pull request #97255 from kitbdev/test-tabsRémi Verschelde2024-10-044-0/+1540
|\ \ \
| * | | Fix TabBar initialization issue and add testskit2024-09-204-0/+1540
* | | | Merge pull request #97227 from D0V4HKIIN/masterRémi Verschelde2024-10-042-0/+108
|\ \ \ \
| * | | | Add unit tests for PhysicsMaterialjonas2024-10-042-0/+108
* | | | | Add unit tests for String::parse_url()Pablo Andres Fuente2024-10-011-38/+53
|/ / / /
* | | | Merge pull request #97512 from matthewestopinal/mestopinal-sky-testsRémi Verschelde2024-10-012-0/+142
|\ \ \ \
| * | | | Add Unit Test cases for `Sky`MATTHEW ESTOPINAL2024-10-012-0/+142
* | | | | Merge pull request #95931 from pafuent/adding_packet_peer_testsRémi Verschelde2024-10-012-0/+205
|\ \ \ \ \
| * | | | | Add unit tests for PacketPeerPablo Andres Fuente2024-10-012-0/+205
| |/ / / /