Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-01 | Fix resizer icon visiblity on light theme in GraphNode | Chaosus89 | |
2019-08-30 | Mono: Force preemptive thread suspend mode as a temporary workaround | Ignacio Etcheverry | |
2019-08-29 | Merge pull request #31770 from neikeq/supercedes-31008 | Rémi Verschelde | |
Fix GodotTools.ProjectEditor HintPaths for referenced packages | |||
2019-08-29 | Fix GodotTools.ProjectEditor HintPaths for referenced packages | Ignacio Etcheverry | |
2019-08-29 | doc: Sync classref with current source | Rémi Verschelde | |
2019-08-29 | Updated description for "stepify" | Thomas Karcher | |
Mentioned the possibility to use stepify as a rounding function; +code examples | |||
2019-08-29 | Merge pull request #31741 from akien-mga/lsp-requires-websocket-jsonrpc | Rémi Verschelde | |
GDScript: Disable LSP if either jsonrpc or websocket are disabled | |||
2019-08-29 | Merge pull request #31738 from bojidar-bg/31056-class_name-extends | Rémi Verschelde | |
Remove check for class_name and extends order | |||
2019-08-28 | Merge pull request #31729 from aaronfranke/mono-color | Rémi Verschelde | |
[Mono] Various Color fixes and improvements | |||
2019-08-28 | Merge pull request #31728 from fire/improve-uvatlas | Rémi Verschelde | |
Tweak xatlas and import new version b4b5426 | |||
2019-08-28 | Merge pull request #31737 from bojidar-bg/31455-stack-underflow | Rémi Verschelde | |
Fix yield check in GDScriptFunction | |||
2019-08-28 | Merge pull request #31454 from lliberadzki/gridmap-navmesh-baking | Rémi Verschelde | |
Support baking gridmap navmesh. | |||
2019-08-28 | GDScript: Disable LSP if either jsonrpc or websocket are disabled | Rémi Verschelde | |
Follow-up to #29780. | |||
2019-08-28 | Merge pull request #29780 from GodotExplorer/gdscript-lsp | Rémi Verschelde | |
Add Language Server Protocol for GDScript | |||
2019-08-28 | Remove check for class_name and extends order | Bojidar Marinov | |
Closes #31056 | |||
2019-08-28 | Fix yield check in GDScriptFunction | Bojidar Marinov | |
Fixes #31455 | |||
2019-08-28 | Tweak xatlas and import new version b4b5426 | K. S. Ernest Lee | |
* Avoid xatlas crash * Enable alignment and disable bruteforce for speedups * Update xatlas to b4b5426 * Delete old patches | |||
2019-08-28 | Style: Fix copyright headers in new files | Rémi Verschelde | |
2019-08-28 | Merge pull request #31606 from toasteater/fix/nativescript-new-json-return-type | Rémi Verschelde | |
Fix the return type of NativeScript::new in API json | |||
2019-08-27 | Make 'break' and 'continue' be marked as safe | Michael Alexsander Silva Dias | |
2019-08-27 | [Mono] Various Color improvements | Aaron Franke | |
I also slid in a fix to C++ Vector3 > and >= | |||
2019-08-27 | Mono: Fix OSX build due to invalid function call | Rémi Verschelde | |
2019-08-26 | Merge pull request #31607 from Calinou/improve-gdscript-messages | Rémi Verschelde | |
Improve writing style in GDScript error/warning messages | |||
2019-08-26 | Make VarArg methods return types show up as Variant in API json | toasteater | |
VarArg methods have the return type Object in the API json for GDNative. This can cause undefined behavior in some language bindings due to lack of documentation on VarArg methods' behavior. This changes the MethodInfo of: - CSharpScript::_new - GDScript::_new - PluginScript::_new | |||
2019-08-26 | Merge pull request #31680 from neikeq/fix-android-gen-sources | Ignacio Roldán Etcheverry | |
Fix 'android_mono_config.gen.cpp' not compiled first time it's generated | |||
2019-08-26 | Fix 'android_mono_config.gen.cpp' not compiled first time it's generated | Ignacio Etcheverry | |
2019-08-26 | Merge pull request #31652 from Calinou/csharp-alpha-dialog-android | Rémi Verschelde | |
Mention Android support in the C# alpha dialog message | |||
2019-08-25 | Set C# 7 as LangVersion for GodotTools and Godot API projects | Ignacio Etcheverry | |
This will make it harder for someone to accidentally commit code that requires a newer version. | |||
2019-08-25 | Mention Android support in the C# alpha dialog message | Hugo Locurcio | |
2019-08-25 | default is only supported by 7.1, reverted to support 7.0 out of the box (no ↵ | lamonte | |
conflict) | |||
2019-08-23 | Improve writing style in GDScript error/warning messages | Hugo Locurcio | |
This uses double quotes everywhere for consistency. | |||
2019-08-23 | Merge pull request #31094 from aaronfranke/vector-sign-mod-etc | Rémi Verschelde | |
Add Vector2/3 sign and posmod functions, axis, docs, misc additions | |||
2019-08-22 | Merge pull request #31566 from Faless/ssl/fix_custom_cert | Rémi Verschelde | |
Fix StreamPeerSSL connect_to_stream w/ custom cert. | |||
2019-08-22 | Better error handling in SSLContext, Crypto | Fabio Alessandrelli | |
2019-08-22 | Fix StreamPeerSSL connect_to_stream w/ custom cert | Fabio Alessandrelli | |
Follow up on #29871. Was checking the wrong parameter, causing the code to ignore provided stream-specific SSL certificate. | |||
2019-08-22 | Make sure '.mono/metadata/' exists before creating file | Ignacio Etcheverry | |
Fixes #31549 | |||
2019-08-22 | Fix regression in StreamPeerSSL | Fabio Alessandrelli | |
Validate that base stream is valid before accepting/connecting. Also remove unnecessary includes. | |||
2019-08-21 | Merge pull request #30851 from TheDevelo/webrtc-buffer | Rémi Verschelde | |
Allow setting buffer size of WebRTCDataChannel | |||
2019-08-21 | Allow setting buffer size of WebRTCDataChannel | Robert Fuchs | |
2019-08-21 | Merge pull request #29871 from Faless/crypto/initial_pr | Rémi Verschelde | |
More Crypto, SSL server, crt/key as Resource, HashingContext | |||
2019-08-21 | Rewrite StreamPeerSSL with SSLContext helper class | Fabio Alessandrelli | |
connect_to_stream now accepts optional parameter to specify which certificates to trust. Implement accept_stream (SSL server) with key/cert parameters to specify the RSA key and X509 certificate resources. | |||
2019-08-21 | New CryptoMbedTLS Crypto implementation. | Fabio Alessandrelli | |
Allows random bytes, RSA keys, and X509 certificates generation. | |||
2019-08-20 | Merge pull request #31395 from ptrojahn/floatsarenasty | Rémi Verschelde | |
Replace is_zero_approx(A.distance_to(B)) with A==B | |||
2019-08-20 | Merge pull request #31483 from Faless/ws/fix_double_relay | Rémi Verschelde | |
Fix WebSocketServer relaying message twice. | |||
2019-08-19 | Fix WebSocketServer relaying message 2 times. | Fabio Alessandrelli | |
The WebSocketMultiplayerPeer was relaying the same message two times, both in _server_relay and _process_multiplayer (which was only supposed to store the packet, given the server was one of the destination). _process_multiplayer now only store the packet, and calls _server_relay which will relay the message to other clients if needed. | |||
2019-08-19 | Replace is_zero_approx(A.distance_to(B)) with A==B | Paul Trojahn | |
Related to #22988 (Fixes the holes in the shape of the first comment) | |||
2019-08-19 | WebSocketServer now sanitize destination peers. | Fabio Alessandrelli | |
When relaying messages in multiplayer mode. Could cause a crash in case a malicious client sends a bogus packet and for those cases where a peer has just disconnected and a message arrive from another peer with the disconnected one as destination. | |||
2019-08-19 | Move CryptoCore to it's own folder. | Fabio Alessandrelli | |
Crypto classes will be placed in core/crypto. | |||
2019-08-18 | Baking gridmap navmesh. | lukasz.liberadzki | |
2019-08-17 | Add Vector2/3 sign and posmod functions, misc additions | Aaron Franke | |
Also make the docs more consistent, add Axis enum to Vector2, add > and >=. and C# also gets % and an override for vector-vector mod. |