summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-06Merge pull request #47257 from timothyqiu/http-client-proxyRémi Verschelde
2021-11-26Fix console colors on WindowsYuri Roubinsky
2021-11-24Project feature warning systemAaron Franke
2021-11-24Adds proxy support for HTTPClientHaoyu Qiu
2021-11-23Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()kleonc
2021-11-23Add Image::fill_rect methodkleonc
2021-11-21Fix crash when executing PackedDataContainer._iter_initHaoyu Qiu
2021-11-17Fix divide by zero in pck_packerPaulb23
2021-11-14Add path to functions that return iporter optionsreduz
2021-11-11String: Remove `erase` method, bindings can't mutate StringRémi Verschelde
2021-11-04Add is_built_in() method to Resourcekobewi
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-25Fixed implicit conversion of uint32_t to uint8_t in `image`Anton Christoffersson
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-19Merge pull request #52940 from groud/toast_notificationRémi Verschelde
2021-10-14Add a name to TileSet sourcesGilles Roudière
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-10-12Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke
2021-10-05Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-29Use functions defined in the their classes.Anilforextra
2021-09-28Merge pull request #52481 from Faless/net/4.x_native_peersFabio Alessandrelli
2021-09-27Parse UTF-8 when getting path from resource UIDHaoyu Qiu
2021-09-24[Net] StreamPeer GDExtension.Fabio Alessandrelli
2021-09-24[Net] Enable PacketPeer native extensions.Fabio Alessandrelli
2021-09-15Provide a getter for the project data directory.ne0fhyk
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-09-02Fix _send_default_spawn_default function sending zero lengthSaracenOne
2021-08-30Merge pull request #52240 from Rubonnek/rename-rel-pathJuan Linietsky
2021-08-30Try other resolved IPs if one fails to connectHaoyu Qiu
2021-08-29Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez
2021-08-30[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli
2021-08-30Merge pull request #51788 from Faless/mp/4.x_replicator_syncFabio Alessandrelli
2021-08-28Quote and escape ConfigFile keys when necessaryHaoyu Qiu
2021-08-26Data structure optimizations as per review.Fabio Alessandrelli
2021-08-24Implement error return documetationreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-18[Net] Add state sync to replicator.Fabio Alessandrelli
2021-08-18[Net] MultiplayerReplicator with initial state.Fabio Alessandrelli
2021-08-12Resource: Remove unused `_use_builtin_script()` virtual methodRémi Verschelde
2021-08-09[Net] Basic extensible MultiplayerAPI spawn/despawn.Fabio Alessandrelli
2021-08-06OS: Fix used resource debug printsRémi Verschelde
2021-08-06Merge pull request #51234 from akien-mga/tests-file-get_csv_lineRémi Verschelde
2021-08-04Tests: Improve coverage for `File::get_csv_line()`Rémi Verschelde
2021-08-04Merge pull request #51005 from Faless/mp/4.x_channelsRémi Verschelde
2021-08-03Merge pull request #51199 from Faless/net/4.x_ip_lockRémi Verschelde
2021-08-02Merge pull request #51042 from nikitalita/fix_binary_res_load_saveK. S. Ernest (iFire) Lee
2021-08-03[Net] Fix IP address resolution incorrectly locking the main thread.Fabio Alessandrelli
2021-08-02[Marshalls] Fix Float64Array and Int64Array serialization.Fabio Alessandrelli