aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/power_javascript.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-07-11AStar: add bool has_point(id)Poommetee Ketson2-0/+8
2017-07-11Revert "Improve reliability of memory stats"Rémi Verschelde4-122/+51
2017-07-11[#7212] Fixed missing 'Variant' return values in documentation.ducdetronquito8-11/+11
2017-07-11IME window follow the input cursor.geequlim7-14/+39
Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit.
2017-07-11Include Git hash in the enginePoommetee Ketson3-1/+23
2017-07-11EditorPlugin ability to open and reload scns from filepathJakub Grzesik3-0/+38
2017-07-10Added get_bus_index to AudioServerBruno Lourenço2-0/+11
2017-07-11Slider: add set/is_editablePoommetee Ketson6-1/+37
2017-07-10Fix picking list flood while mouse capture enabledPedro J. Estébanez1-1/+1
Fixes #9575.
2017-07-10Remove warnings about benign situationsPedro J. Estébanez2-4/+15
2017-07-10Ability to toggle script panel visibilityJakub Grzesik2-0/+6
2017-07-10ability to reposition scene tabs with drag & dropJakub Grzesik4-2/+51
2017-07-09Fixed issues with borderless windows on WindowsMarcelo Fernandez2-72/+44
2017-07-10Fix crash on closing [empty](*) scene tabPoommetee Ketson1-0/+6
2017-07-09ScriptCreateDialog: Fix regressions from #9536Poommetee Ketson1-5/+10
2017-07-09Fix duplicated resource_local_to_scenePoommetee Ketson1-1/+1
2017-07-08removed floor so that global pos works with scalealexholly1-2/+2
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-05Added the following features to RemoteTransform and RemoteTransform2D:TwistedTwigleg4-2/+229
- Added the ability to toggle changes in position, rotation, and scale - Added the ability to toggle changes in either local or global coordinates
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 byte-tagging of memoryPedro J. Estébanez1-2/+26
Using a magic value for memory allocated but uninitialized and another one for memory about-to-be-released. Helps in debugging unitialized members, dangling pointerts, etc. Disabled by default. Can be enabled for debug builds by defining `DEBUG_MEMORY_TAGGING`.
2017-07-05Improve reliability of memory statsPedro J. Estébanez2-51/+27
The allocation count is managed atomically and where it actually should change (for instance, not counting an allocation before its success has been checked). Bonus: Improve readability of the pre-pad checks.
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