aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_driver_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-14get rid of button arrayJuan Linietsky5-681/+1
2017-06-14Fixed several bugs with directional light, and changed defaults to be more se...Juan Linietsky10-169/+48
2017-06-14glad: Sync with upstream 0.1.14a0Rémi Verschelde3-95/+96
2017-06-14Make toggle between thumbnail and list for file dialog on editorvolzhs1-0/+5
2017-06-14Rewrite Image::blit_rect to use the following algorithm:Benjamin Dahse1-10/+10
2017-06-14Add Signals descriptions when they exist.Julian Murgia2-0/+12
2017-06-14Refactor layer_mask to collision_layerPoommetee Ketson30-220/+220
2017-06-14Fixed broken Line2D due to math changes in f271591ac22bd07e1b2316448dd6e9af87...Marc Gilleron1-3/+3
2017-06-14renamed occurances of ColorRamp with GradientKarroffel8-85/+85
2017-06-13Don't append standard ports to the request header.Martin Capitanio1-2/+12
2017-06-13Add ability to use custom script templates.Andreas Haas10-4/+111
2017-06-13Fixed thread check, solves: #3698kubeczek2-0/+8
2017-06-13-Fixed occluder rendering, closes #8560Juan Linietsky12-11/+49
2017-06-13Remove default shadow bias of 0.1 for spot and omni light, fixes #8654Juan Linietsky4-15/+16
2017-06-12Change Omni light default mode to Cube, avoids users confusing it as a bug, c...Juan Linietsky1-1/+1
2017-06-12Fix bug breaking shader when skeleton+tangents were used, closes #8673Juan Linietsky1-1/+1
2017-06-12Fix empty shader related crash, closes #8314Juan Linietsky3-2/+8
2017-06-12Fixed _draw_polygon, should help fix other bugs..Juan Linietsky2-96/+60
2017-06-12Properly adjust the visible editor rect and make limits respected, closes #8328Juan Linietsky3-0/+4
2017-06-12EditorSettings: Default game window placement to Centered.Andreas Haas1-1/+1
2017-06-12UWP: InputEvent: Renamed "pos" property to "position"George Marques1-9/+9
2017-06-11Expose zstd and zlib compression levels as global config.Ferenc Arn2-5/+13
2017-06-12Fixed compilation on Windows + removed debug printMarc Gilleron2-4/+2
2017-06-11Restored everything related to information polling, and added information box...Juan Linietsky10-34/+228
2017-06-11Restored multiple viewport function, as well as view modes.Juan Linietsky16-202/+437
2017-06-11Multiple 3D viewports are not operational.Juan Linietsky3-77/+345
2017-06-11Added EditorPlugin.remove_import_plugin()Zher Huei Lee3-0/+8
2017-06-10Restired multithread support in OSX and Windows, should stop the crashes.Juan Linietsky4-19/+15
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly42-298/+298
2017-06-08Add zstd compression support.Ferenc Arn38-10/+15735
2017-06-09-Restored multithread capability to VisualServerJuan Linietsky33-586/+1552
2017-06-08Add settings to pan canvas editor with scrollingSean Bohan2-20/+50
2017-06-08Fix build error, commit bee81d5Poommetee Ketson1-2/+2
2017-06-08[GDnative] API consistency + missing propertiesEmmanuel Leblond20-632/+849
2017-06-08Fix unsaved scene not running after savePoommetee Ketson1-1/+1
2017-06-07TGA support based on SaracenOne's work.Juan Linietsky7-2/+491
2017-06-07Run project after selecting main scene. Fixes #9077Nuno Donato1-0/+1
2017-06-07Automatically open new project after creating it in project manager.Nuno Donato1-1/+2
2017-06-07-Added proper access to depth texture from shaderJuan Linietsky27-548/+588
2017-06-07Fix: audio buses buttons hard to see if pressed or notGilles Roudiere1-3/+6
2017-06-07Fog is complete!Juan Linietsky8-0/+490
2017-06-07fixed overlapping of temp. colors (script editor)toger52-14/+18
2017-06-07Revert "Fix text warp in color blocks with CJK"Rémi Verschelde1-1/+1
2017-06-06added style for panel classtoger51-5/+8
2017-06-06Fix input event related android build issuesChris Serino2-9/+9
2017-06-06osx release right button event fixedtoger51-1/+1
2017-06-07Fix Script Editor stealing focus on class search text changedPoommetee Ketson1-4/+3
2017-06-06GraphNode: Remove debug print.Andreas Haas1-2/+0
2017-06-05-working SCREEN_TEXTURE, SCREEN_UV shader variablesJuan Linietsky11-82/+234
2017-06-05Fix build errorPoommetee Ketson2-2/+1