aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/http_client_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-15Made built-in identifiers properly constant in shaders. Fixes #14449, closes ...Juan Linietsky5-86/+166
2017-12-15BakedLightmap: Update gizmo when setting extents.Andreas Haas1-0/+1
2017-12-15thekla: Fix build on x86 systems without SSE supportRémi Verschelde2-5/+17
2017-12-15Fixes close button overlapping window titleBernhard Liebl1-3/+10
2017-12-15Added third argument for String.split() function (see issue #14349)Dmitry Koteroff4-6/+22
2017-12-15ScriptCreateDialog: Fix loading scripts with named classes.Andreas Haas1-1/+1
2017-12-15Fixes oversized tooltip labels (issue 14570)Bernhard Liebl1-1/+1
2017-12-15Fix javascript build error and improve #14604Fabio Alessandrelli2-5/+5
2017-12-15fix compile issueJuan Linietsky1-1/+1
2017-12-15Fixes slider node tick offsetHenrique L Alves1-4/+4
2017-12-15-Added new scene conversion to binary on export (disabled by default, please ...Juan Linietsky7-250/+670
2017-12-15Update Hack font to version 3.000Hugo Locurcio3-41/+22
2017-12-15Fixes thekla atlas mingw-w64 buildbruvzg4-2/+11
2017-12-15Remove debug printf on WindowsRémi Verschelde1-2/+0
2017-12-15[DOCS] Completed the docs for the Navigation node.Nathan Warden1-0/+11
2017-12-15Add missing godot_get_stack_bottom and godot_get_global_constants in gdnative...Emmanuel Leblond1-0/+12
2017-12-14Updated iconsDaniel J. Ramirez24-232/+48
2017-12-14Updated input_default.cpp again (new maps take priority)Andrew Silver1-12/+12
2017-12-14openmp: Simplify linking on X11, fixing clang buildRémi Verschelde1-2/+1
2017-12-14MacPorts clang version selection, and OpenMP linking fix.bruvzg3-12/+13
2017-12-14GDScript files are converted to binary on export now.Juan Linietsky5-20/+102
2017-12-14Fix type mismatch in OS::set_borderless_windowRémi Verschelde7-8/+7
2017-12-14openmp: Don't try to link GCC's implementation on ClangRémi Verschelde2-8/+9
2017-12-14Adds `macports_clang` build flag to build using clang-5.0 form MacPorts (with...bruvzg5-3/+25
2017-12-14fix for compiling the new lightmapperMichele Valente2-4/+4
2017-12-14Fixes built-In "LIGHT" causing fragment compilation errorArnaud PEZEL1-0/+1
2017-12-14Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces...Colin Kinloch3-7/+11
2017-12-14-Add lightmapperJuan Linietsky44-1138/+4584
2017-12-14HTTP cleanup & better defaultsmhilbrunner5-132/+131
2017-12-13[DOCS] Animation, CanvasItem, Curve3D, CurveWill Nations4-14/+48
2017-12-14Revert property changes in "[DOCS] AnimationPlayer new props, members/methods"Rémi Verschelde4-51/+82
2017-12-13[DOCS] JSON: Small fixesMax Hilbrunner2-6/+6
2017-12-13Fix crash (and bug) in RichTextLabelpoke10241-1/+1
2017-12-13TileMapEditor: Fix tile placement.Andreas Haas1-0/+1
2017-12-13Scons: Build modules in seperate env.Andreas Haas4-6/+19
2017-12-12Fixed Tileset editor button having the wrong text and not being translatable.Michael Alexsander Silva Dias1-1/+1
2017-12-12Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVCMatthias Hoelzl2-2/+4
2017-12-12Fix mingw build for thekla_atlasHein-Pieter van Braam3-14/+16
2017-12-12Enhance undoredo action name, TTR, cleanupPoommetee Ketson12-163/+18
2017-12-12Mono: Build in cloned env.Andreas Haas1-9/+12
2017-12-12stream_peer_openssl: add missing break & formatMax Hilbrunner1-2/+6
2017-12-12HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner3-4/+73
2017-12-12Change statable to multistate, remove extra separatorPoommetee Ketson4-25/+24
2017-12-11[DOC] Update Node class refChris Bradfield1-51/+55
2017-12-12Update libwebp to 0.6.1volzhs162-6153/+7519
2017-12-11Use MinGW specific binutils for debug symbols separationbruvzg1-3/+8
2017-12-11Properly support nested ternary expressionsBojidar Marinov1-4/+7
2017-12-11Highlight Editor Settings categoriesRay Koopa1-1/+2
2017-12-11Fix Index p_current=0 error at starting editorvolzhs2-3/+9
2017-12-11doc: Sync classref with current sourceRémi Verschelde4-17/+42