aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-19Added polygon antialiasing, but it does not work on nvidia. Will have to try ...Juan Linietsky11-15/+46
2017-08-19Removed style box border for script panel. Fixes #10410toger51-7/+0
2017-08-19[GDnative] Correct godot_string_chars_to_utf8_with_len function nameEmmanuel Leblond1-1/+1
2017-08-19Fix #6583, Condition + Wait nodes freezing the gameBojidar Marinov1-4/+7
2017-08-19Fixes for new two-dash long command line argumentsRémi Verschelde16-275/+162
2017-08-19Tweak command-line arguments to make them more UNIX-likeHugo Locurcio4-105/+104
2017-08-19Added smooth scrolling to TextEditPaulb236-8/+149
2017-08-19Fixes to label and code editor to make editing code hopefully fast again.Juan Linietsky2-5/+11
2017-08-19styleBoxFlat: clamp corner_detail + aa_sizetoger51-3/+3
2017-08-19Performance styleBoxFlat:toger51-4/+5
2017-08-19Fixed blinking text, issue 10432Paulb231-0/+2
2017-08-19Removes extra argument from StyleBoxFlat::get_border_color()Ignacio Etcheverry1-1/+1
2017-08-19Quit after command-line exportRuslan Mustakov1-1/+2
2017-08-18Small fix that makes overal UI (including dragging spliiters) much, much faster.Juan Linietsky1-77/+2
2017-08-18Inspector re-edits edited object when dock moves, closes #9287Juan Linietsky1-0/+3
2017-08-18Fix primitive mesh selection, closes #9210Juan Linietsky1-1/+1
2017-08-19Set the X11 class hint before mapping the windowRichard Adenling2-11/+14
2017-08-18ProceduralSky now regenerates in a thread (the second time, first does not), ...Juan Linietsky2-5/+69
2017-08-18minizip: Reapply Godot-specific changes for seek supportRémi Verschelde7-15/+454
2017-08-18-Volume sliders, mute, solo and fx bypass are functional, closes #9021Juan Linietsky8-37/+88
2017-08-18minizip: Sync with pristine contrib/minizip from zlib 1.2.4Rémi Verschelde9-347/+213
2017-08-18Rename localization method to `tr` againRémi Verschelde10-35/+35
2017-08-18Windows: Drop support for obsolete MinGWRémi Verschelde1-34/+19
2017-08-18Update script signals in real-time when script changes. Fixes #8980Juan Linietsky7-4/+31
2017-08-18Workaround missing WM_TOUCH on mingw-w64 < 4.0Rémi Verschelde1-4/+3
2017-08-18TextEdit: Moving between words now works across lines.Andreas Haas1-0/+14
2017-08-18Properly manage drawing of primitives when they lack an area, fixes #8930Juan Linietsky5-13/+26
2017-08-18Windows: Drop support for Vista (0x0600)Rémi Verschelde1-2/+4
2017-08-18-Properly check limits to objects sent (regarding to size), fixes #9034Juan Linietsky10-123/+231
2017-08-18Make sure local to scene resources are initialized after loading all nodes, f...Juan Linietsky2-7/+17
2017-08-17Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez27-94/+143
2017-08-17Oops, fixed wrong color masking problem. Closes #10149Juan Linietsky2-2/+3
2017-08-17Several improvements and fixes to import system. Might fix many issues opened...Juan Linietsky3-5/+78
2017-08-17Shader: Fix typo in "facefordward"Rémi Verschelde1-3/+3
2017-08-17Rename `XL_MESSAGE` aka `tr` to `localize`Rémi Verschelde10-50/+34
2017-08-17Removed unused variableWilson E. Alvarez1-1/+0
2017-08-17Fix progress dialog's bars overflowing.Gilles Roudiere1-3/+4
2017-08-16Fixed OUYA Game Controller for 3.0Corruptinator1-1/+1
2017-08-17Fix/improve property evaluatorPedro J. Estébanez1-7/+7
2017-08-16Fix particles emitting when emitting is set to false in sceneBojidar Marinov1-0/+4
2017-08-16Tilemap Editor: Setting to hide tile info in the menu barRémi Verschelde2-5/+17
2017-08-16EditorPlugin: Renames virtual method hiding inherited methodIgnacio Etcheverry1-3/+3
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg134-974/+974
2017-08-16Rename cull_AABB to cull_aabbRémi Verschelde4-9/+9
2017-08-16Use precision for samples only when #version 300 esFabio Alessandrelli1-0/+4
2017-08-16Fix double point in Navigation2DPedro J. Estébanez1-1/+2
2017-08-16Remove needless check in motion testPedro J. Estébanez1-17/+13
2017-08-16Checking vecs before normalization. Fixes #10183Niko Abeler1-7/+9
2017-08-16Rename layouts file to editor_layouts-3.cfgPedro J. Estébanez1-6/+6
2017-08-16Allow zero-padded serial namingPedro J. Estébanez1-1/+2