aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_editor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-19Flush HTTPClient response data only on request/close in HTML5 platformLeon Krause1-2/+0
2018-02-19Warn when polling HTTPClient synchronously in HTML5 platformLeon Krause2-0/+24
2018-02-19Disable insecure HTTP methods CONNECT and TRACE in HTML5 platformLeon Krause1-0/+2
2018-02-19Fix HTML5 HTTPClient response header retrievalLeon Krause1-2/+4
2018-02-19Fix HTML5 HTTPClient failure detectionLeon Krause1-11/+7
2018-02-19Mono: Fix build status iconsIgnacio Etcheverry1-5/+3
2018-02-19implement signal related methods in csharp_script so signals can be used with...Paul Joannon4-8/+89
2018-02-19add a [Signal] attribute to CSharpScriptsPaul Joannon7-1/+103
2018-02-19Direct to InputEventJoypadButton for using buttonsBenjamin Stammen1-1/+1
2018-02-19Remove window decorations for fullscreen on X11Pedro J. Estébanez1-2/+9
2018-02-19Gridmap editor now lists plane instead of floor when not horizontal.Anish2-3/+18
2018-02-19X11: Link libgcc statically with use_static_cpp optionRémi Verschelde1-3/+3
2018-02-19Update CA certificates to latest Mozilla bundleRémi Verschelde2-3096/+1948
2018-02-19Makes project manager never initialize mono debug.Pieter-Jan Briers3-17/+9
2018-02-19Give C# NodePath a ToString().Pieter-Jan Briers1-1/+2
2018-02-19Makes NodePath and RID follow PascalCase in C#.Pieter-Jan Briers1-1/+1
2018-02-19fix crash autotile edit modedamarindra1-0/+5
2018-02-19Fixes OptionButton selection index being reset to zero at instanciationAlexander Alekseev1-1/+2
2018-02-19Made modifications to the RigidBody(2D) descriptions.Michael Alexsander Silva Dias2-9/+4
2018-02-19Documentation tool does not add escapes to code and codeblocksAnish1-4/+26
2018-02-19Add locale renames for Hebrew and Indonesian on WindowsRémi Verschelde1-1/+18
2018-02-19option to disable sort in script listianb962-1/+5
2018-02-19PEP3101 applied with changing old type string formatting as new onesBTaskaya4-13/+13
2018-02-19Fix for a possible compile error under OS XMarcelo Fernandez3-111/+119
2018-02-19Fixed small typos in the SConstruct file.Michael Alexsander Silva Dias1-2/+2
2018-02-19Added return true o collide when no rusult is NULLAndrea Catania1-0/+2
2018-02-19Added "allow_reselect" property to ItemList and enabled it for the method/hel...Michael Alexsander Silva Dias4-4/+30
2018-02-19[X11] Improving error detection in move_to_trashIskustvo2-18/+38
2018-02-19Fix broken APK expansion due to missed option renamesRémi Verschelde2-2/+2
2018-02-19Add a function to remove controls from containersGeorge Marques7-0/+72
2018-02-19Fix #16543 (add button to copy error from debugger)Artem Varaksa2-0/+23
2018-02-19Fix infinite recursion with editor import pluginsGeorge Marques1-2/+2
2018-02-19Expose priority and order for custom import pluginsGeorge Marques3-0/+32
2018-02-19Add Xbox One Elite and Xbox 360 Afterglow padsBrandon DeRosier1-0/+2
2018-02-19Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez10-0/+61
2018-02-19Add import option "scale_mesh" to obj file importerShyRed1-6/+8
2018-02-19Add and use mono build variables with cloned environment.Jonathan Tinkham1-2/+2
2018-02-19Fixed members overview not scrolling to correct linePaulb231-2/+3
2018-02-19Fix #16479 (deselect text when jumping to function)Artem Varaksa1-0/+1
2018-02-19Update an outdated method name in error messageronroniv1-1/+1
2018-02-19Fixed KinematicBody move_and_slide documentation namingAndrew Silver1-1/+1
2018-02-19Remove debugging prints related to the asset libraryHugo Locurcio2-15/+0
2018-02-19SpinBoxes calculate correctly their width before first redraw.Ovnuniarchos2-5/+13
2018-02-19download templates to a file using separate threadMarcin Zawiejski1-13/+6
2018-02-19Fixed #15082: line edit emits two "text_changed" signals when pasting while t...Federico Frenguelli2-2/+17
2018-02-19Fix polygon triangulation failure.Nicolas Silva1-1/+1
2018-02-19Fix timeline track name overlapping keyframe areaPaolo Perkovic1-1/+1
2018-02-19Remove a few debugging printsHugo Locurcio2-4/+0
2018-02-19Always detect and use hiDPI in the project manager if neededHugo Locurcio1-8/+23
2018-02-19Draw the Camera gizmo more accuratelyHugo Locurcio1-2/+3