aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_editor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-21s/2017/2018/g for gles2, websocket, linux appdataPoommetee Ketson37-73/+73
2018-03-20Fix getting Android device informationvolzhs1-2/+8
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 listing files inside directory in pack filePedro J. Estébanez1-1/+5
2018-03-18Improve Input.is_action_just_* docs.Pieter-Jan Briers1-2/+3
2018-03-18Fix saving unmodified scenes and resourcesrobfram1-1/+7
2018-03-18Fix Mono builds with Python 3.Pieter-Jan Briers1-1/+1
2018-03-17Fixed small typo in the "InstancePlaceholder" doc.Michael Alexsander Silva Dias1-1/+1
2018-03-17Fixes scrollbars in Canvas Item EditorGilles Roudiere2-67/+80
2018-03-16Open textfile in textmodeShyRed1-1/+1
2018-03-16Fix typo in engine.jsLeon Krause1-2/+2
2018-03-16[DOCS] Node: Remove duplicate informationMax Hilbrunner1-1/+1
2018-03-16SCons: properly close files when reading controller mappingsRémi Verschelde2-6/+6
2018-03-16InterpolatedCamera: use internal_processPoommetee Ketson1-4/+4
2018-03-15[DOCS] Node: Networking updates, fix outdated and missing docsmhilbrunner1-30/+52
2018-03-15Mono: Avoid invalid class names.Andreas Haas4-2/+33
2018-03-15Fix MinGW cross-buildbruvzg1-2/+3
2018-03-15Hinted shader uniforms can have a default valueJFonS1-20/+21
2018-03-15Fix script template on `_ready` behaviorPoommetee Ketson1-1/+1
2018-03-15Added missing import BoolVariableBastiaan Olij2-2/+3
2018-03-15Fix debugger_stdout_settings being ignoredBernhard Liebl1-13/+13
2018-03-15Check only for WebGL 1.0, move test to HTML fileLeon Krause3-23/+32
2018-03-14Add brief descriptionBrylie Christopher Oxley1-0/+1
2018-03-14Fix mismatch between Color.h and Color.from_hsv()Bernhard Liebl1-0/+4
2018-03-14completed-signal is emitted by all GDScriptFunctionStates of a coroutine now,...Lars Kokemohr2-4/+17
2018-03-14SCons: Fix running 'scons' without platform argumentRémi Verschelde1-106/+104
2018-03-14Dist: Fix Linux desktop file launch argumentRémi Verschelde1-1/+1
2018-03-13[DOCS] Environment: Whitespace fixesMax Hilbrunner1-3/+4
2018-03-13Fixed leak in BulletPhysicsServerWilson E. Alvarez1-1/+3
2018-03-13[DOCS] InputMax Hilbrunner1-3/+24
2018-03-13Added error checks for fscache savingMarcelo Fernandez2-11/+16
2018-03-13expose itemlist.unselect_all()Alexander Holland1-0/+2
2018-03-13Fix a potential bug hinted by clangBojidar Marinov1-4/+4
2018-03-13Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez8-5/+70
2018-03-13[DOCS] Net.MultiplayerEnet: List returned errorsMax Hilbrunner1-2/+2
2018-03-13expose Itemlist.move_item and optimize functionalityAlexander Holland2-24/+12
2018-03-13Enable SCons to autodetect Windows MSVC compilerGary Oberbrunner3-175/+228
2018-03-13fix iOS build - error due to GLES2 missing include (with the advice from bruv...Yannick Le Duc1-0/+1
2018-03-13Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and Rasterizer...Wilson E. Alvarez5-0/+24
2018-03-12Fix non working action names containing whitespacesrobfram2-5/+8
2018-03-12Various ui tweaks for color pickerBernhard Liebl2-5/+49