Age | Commit message (Expand) | Author |
2021-12-24 | Rename Variant Packed*Array constants for consistency | Hugo Locurcio |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-06 | Merge pull request #47257 from timothyqiu/http-client-proxy | Rémi Verschelde |
2021-11-26 | Fix `Image.blit_rect/blend_rect()` for negative `p_dest` point | kleonc |
2021-11-26 | Fix console colors on Windows | Yuri Roubinsky |
2021-11-24 | Project feature warning system | Aaron Franke |
2021-11-24 | Adds proxy support for HTTPClient | Haoyu Qiu |
2021-11-23 | Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb() | kleonc |
2021-11-23 | Add Image::fill_rect method | kleonc |
2021-11-21 | Fix crash when executing PackedDataContainer._iter_init | Haoyu Qiu |
2021-11-17 | Fix divide by zero in pck_packer | Paulb23 |
2021-11-14 | Add path to functions that return iporter options | reduz |
2021-11-11 | String: Remove `erase` method, bindings can't mutate String | Rémi Verschelde |
2021-11-04 | Add is_built_in() method to Resource | kobewi |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-25 | Fixed implicit conversion of uint32_t to uint8_t in `image` | Anton Christoffersson |
2021-10-21 | Remove unimplemented methods | Marcel Admiraal |
2021-10-19 | Merge pull request #52940 from groud/toast_notification | Rémi Verschelde |
2021-10-14 | Add a name to TileSet sources | Gilles Roudière |
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière |
2021-10-12 | Fix some LGTM errors of "Multiplication result converted to larger type" | Aaron Franke |
2021-10-05 | Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master | Rémi Verschelde |
2021-10-05 | [File] Fix FileAccessCompressed::get_buffer return value. | Fabio Alessandrelli |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-29 | Use functions defined in the their classes. | Anilforextra |
2021-09-28 | Merge pull request #52481 from Faless/net/4.x_native_peers | Fabio Alessandrelli |
2021-09-27 | Parse UTF-8 when getting path from resource UID | Haoyu Qiu |
2021-09-24 | [Net] StreamPeer GDExtension. | Fabio Alessandrelli |
2021-09-24 | [Net] Enable PacketPeer native extensions. | Fabio Alessandrelli |
2021-09-15 | Provide a getter for the project data directory. | ne0fhyk |
2021-09-07 | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli |
2021-09-02 | Fix _send_default_spawn_default function sending zero length | SaracenOne |
2021-08-30 | Merge pull request #52240 from Rubonnek/rename-rel-path | Juan Linietsky |
2021-08-30 | Try other resolved IPs if one fails to connect | Haoyu Qiu |
2021-08-29 | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez |
2021-08-30 | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master". | Fabio Alessandrelli |
2021-08-30 | Merge pull request #51788 from Faless/mp/4.x_replicator_sync | Fabio Alessandrelli |
2021-08-28 | Quote and escape ConfigFile keys when necessary | Haoyu Qiu |
2021-08-26 | Data structure optimizations as per review. | Fabio Alessandrelli |
2021-08-24 | Implement error return documetation | reduz |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-18 | [Net] Add state sync to replicator. | Fabio Alessandrelli |
2021-08-18 | [Net] MultiplayerReplicator with initial state. | Fabio Alessandrelli |
2021-08-12 | Resource: Remove unused `_use_builtin_script()` virtual method | Rémi Verschelde |
2021-08-09 | [Net] Basic extensible MultiplayerAPI spawn/despawn. | Fabio Alessandrelli |
2021-08-06 | OS: Fix used resource debug prints | Rémi Verschelde |
2021-08-06 | Merge pull request #51234 from akien-mga/tests-file-get_csv_line | Rémi Verschelde |
2021-08-04 | Tests: Improve coverage for `File::get_csv_line()` | Rémi Verschelde |
2021-08-04 | Merge pull request #51005 from Faless/mp/4.x_channels | Rémi Verschelde |
2021-08-03 | Merge pull request #51199 from Faless/net/4.x_ip_lock | Rémi Verschelde |