aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/os_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-09OSX export: Default to fat format, make it an enumRémi Verschelde1-21/+27
2016-07-09added "arch" parameter, made iphone use it to build isimAriel Manzur2-6/+17
2016-07-09iOS simulator: merge into iphone detect.pyRémi Verschelde3-152/+31
2016-07-09corrently parse utf8 from zip_io open, closes #1708Juan Linietsky1-2/+5
2016-07-08classref: Add docs for InputEvent* and InputMapRémi Verschelde1-11/+241
2016-07-08classref: Fix arg name for is_action_pressed/releasedRémi Verschelde3-25/+25
2016-07-08Pass mouse position to Input singleton in web exporteska1-0/+3
2016-07-08Fix own world option of Viewport.Franklin Sobrinho1-1/+1
2016-07-08Avoid crash if setting modifiers fails, closes #5158Juan Linietsky1-1/+3
2016-07-08remove warnings if a script is missing and can't be openedJuan Linietsky1-0/+2
2016-07-08Fix several bugs related to node duplication and signals, closes #5405Juan Linietsky2-3/+21
2016-07-08Update String.capitalize() documentationPawel Kowal1-1/+1
2016-07-08classref: Sync for new sorting of constantsRémi Verschelde1-1502/+1502
2016-07-08Make sure builtin types' constants remain in orderGeorge Marques2-58/+60
2016-07-08Fix crash when null value through jni on androidvolzhs1-0/+4
2016-07-08Prettier str() for arraysIgnacio Etcheverry1-6/+12
2016-07-08Windows: prevent freeze while moving or resizing the game window.Andreas Haas2-1/+17
2016-07-08throw error if GridContainer::set_columns goes below 1, closes #5316Juan Linietsky1-0/+1
2016-07-08Make both signals be ordered and samplelibrary items too, fixes scenes changi...Juan Linietsky2-1/+13
2016-07-08Only emit item_selected once per Tree row, closes #5280Juan Linietsky1-1/+6
2016-07-08Remove error when getting dependencies from tscn files in some cases, closes ...Juan Linietsky2-21/+34
2016-07-08Fix bug in inner class reference, closes #1411Juan Linietsky1-4/+9
2016-07-08Fixed bug related to resolving constants in a class, closes #1110Juan Linietsky1-1/+1
2016-07-08Fix extends issue, closes #4026Juan Linietsky1-1/+3
2016-07-08Fixed bug in instance state ordering, closes #3904Juan Linietsky2-4/+4
2016-07-08Avoid recursion in filesystem scanning, closes #3838Juan Linietsky1-16/+25
2016-07-08Fix style bug in event queueRémi Verschelde1-1/+1
2016-07-08fix bug in reporting of message queue sizeJuan Linietsky1-1/+1
2016-07-08Properly complain when a scene file has not be selected, closes #3811Juan Linietsky1-0/+22
2016-07-08Ability to rotate controls using tool, closes #3800Juan Linietsky2-10/+40
2016-07-08Properly deliver localized coordinates when passing gui events through parent...Juan Linietsky4-64/+74
2016-07-08Fix compiling for X11 on non-86, this fixes #5444Ferdinand Thiessen1-1/+3
2016-07-08Fix visual server error when minimizing the windowGeorge Marques1-2/+6
2016-07-08Avoid mirroring to go negative to fix crash, closes #4036Juan Linietsky1-0/+5
2016-07-08remove the warning of instances in use at exitJuan Linietsky1-1/+1
2016-07-08Fix error reporting when a scene is not imported properly, closes #3968Juan Linietsky3-12/+18
2016-07-08Fixed selected text turning black, issue 5199Paulb231-0/+1
2016-07-08Optimize member access with selfPedro J. Estébanez1-3/+11
2016-07-08Changes X11 res_name to "Godot_Engine"paper-pauper1-1/+1
2016-07-08Fix string array parameter check with jnivolzhs2-4/+4
2016-07-08Remove duplicated aidl for androidvolzhs1-144/+0
2016-07-08Revert "Fixed the order of events called by _input, closes #4384"Rémi Verschelde1-1/+1
2016-07-08Dynamic property list for control margins allowing floating point properties ...Saracen1-8/+80
2016-07-02Fixed bug using DirAccess in Android Marshmallow due to data dir being a symlinkJuan Linietsky2-2/+28
2016-06-25Ignore some 2.1-specific filesRémi Verschelde1-0/+3
2016-06-25Add "bool" to GDScript reserverd keywordsAndreas Haas1-0/+1
2016-06-25Fix bug in String==StrRange comparisonGeorge Marques1-5/+2
2016-06-25Properly report a valid error instead of reporting as a bug, closes #3841Juan Linietsky1-2/+2
2016-06-25Fix network IP setting changevolzhs1-1/+1
2016-06-25Add docs for String and CanvasItemGeorge Marques1-14/+46