Age | Commit message (Expand) | Author |
2021-05-06 | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores | Hugo Locurcio |
2021-04-30 | Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix driv... | bruvzg |
2021-04-29 | Replace remaining uses of `NULL` with `nullptr` | Rémi Verschelde |
2021-04-22 | Unexpose _direct_state_changed in PhysicsBody | rafallus |
2021-04-14 | Refactor GLSL shader compilation | reduz |
2021-04-11 | Merge pull request #47774 from DanielKriz/bugfix/CommandQueue | Rémi Verschelde |
2021-04-10 | Fix includes in test_command_queue.h | Daniel Kříž |
2021-04-01 | Merge pull request #46991 from madmiraal/rename-invert-reverse | Rémi Verschelde |
2021-03-31 | Add a test suite for Dictionary | Hugo Locurcio |
2021-03-29 | add tests for path3d | Daniel Kříž |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-03-23 | Merge pull request #44398 from RevoluPowered/unit-tests-for-export-templates | Rémi Verschelde |
2021-03-22 | Add unit tests for export templates | Gordon MacPherson |
2021-03-21 | Rename Array.invert() to Array.reverse() | Marcel Admiraal |
2021-03-18 | Disable backface collision with ConcavePolygonShape by default | PouleyKetchoupp |
2021-03-09 | Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization | Rémi Verschelde |
2021-03-07 | Add unit tests for HashingContext | Maximilian Mayer |
2021-02-27 | Merge pull request #46473 from angad-k/PathFollow2D-unit-test | Rémi Verschelde |
2021-02-27 | fix initializations of node Path2D unit tests | Angad Kambli |
2021-02-27 | Added test file and test cases | James Gordon |
2021-02-24 | Relaxes Node naming constraints in glTF documents to match the Editor. | abaire |
2021-02-24 | Merge pull request #45914 from HenryWConklin/45841-xml-entities | Rémi Verschelde |
2021-02-24 | Merge pull request #46341 from angad-k/PathFollow3D-unit-test | Rémi Verschelde |
2021-02-23 | add PathFollow3D unit test | Angad Kambli |
2021-02-21 | Merge pull request #46277 from angad-k/PathFollow2D-unit-test | Rémi Verschelde |
2021-02-21 | set up PathFollow2D unit test | Angad Kambli |
2021-02-20 | Add a test suite for Resource | Hugo Locurcio |
2021-02-19 | Add a test suite for Array | Sarav Noor Singh |
2021-02-18 | Merge pull request #45032 from neikeq/classdb-tests-for-44856 | Rémi Verschelde |
2021-02-16 | Use Vector3.UP as a default value for look_at's up vector | Aaron Franke |
2021-02-14 | Add support for numeric XML entities to XMLParser | Henry Conklin |
2021-02-11 | Add Unit Tests for Variant Assignment | sps1112 |
2021-02-10 | Make Servers truly Thread Safe | reduz |
2021-02-06 | Add a test suite for the Image class | Manolis Papadeas |
2021-01-31 | Merge pull request #45315 from RandomShaper/modernize_thread | Rémi Verschelde |
2021-01-29 | Merge pull request #45519 from aaronfranke/physics-real_t | Rémi Verschelde |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-29 | Merge pull request #45411 from a-ivanov/more-object-tests | Rémi Verschelde |
2021-01-28 | Use real_t in physics code | Aaron Franke |
2021-01-29 | Unit tests for Object creation and property getter/setter | Anton Ivanov |
2021-01-28 | Unify URI encoding/decoding and add to C# | Aaron Franke |
2021-01-28 | Make hex_to_int and bin_to_int handle the prefix automatically | Aaron Franke |
2021-01-26 | Renamed String.ord_at to unicode_at | Yuri Roubinsky |
2021-01-24 | Merge pull request #44797 from a-ivanov/marshall-core-unit-tests | Rémi Verschelde |
2021-01-24 | Unit tests for encoding/decoding Variant | Anton Ivanov |
2021-01-24 | Unit tests for encoding/decoding of base types | Anton Ivanov |
2021-01-12 | Merge pull request #44514 from madmiraal/split-os-execute | Rémi Verschelde |
2021-01-11 | Add function `LocalVector::remove_unordered` | AndreaCatania |
2021-01-09 | Split OS::execute into two methods | Marcel Admiraal |
2021-01-09 | Add ClassDB tests to look for core API deps on editor API | Ignacio Etcheverry |