aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Keyboard Input modifiers do not block actions.Fabio Alessandrelli2017-01-253-13/+16
| | | | | | | | | | This means, if you press "F" while holding "shift" and there is and action registered for "F" that action should be pressed. This commit restore this behaviour, lost when implementing is_action_just_pressed. If you want "blocking modifiers" you should code it via script. Fixes 6826
* Merge pull request #7640 from volzhs/fix-scrollbar-2d-editor-3.0Rémi Verschelde2017-01-251-2/+2
|\ | | | | Fix weird scrollbar appearance on 2D editor (3.0 master)
| * Fix weird scrollbar appearance on 2D editor (3.0 master)volzhs2017-01-251-2/+2
| |
* | Merge pull request #7563 from RayKoopa/extended_list_dir_beginRémi Verschelde2017-01-252-4/+19
|\ \ | | | | | | Add parameters to Directory.list_dir_begin() to skip navigational or hidden entries
| * | Added parameters to skip hidden and/or navigational file system entriesRay Koopa2017-01-242-4/+19
| | |
* | | Merge pull request #7642 from guilhermefelipecgs/add_categoryRémi Verschelde2017-01-252-2/+4
|\ \ \ | | | | | | | | | | | | Add run/output category [ci skip]
| * | | Add run/output categoryGuilherme Felipe2017-01-252-2/+4
| | |/ | |/|
* | | Merge pull request #7542 from volzhs/modulate-transparencyRémi Verschelde2017-01-254-2/+23
|\ \ \ | | | | | | | | Show transparency and accurate color for modulate
| * | | Show transparency and accurate color for modulatevolzhs2017-01-244-2/+23
| | | |
* | | | Added focus tracking in X11 and Windows classes, added new confined mouse ↵Ilija Boshkov2017-01-257-34/+78
| | | | | | | | | | | | | | | | mode (#7162)
* | | | Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky2017-01-256-21/+32
|\ \ \ \ | | | | | | | | | | Greater VCS friendliness
| * | | | Improve .tscn VCSPedro J. Estébanez2017-01-166-21/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Serialize dictionaries adding newlines between key-value pairs Serialize group lists also with newlines in between Serialize string properties escaping only " and \ (needed for a good diff experience with built-in scripts and shaders) Bonus: Make AnimationPlayer serialize its blend times always sorted so their order is predictable in the .tscn file. This PR is back-compat; won't break the load of existing files.
* | | | | Audio bus editing is COMPLETE!Juan Linietsky2017-01-2511-37/+659
| |_|/ / |/| | |
* | | | Merge pull request #7635 from RandomShaper/fs-split-layoutRémi Verschelde2017-01-252-0/+11
|\ \ \ \ | | | | | | | | | | Include filesystem dock split offset in editor layouts
| * | | | Include filesystem dock split offset in editor layoutsPedro J. Estébanez2017-01-252-0/+11
| | | | | | | | | | | | | | | | | | | | Cherry-picked from 2ac89f65403c606ad9a3cdf65e591cb375faf024
* | | | | Merge pull request #7631 from RandomShaper/fix-android-module-resRémi Verschelde2017-01-251-2/+1
|\ \ \ \ \ | |/ / / / |/| | | | Fix resources for Android modules not being merged (master)
| * | | | Fix resources for Android modules not being mergedPedro J. Estébanez2017-01-251-2/+1
|/ / / / | | | | | | | | | | | | Fixes #7421
* | | | delete bus effects is now possibleJuan Linietsky2017-01-242-1/+47
| | | |
* | | | Merge pull request #7629 from RayKoopa/too_much_pi_is_bad_for_your_healthRémi Verschelde2017-01-257-34/+41
|\ \ \ \ | | | | | | | | | | Fix VC++ build by using math_funcs constants for M_PI and M_SQRT2
| * | | | Use constants from math_funcs rather than unstandardized C++ constants.Ray Koopa2017-01-247-34/+41
|/ / / /
* | | | Ability to drag and drop around audio effects!Juan Linietsky2017-01-243-3/+116
| | | |
* | | | Ability to delete, drag and drop audio buses!Juan Linietsky2017-01-239-26/+397
| | | |
* | | | Merge pull request #7621 from Hinsbart/modified_timeJuan Linietsky2017-01-232-0/+8
|\ \ \ \ | | | | | | | | | | Add ClassDB binding for File.get_modified_time
| * | | | Add ClassDB binding for File.get_modified_timeAndreas Haas2017-01-232-0/+8
| | | | | | | | | | | | | | | | | | | | Closes #7613
* | | | | Added audio bus phaser effect, welcome to the 70s, baby!Juan Linietsky2017-01-233-0/+230
| | | | |
* | | | | Merge pull request #7610 from Hinsbart/shape_warningRémi Verschelde2017-01-232-0/+2
|\| | | | | | | | | | | | | | CollisionShape2D: Fix warning icon not updating.
| * | | | CollisionShape2D: Fix warning icon not updating.Andreas Haas2017-01-222-0/+2
| | | | | | | | | | | | | | | | | | | | `CollisionPolygon2D` also had this problem.
* | | | | Merge pull request #7604 from RayKoopa/gui_button_style_pressedRémi Verschelde2017-01-231-5/+10
|\ \ \ \ \ | | | | | | | | | | | | Respect style boxes for Button states other than "normal"
| * | | | | Respect style boxes for Button states other than "normal"Ray Koopa2017-01-211-5/+10
| | | | | |
* | | | | | Merge pull request #7583 from karroffel/wildcardRémi Verschelde2017-01-233-7/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | made _ a special token in GDScript
| * | | | | | made _ a special token in GDScriptkarroffel2017-01-203-7/+9
| | | | | | |
* | | | | | | Pretty high quality pitch Shifting effect using smbPitchShiftJuan Linietsky2017-01-233-0/+388
| | | | | | |
* | | | | | | Added Audio Limiter bus effect, and sidechain ability to compressor.Juan Linietsky2017-01-226-3/+239
| | | | | | |
* | | | | | | Simple to use compressor effectJuan Linietsky2017-01-223-0/+254
| | | | | | |
* | | | | | | Delay sound effectJuan Linietsky2017-01-224-28/+467
| | | | | | |
* | | | | | | Added new Audio Bus Chorus effect.Juan Linietsky2017-01-225-14/+589
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new Audio Bus Panner effect.
* | | | | | | Added BUS effect, Stereo EnhancerJuan Linietsky2017-01-213-0/+200
| | | | | | |
* | | | | | | distortion effectJuan Linietsky2017-01-213-0/+241
| | | | | | |
* | | | | | | WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-2155-246/+9483
| |/ / / / / |/| | | | |
* | | | | | Remove Quick Filter Files and fix FS search hotkeyRémi Verschelde2017-01-215-28/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new Quick Filter Files behaviour since 8b47e26 had not been implemented, so this implements it and makes it an editor hotkey instead of a menu entry. Fixes #7582.
* | | | | | Merge pull request #7528 from tagcup/real_t_float_fixesJuan Linietsky2017-01-2050-607/+535
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Use real_t rather than float or double in generic functions (core/mat…
| * | | | | Overloaded basic math funcs (double and float variants). Use real_t rather ↵Ferenc Arn2017-01-1650-607/+535
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | than float or double in generic functions (core/math) whenever possible. Also inlined some more math functions.
* | | | | Merge pull request #7576 from Hinsbart/hide_lock_iconsRémi Verschelde2017-01-192-2/+5
|\ \ \ \ \ | | |/ / / | |/| | | 2D Editor: Don't show lock icons for hidden nodes.
| * | | | 2D Editor: Don't show lock icons for hidden nodes.Andreas Haas2017-01-192-2/+5
|/ / / / | | | | | | | | | | | | | | | | Now we only draw those icons for visible Nodes. Fixes #7518
* | | | Merge pull request #7574 from RayKoopa/canvas_item_fix_is_hiddenRémi Verschelde2017-01-192-20/+19
|\ \ \ \ | | | | | | | | | | Fix Spatial::is_visible and editor calls to CanvasItem/Spatial::is_visible
| * | | | Fix editor method calls to is_visible for Spatial and CanvasItem and ↵Ray Koopa2017-01-182-20/+19
| | | | | | | | | | | | | | | | | | | | is_visible itself for Spatial
* | | | | Use Markdown comments in the issue templateRémi Verschelde2017-01-191-9/+9
| | | | |
* | | | | Merge pull request #7577 from tagcup/issue_7476Juan Linietsky2017-01-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Use property convention introduced in b085c4 (_ rather than / as sepa…
| * | | | Use property convention introduced in b085c4 (_ rather than / as separator).Ferenc Arn2017-01-181-1/+1
|/ / / / | | | | | | | | | | | | Fixes #7476.
* | | | Merge pull request #7572 from BastiaanOlij/fix_mathRémi Verschelde2017-01-182-7/+2
|\ \ \ \ | | | | | | | | | | Some changes in the header so Godot3 compiles again on Windows.