Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-16 | Merge pull request #47076 from Faless/debugger/4.x_remote_peer_backoff | Rémi Verschelde | |
[Net] Make debugger peer less CPU intensive. | |||
2021-03-16 | [Net] Make debugger peer less CPU intensive. | Fabio Alessandrelli | |
Make sure that RemoteDebuggerPeer wait at least 100us between polls (effectively forcing a min tick of 100 microseconds). This greatly improve performances (the call to poll was useless since during low traffic, writes would always be available, and during high traffic, reads would always be available, effectively making it a busy-waiting loop). We could further improve this, by separating the two polls, and adjust the min tick based on load, but this is most likely more than enough already without sacrificing too much on high loads. | |||
2021-03-16 | Fix bug causing `project.godot` to be ignored when `project.binary` is missing | Fredia Huya-Kouadio | |
2021-03-16 | Merge pull request #46378 from reduz/static-method-in-variant-types | Rémi Verschelde | |
Add static method support to core Variant types | |||
2021-03-16 | Add static method support to core Variant types | reduz | |
* Properly exposed, including validated and variant call * Bound static functions in String and Color * Did not add support for scripting languages, will have to be added manually. | |||
2021-03-14 | Merge pull request #46810 from W4RH4WK/file-access-get-buffer-parameter-checks | Rémi Verschelde | |
Add parameter checks to FileAccess get_buffer functions | |||
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 | |
2021-03-12 | [46188] fix: get unix from datetime when empty dict | Aitor Cereceto | |
2021-03-10 | Implement Navigation layers | Gilles Roudière | |
2021-03-09 | Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization | Rémi Verschelde | |
Relaxes node name sanitization in gltf documents. | |||
2021-03-09 | Add parameter checkes to FileAccess get_buffer functions | Alex Hirsch | |
fix #46540 | |||
2021-03-09 | Move caller_id init to Thread constructor to fix UWP build. | bruvzg | |
2021-03-07 | Merge pull request #46386 from KoBeWi/projekt_settingz | Rémi Verschelde | |
Clarify ProjectSettings.save for exported projects | |||
2021-03-07 | Allow to save override.cfg with ProjectSettings | kobewi | |
2021-03-07 | Improve thread IDs to avoid collisions with threads not created by the Godot ↵ | bruvzg | |
API. | |||
2021-03-05 | Fix negative VRAM values | Ev1lbl0w | |
2021-03-04 | Add missing ERR_FAIL_INDEX check to Variant::construct | Alex Hirsch | |
Other functions in the same file validate parameters using the ERR_FAIL macros. This validation was missing for Variant::construct resulting in a crash when called with invalid data (p_type < 0). fix #46067 | |||
2021-03-04 | RemoteDebugger: Fix possible division by zero | Rémi Verschelde | |
2021-03-03 | Fix crash on HTTPClient::poll method | Pedro Rodrigues | |
The problem happened because `poll` assumed that when the SSL flag was true, the `connection` would be a subclass of StreamPeerSSL. However that invariant could be broken by calling HTTPClient::set_connection with a `connection` that is not a subclass of StreamPeerSSL. Fixes #46138 | |||
2021-03-01 | Merge pull request #46423 from kleonc/color_from_hsv_fix | Rémi Verschelde | |
Make Color::from_hsv use Color::set_hsv | |||
2021-03-01 | JSON parser: add UTF-16 surrogate pairs support. | bruvzg | |
2021-02-28 | Logger: Cache 'flush_stdout_on_print' to improve performance, and works ↵ | Mateo Kuruk Miccino | |
before ProjectSettings starts. ProjectSetting: Now 'application/run/flush_stdout_on_print' requires a restart of the Editor to take effect | |||
2021-02-27 | ResourceLoader: Fix inverse 'if' on the cache mode | Mateo Kuruk Miccino | |
2021-02-26 | Fix thread_process_array when NO_THREADS. | Fabio Alessandrelli | |
2021-02-25 | Merge pull request #45061 from razonixx/Add_warning_when_dir_is_inaccesible | Rémi Verschelde | |
Add descriptive error message when trying to access a dir fails | |||
2021-02-25 | Merge pull request #46424 from RandomShaper/fix_no_threads | Rémi Verschelde | |
Fix SafeNumeric::conditional_increment() for NO_THREADS | |||
2021-02-25 | Add descriptive error message when trying to access a dir fails | Carlos Cabello | |
2021-02-25 | Fix SafeNumeric::conditional_increment() for NO_THREADS | Pedro J. Estébanez | |
2021-02-25 | Merge pull request #38929 from touilleMan/exit-status-on-godot-error | Rémi Verschelde | |
Fix Godot returned status code on unexpected error | |||
2021-02-25 | Make Color::from_hsv use Color::set_hsv | kleonc | |
2021-02-25 | Remove GDScript bindings for OS.get/set_exit_code, ↵ | Emmanuel Leblond | |
SceneTree.quit(<exit_code>) should be used instead | |||
2021-02-25 | Fix Godot returned status code on unexpected error | Emmanuel Leblond | |
2021-02-25 | Merge pull request #38844 from hbina/patch-5 | Rémi Verschelde | |
Avoid copying vector in constructor of PathMD5 | |||
2021-02-25 | Improve the `OS.get_environment()`/`OS.set_environment()` documentation | Hugo Locurcio | |
2021-02-25 | Merge pull request #46414 from RandomShaper/fix_thread_self_join | Rémi Verschelde | |
Prevent thread wait on itself for finish | |||
2021-02-25 | Expose set_environment to GDScript | Bastiaan Olij | |
2021-02-25 | Prevent thread wait on itself for finish | Pedro J. Estébanez | |
2021-02-25 | Merge pull request #46401 from kleonc/geometry2d_make_atlas_crash_fix | Rémi Verschelde | |
Geometry2D::make_atlas Fail is passed invalid rect size | |||
2021-02-24 | Geometry2D::make_atlas Fail is passed invalid rect size | kleonc | |
2021-02-24 | Change CRASH_COND to ERR_FAIL in Cowdata::set | Rafał Mikrut | |
2021-02-24 | Relaxes Node naming constraints in glTF documents to match the Editor. | abaire | |
2021-02-24 | Merge pull request #46371 from EricEzaM/PR/fix-osx-inputmap-spammed-errors | Rémi Verschelde | |
Fixed 'nonexistent action' errors spammed at startup on OSX | |||
2021-02-24 | Fixed 'nonexistent action' errors spammed at startup on OSX | Eric M | |
2021-02-24 | Input: Throw error if action doesn't exist | Liz Haas | |
Thow errors if requesting an unexisting InputMap action. Makes `Input.is_action_*` methods consistents with `Event.is_action_*` which already throw errors. fixes #33303 | |||
2021-02-24 | Merge pull request #46354 from reduz/importer-defaults-editor | Rémi Verschelde | |
Added Import Defaults Editor in Project Settings | |||
2021-02-24 | Merge pull request #45914 from HenryWConklin/45841-xml-entities | Rémi Verschelde | |
Add support for numeric XML entities to XMLParser | |||
2021-02-24 | Merge pull request #46195 from AndyBarcia/FixLanguageCodesIncosistencies | Rémi Verschelde | |
Fix some inconsistent ISO-639 language codes | |||
2021-02-23 | Added Import Defaults Editor in Project Settings | reduz | |
-Change importer defaults in project settings. -Ability to change them or reset them. | |||
2021-02-23 | Bind ClockDirection enum | George Marques | |
It's the only enum in math_defs.h not bound, and it's used by Plane. | |||
2021-02-23 | Merge pull request #46316 from akien-mga/input-ui_redo-swap-order | Rémi Verschelde | |
Input: Swap events for ui_redo to favor Shift+Ctrl+Z over Ctrl+Y |