mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
-Modules can now add custom version info (added it for Mono)
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet)
This commit is contained in:
parent
93a3d1714e
commit
79f81b77e2
8 changed files with 268 additions and 11 deletions
|
|
@ -579,6 +579,7 @@ HTTPRequest::HTTPRequest() {
|
|||
client.instance();
|
||||
use_threads = false;
|
||||
thread_done = false;
|
||||
downloaded = 0;
|
||||
body_size_limit = -1;
|
||||
file = NULL;
|
||||
status = HTTPClient::STATUS_DISCONNECTED;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue