aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-16Add GDScript export hint for real numbers with easing `export(float, EASE)`eska1-0/+10
2015-10-16Added specific get_locale to OSX platformDidier Vandekerckhove2-0/+7
2015-10-16Add multiline string GDScript export hint `export(String, MULTILINE)`eska1-0/+11
2015-10-16GraphEdit and GraphNode documentationJulian Murgia - StraToN1-29/+79
2015-10-16Revert "add flag and multiline hits in GDScript"eska1-16/+9
2015-10-13-A little More control about pixel snapping in 2DJuan Linietsky6-3/+18
2015-10-13REUSE_ADDR under windows platformsanikoyes1-0/+7
2015-10-13ability to change audio track in theora videoJuan Linietsky5-6/+48
2015-10-12ran cppcheck, fixed cases where array index is used before limits checkfirefly24422-50/+38
2015-10-10Expose softness parameter of pin joint to the editor.Biliogadafr8-4/+75
2015-10-10Large improvements on scene packing and managementreduz19-215/+2305
2015-10-10Add type mask property to RayCast2Deska2-1/+20
2015-10-10Fix 3D Area mask matchingeska1-3/+3
2015-10-09Fix Area2D type mask matchingeska1-2/+2
2015-10-09fix parentheses-equality warnings of osx clang近藤 直人2-3/+3
2015-10-08newline fixesreduz38-33297/+33297
2015-10-08fixed uninitialized memory issues in audio codereduz3-2/+7
2015-10-08 Please enter the commit message for your changes. Lines startingAriel Manzur2-4/+4
2015-10-07Minor changes: Organizing importsJorge Araya Navarro1-3/+2
2015-10-07Minor changesJorge Araya Navarro1-1/+0
2015-10-07Internationalization implementedJorge Araya Navarro4-52/+326
2015-10-06Refactoring some strings and ordering importsJorge Araya Navarro1-70/+52
2015-10-05nested clipping of canvas items now worksZher Huei Lee1-1/+5
2015-10-04Fix bug in EditorPlugin::add_custom_control, fixes #2567Franklin Sobrinho1-0/+1
2015-10-03Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe1-2/+7
2015-10-03Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe2-1/+3
2015-10-02Add support for Opus audio formatGeorge Marques274-2/+68380
2015-10-01removed unnecessary clear, which prevented root viewport from working right w...romulox_x1-1/+0
2015-10-01-Added ability to use cubic interpolation on image resize (little more qualit...Juan Linietsky8-393/+501
2015-09-30fix miss bind for Node::find_nodevolzhs1-1/+1
2015-09-29Small readability fixes for the in-game class reference - fixes #2515 and #23...Jack Gold1-6/+20
2015-09-28Add SpriteRegionEditor and update Polygon2DUVEditorMarianoGNU9-3/+868
2015-09-27XML to Open Project Wiki implementedJorge Araya Navarro1-35/+229
2015-09-27improved iCloud build option descriptionsteve1-1/+1
2015-09-27Initial iCloud implementation, supporting key value pairssteve7-0/+462
2015-09-27Hide stderr when trying to detect mingw binaries on posixRémi Verschelde1-3/+3