aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-07i18n: Sync translations with WeblateRémi Verschelde15-1348/+1514
2017-04-07i18n: Add WIP Czech, Danish, Greek, Dutch and Thai translationsRémi Verschelde5-0/+33956
2017-04-07i18n: Update template with current sourceRémi Verschelde1-7/+31
2017-04-07Optimize-out some debug and/or non-tools methodsPedro J. Estébanez3-5/+36
2017-04-07Reset display folded for an instanced scene if editable children is toggled offPedro J. Estébanez1-2/+6
2017-04-06Add priority to samples in a libraryPedro J. Estébanez14-17/+116
2017-04-06Make spatial AudioServers prefer inactive voicesPedro J. Estébanez2-6/+24
2017-04-06Add enum naming, by assinging a given enum's values to a DictBojidar Marinov1-0/+20
2017-04-06Adds enums to GDScriptBojidar Marinov3-0/+87
2017-04-05Fix crash on Android-x86Pedro J. Estébanez1-0/+2
2017-04-05Fixer looping timer accumulation in _processRémi Verschelde1-3/+2
2017-04-05previous value of time_left is added to wait_time before assigning to time_leftNikhil Shagrithaya1-2/+1
2017-04-05Make buttons closer in Scene treevolzhs1-0/+1
2017-04-05Viewport: Fix undefined behaviour found by llvm sanitizer.Andreas Haas1-2/+2
2017-04-05Added ability to change A-star cost functionFabian Mathews4-3/+31
2017-04-05Add the option to check if input was handledSaggi Mizrahi2-0/+6
2017-04-058145 - Mouse Position is unknown until first mouse event on X11 & WinSergey Pusnei2-1/+11
2017-04-05Update build.gradle.templateRamesh Ravone1-0/+1
2017-04-04Apply same logic to Area with Area2Dvolzhs2-8/+28
2017-04-03Improve TouchScreenButtonPedro J. Estébanez2-8/+27
2017-04-03Fix monitoring status of Area2Dvolzhs2-3/+9
2017-04-03Fix crash when change project settingsvolzhs1-1/+1
2017-04-03Fix warped mouse panning on LinuxPedro J. Estébanez1-1/+16
2017-04-02Input: Update Gamepad mappings.Andreas Haas1-12/+34
2017-03-29Honor the Tween's final valuesShin-NiL1-0/+1
2017-03-29Re-add attach button and context menu from 1880238c3e54f57a14361d2c347387edeb...William Tumeo4-87/+100
2017-03-29Re-add clear script button and context menu from ce5200b30e6d262905912c6571d5...William Tumeo2-3/+38
2017-03-29Workaround to allow debugging on Windows when offlineEmanuele Fornara1-1/+7
2017-03-29Re-add script icons from 544194053a54870320d860f1cf333f45723758b9William Tumeo4-2/+98
2017-03-29Re-add create/load script button and context menuWilliam Tumeo4-6/+81
2017-03-29Re-add script button from b77200728e7f2b2dd446a9717c83a20c9aac0ce4William Tumeo2-1/+17
2017-03-27Initialize hat values for mapping and revert X360 mappings.Jordan Patterson1-2/+7
2017-03-27Several enhancements for the tile map editorPedro J. Estébanez1-7/+42
2017-03-27Include uniform (Shift down) mode in only-one-Node2D draggingPedro J. Estébanez1-1/+1
2017-03-26Remove redundant subfolder in iOS templateRémi Verschelde39-5/+4
2017-03-26Better handling of joypad device IDs.Andreas Haas8-42/+20
2017-03-25SCons: Add option to toggle warnings (on by default)Rémi Verschelde10-19/+27
2017-03-24Fixed "unshaded" flag not being updated if light_type and receive_shadows_sta...elasota1-2/+6
2017-03-24Input: Update mouse position on mouse-button events.Andreas Haas1-0/+5
2017-03-24Use atan2 rather than acos in Vector3.angle_to.Ferenc Arn1-1/+1
2017-03-24Make inline blocks in GDScript more pythonicBojidar Marinov1-1/+9
2017-03-24Suppress error messages when using ConfigFile::get_value and a default is givenBojidar Marinov1-2/+7
2017-03-24i18n: Sync templates and translations with current codeRémi Verschelde16-9739/+10641
2017-03-24i18n: Adapt script to tools/editor -> editor moveRémi Verschelde3-10/+10
2017-03-24Improved 2D snapping behaviorPedro J. Estébanez2-48/+49
2017-03-24Only assume HiDPI mode if DPI >= 192 and width > 2000Rémi Verschelde2-4/+19
2017-03-22Implement warped mouse panning for 2D & 3D editorsPedro J. Estébanez6-3/+34
2017-03-22Fix buffer size check in UDP socket.Fabio Alessandrelli2-2/+2
2017-03-22Use default UDP ring buffer size of 65536 for clientsFabio Alessandrelli2-4/+4
2017-03-22Fix bug causing UDP socket to close after the first send if not listeningFabio Alessandrelli2-0/+2