aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/os_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-12ability to get video player textureJuan Linietsky2-2/+13
2015-12-12no more time error, fixes #2892Juan Linietsky2-1/+6
2015-12-12isimsantiagopf1-5/+10
2015-12-12Remove last remaining variables of PR-3043Franklin Sobrinho2-4/+1
2015-12-12variant parser was not parsing rect2 properly, fixes #2948Juan Linietsky1-0/+13
2015-12-12-force exporting of original script exported variables on overriden scriptsJuan Linietsky1-0/+13
2015-12-12better support for broken collada, fixes #2959Juan Linietsky1-1/+5
2015-12-12added rotation and scale support to gui controlsJuan Linietsky6-15/+73
2015-12-12-added windowed mode with -w, fixes #3020Juan Linietsky5-11/+16
2015-12-12ability to set occluder mask in tilemap, fixes #3025Juan Linietsky2-0/+32
2015-12-12fix broken mergeJuan Linietsky2-15/+0
2015-12-12-added option to keep debugger open, fixes #3031Juan Linietsky4-14/+33
2015-12-12Script debugger remains visible when using Debug->Show DebuggerFranklin Sobrinho3-13/+20
2015-12-12added proper functions to ColorRamp, fixes #3034Juan Linietsky2-0/+37
2015-12-12-make smoothing respect camera limits, fixes #3037Juan Linietsky2-4/+41
2015-12-12make popup emit index when id is not definedJuan Linietsky3-12/+12
2015-12-12add pop_back/pop_front/push_back/push_front to array, to make it according to...Juan Linietsky3-1/+29
2015-12-12-collision debug is shown above all else, fixes #2985Juan Linietsky3-6/+29
2015-12-11Fix "in" operator, make it use evaluate() instead of operator==Franklin Sobrinho1-1/+1
2015-12-11-remove (can be added back in editor settings) icons from property editorJuan Linietsky3-26/+55
2015-12-11remove editor driver splitJuan Linietsky1-30/+33
2015-12-11Fix error message when using is_connected with a script signalFranklin Sobrinho1-0/+4
2015-12-10added fallbacks proprty to fontsJuan Linietsky2-23/+32
2015-12-10Fix editing TreeItem cells in range modeeska1-11/+3
2015-12-10Fix exponential sliderseska1-2/+2
2015-12-10Spinbox: increase/decrease with mouse heldneikeq4-2/+102
2015-12-09Update Autoload demoeska3-36/+13
2015-12-09TextEdit: Scroll while selecting with mouse idleneikeq2-3/+40
2015-12-09Fix tscn format not being recongnized by EditorFileSystemFranklin Sobrinho1-0/+4
2015-12-09Fix project manager not picking custom fontFranklin Sobrinho1-4/+13
2015-12-09Fix windows buildest311-5/+7
2015-12-09-ability to change scripts in external editor and still have properties reloa...Juan Linietsky7-19/+117
2015-12-09Use get_current_scene() instead of hackRémi Verschelde1-6/+2
2015-12-09Move polygon_path_finder demo to demos/3d since it uses 3D nodesRémi Verschelde4-0/+0
2015-12-09Remove systematic "Init(i)alization here" from _ready()Rémi Verschelde39-39/+0
2015-12-09Improve code formattingRémi Verschelde40-1100/+840
2015-12-09Update 2D demos scenes for 2.0 formatRémi Verschelde69-2839/+2683
2015-12-09Use upper-cased first letter at the start of comment sentencesRémi Verschelde30-164/+150
2015-12-09Improve code formatting and update to 2.0Rémi Verschelde95-5631/+499
2015-12-08updated aes256 implementation to newer version from upstream. Also uses fast...romulox_x1-65/+105
2015-12-08changed a bit to use system()Juan Linietsky1-1/+1
2015-12-08improve detection of linux, fixes #3201Juan Linietsky1-1/+1
2015-12-08-New mask mode for lights, makes using masks MUCH easier.Juan Linietsky8-18/+71
2015-12-08-made it add the node name from the file, closes #3010Juan Linietsky1-8/+21
2015-12-08made the exclusion of nodes from joints optional, fixes #3015Juan Linietsky4-5/+70
2015-12-08Fix "Play Project" buttoneska1-2/+2
2015-12-08Areas now calculate their dampenings the same way as their gravity.Ovnuniarchos4-20/+31
2015-12-08better unique name resolution, as suggested i #3017Juan Linietsky1-5/+1
2015-12-08added option to add_child, to use the same deduplication convention as in the...Juan Linietsky3-19/+22
2015-12-07Fix LineEdit cursorneikeq1-1/+1