aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_script.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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-15Check only for WebGL 1.0, move test to HTML fileLeon Krause3-23/+32
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-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
2018-03-12ScriptTextEditor: fix capitalize offsetPoommetee Ketson1-3/+8
2018-03-11Fixes importing hdr files with extra header infoJorn Van denbussche1-6/+10
2018-03-11EditorNode: fix clicking ok keeps trying to savePoommetee Ketson1-0/+3
2018-03-11Fix column width on AutoLoad table on hidpi displaysBernhard Liebl1-2/+2
2018-03-11Properly closing all files in Python codeViktor Ferenczi13-112/+142
2018-03-11Show error icon at "Output" in case of errorsBernhard Liebl3-4/+10
2018-03-11Update TileMap when its TileSet changesShyRed2-3/+18
2018-03-11expose Itemlist.is_anything_selectedAlexander Holland1-0/+2
2018-03-10Implement line clipping for `TextureProgress` to avoid bad rendering due to i...robfram1-16/+39
2018-03-10Fix infinite loop in GridContainer layoutGary Oberbrunner1-6/+6
2018-03-10Update Sprite when Texture changesShyRed2-0/+25
2018-03-10Avoid confusing traceback on attempting build without platform optionViktor Ferenczi1-0/+1
2018-03-10Update preview on filesystem changeShyRed1-0/+3
2018-03-10Fixes infinite loop in GridContainerGilles Roudiere1-4/+4
2018-03-10Fix broken hover/select coloring of keys in animation editorBernhard Liebl3-27/+32
2018-03-10Fix wrong pan direction in animation player uiBernhard Liebl1-2/+2
2018-03-10Fix invalid mix function overloadChaosus1-1/+1
2018-03-10Update Image format enumeration documentationNeil Moore1-0/+35
2018-03-09Fix overlapping timeline text in AnimationEditorBernhard Liebl1-0/+13
2018-03-09AnimationPlayer: fix scrubbing after play backwardsBernhard Liebl2-0/+2
2018-03-09AnimationPlayer: fix popups close on double clickBernhard Liebl1-0/+2
2018-03-09Fix overwriting all common properties when using `Change Type` toolrobfram1-1/+5
2018-03-09Update libwebmShyRed5-110/+372
2018-03-09auto-completion edge jumpAlexander Holland1-4/+10
2018-03-07Make the shader token names consistent.Saracen1-0/+3
2018-03-07FIX to broken item select list (zoom and RMB)Ranoller1-2/+2
2018-03-07Bring back Vector2.cross()Bernhard Liebl5-10/+18
2018-03-07Reinstate WebGL 1.0 driver in HTML5 platformLeon Krause2-7/+25
2018-03-07Fix unselectable flipped sprites (fixes 16461)poke10241-1/+7