aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/os_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-28-fix forced texture repeat in Polygon2D, now depends on texture.Juan Linietsky4-24/+11
2015-04-28fixes in handling of DirAccess for resource path on Android, fixes #1447Juan Linietsky4-33/+57
2015-04-27fixed ColorArray constructor when taking array as parameterromulox_x1-1/+1
2015-04-27-made normalmaps easier in 2D, fixes #1467Juan Linietsky6-0/+26
2015-04-27-added set_master_player binding, fixes #1477Juan Linietsky1-0/+6
2015-04-27-disabled thread model 2 for the time being, crashes on linux without reason,...Juan Linietsky1-0/+3
2015-04-26made parser accept EOF after "pass", fixes #1488Juan Linietsky1-1/+1
2015-04-26fix quit bug on linux when using alt-f4, fixes #1677Juan Linietsky1-1/+6
2015-04-26-fixed bodyenter/bodyexit callback of physics bodies, fixes #1739Juan Linietsky2-7/+20
2015-04-26properly wake up bodies when a parameter changes, fixes #1740Juan Linietsky6-2/+37
2015-04-26fix crash on exit for popup, fixes #1676Juan Linietsky1-2/+4
2015-04-26fixes crash related to empty concavecollisionshape, fixes #1709Juan Linietsky1-0/+13
2015-04-26-Fixed shader commets, /* */ works well and crash is solved, fixes #1711Juan Linietsky1-4/+8
2015-04-26Fixed bug in array comparison, fixes #1712Juan Linietsky1-1/+2