summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2021-03-16[Net] Make debugger peer less CPU intensive.Fabio Alessandrelli
2021-03-16Fix bug causing `project.godot` to be ignored when `project.binary` is missingFredia Huya-Kouadio
2021-03-16Merge pull request #46378 from reduz/static-method-in-variant-typesRémi Verschelde
2021-03-16Add static method support to core Variant typesreduz
2021-03-14Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checksRémi Verschelde
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-12[46188] fix: get unix from datetime when empty dictAitor Cereceto
2021-03-10Implement Navigation layersGilles Roudière
2021-03-09Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde
2021-03-09Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch
2021-03-09Move caller_id init to Thread constructor to fix UWP build.bruvzg
2021-03-07Merge pull request #46386 from KoBeWi/projekt_settingzRémi Verschelde
2021-03-07Allow to save override.cfg with ProjectSettingskobewi
2021-03-07Improve thread IDs to avoid collisions with threads not created by the Godot ...bruvzg
2021-03-05Fix negative VRAM valuesEv1lbl0w
2021-03-04Add missing ERR_FAIL_INDEX check to Variant::constructAlex Hirsch
2021-03-04RemoteDebugger: Fix possible division by zeroRémi Verschelde
2021-03-03Fix crash on HTTPClient::poll methodPedro Rodrigues
2021-03-01Merge pull request #46423 from kleonc/color_from_hsv_fixRémi Verschelde
2021-03-01JSON parser: add UTF-16 surrogate pairs support.bruvzg
2021-02-28Logger: Cache 'flush_stdout_on_print' to improve performance, and works befor...Mateo Kuruk Miccino
2021-02-27ResourceLoader: Fix inverse 'if' on the cache modeMateo Kuruk Miccino
2021-02-26Fix thread_process_array when NO_THREADS.Fabio Alessandrelli
2021-02-25Merge pull request #45061 from razonixx/Add_warning_when_dir_is_inaccesibleRémi Verschelde
2021-02-25Merge pull request #46424 from RandomShaper/fix_no_threadsRémi Verschelde
2021-02-25Add descriptive error message when trying to access a dir failsCarlos Cabello
2021-02-25Fix SafeNumeric::conditional_increment() for NO_THREADSPedro J. Estébanez
2021-02-25Merge pull request #38929 from touilleMan/exit-status-on-godot-errorRémi Verschelde
2021-02-25Make Color::from_hsv use Color::set_hsvkleonc
2021-02-25Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...Emmanuel Leblond
2021-02-25Fix Godot returned status code on unexpected errorEmmanuel Leblond
2021-02-25Merge pull request #38844 from hbina/patch-5Rémi Verschelde
2021-02-25Improve the `OS.get_environment()`/`OS.set_environment()` documentationHugo Locurcio
2021-02-25Merge pull request #46414 from RandomShaper/fix_thread_self_joinRémi Verschelde
2021-02-25Expose set_environment to GDScriptBastiaan Olij
2021-02-25Prevent thread wait on itself for finishPedro J. Estébanez
2021-02-25Merge pull request #46401 from kleonc/geometry2d_make_atlas_crash_fixRémi Verschelde
2021-02-24Geometry2D::make_atlas Fail is passed invalid rect sizekleonc
2021-02-24Change CRASH_COND to ERR_FAIL in Cowdata::setRafał Mikrut
2021-02-24Relaxes Node naming constraints in glTF documents to match the Editor.abaire
2021-02-24Merge pull request #46371 from EricEzaM/PR/fix-osx-inputmap-spammed-errorsRémi Verschelde
2021-02-24Fixed 'nonexistent action' errors spammed at startup on OSXEric M
2021-02-24Input: Throw error if action doesn't existLiz Haas
2021-02-24Merge pull request #46354 from reduz/importer-defaults-editorRémi Verschelde
2021-02-24Merge pull request #45914 from HenryWConklin/45841-xml-entitiesRémi Verschelde
2021-02-24Merge pull request #46195 from AndyBarcia/FixLanguageCodesIncosistenciesRémi Verschelde
2021-02-23Added Import Defaults Editor in Project Settingsreduz
2021-02-23Bind ClockDirection enumGeorge Marques
2021-02-23Merge pull request #46316 from akien-mga/input-ui_redo-swap-orderRémi Verschelde
2021-02-22Fix unchecked array access in build_*_planesDelf Neumärker