aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/power_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-22fixed osx input eventtoger51-135/+141
2017-05-21fixed crash when dragging to change color in color pickertoger51-1/+1
2017-05-21Fix 2d path editor controls.Zaven Muradyan1-85/+53
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky206-9039/+8419
2017-05-20GDScript can now tell if the wheel is in contact with the ground; change roll...Zireael072-0/+23
2017-05-20Add recent contributors to AUTHORSRémi Verschelde1-1/+4
2017-05-20Fix crash when saving AudioPlayer without stream.Andreas Haas1-0/+1
2017-05-20Removing rasterizer from iphoneBastiaanOlij3-3467/+0
2017-05-20Added texture_get_texidBastiaanOlij5-0/+12
2017-05-20Doing a little bit of cleanupBastiaanOlij6-518/+2
2017-05-19Fix #8819. Adds _import_node() that, when used in conjunction with _import_sc...Jon Ross2-12/+15
2017-05-19Finish implementation of GDnative builtins bindingsEmmanuel Leblond43-2284/+2467
2017-05-19Added bool to allow astar points to be connected in one direction onlyFabian Mathews2-4/+6
2017-05-19Fix android payment logical errorvolzhs1-24/+23
2017-05-19Detect newer Visual Studio compilers correctly like VS2017.Aren Villanueva1-0/+27
2017-05-18GDScript bindings for various missing Mesh functions.Ferenc Arn1-0/+5
2017-05-18Editor: Make "open 2d/3d/script editor" shortcuts configurable.Andreas Haas3-23/+52
2017-05-18Make MessageQueue::flush() reentrantPedro J. Estébanez1-6/+9
2017-05-18Add column_title_pressed signal to Tree nodeyanorax1-0/+21
2017-05-17Adapt tutorials (Godot Docs) icon to new designRémi Verschelde8-169/+174
2017-05-17Use new Godot icon consistently everywhereRémi Verschelde12-155/+329
2017-05-17Fix two typos from previous commitRémi Verschelde10-107/+42
2017-05-17Add extended check option to GDFunctionState::is_valid()Pedro J. Estébanez3-4/+20
2017-05-17MFI gamepad support for iPhoneBastiaanOlij3-80/+451
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky110-3203/+690
2017-05-17fix varying in 3.0 shaderPanPan1-1/+1
2017-05-16Particles potential crash fix 2honix1-0/+2
2017-05-16Add trim_trailing_whitespace to .editorconfigBojidar Marinov1-0/+3
2017-05-16Upgrade Android build tools to the latestPedro J. Estébanez1-1/+1
2017-05-15Revert "Particles potential crash fix"Andreas Haas1-2/+0
2017-05-15Particles potential crash fixhonix1-0/+2
2017-05-14fixed typo 'one short connection' to 'one shot'Christian Winter1-1/+1
2017-05-14Fixed #8526, popup menu width now responds to submenu iconAlexHoratio1-0/+5
2017-05-14docs: ERR_EOF -> ERR_FILE_EOFhonix1-1/+1
2017-05-14New logo, in SVG formatJuan Linietsky2-102/+158
2017-05-14AssetInstaller: fix toggling dir bug, scan after installPoommetee Ketson1-0/+2
2017-05-13[GDNative] fixed a reload bugKarroffel1-7/+7