Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-30 | Don't add a period to a log file name if it has no extension. | Michael Alexsander Silva Dias | |
2018-05-29 | New sync RPC modes to match all combinations | Fabio Alessandrelli | |
2018-05-29 | Refactor RPCMode enum and checks | Fabio Alessandrelli | |
2018-05-29 | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | |
2018-05-29 | Merge pull request #19021 from Faless/rpc_sync_fix | Max Hilbrunner | |
RPCMode refactor, more sync modes | |||
2018-05-28 | Fix for not picking up locale of some .po translation files | Fabian | |
2018-05-26 | Merge pull request #18279 from RandomShaper/allow-naive-http | Max Hilbrunner | |
Allow body-up-to-EOF HTTP responses | |||
2018-05-26 | New sync RPC modes to match all combinations | Fabio Alessandrelli | |
2018-05-26 | Refactor RPCMode enum and checks | Fabio Alessandrelli | |
2018-05-22 | Allow body-up-to-EOF HTTP responses | Pedro J. Estébanez | |
Implements the same heuristic as Curl (and web browsers): if no `Content-Length`, no `Connection: keep-alive` and no chunked transfer encoding, assume th rest of the data until EOF is the body, gracefully setting the HTTP client back to the disconnected state. Theoretically, this is not compliant with HTTP 1.1, by which `keep-alive` is the default, but in practice, an explicit header is sent by servers. | |||
2018-05-16 | Add missing copyright headers | Guilherme Felipe | |
2018-05-12 | Allow sending raw bytes through MultiplayerAPI | Fabio Alessandrelli | |
2018-05-09 | Merge pull request #18709 from Faless/multiplayer_docs | Max Hilbrunner | |
Rename multiplayer_api to multiplayer, add docs | |||
2018-05-08 | Merge pull request #15305 from poke1024/checks-peer | Juan Linietsky | |
Checks on input_buffer in PacketPeerStream | |||
2018-05-08 | Internal methods in MultiplayerAPI start with _ | Fabio Alessandrelli | |
2018-05-07 | Merge pull request #16033 from poke1024/marshalls-dict | Juan Linietsky | |
Detects crash-related marshalling errors due to NAN values | |||
2018-05-02 | Merge pull request #18520 from paulloz/gdscript-api-string-path | Rémi Verschelde | |
fix API string path | |||
2018-04-30 | fix API string path | Paul Joannon | |
2018-04-19 | PCKPacker:pck_start(): Update version | Max Hilbrunner | |
2018-04-12 | Revert "Unify http- and percent- encode/decode" | Pedro J. Estébanez | |
This reverts commit b76ee30917c63211ac9e94a21bebbddf518d169f. | |||
2018-04-08 | Merge pull request #17227 from Faless/multiplayer_api | Juan Linietsky | |
[RFC] MultiplayerAPI refactor | |||
2018-04-07 | Merge pull request #17583 from RandomShaper/enhance-uri-utils | Juan Linietsky | |
Enhance uri utils | |||
2018-04-07 | Merge pull request #17636 from rainerdeyke/fix_issue_17585 | Juan Linietsky | |
Fixes moving files causes scene corruption | |||
2018-04-03 | Generalize SSL cert reading from file | Fabio Alessandrelli | |
2018-03-27 | Enhance HTTPClient.query_string_from_dict() | Pedro J. Estébanez | |
2018-03-27 | Unify http- and percent- encode/decode | Pedro J. Estébanez | |
There was a percent-prefixed version, which was exposed, and a http-prefixed version which was not (only to GDNative). This commit keeps the percent-prefixed versions, but with the http-prefixed implementations. | |||
2018-03-24 | Fixes scene corruption when updating dependencies. | Rainer Deyke | |
This commit fixes issue #17585: renaming/moving resources can corrupt scene files. The corruption was caused by 'ResourceFormatLoaderBinary::rename_dependencies' updating the file format version field of the affected scene file to the latest version without actually updating the content of the file to that version, resulting in a file whose content does not match its file format version field. The fix preserves the file format version field and the engine version fields when renaming dependencies. | |||
2018-03-18 | Fix listing files inside directory in pack file | Pedro J. Estébanez | |
When adding a directory path to the inventory of the pack, an empty file name was being added to the file list. That made `Directory.get_ntext()` signal end-of-list too early so that files in a subdirectory were missed. Fixes #15801. Helps with #16798. | |||
2018-03-15 | Merge pull request #17237 from RandomShaper/fix-ssl-handshake | Fabio Alessandrelli | |
Fix HTTPClient SNI support when verify is off | |||
2018-03-04 | Fix garbage in string padding. | Andrew Dunai | |
2018-03-04 | Fix wrong SSL handshake | Pedro J. Estébanez | |
The name of the remote host is passed to mbed TLS in all cases so the client hello message is correctly formed. | |||
2018-03-03 | Add new MultiplayerAPI class | Fabio Alessandrelli | |
Handles all the high level networking stuff | |||
2018-02-21 | Fix typos with codespell | luz.paz | |
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ``` | |||
2018-02-17 | Clean up some bad words from code comments | Artem Varaksa | |
2018-02-14 | Merge pull request #16169 from hungrymonkey/issue_16160 | Rémi Verschelde | |
Change function signature from float to double to match type get_doub… | |||
2018-02-14 | Add mbedtls module | Fabio Alessandrelli | |
2018-01-30 | Display set_nodelay to GDScript | Marlon Henry Schweigert | |
Pass enabled arg Rename set_nodelay to set_no_delay Add description to the method Change description | |||
2018-01-29 | Change function signature from float to double to match type ↵ | hungrymonkey | |
get_doubleCloses #16160 | |||
2018-01-24 | Detects crash-related marshalling errors due to NAN values | Bernhard Liebl | |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde | |
Using v1.11.0 from https://github.com/lucasdemarchi/codespell | |||
2018-01-17 | doc: Replace some more "val" with "value" + sync | Rémi Verschelde | |
2018-01-12 | fix set_stream_peer binding in PacketPeer | Paul Joannon | |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov | |
Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added | |||
2018-01-11 | Dont print error when loading resource from cache | Ruslan Mustakov | |
2018-01-06 | Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828 | Juan Linietsky | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-03 | Checks on input_buffer in PacketPeerStream | Bernhard Liebl | |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-12-18 | Use a different strategy for path remaps, try loading from a remap file instead. | Juan Linietsky | |
This ensures multiple PCK exports still work. | |||
2017-12-15 | Remove "const" from PacketPeer get_packet/get_var | Fabio Alessandrelli | |
They are NOT constant methods, as state by the comment message, they fetch the last packet and then forget about it, actively changing the state of the object. |