aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-14Forbid renaming input presetsIgnacio Etcheverry3-1/+16
2015-12-14Added input actions renamingIgnacio Etcheverry6-39/+122
2015-12-14Avoid project manager from processing gamepad inputFranklin Sobrinho2-0/+8
2015-12-14Add GDScript export hint for named bit flagseska1-2/+40
2015-12-14Fix editor layouts broken after 9a7ff65Ignacio Etcheverry1-2/+1
2015-12-14no need to revert this actuallyAriel Manzur1-2/+2
2015-12-14-implement arrows on tabs, when too many tabs are present, fixes #2806Juan Linietsky5-4/+141
2015-12-14Editor layout dialog: name field grabs focus on popupIgnacio Etcheverry2-1/+8
2015-12-14implement point cloud function using convex hull for ConvexPolygonShape2D, fi...Juan Linietsky2-1/+36
2015-12-14Implement double-click on remaining dialogsFranklin Sobrinho2-11/+18
2015-12-14replaced :var by :Variant in documentation, fixes #2897Juan Linietsky12-16/+17
2015-12-14do not open dominant script if external editor is selected, fixes #3067Juan Linietsky1-0/+3
2015-12-13utf stuff on osxsantiagopf4-2/+451
2015-12-13-scenes are properly reloaded when a dependency changes, fixes #2896Juan Linietsky8-2/+145
2015-12-13fixed and improved selection and list selection, closes #2852Juan Linietsky5-102/+184
2015-12-13-hash dictionaries properly instead of using pointer, fixes #2880Juan Linietsky1-1/+14
2015-12-13-deprecated pcz, replaced by just zip. Closes #2879Juan Linietsky1-3/+3
2015-12-13added binary API to StreamPeer, fixes #2863Juan Linietsky13-9/+383
2015-12-13Fix array editor NodePath being relative to editorFranklin Sobrinho3-4/+25
2015-12-13Double-click item for reparent and choose a node in NodePath dialogFranklin Sobrinho2-11/+10
2015-12-13fix zip exportJuan Linietsky2-2/+4
2015-12-13reverted mouse stuffsantiagopf1-1/+3
2015-12-13ability to export scene to zipJuan Linietsky6-16/+101
2015-12-12ability to get video player textureJuan Linietsky2-2/+13
2015-12-13Add a Makefile to generate classes doc in various formatsRémi Verschelde9-24/+64
2015-12-12Move documentation python tools to doc/tools folderRémi Verschelde11-13627/+1
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-12Drop MSVC 12.0-specific build batch scriptRémi Verschelde1-1/+0
2015-12-12Move doxygen config to doc folderRémi Verschelde2-3/+3
2015-12-12Remove outdated documentationRémi Verschelde45-26907/+3
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-12Fix crash caused by a empty NavigationMeshFranklin Sobrinho1-1/+3
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