aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_instance.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-04Corrected physics query max result checkingAndrea Catania1-3/+10
2018-04-04Fixed kinematic sliding on trimeshAndrea Catania3-11/+5
2018-04-04Add functionality to move selected tiles in tile map editorMartin Rieke2-2/+55
2018-04-03Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang7-12/+75
2018-04-03Websocket client SSL supportFabio Alessandrelli3-1/+39
2018-04-03Generalize SSL cert reading from fileFabio Alessandrelli4-23/+35
2018-04-03MbedTLS PR 1453 (fix UWP build)Fabio Alessandrelli4-9/+173
2018-04-03Small patch to change mbedtls _WIN32_WINNTFabio Alessandrelli2-2/+7
2018-04-03Update mbedTLS to version 2.8.0Fabio Alessandrelli44-391/+853
2018-04-03Always verify peer certificate in lws.Fabio Alessandrelli4-10/+109
2018-04-03mbedtls: client: stop spinning on handshake failFabio Alessandrelli1-2/+6
2018-04-03Fix lws MinGW compilationFabio Alessandrelli1-5/+1
2018-04-03Bump libwebsockets to version 2.4.2Fabio Alessandrelli18-66/+143
2018-04-03fix bone scale/rotation in AnimationPlayerskarroffel2-2/+2
2018-04-03[DOCS] Tweaks and fixes for (Interpolated)CameraMel Collins2-14/+14
2018-04-03Trigger IO error only after exhausting attemptsTom Dobbelaere1-4/+7
2018-04-03[mono] Fixes #17936 as GodotSharp (Core\Basic.cs) requires C#7 now, but we mo...Alexander Alekseev1-6/+6
2018-04-02Removed unneeded sort from SpriteFramesEditor pluginWilson E. Alvarez1-2/+0
2018-04-02Comment out some debugging messages when playing Theora filesWilson E. Alvarez1-8/+12
2018-04-02Abstracted the syntax highlighter from text editPaulb2311-272/+828
2018-04-02Fix of a possible memory leak: ConcavePolygonShapeBullet::setup was able to e...Alexander Alekseev1-2/+2
2018-04-01Added signal to VideoPlayer to notify when the video finished playingWilson E. Alvarez1-6/+9
2018-04-01Mesh: fix crash when creating mesh outline from QuadMeshPoommetee Ketson2-0/+6
2018-04-01physics area added monitorable checkAndrea Catania1-1/+4
2018-03-31Fix UpdatePowerInfo method implementation in PowerIphone classIgors Vaitkus1-1/+1
2018-03-31[GDNative] fixed issue with library unloading orderkarroffel1-13/+25
2018-03-31[GDNative] added GDCALLINGCONV to instance binding functionskarroffel1-3/+3
2018-03-30Added missing end points for brief descriptions in the docs.Michael Alexsander Silva Dias9-9/+9
2018-03-30README: Use HTTPS URL for image. (#17851)Maxwell Paul Brickner1-1/+1
2018-03-30[DOCS] Some content for InterpolatedCameraMel Collins1-0/+7
2018-03-30Implement missing navgiation polygon debugging in tilemapBenedikt Bär1-0/+55
2018-03-30[DOCS] Typo fix for CollisionShape[2D]mhilbrunner2-2/+2
2018-03-30Fix bug in HTML5 HTTPClient.Fabio Alessandrelli1-1/+1
2018-03-29WASAPI driver will now resample when the device rate != audio/mix_rateMarcelo Fernandez1-4/+13
2018-03-30Improve side impulse calculationBastiaan Olij2-5/+9
2018-03-29Fix UWP build after #17194Fabio Alessandrelli1-0/+2
2018-03-29[Docs] fix typosPoommetee Ketson2-8/+8
2018-03-29Detect and configure JavaScript build per Emscripten configuration fileLeon Krause1-5/+15
2018-03-28[DOCS] Node & PackedScene (#17833)Max Hilbrunner2-2/+9
2018-03-28[DOCS] Generic6DOFJoint fixesMax Hilbrunner1-7/+7
2018-03-28Fixed some popups not shrinking their size back when losing items.Michael Alexsander Silva Dias2-0/+3
2018-03-28Fix IPhone and OSX cross compilationFabio Alessandrelli3-2/+8
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-26Simplify CanvasItemEditor anchor drag logicWilson E. Alvarez1-12/+12
2018-03-26Refactor JavaScript platform build scriptLeon Krause9-218/+105
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