aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_driver_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-06Rewrite Tween class reference.Chris Bradfield1-54/+57
2018-05-07Enet: Add wait time param to close_connection()mhilbrunner2-23/+63
2018-05-06Defaults to instancing child at tree root when none selectedUnknown1-1/+6
2018-05-05LinkButtons are now responsive to engine themeUnknown1-0/+4
2018-05-05add condition check in Imgae::create(...)RaphaelHunter1-0/+3
2018-05-04Fix bone refresh logic, closes #18564Juan Linietsky2-20/+68
2018-05-04Made bone handling for actual Bone2D a special case. Make custom bones appear...Juan Linietsky5-36/+186
2018-05-04Make bones have more contrast with outlineJuan Linietsky2-7/+33
2018-05-04Skeletal deform workingJuan Linietsky5-97/+146
2018-05-04correct documentation for version number data typeKelly Thomas1-3/+3
2018-05-04Update AUTHORS and DONORS listRémi Verschelde2-16/+29
2018-05-04round / ceil methods for c sharp vectorsKelly thomas2-0/+15
2018-05-04Added a description to the picth_scale property in the AudioStreamPlayer clas...Nobelix3-0/+3
2018-05-04Vector3::round, Vector2::round & Vector2::ceil methods were added.Alexander Alekseev4-0/+24
2018-05-03Small changes for some strings.Michael Alexsander Silva Dias2-55/+3
2018-05-03Skeleton for 2D WIPJuan Linietsky19-37/+370
2018-05-03Camera::project_local_ray_normal needs to be virtual so that ARVRCamera::proj...Brian Richardson1-2/+2
2018-05-03Script Editor now displays positional columnUnknown3-1/+20
2018-05-03updated OAHashMap to use robinhood hashingkarroffel5-449/+182
2018-05-03Remove unused duplicate wireframe shortcut, fixes #18067Robin Hübner1-2/+0
2018-05-03Fix delay in rename_error windows save loop, should be 100msec, not 1secRobin Hübner1-1/+1
2018-05-03i18n: Sync translation templates with current sourceRémi Verschelde47-262/+2188
2018-05-03i18n: Sync translations with WeblateRémi Verschelde29-1752/+9642
2018-05-03Fix for Issue#18457 - Folder name with trailing space on WindowsFelix Yang2-2/+4
2018-05-03Fix for large .pck filesGustav Lund1-3/+3
2018-05-03Added method to clear input events of an actionAndreaCatania2-0/+9
2018-05-02Fix placeholders position in `LineEdit` when editing inside the Editorrobfram1-1/+0
2018-05-03Check invalid node namevolzhs3-4/+25
2018-05-02Changed periods in the script templates.Michael Alexsander Silva Dias2-2/+2
2018-05-02WIP Polygon2D weight editingJuan Linietsky8-7/+541
2018-05-02Fix MSVC check when building with monoIgnacio Etcheverry1-2/+2
2018-05-02Fix editor detecting msbuild with a msvc 'tools only' installIgnacio Etcheverry1-0/+2
2018-05-02Fixes locks and groups on 2d editorgroud2-49/+59
2018-05-02remove favorited dirs if original dir deletedJason02143-22/+45
2018-05-01Fix a crash when trying to run Godot debugger on a release build.Brian Richardson1-1/+1
2018-05-01Added methods get_closest_point and get_closest_offset to both Curve2D and Cu...danilo22052-0/+170
2018-05-01Fix Find in Files:Marc Gilleron1-8/+3
2018-05-01Adds z-index properties to TileSets.Pieter-Jan Briers4-2/+32
2018-05-01Fix #17019 : overrides with unknown base settingManuel Moos1-4/+3
2018-05-01Prevent PulseAudio driver to lock its mutex for too longMarcelo Fernandez1-2/+11
2018-05-01Fix enums without class name not opening docs pagePeter Folkins1-0/+12
2018-05-01Revert "Added a more specific error message on export"Rémi Verschelde1-1/+1
2018-05-01Fix Node2D::global_scale's PropertyInfo typeRémi Verschelde1-1/+1
2018-05-01windows: ensure minimum possible timer resolution for sleepRobin Hübner1-0/+6
2018-05-01Adds keywords to autocomplete predictions.Anish1-0/+7
2018-04-30Changed Sprite Frame move buttons for iconsSuperwaitsum1-6/+20
2018-04-30Handle missing arg pointer in get_call_error_textGary Oberbrunner1-1/+5
2018-04-30Implement universal translation of touch to mousePedro J. Estébanez18-225/+222
2018-04-30hide tab changed debug printAlexander Holland1-2/+0
2018-04-30Fix lto builds on clang compilersHein-Pieter van Braam1-2/+2