summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch2021-03-167-7/+7
* Merge pull request #47076 from Faless/debugger/4.x_remote_peer_backoffRémi Verschelde2021-03-161-1/+6
|\
| * [Net] Make debugger peer less CPU intensive.Fabio Alessandrelli2021-03-161-1/+6
* | Fix bug causing `project.godot` to be ignored when `project.binary` is missingFredia Huya-Kouadio2021-03-161-2/+0
|/
* Merge pull request #46378 from reduz/static-method-in-variant-typesRémi Verschelde2021-03-165-1/+325
|\
| * Add static method support to core Variant typesreduz2021-03-165-1/+325
* | Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checksRémi Verschelde2021-03-147-3/+19
|\ \
| * | Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch2021-03-097-3/+19
* | | Fixes small typos and grammar correctionAnshul7sp12021-03-1226-44/+45
* | | [46188] fix: get unix from datetime when empty dictAitor Cereceto2021-03-121-0/+3
* | | Implement Navigation layersGilles Roudière2021-03-102-0/+4
* | | Merge pull request #45545 from abaire/relaxes_gltf_name_sanitizationRémi Verschelde2021-03-093-0/+18
|\ \ \
| * | | Relaxes Node naming constraints in glTF documents to match the Editor.abaire2021-02-243-0/+18
* | | | Move caller_id init to Thread constructor to fix UWP build.bruvzg2021-03-092-1/+6
| |/ / |/| |
* | | Merge pull request #46386 from KoBeWi/projekt_settingzRémi Verschelde2021-03-071-1/+1
|\ \ \
| * | | Allow to save override.cfg with ProjectSettingskobewi2021-03-071-1/+1
* | | | Improve thread IDs to avoid collisions with threads not created by the Godot ...bruvzg2021-03-072-12/+17
* | | | Fix negative VRAM valuesEv1lbl0w2021-03-051-1/+1
* | | | Add missing ERR_FAIL_INDEX check to Variant::constructAlex Hirsch2021-03-041-0/+1
* | | | RemoteDebugger: Fix possible division by zeroRémi Verschelde2021-03-041-0/+1
* | | | Fix crash on HTTPClient::poll methodPedro Rodrigues2021-03-031-0/+5
* | | | Merge pull request #46423 from kleonc/color_from_hsv_fixRémi Verschelde2021-03-011-50/+3
|\ \ \ \
| * | | | Make Color::from_hsv use Color::set_hsvkleonc2021-02-251-50/+3
* | | | | JSON parser: add UTF-16 surrogate pairs support.bruvzg2021-03-011-0/+46
* | | | | Logger: Cache 'flush_stdout_on_print' to improve performance, and works befor...Mateo Kuruk Miccino2021-02-282-2/+12
* | | | | ResourceLoader: Fix inverse 'if' on the cache modeMateo Kuruk Miccino2021-02-271-1/+1
* | | | | Fix thread_process_array when NO_THREADS.Fabio Alessandrelli2021-02-261-1/+1
* | | | | Merge pull request #45061 from razonixx/Add_warning_when_dir_is_inaccesibleRémi Verschelde2021-02-251-1/+1
|\ \ \ \ \
| * | | | | Add descriptive error message when trying to access a dir failsCarlos Cabello2021-02-251-1/+1
| |/ / / /
* | | | | Merge pull request #46424 from RandomShaper/fix_no_threadsRémi Verschelde2021-02-251-1/+1
|\ \ \ \ \
| * | | | | Fix SafeNumeric::conditional_increment() for NO_THREADSPedro J. Estébanez2021-02-251-1/+1
* | | | | | Merge pull request #38929 from touilleMan/exit-status-on-godot-errorRémi Verschelde2021-02-253-19/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...Emmanuel Leblond2021-02-254-25/+0
| * | | | | Fix Godot returned status code on unexpected errorEmmanuel Leblond2021-02-252-1/+9
* | | | | | Merge pull request #38844 from hbina/patch-5Rémi Verschelde2021-02-251-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Avoid copying vector in constructor of PathMD5Hanif Ariffin2020-05-181-1/+1
* | | | | | Improve the `OS.get_environment()`/`OS.set_environment()` documentationHugo Locurcio2021-02-251-3/+3
* | | | | | Merge pull request #46414 from RandomShaper/fix_thread_self_joinRémi Verschelde2021-02-251-0/+1
|\ \ \ \ \ \
| * | | | | | Prevent thread wait on itself for finishPedro J. Estébanez2021-02-251-0/+1
| | |/ / / / | |/| | | |
* / | | | | Expose set_environment to GDScriptBastiaan Olij2021-02-252-0/+6
|/ / / / /
* | | | | Merge pull request #46401 from kleonc/geometry2d_make_atlas_crash_fixRémi Verschelde2021-02-251-0/+4
|\ \ \ \ \
| * | | | | Geometry2D::make_atlas Fail is passed invalid rect sizekleonc2021-02-241-0/+4
* | | | | | Change CRASH_COND to ERR_FAIL in Cowdata::setRafał Mikrut2021-02-241-1/+1
|/ / / / /
* | | | | Merge pull request #46371 from EricEzaM/PR/fix-osx-inputmap-spammed-errorsRémi Verschelde2021-02-241-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixed 'nonexistent action' errors spammed at startup on OSXEric M2021-02-241-1/+1
* | | | | Input: Throw error if action doesn't existLiz Haas2021-02-241-0/+16
| |_|_|/ |/| | |
* | | | Merge pull request #46354 from reduz/importer-defaults-editorRémi Verschelde2021-02-242-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Added Import Defaults Editor in Project Settingsreduz2021-02-232-0/+7
* | | | Merge pull request #45914 from HenryWConklin/45841-xml-entitiesRémi Verschelde2021-02-243-82/+48
|\ \ \ \
| * | | | Add support for numeric XML entities to XMLParserHenry Conklin2021-02-143-82/+48
| | |_|/ | |/| |