aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-03Make buttons closer in Scene treevolzhs1-0/+1
2017-04-03Fix warped mouse panning on LinuxPedro J. Estébanez1-1/+16
2017-04-02Fix failing to compile shader on Adreno GPUvolzhs1-9/+9
2017-04-02Viewport: Fix undefined behaviour found by llvm sanitizer.Andreas Haas1-2/+2
2017-04-02Input: Update Gamepad mappings.Andreas Haas1-12/+34
2017-04-01Fixed Node2D/Control not updating propertiesRobert Hernandez2-15/+19
2017-04-01Add '$' to token namesSaggi Mizrahi1-0/+1
2017-03-31Add the option to check if input was handledSaggi Mizrahi2-0/+6
2017-03-31Initialize hat values for mapping and revert X360 mappings.Jordan Patterson1-2/+7
2017-03-30Honor the Tween's final valuesShin-NiL1-0/+1
2017-03-30Add missing binding for DUPLICATE_USE_INSTANCINGPedro J. Estébanez1-0/+1
2017-03-29Update classes.xml to master version, add a small feature to doc_statusBojidar Marinov2-8544/+9178
2017-03-29Fix polar decomposition in 2D.Ferenc Arn1-2/+2
2017-03-29WebGL 2 export per WebAssembly or asm.jseska11-434/+268
2017-03-288145 - Mouse Position is unknown until first mouse event on X11 & WinSergey Pusnei2-1/+11
2017-03-27Several enhancements for the tile map editorPedro J. Estébanez1-7/+42
2017-03-27Include uniform (Shift down) modePedro J. Estébanez1-1/+1
2017-03-26Remove redundant subfolder in iOS templateRémi Verschelde39-5/+4
2017-03-26SCons: Add option to toggle warnings (on by default)Rémi Verschelde10-18/+27
2017-03-26Input: Remove usage of platform dependent event IDs.Andreas Haas28-186/+104
2017-03-25Update build.gradle.templateRamesh Ravone1-0/+1
2017-03-24Fixing magnetometer on iOSBastiaanOlij1-2/+2
2017-03-24Fix bogus s/_md/D_METHOD/ affecting md5 stuffRémi Verschelde1-10/+10
2017-03-24Issue template: Stop discouraging bug reporting on masterRémi Verschelde1-5/+0
2017-03-24i-patch for Pirate languageRémi Verschelde32-32/+32
2017-03-24Input: Update mouse position on mouse-button events.Andreas Haas1-0/+5
2017-03-24i18n: Sync templates and translations with current codeRémi Verschelde31-86168/+85843
2017-03-24Fix typos in source code using codespellRémi Verschelde98-182/+180
2017-03-24Improved 2D snapping behaviorPedro J. Estébanez2-49/+49
2017-03-24Only assume HiDPI mode if DPI >= 192 and width > 2000Rémi Verschelde2-6/+4
2017-03-24Input: Refactor JOY_* constants.Andreas Haas3-51/+23
2017-03-24Use atan2 rather than acos in Vector3.angle_to.Ferenc Arn1-1/+1
2017-03-24Cache DynamicFont resource for Androidvolzhs2-1/+26
2017-03-24Fix wrong name for Android exportvolzhs1-3/+3
2017-03-24ENet code cleanup and changes from review.Fabio Alessandrelli4-9/+61
2017-03-24Cleanup unused ENet files and updated thirdparty READMEFabio Alessandrelli5-1160/+8
2017-03-24Allow non blocking UDP put_packet in C++.Fabio Alessandrelli7-15/+73
2017-03-24Update ENet module to support custom ENet libFabio Alessandrelli3-9/+31
2017-03-23Several fixes to Android exporter and port.Juan Linietsky10-166/+1888
2017-03-23Make inline blocks in GDScript more pythonicBojidar Marinov1-1/+9
2017-03-23Explicitly documented that Transform.basis is not necessarily an orthogonal m...Ferenc Arn3-6/+13
2017-03-22Implement warped mouse panning for 2D & 3D editorsPedro J. Estébanez6-3/+35
2017-03-21Export working (for linux at least)Juan Linietsky5-17/+100
2017-03-21Suppress error messages when using ConfigFile::get_value and a default is givenBojidar Marinov1-2/+7
2017-03-21Export template management dialog.Juan Linietsky12-105/+543
2017-03-21Fix random crashes when using yield()Pedro J. Estébanez1-1/+1
2017-03-19is_active to is_pausedAlexHolly2-13/+22
2017-03-19Travis: Run clang-format static checkRémi Verschelde2-1/+53
2017-03-19Fix linking order for builtin freetypeRémi Verschelde1-18/+14
2017-03-19Input: bind parse_input_event()Andreas Haas3-1/+5