aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/http_client_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-28Expose Emscripten libs to engine.js discreetlyLeon Krause3-4/+6
2018-04-28multiply blend mode fix for spatial materialsBen Hickling1-2/+2
2018-04-28Fix all categories unfold when one key binding is changedAlessandro1-1/+15
2018-04-28Fix dragging window from non-retina to retina display.bruvzg1-0/+1
2018-04-28Fix compressor audio effect sidechain selectionBenedikt Bär1-1/+1
2018-04-28Prevented external editor from running multiple timesIvan Vodopiviz1-1/+2
2018-04-28[DOCS] minor ParticlesMaterial docs fix Linear -> RadialPoommetee Ketson1-1/+1
2018-04-28Fix crash in `canvas_item_add_polyline` when passing more points than colorsrobfram1-4/+8
2018-04-28Fix oversampled font artifacts after resizeRuslan Mustakov1-3/+3
2018-04-28Fixes wrong calculation of gridcontainer's children sizeGilles Roudiere1-2/+2
2018-04-28Fix listing files inside directory in pack filePedro J. Estébanez1-1/+5
2018-04-28Changed debug max distance to avoid overflowIvan Vodopiviz1-1/+2
2018-04-28Fixed small typo in the "InstancePlaceholder" doc.Michael Alexsander Silva Dias1-1/+1
2018-04-28Fix bug added in PR#17589. Resources couldn't be saved to filesrobfram1-4/+2
2018-04-28Fix saving unmodified scenes and resourcesrobfram1-1/+7
2018-04-28Hinted shader uniforms can have a default valueJFonS1-20/+21
2018-04-28Fix debugger_stdout_settings being ignoredBernhard Liebl1-13/+13
2018-04-28Fix pressing `F3` do both changing to script editor AND find next textrobfram1-0/+6
2018-04-28Fix non-valid characters for `input_action`robfram1-4/+13
2018-04-28Fix non working action names containing whitespacesrobfram2-5/+8
2018-04-28ScriptTextEditor: fix capitalize offsetPoommetee Ketson1-3/+8
2018-04-28Fixes importing hdr files with extra header infoJorn Van denbussche1-6/+10
2018-04-28Fix converting a tilset if the existing file is not a tilesetHein-Pieter van Braam1-1/+1
2018-04-28EditorNode: fix clicking ok keeps trying to savePoommetee Ketson1-0/+3
2018-04-28Fix column width on AutoLoad table on hidpi displaysBernhard Liebl1-2/+2
2018-04-28Update TileMap when its TileSet changesShyRed2-3/+18
2018-04-28Implement line clipping for `TextureProgress` to avoid bad rendering due to i...robfram1-16/+39
2018-04-28Update Sprite when Texture changesShyRed2-0/+25
2018-04-28Fix broken hover/select coloring of keys in animation editorBernhard Liebl3-27/+32
2018-04-28Fixes canvas light shaders.Pieter-Jan Briers3-29/+35
2018-04-28AnimationPlayer: fix scrubbing after play backwardsBernhard Liebl2-0/+2
2018-04-28Fix overwriting all common properties when using `Change Type` toolrobfram1-1/+6
2018-04-15Fix script template on `_ready` behaviorPoommetee Ketson1-1/+1
2018-04-15Added error checks for fscache savingMarcelo Fernandez2-11/+16
2018-04-15Fix invalid mix function overloadChaosus1-1/+1
2018-04-15AnimationPlayer: fix popups close on double clickBernhard Liebl1-0/+2
2018-04-15Make the shader token names consistent.Saracen1-0/+3
2018-04-15[Mono] Improve MathfChaosus3-33/+91
2018-04-15[mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...Alexander Alekseev1-6/+6
2018-04-15Fixed _issue_activated to take the correct issue id from the listNikodem Lokatelj1-2/+7
2018-04-15Move GodotSharp and MonoBuildTab member variables to initializer listWilson E. Alvarez2-21/+15
2018-04-15Added wrap functions to C#Chaosus1-0/+12
2018-04-15Mono: Runtime main args and assembly search fixesIgnacio Etcheverry2-15/+42
2018-04-15Mono: Avoid invalid class names.Andreas Haas4-2/+33
2018-04-15Fix a merge errorHein-Pieter van Braam1-1/+1
2018-04-15EditorExport: Allow export plugins to add shared librariesIgnacio Etcheverry1-2/+0
2018-04-15Mono: Add project export pluginIgnacio Etcheverry12-51/+403
2018-04-14[mono] write classes with no constructor as abstractPaul Joannon1-2/+3
2018-04-14[mono] rename functions to conform to PascalCasePaul Joannon2-18/+18
2018-04-14Fix mono basis GetEuler bug and marshalling/unmarshallingCarter Anderson1-82/+106