aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_nodes.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-28Fixed some popups not shrinking their size back when losing items.Michael Alexsander Silva Dias2-0/+3
2018-03-28Make heightmap shape usable from PhysicsServerMarc Gilleron2-14/+47
2018-03-28[macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts.bruvzg3-125/+106
2018-03-28Fix IPhone and OSX cross compilationFabio Alessandrelli3-2/+8
2018-03-28Removed redundant abs shader builtinChaosus1-5/+0
2018-03-28FIX: FILE_SHOW_IN_EXPLORER now correctly shows the file's directoryNikodem Lokatelj1-2/+13
2018-03-28Enable snapping in 2D when control key pressedChaosus1-9/+11
2018-03-27Move GodotSharp and MonoBuildTab member variables to initializer listWilson E. Alvarez2-21/+15
2018-03-27Add safety checks when handling Android inputRuslan Mustakov1-4/+23
2018-03-27Added shortcut to rename filesWilson E. Alvarez1-0/+3
2018-03-27Fix engine.js startGame() when loading from directoryLeon Krause1-3/+14
2018-03-27Allow custom path when using engine.js preloadFile() with URLLeon Krause1-3/+3
2018-03-27Fix engine.js preloadFile() with directoriesLeon Krause1-3/+13
2018-03-27Expose Emscripten libs to engine.js discreetlyLeon Krause3-10/+6
2018-03-26Simplify CanvasItemEditor anchor drag logicWilson E. Alvarez1-12/+12
2018-03-26Refactor JavaScript platform build scriptLeon Krause9-218/+105
2018-03-26[macOS] Return exit code specified by `OS.exit_code` parameter.bruvzg1-1/+1
2018-03-26multiply blend mode fix for spatial materialsBen Hickling1-2/+2
2018-03-26Added wrap functions to C#Chaosus1-0/+12
2018-03-25Added the "GLES2" option for the video-driver in the terminal help.Michael Alexsander Silva Dias1-1/+1
2018-03-24Fix mono basis GetEuler bug and marshalling/unmarshallingCarter Anderson2-86/+110
2018-03-24Fix bug added in PR#17589. Resources couldn't be saved to filesrobfram1-4/+2
2018-03-23Overhaul the display scaling editor settingsHugo Locurcio3-26/+78
2018-03-23Revert "Implement OS_OSX::execute"bruvzg2-50/+0
2018-03-22Replace float with real_t, default Vectors, other misc C# improvementsAaron Franke13-289/+471
2018-03-22Fix for clang warning at distance_toMarcelo Fernandez1-1/+1
2018-03-22Fix dragging window from non-retina to retina display.bruvzg1-0/+1
2018-03-22Fix several in-class initialization clang warningMarcelo Fernandez7-9/+18
2018-03-21Fix missing const in CapsuleShapeSW::get_areaMarcelo Fernandez1-1/+1
2018-03-21Fix compressor audio effect sidechain selectionBenedikt Bär1-1/+1
2018-03-21Prevented external editor from running multiple timesIvan Vodopiviz1-1/+2
2018-03-21[DOCS] minor ParticlesMaterial docs fix Linear -> RadialPoommetee Ketson1-1/+1
2018-03-21Prevent android to split-screenXavier Sellier1-1/+2
2018-03-21s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson37-73/+73
2018-03-21Add --print-fps option to output FPS to stdoutRémi Verschelde2-4/+15
2018-03-20Updated thekla_atlas to support arm64Brigham Henry Keys2-4/+9
2018-03-20add option to invert y-axisJulien CATINEAU2-2/+13
2018-03-20Fix getting Android device informationvolzhs1-2/+8
2018-03-20Add RWLockDummy for NO_THREADS buildsLeon Krause7-25/+30
2018-03-19Fix crash in `canvas_item_add_polyline` when passing more points than colorsrobfram1-4/+8
2018-03-19Fix mono build properly!PJB30051-1/+1
2018-03-19Fix oversampled font artifacts after resizeRuslan Mustakov1-3/+3
2018-03-19Fix possible crash when audio channels changeMarcelo Fernandez2-11/+33
2018-03-19Implement OS_OSX::executebruvzg2-0/+50
2018-03-19Fix animation length from glTF not correctly setPedro J. Estébanez1-4/+3
2018-03-19Fix glTF not accepting VEC3 colorsPedro J. Estébanez1-3/+11
2018-03-18Mono: Runtime main args and assembly search fixesIgnacio Etcheverry2-15/+42
2018-03-18Fixes wrong calculation of gridcontainer's children sizeGilles Roudiere1-2/+2
2018-03-18Disable Emscripten assertions in release_debug buildsLeon Krause1-1/+2
2018-03-18Fix bad rendering of BBCode tables in `RichTextLabel`robfram2-3/+10