aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_eval.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-14Call run callbackJuan Linietsky2-0/+12
2016-09-14Added API version and hashing to ObjectTypeDBJuan Linietsky5-2/+212
2016-09-14Added a few functions to make 2D split screen easier.Juan Linietsky4-22/+110
2016-09-14Restore viewport set_world_2d functionalityFabio Alessandrelli2-22/+34
2016-09-13Added a generic AStar implementation to Godot.Juan Linietsky4-0/+509
It's pretty fast, use it for games where Navigation does not cut it.
2016-09-13Make Godot detect if the screen is too small (<1200 pixels wide), and use ↵Juan Linietsky2-5/+21
single dock column like in 1.0 if that's the case.
2016-09-13-Added VeryLowDPI and MidDPI modes to Godot editor.Juan Linietsky10-41/+61
-Improved HiDPI detection (requires resolution of > 2000 in X axis)