Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -1/+2 |
| | | | | | | 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. | ||||
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | Fix javascript build error and improve #14604 | Fabio Alessandrelli | 2017-12-15 | 1 | -3/+3 |
| | |||||
* | HTTP cleanup & better defaults | mhilbrunner | 2017-12-14 | 1 | -15/+20 |
| | |||||
* | Implement HTTPClient in HTML5 platform | Leon Krause | 2017-11-13 | 1 | -0/+282 |
Limitations: - Subject to same-origin policy - No persistent connection (but simulated for compatibility) - No blocking mode - No StreamPeer access - No chunked responses - Cannot disable host verification |