aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/os_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-30moved 'scale import setting' into svg sectiontoger51-1/+1
2017-08-30Fix pre-Lollipop (21) Android debugPedro J. Estébanez1-28/+46
2017-08-30second attempt on fixing the indent glitch.Paulo Gomes1-3/+3
2017-08-30Fix parsing of Android API levelPedro J. Estébanez1-7/+7
2017-08-30Add a new decomposition to Basis.Ferenc Arn2-4/+38
2017-08-30Renderer/Simulator flagsGustav Lund2-2/+23
2017-08-30Fix a crash when an early dialog tries to appearHein-Pieter van Braam1-32/+32
2017-08-30Make GDNative work on AndroidRuslan Mustakov22-321/+447
2017-08-30Improved default directional shadow params, added bias split scale, closes #9828Juan Linietsky5-4/+10
2017-08-30Remove 10778 related methods from GDNativeHein-Pieter van Braam2-24/+0
2017-08-30AutoUse Pencil on Polygon creationScayze4-0/+18
2017-08-30Disable -ffast-math for etc2compHein-Pieter van Braam2-1/+7
2017-08-30Fix GDNative API generator after changes to MethodBindRuslan Mustakov3-20/+25
2017-08-30Add enums in GDNative API generatorRuslan Mustakov1-1/+40
2017-08-29Remove Basis::set_scale and Basis::set_rotation_* functions.Ferenc Arn5-67/+1
2017-08-29Changed defaults, as it seems to be obviousy better to keep materials outside...Juan Linietsky2-3/+3
2017-08-29Added nice icon to show when a file is broken on import.Juan Linietsky4-10/+31
2017-08-29Fix constant reimport on broken files, closes #9930Juan Linietsky6-18/+84
2017-08-29Fixed problem with highlight boxes not updating on translationDaniel J. Ramirez1-4/+11
2017-08-29Improved and added some iconsDaniel J. Ramirez70-271/+157
2017-08-29Improve build callbacksIgnacio Etcheverry2-11/+15
2017-08-29Implements OS_OSX::get_system_dir()poke10242-0/+42
2017-08-29Fixes two glitches in polygon2d wip mode introduced with #10614poke10241-5/+8
2017-08-29Changed bools to uint32_t as this may be a compiler bug..Juan Linietsky1-4/+4
2017-08-29Makes built-in vararg methods actual vararg methodsIgnacio Etcheverry3-9/+22
2017-08-29Fixes missing default arguments in MethodInfoIgnacio Etcheverry1-1/+2
2017-08-29DocData and type hints fixesIgnacio Etcheverry15-113/+184
2017-08-29Made some methods to check method/signal availability in GDScript, closes #9800Juan Linietsky1-0/+6
2017-08-29Generate project files for VS2017Matthias Hoelzl2-38/+54
2017-08-29-Fixed screen edge SSAO filter, fixes #9678Juan Linietsky3-6/+11
2017-08-29Renamed 'script_changed' signal in the script editor plugin to 'edited_script...Wilson E. Alvarez4-17/+15
2017-08-29removed DISCARD built in variable, replaced by actual discard GLSL instructio...Juan Linietsky8-147/+182
2017-08-29Implement texture UV transpose in the gles3 rendererBojidar Marinov2-10/+10
2017-08-29-Fixes to how collada generates tangents (use SurfaceTool), closes #9562Juan Linietsky4-205/+65
2017-08-29Fix #10723, a regression from 7a07895Bojidar Marinov1-3/+4
2017-08-29Removed ParamDef and ParamHint structsWilson E. Alvarez2-28/+0
2017-08-29Cleaned up logic in Tween::_tween_process(), fixes #9187cryptonaut1-14/+10
2017-08-28Better spatial gizmo.Daniel J. Ramirez2-13/+131
2017-08-29Change editor update_mode to booleanPoommetee Ketson1-4/+9
2017-08-29Fix export of 32 Bits Framebuffer optionHenrik Andersson1-1/+1
2017-08-29EditorNode: fix scene save over othersPoommetee Ketson1-5/+12
2017-08-29EditorNode: enhance open scene error dialogPoommetee Ketson2-12/+43
2017-08-28Disable antialiasing for CanvasItem triangle arraysRémi Verschelde1-0/+1
2017-08-28Added missing gizmo icons and fixed ugly looking gizmo icons.Daniel J. Ramirez16-8/+85
2017-08-28Fix the channels gltf importer uses for metallic and AO textures.Ferenc Arn1-1/+2
2017-08-28Improved directional light arrow and gizmo highlightingDaniel J. Ramirez1-24/+23
2017-08-28Fix inability to change project settingsRémi Verschelde2-1/+9
2017-08-28Highlight currently selected gizmo.Daniel J. Ramirez2-0/+34
2017-08-28-Some fixes to code completion.Juan Linietsky6-85/+154
2017-08-27-Moved script run to editor, removed from projectJuan Linietsky6-47/+64