summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Rename RenderingServer global shader uniform methods to be more explicitHugo Locurcio2022-07-281-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-256-9/+11
* Implement a Worker ThreadPoolreduz2022-07-222-0/+159
* Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-212-9/+9
* Use integer types in Image and ImageTexture methodsFireForge2022-07-181-19/+19
* Fix TextEdit test dependency on SceneTree's initial process time > 0Marcel Admiraal2022-07-171-2/+2
* Merge pull request #62108 from bruvzg/font_config_v3Rémi Verschelde2022-07-071-1/+1
|\
| * Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-1/+1
* | Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg2022-07-071-28/+47
|/
* Implement a BitField hintreduz2022-07-051-6/+6
* Implemented tests for Plane getters and setters.cabinboy10312022-07-052-0/+173
* Make enum/constant binds 64-bit.bruvzg2022-06-171-3/+3
* Make AStar to use 64-bit logicYuri Rubinsky2022-06-161-4/+4
* Fix typos with codespellRémi Verschelde2022-05-232-5/+5
* Add a new HashSet templatereduz2022-05-202-0/+229
* doctest: Update to 2.4.8Rémi Verschelde2022-05-171-4/+3
* Create onready variables when dropping nodes and holding CtrlHaoyu Qiu2022-05-171-0/+14
* Replace most uses of Map by HashMapreduz2022-05-165-10/+10
* Add a new HashMap implementationreduz2022-05-123-51/+46
* Merge pull request #59643 from kneejuicer/geometry2D-testsRémi Verschelde2022-05-101-1/+300
|\
| * Add extra unit tests for Geometry2Dkneejuicer2022-03-291-1/+300
* | Fix backspace when selection reaches left edgePaweł Fertyk2022-05-091-170/+191
* | Fix inconsistent naming in TimeNicholas Huelin2022-05-051-5/+5
* | Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-6/+6
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-2/+2
* | Merge pull request #60529 from timothyqiu/theme-validationRémi Verschelde2022-05-022-0/+258
|\ \
| * | Validate theme type/item namesHaoyu Qiu2022-04-262-0/+258
* | | Fix left aligned integer sign in string formattingHaoyu Qiu2022-05-011-0/+40
* | | Merge pull request #60519 from nathanfranke/fix-newline-indentRémi Verschelde2022-04-291-0/+32
|\ \ \
| * | | fix lines ending in comments causing auto indentNathan Franke2022-04-281-0/+32
* | | | remove escapes in gdscript test outputNathan Franke2022-04-281-14/+14
|/ / /
* | | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+43
* | | Rename variable names for some singletonsAaron Franke2022-04-261-24/+24
* | | Merge pull request #60513 from Calinou/default-font-add-msdf-mipmapRémi Verschelde2022-04-261-1/+1
|\ \ \ | |/ / |/| |
| * | Add MSDF and mipmap generation project settings for the default fontHugo Locurcio2022-04-251-1/+1
* | | Add inital TextEdit UnitTestsPaulb232022-04-222-0/+3508
* | | Use Input::push_input for tests plus extra mouse testingPaulb232022-04-223-26/+76
|/ /
* | Color: Rename `to_srgb`/`to_linear` to include base color spaceRémi Verschelde2022-04-131-4/+4
* | Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-114-11/+9
* | Remove unused legacy testsRémi Verschelde2022-04-0716-2929/+0
* | Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-2/+2
|/
* Expose Color's `to_linear()` and `to_srgb()` to scriptingHugo Locurcio2022-03-281-0/+18
* Refactor Object metadatareduz2022-03-242-4/+4
* Rename `AStar` to `AStar3D`Yuri Roubinsky2022-03-201-7/+7
* Merge pull request #58233 from bruvzg/gde_tsRémi Verschelde2022-03-183-308/+328
|\
| * Unify TextServer built-in module and GDExtension code.bruvzg2022-03-173-308/+328
* | Update color constants to use HEX codestaigi1002022-03-171-3/+3
|/
* Fix Slerp C# docs and add test cases for vectors in the same directionAaron Franke2022-03-122-0/+6
* Merge pull request #58485 from aaronfranke/time-offsetRémi Verschelde2022-03-101-0/+3
|\
| * Add offset string from minutes conversion method to Time singletonAaron Franke2022-02-231-0/+3