| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix typo in http_client.h | J08nY | 2016-06-03 | 1 | -1/+1 |
| * | Removed invalid DEFVAL for HTTPClient::request_raw | Ignacio Etcheverry | 2016-06-01 | 1 | -1/+1 |
| * | Added translation support to Godot | Juan Linietsky | 2016-05-27 | 3 | -9/+22 |
| * | Changed import workflow | Juan Linietsky | 2016-05-27 | 1 | -0/+1 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-05-21 | 1 | -1/+1 |
| * | classref: Directory and ConfigFile | Rémi Verschelde | 2016-05-12 | 1 | -1/+1 |
| * | httpclient request withh raw_array body | Alexander Holland | 2016-05-04 | 2 | -2/+57 |
| * | fix - HTTPClient connection keep-alive duplicate Headers #4208 | Alexander Holland | 2016-04-27 | 1 | -0/+1 |
| * | Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION. | Hinsbart | 2016-04-23 | 1 | -2/+4 |
| * | Added getter method for the connection property in HTTPClient. (#4336) | Mounir Ybanez | 2016-04-18 | 2 | -0/+8 |
| * | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | 2016-03-12 | 2 | -0/+30 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 18 | -118/+118 |
| * | -Work on addon editor plugin (disabled by default) | Juan Linietsky | 2016-03-04 | 2 | -6/+2 |
| * | Fix missing dependency resolver in Windows | eska | 2016-02-21 | 1 | -0/+1 |
| * | adds original http headers to response_headers | Ariel Manzur | 2016-02-19 | 1 | -4/+4 |
| * | adds original http header to response_headers | Ariel Manzur | 2016-02-19 | 1 | -1/+1 |
| * | -remved p_peer is null error messages, fixes #1150 | reduz | 2016-01-24 | 1 | -1/+1 |
| * | -Remote deploy now uses FS over USB on Android, super fast! | Juan Linietsky | 2016-01-20 | 1 | -2/+2 |
| * | -Make sure scenes properly update when switching tabs, even if sub-instances ... | Juan Linietsky | 2016-01-14 | 2 | -2/+5 |
| * | made headers case insensitive | Ariel Manzur | 2016-01-11 | 1 | -2/+3 |
| * | Merge pull request #3297 from AlexHolly/comment-some-print_lines | Rémi Verschelde | 2016-01-11 | 1 | -3/+3 |
| |\ |
|
| | * | comment some print_lines | Alexander Holland | 2016-01-09 | 1 | -3/+3 |
| * | | added a new function to escape properly json, fixes #3282 | Juan Linietsky | 2016-01-10 | 1 | -1/+1 |
| * | | -fix stray file left open when parsing configuration, closes #3299 | Juan Linietsky | 2016-01-10 | 1 | -1/+3 |
| * | | make sure file is closed if something fails | Juan Linietsky | 2016-01-10 | 1 | -0/+2 |
| |/ |
|
| * | -Use simpler methods for parsing simple tags, fixes #3274 | Juan Linietsky | 2016-01-08 | 1 | -1/+1 |
| * | -fix bugs related to parsing config files with new variantparser, closes #324... | Juan Linietsky | 2016-01-07 | 1 | -0/+4 |
| * | Added default value param to ConfigFile.get_value() | Ignacio Etcheverry | 2016-01-01 | 2 | -5/+5 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 50 | -50/+50 |
| * | make json sub-dictionaries shared, fixes #2381 | Juan Linietsky | 2015-12-31 | 1 | -2/+2 |
| * | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-31 | 2 | -7/+7 |
| |\ |
|
| | * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 2 | -7/+7 |
| * | | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495 | Juan Linietsky | 2015-12-31 | 1 | -558/+27 |
| |/ |
|
| * | replaced :var by :Variant in documentation, fixes #2897 | Juan Linietsky | 2015-12-14 | 2 | -3/+3 |
| * | added binary API to StreamPeer, fixes #2863 | Juan Linietsky | 2015-12-13 | 2 | -2/+335 |
| * | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-09 | 1 | -65/+105 |
| |\ |
|
| | * | updated aes256 implementation to newer version from upstream. Also uses fast... | romulox_x | 2015-12-08 | 1 | -65/+105 |
| * | | -ability to change scripts in external editor and still have properties reloa... | Juan Linietsky | 2015-12-09 | 1 | -0/+2 |
| |/ |
|
| * | some fixes | Juan Linietsky | 2015-12-06 | 1 | -1/+1 |
| * | Merge pull request #1820 from guilhermefelipecgs/master | Rémi Verschelde | 2015-11-23 | 1 | -1/+0 |
| |\ |
|
| | * | Remove duplicated filter, Fix #1795 | Guilherme Felipe | 2015-05-05 | 1 | -1/+0 |
| * | | Fixes the make_doc.sh, <, > and & signs in descriptions that cause the parser... | Aren Villanueva | 2015-11-19 | 2 | -2/+15 |
| * | | Merge pull request #2707 from akien-mga/master | Juan Linietsky | 2015-11-18 | 1 | -2/+0 |
| |\ \ |
|
| | * | | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | 2015-11-01 | 1 | -2/+0 |
| * | | | Change handling of invalid JSON escape sequences. | Bojidar Marinov | 2015-11-16 | 1 | -6/+6 |
| |/ / |
|
| * | | -fixed a quite serious scene corruption bug when saving that has been around ... | Juan Linietsky | 2015-10-21 | 1 | -2/+3 |
| * | | -fixes to ring buffer (fixes network error) | Juan Linietsky | 2015-10-21 | 2 | -3/+5 |
| * | | -Ability to debug video memory usage | Juan Linietsky | 2015-10-21 | 1 | -2/+2 |
| * | | Merge pull request #2479 from firefly2442/cppcheck-unusedvars | Juan Linietsky | 2015-10-17 | 2 | -5/+0 |
| |\ \ |
|
| | * | | ran cppcheck, found unused variables | firefly2442 | 2015-09-16 | 2 | -5/+0 |