Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-20 | Merge pull request #22201 from DualMatrix/error_spam_2_electric_boogaloo | Rémi Verschelde | |
Fixed error spam in remote debugger | |||
2018-09-19 | Fix: Strip integer part in "decimals" | Aaron Franke | |
Note: Core only. | |||
2018-09-19 | Fixed error spam in remote debugger | DualMatrix | |
Fixed error spam in remote debugger. | |||
2018-09-18 | Color: Fix rounding error converting from float to 8-bit | Rémi Verschelde | |
Fixes #16736. | |||
2018-09-16 | Merge pull request #22066 from Faless/bundle_certs | Rémi Verschelde | |
Bundle SSL certs with the templates | |||
2018-09-15 | Fix HTTPClient _get_http_data bug after #21976. | Fabio Alessandrelli | |
2018-09-15 | Allow system certs file to be used by Editor. | Fabio Alessandrelli | |
Note, it will only used by the Editor, not when running the game. This allows package maintainer to compile Godot to use system installed certificates when accessing the AssetLib. | |||
2018-09-15 | Bundle SSL certs with the templates. | Fabio Alessandrelli | |
If this is undesired it can be avoided by specifying builtin_certs=no . Bundled SSL certs will be used unless you specify an override in: Project Settings -> SSL -> Certificates . | |||
2018-09-15 | doc: Sync classref with current source | Rémi Verschelde | |
2018-09-15 | Clearly deprecate sync too in favor of remotesync. | Fabio Alessandrelli | |
NOTE: This changes the RPC_MODE_* enum values. Games should be re-exported. GDNative rebuilt. | |||
2018-09-15 | Rename slave keyword to puppet | Fabio Alessandrelli | |
The slave keyword will still be available as deprecated in 3.1 but will be dropped from future releases. | |||
2018-09-14 | Merge pull request #21954 from isaacremnant/fix_inputs | Rémi Verschelde | |
Fix is_action_pressed for InputEventActions | |||
2018-09-13 | Fix FileAccessCompressed::get_8 returning 0 for the last byte of a file | elasota | |
2018-09-13 | Merge pull request #21976 from Faless/http_client_eof_fix | Rémi Verschelde | |
Fix non chunked HTTP reading till eof. | |||
2018-09-13 | Merge pull request #22020 from Faless/tcp_fix | Rémi Verschelde | |
Fix TCP connecting state not set correctly | |||
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde | |
Misc. typos | |||
2018-09-13 | Fix TCP connecting state not set correctly | Fabio Alessandrelli | |
2018-09-12 | Misc. typos | luz.paz | |
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"` | |||
2018-09-13 | Less verbose ScriptDebugger, message on connect. | Fabio Alessandrelli | |
Short diff, long explaination: This will hopefully clarify whether or not issues are about the dubgger like the case of the never ending thread about MacOS "Remote debugger fails", which started as a real issue, and ended up being referenced for every strange OSX issue where the window was not visible or the engine crashed without appearing on screen. | |||
2018-09-12 | Unify StreamPeerTCP/TCP_Server with NetSocket API | Fabio Alessandrelli | |
2018-09-12 | Unify PacketPeerUDP using NetSocket | Fabio Alessandrelli | |
2018-09-12 | New NetSocket interface, BSD/Win implementation | Fabio Alessandrelli | |
Unified BSD and Winsock sockets into a single implementation of a generic NetSocket interface. This is some ground work for few network improvements: - Reuse as much code as possible between Posix and Windows. - Provide a single point of implementation for exotic sdks (consoles). - Provide platform agnostic StreamPeerTCP and PacketPeerUDP in core. - Implement connect for UDP allowing for DTLS implementation. | |||
2018-09-12 | Fix non chunked HTTP reading till eof. | Fabio Alessandrelli | |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
2018-09-10 | Fix is_action_pressed for InputEventAction. | isaacremnant | |
2018-09-08 | Fixed error spam when inspecting remote tree | DualMatrix | |
Fixed error spam when inspecting remote tree, fixes #20365 | |||
2018-09-06 | Print an error if you try to instantiate an editor class outside the editor, ↵ | Juan Linietsky | |
fixes #17624 | |||
2018-09-03 | Added multi-monitor support for center_window() | Jared | |
2018-09-02 | Change ResourceLoader::load to make it more thread safe. | Juan Linietsky | |
2018-09-01 | Change some instances of args named "ev" to "event" | Michael Alexsander Silva Dias | |
2018-09-01 | Fixed duplicating AnimationPlayers leaving empty tracks. | DualMatrix | |
Fixed duplicating AnimationPlayers leaving empty tracks. I don't think duplicating arrays worked before. There was even this weird //does not make a long of sense but should work comment at the changed line. Fixes #21616 | |||
2018-08-29 | Add missing copyright headers | Rémi Verschelde | |
2018-08-28 | Fix DNS resolution when cache is invalid. | Fabio Alessandrelli | |
Fix StreamPeerTCP.connect_to_host return value. | |||
2018-08-27 | Removed fallback system and merged bptc into s3tc | Juan Linietsky | |
2018-08-27 | Merge pull request #21420 from elasota/fix-last-mipmap | Rémi Verschelde | |
Fix uninitialized mipmap levels | |||
2018-08-27 | Revert "Try closing gracefully before terminating process" | Rémi Verschelde | |
2018-08-27 | Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quat | Ignacio Etcheverry | |
[Mono] Quat - add some missing constructors and methods | |||
2018-08-25 | Fix mipmap levels not being initialized | elasota | |
2018-08-25 | Merge pull request #16927 from neikeq/rework-refcount-notify | Juan Linietsky | |
Notify instance binding data api of refcount increment/decrement | |||
2018-08-24 | Merge pull request #20712 from marcelofg55/midi_open_close | Juan Linietsky | |
Add OS::open_midi_inputs and OS::close_midi_inputs | |||
2018-08-24 | Fix bug leading to crashes in CSG due to bug in OAHashMap, closes #20403 | Juan Linietsky | |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde | |
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde | |
Equivalent of the cumbersome: if (OS::get_singleton()->is_stdout_verbose()) print_line(msg); | |||
2018-08-24 | mono: Quat - add some missing constructors and methods | Kelly Thomas | |
2018-08-23 | Added max() and min() functions to array to return greater or lesser element ↵ | Juan Linietsky | |
(or null if data is not of compatible type or empty array). Closes #15697 | |||
2018-08-23 | Switched AnimatedTexture to a readers-writers lock, solves a race condition ↵ | Juan Linietsky | |
and fixes #20221 | |||
2018-08-23 | Merge pull request #21305 from Mr-Slurpy/expression-fix | Rémi Verschelde | |
Fixed bugs in expression class | |||
2018-08-23 | Merge pull request #21240 from aaronfranke/mono-project-vector | Rémi Verschelde | |
[Mono] Vector2/3 Project methods | |||
2018-08-23 | Merge pull request #21167 from elasota/squish-quality-config | Rémi Verschelde | |
Support higher-quality S3TC compression modes | |||
2018-08-23 | Fixed bugs in expression class | Daniel Eliasinski | |