aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/power_javascript.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-10Fix crash on closing [empty](*) scene tabPoommetee Ketson1-0/+6
2017-07-08Added additional functions to RichTextLabel:TwistedTwigleg2-2/+37
* Added set_text function to RichTextLabel * Added percent_visible attributes and functions to RichTextLabel This should make switching from Label to RichTextLabel easier.
2017-07-08Some adjustments to toon material to make it more flexibleJuan Linietsky5-17/+34
Ability to also disable specular
2017-07-08Added triplanar mapping, toon mode, and more specular modes for materials. ↵Juan Linietsky14-12/+231
Added multipass support for materials.
2017-07-08Refactor 'treshold' to 'threshold'Poommetee Ketson44-184/+182
2017-07-08About: center valign copyright labelPoommetee Ketson1-0/+1
2017-07-08Only execute chmod exporting iOS when on Mac OS XBastiaanOlij1-0/+2
2017-07-08-Added triplanar mapping modesJuan Linietsky7-84/+295
-Some fixes to shader lang
2017-07-08Justify the editor theme style colorsgeequlim1-8/+8
2017-07-08Revert "Mark where ETC1 restriction needs to be done to speed up RGBA8 import"Rémi Verschelde1-1033/+1241
This reverts commit 8b362b50094ccd332c6ee3d0853a6b9b49f70253. We should not apply our clang-format style to thirdparty code, it makes it impossible to maintain.
2017-07-08Fix wrong cast to Node2D instead of ControlRémi Verschelde1-1/+1
As reported by @sanikoyes.
2017-07-07[#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito6-17/+17
2017-07-07Increase SCons rebuild speedGeorge Marques1-0/+7
2017-07-07ScriptCreateDialog: fix open error crash, remember templatePoommetee Ketson2-11/+25
2017-07-06Mark where ETC1 restriction needs to be done to speed up RGBA8 importJuan Linietsky1-1241/+1033
2017-07-07Inline documentation request satisfied.Mike Demchenko1-0/+11
2017-07-06More fill modes for containers, closes #9504Juan Linietsky3-6/+22
2017-07-06Ability to set rotation and scaling pivot for controls.Juan Linietsky4-11/+96
2017-07-06-Ability for controls to grow the left/top when anchored. This makes ↵Juan Linietsky2-2/+68
anchoring controls to the right/bottom easier when they are resized.
2017-07-06Improved GDScript parse_json() doc about numerical values conversion.ducdetronquito1-1/+2
2017-07-06About: add thirdparty license infoPoommetee Ketson3-13/+243
2017-07-05Fixed bug regarding to strange black shapes appearing in ice from material ↵Juan Linietsky2-3/+17
tester demo
2017-07-05Some changes to dual paraboloid envmap generation, fixes somme bleedingJuan Linietsky7-22/+33
2017-07-05Implemented borderless window functions on Linux.Marcelo Fernandez2-0/+29
2017-07-06Fix typo in plist exportBastiaanOlij1-2/+2
2017-07-06iPhone exporterBastiaanOlij2-0/+375
2017-07-05Use the gravity constant to calculate weightsJohan Manuel3-5/+5
2017-07-05Implement well-defined handling of unrecoverable errorsPedro J. Estébanez8-45/+76
Plus the addition of some convenience CRASH_* error macros. Plus transient avoidance of the flood of warnings emitted by Clang when checking 'this' for NULL. Plus explanation about the do-while(0) loop in some error macros.
2017-07-04Implemented environment arrays for skybox reflection and roughness, quality ↵Juan Linietsky8-97/+284
increase is enormous.
2017-07-04Removed outdated comment.anakimluke1-4/+0
closes #78
2017-07-04Add project names as Comment fields in copyright fileRémi Verschelde1-5/+47
This is compliant with the specification [0] and should allow us to generate human-readable output from the machine-readable file. [0] https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#files-paragraph
2017-07-04About: Add License infoPoommetee Ketson2-0/+32
2017-07-04ItemList: expose methods, in-editor items editing supportPoommetee Ketson4-0/+118
2017-07-04fix for redundant RMB options for toplevel nodeJakub Grzesik1-3/+5
2017-07-03Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg13-25/+26
2017-07-03Fixed set_global_scale in Node2D.TwistedTwigleg1-1/+1
2017-07-03Clicking on subscene icon will open itJakub Grzesik4-176/+144
All options are moved into RMB menu
2017-07-03Re-orient capsule to colission shapeBastiaanOlij1-17/+19
2017-07-03Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky9-99/+133
2017-07-03Authors/About: support for multiple sectionsPoommetee Ketson2-53/+93
2017-07-02Implemented borderless fullscreen code on OSX.Marcelo Fernandez2-9/+53
2017-07-03Update visibility icon properlyvolzhs2-9/+6
2017-07-02On OSX export to DMG and optionally code sign the app bundleBastiaanOlij1-38/+305
2017-07-02EditorNameDialog: Remove unnecessary move_childRémi Verschelde1-1/+0
Fixes #9377.
2017-07-02Script editor help: Prevent loading empty instances from layoutRémi Verschelde1-0/+3
2017-07-02Added Curve preview thumbnailMarc Gilleron2-0/+80
2017-07-01Animation Editor: Fix trying to stop playback without player.Andreas Haas1-0/+4
Fixes #9280
2017-07-01Readd shape_offset as an editor-only and backcompat propertyBojidar Marinov1-1/+8
2017-07-01Readd tilemap's shape_transform and bugfixesBojidar Marinov6-37/+56
This reverts commit a808f53020aa710ff81392e2349b8a39c55d2717.
2017-07-01SceneTab: MMB or double LMB to create new scenePoommetee Ketson1-2/+8