aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #15844 from letheed/better-error-msgRémi Verschelde2018-01-241-1/+1
|\
| * Make cyclic resource inclusion error message more helpfulletheed2018-01-181-1/+1
* | fixed crash with StringBuilderkarroffel2018-01-201-0/+3
* | improves portability with some compilersAriel Manzur2018-01-181-1/+1
* | Fix typos in code and docs with codespellRémi Verschelde2018-01-1810-16/+16
|/
* doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-13/+12
* Revert "Fix bad color to HTML conversion. Alpha channel was added before RGB."Rémi Verschelde2018-01-161-1/+1
* Filled tutorial field in most relevent classes.Juan Linietsky2018-01-151-0/+3
* Make sure PropertyHint matches in the VisualScript editor.K. S. Ernest (iFire) Lee2018-01-151-0/+1
* Fix String::itos/String::num_int64(INT64_MIN) output.bruvzg2018-01-131-4/+3
* get_target_fps and set_target_fps now both use an intPaul Joannon2018-01-122-2/+2
* fix set_stream_peer binding in PacketPeerPaul Joannon2018-01-121-1/+1
* Merge pull request #15611 from bojidar-bg/x-bind-more-propertiesRémi Verschelde2018-01-1211-4/+55
|\
| * Bind many more properties to scriptsBojidar Marinov2018-01-1211-4/+55
* | -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes #14...Juan Linietsky2018-01-122-60/+59
|/
* Merge pull request #15531 from AndreaCatania/p2Juan Linietsky2018-01-111-0/+1
|\
| * Fixed crash on duplicate GIProbe bakingAndreaCatania2018-01-111-0/+1
* | Dont print error when loading resource from cacheRuslan Mustakov2018-01-111-1/+2
* | Fix bad color to HTML conversion. Alpha channel was added befor RGB.robfram2018-01-091-1/+1
* | Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-095-43/+51
|/
* obsolete UndoRedo max_steps; no users identifiedTodd Ross2018-01-082-24/+0
* Merge pull request #15337 from touilleMan/fix-classdb_get_method_list-without...Rémi Verschelde2018-01-081-0/+6
|\
| * Fix _ClassDB::get_method_list to returns only what's available when introspec...Emmanuel Leblond2018-01-041-0/+6
* | Merge pull request #15437 from GodotExplorer/pr-fix-15424Rémi Verschelde2018-01-071-0/+6
|\ \
| * | Add null checking for paramaters in Undoredogeequlim2018-01-071-0/+6
* | | Merge pull request #15382 from mrcdk/poolarrays_neq_fixRémi Verschelde2018-01-071-4/+4
|\ \ \
| * | | Fix NEQ operation between 2 different ArraysMrCdK2018-01-061-4/+4
* | | | Merge pull request #15297 from poke1024/runner-limit-errsRémi Verschelde2018-01-072-5/+42
|\ \ \ \ | |_|/ / |/| | |