-Made editor support SSL certs by default (embedded them)
-Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now.
This commit is contained in:
@@ -140,6 +140,9 @@ void BackgroundProgress::end_task(const String& p_task){
|
||||
|
||||
////////////////////////////////////////////////
|
||||
|
||||
|
||||
ProgressDialog *ProgressDialog::singleton=NULL;
|
||||
|
||||
void ProgressDialog::_notification(int p_what) {
|
||||
|
||||
switch(p_what) {
|
||||
@@ -237,4 +240,5 @@ ProgressDialog::ProgressDialog() {
|
||||
main->set_area_as_parent_rect();
|
||||
set_exclusive(true);
|
||||
last_progress_tick=0;
|
||||
singleton=this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user