aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* add NoCache wrapper to CommandRhody Lugo2018-06-221-1/+1
* Mono: Allow loading `mscorlib` from resources.bruvzg2018-06-131-0/+3
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-06-051-1/+1
* Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev2018-06-014-0/+24
* fix API string pathPaul Joannon2018-05-133-5/+5
* fix for segfault when using CallBasic in visual script on release buildIbrahn Sahir2018-05-131-1/+1
* add condition check in Imgae::create(...)RaphaelHunter2018-05-131-0/+3
* Merge pull request #18082 from RandomShaper/improve-gui-touch-3.0Hein-Pieter van Braam2018-05-131-0/+1
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-0/+1
* | Merge pull request #18157 from RandomShaper/improve-uri-utils-3.0Hein-Pieter van Braam2018-05-132-5/+25
|\ \
| * | Fix buggy http-encodingPedro J. Estébanez2018-04-121-4/+4
| * | Enhance HTTPClient.query_string_from_dict()Pedro J. Estébanez2018-04-121-1/+21
| |/
* | PCKPacker:pck_start(): Update versionMax Hilbrunner2018-05-011-4/+4
* | Hand-merge API hash fixes #18514Hein-Pieter van Braam2018-04-291-1/+1
* | Improved error checking at EditorExportPlatformPC::export_projectMarcelo Fernandez2018-04-291-3/+4
* | Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez2018-04-293-0/+19
* | Fix names of Variant operatorsGeorge Marques2018-04-281-1/+2
* | Fix crash resulting from bad month check in core_bind.cppBojidar Marinov2018-04-281-7/+7
* | Resolves Inccorect Quaternion ConversionCrazy-P2018-04-281-1/+1
* | Fix listing files inside directory in pack filePedro J. Estébanez2018-04-281-1/+5
* | Fix non working action names containing whitespacesrobfram2018-04-281-1/+4
* | Mono: Avoid invalid class names.Andreas Haas2018-04-151-0/+1
* | iPhone X support and iOS-related fixesRuslan Mustakov2018-04-143-0/+18
* | Add new window setting: always on topPedro J. Estébanez2018-04-143-1/+17
|/
* Fix a potential bug hinted by clangBojidar Marinov2018-03-291-4/+4
* Fix for clang warning at distance_toMarcelo Fernandez2018-03-291-1/+1
* Fix garbage in string padding.Andrew Dunai2018-03-281-1/+1
* Fix wrong SSL handshakePedro J. Estébanez2018-03-281-1/+1
* Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-03-011-3/+3
* Allow degenerate triangles in polygon triangulation when necessary.Nicolas Silva2018-03-012-10/+37
* (Magnify|Pan)Gesture: implement as_textPoommetee Ketson2018-02-272-0/+12
* Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-262-0/+31
* Refactor version macros and fix related bugsRémi Verschelde2018-02-242-4/+27
* Clean up some bad words from code commentsArtem Varaksa2018-02-222-3/+1
* Fix loading project.binary from PCK fileRémi Verschelde2018-02-221-2/+6
* Improve error reporting of ProjectSettings::setup()Rémi Verschelde2018-02-222-27/+52
* Fix typos with codespellluz.paz2018-02-2212-18/+18
* Color:fix setting V switch S to old V valuePoommetee Ketson2018-02-221-1/+1
* Change function signature from float to double to match type get_doubleCloses...hungrymonkey2018-02-212-2/+2
* Revert "Fix wrong return type of xform functions"Hein-Pieter van Braam2018-02-211-4/+4
* Add locale renames for Hebrew and Indonesian on WindowsRémi Verschelde2018-02-191-1/+18
* Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-194-0/+26
* Fix polygon triangulation failure.Nicolas Silva2018-02-191-1/+1
* Added all missing VisualServer bindingsMarc Gilleron2018-02-193-1/+44
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-041-4/+4
* Display set_nodelay to GDScriptMarlon Henry Schweigert2018-02-043-2/+3
* Fix wrong return type of xform functionsPoommetee Ketson2018-01-301-4/+4
* Remote debugger send the real instance of WeakRef referenced toGeequlim2018-01-301-1/+7
* Use the appropriate Variant hash and compare functions for DictionariesHein-Pieter van Braam2018-01-271-13/+8
* - Improves portability in joystick buttons enumAriel Manzur2018-01-241-2/+2