aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-20added windows support for ipv6, cleaned up unix codeAriel Manzur11-122/+175
2016-10-19address type for http clientAriel Manzur2-4/+5
2016-10-19fixed some byte order and parsing problemsAriel Manzur3-21/+52
2016-10-18adding ipv6Ariel Manzur17-126/+444
2016-10-16Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł6-34/+33
2016-10-15png: Try to fix neon issue on iphone armv7Rémi Verschelde1-22/+24
2016-10-15drivers: Refactor SCsub and drop redundant env_drivers cloneRémi Verschelde11-60/+60
2016-10-15freetype: Make it a module and split thirdparty libraryRémi Verschelde510-882/+178
2016-10-15chibi: Move to a moduleRémi Verschelde52-12/+84
2016-10-15zlib: Split thirdparty files, simplify scons optionRémi Verschelde36-49/+57
2016-10-15glew: Split thirdparty files and isolate envRémi Verschelde16-19/+115
2016-10-15squish: Update to upstream 1.14Rémi Verschelde25-3643/+3912
2016-10-15squish: Move to a module and split thirdparty libRémi Verschelde37-60/+144
2016-10-15rtaudio: Split thirdparty filesRémi Verschelde7-4/+33
2016-10-15mpc: Move to a module and split thirdparty libmpcdecRémi Verschelde34-54/+157
2016-10-15theora: Move to a module and split thirdparty libRémi Verschelde88-178/+199
2016-10-15modules: Clone env in each moduleRémi Verschelde17-93/+94
2016-10-15openssl: Move to a module and split thirdparty libRémi Verschelde960-737/+839
2016-10-15ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRémi Verschelde408-1400/+4223
2016-10-15webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde162-250/+287
2016-10-15dds/etc1/pbm/pvr: Make those modules and split thirdparty filesRémi Verschelde55-126/+433
2016-10-15enet: Split enet thirdparty files and allow unbundlingRémi Verschelde26-11/+107
2016-10-15jpg: Make it a module and split jpgd thirdparty filesRémi Verschelde13-35/+112
2016-10-15png: Split library to thirdparty dir and allow unbundlingRémi Verschelde35-61/+203
2016-10-15Fix GraphEdit connection wire when resizing GraphNodevolzhs1-0/+1
2016-10-14Added support for tooltips in ButtonArray. Fixes #6597Zher Huei Lee2-7/+47
2016-10-14Drop nedmalloc which is apparently not used anymoreRémi Verschelde14-8003/+2
2016-10-13Remove speex support, it is obsoleted by opusRémi Verschelde110-28804/+1
2016-10-13Fixed Particle2D docs - radians to degrees for some paramsKarol Walasek1-2/+2
2016-10-13Documentation of RPC-related methods and classesKarol Walasek1-0/+16
2016-10-13Adapt overlooked instances of zero-based column numbersPedro J. Estébanez1-5/+5
2016-10-13Only show AnimationEditor automatically when an Animplayer is selected.Andreas Haas1-1/+1
2016-10-13Properly handle absolute paths in Globals::localize_pathFabio Alessandrelli1-1/+1
2016-10-13Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)"Fabio Alessandrelli2-12/+0
2016-10-13Allow turing off zero-padding for line numbersPedro J. Estébanez4-1/+16
2016-10-13Fix GraphEdit connection wire when zoom in/outvolzhs1-5/+6
2016-10-13Add "button_selected" signal to ButtonGroupvolzhs1-0/+4
2016-10-13Expose resizable property of GraphNode in inspectorvolzhs1-0/+1
2016-10-12Fixes for ButtonArrayZher Huei Lee1-2/+12
2016-10-12Fixes hash float negative 0 problemRăzvan Cosmin Rădulescu1-1/+4
2016-10-11Correct OS architecture detectionAnthony Fieroni1-8/+9
2016-10-11Replace a node with saved branch scene instancevolzhs2-1/+30
2016-10-11Sprite: Fix inspector not showing changes on "frame" property.Andreas Haas1-0/+1
2016-10-11Refresh TextureRegionEditor when region has been changed externally.Andreas Haas2-0/+9
2016-10-11New load icon, removed unused open iconPawel Kowal5-0/+85
2016-10-11Remove unnecessary parenthesesvolzhs1-2/+2
2016-10-10Fix #5959, contrasting texture for toggled buttonPawel Kowal1-0/+0
2016-10-10Fix Script Editor drawing over Dialogs.Andreas Haas2-2/+14
2016-10-10Revise serial naming behaviorPedro J. Estébanez1-9/+22
2016-10-10Allow step for integer propertiesPedro J. Estébanez1-6/+6