| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Keyboard Input modifiers do not block actions. | Fabio Alessandrelli | 2017-01-25 | 3 | -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.0 | Rémi Verschelde | 2017-01-25 | 1 | -2/+2 |
| |\ | | | | | Fix weird scrollbar appearance on 2D editor (3.0 master) | ||||
| | * | Fix weird scrollbar appearance on 2D editor (3.0 master) | volzhs | 2017-01-25 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #7563 from RayKoopa/extended_list_dir_begin | Rémi Verschelde | 2017-01-25 | 2 | -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 entries | Ray Koopa | 2017-01-24 | 2 | -4/+19 |
| | | | | |||||
| * | | | Merge pull request #7642 from guilhermefelipecgs/add_category | Rémi Verschelde | 2017-01-25 | 2 | -2/+4 |
| |\ \ \ | | | | | | | | | | | | | Add run/output category [ci skip] | ||||
| | * | | | Add run/output category | Guilherme Felipe | 2017-01-25 | 2 | -2/+4 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #7542 from volzhs/modulate-transparency | Rémi Verschelde | 2017-01-25 | 4 | -2/+23 |
| |\ \ \ | | | | | | | | | Show transparency and accurate color for modulate | ||||
| | * | | | Show transparency and accurate color for modulate | volzhs | 2017-01-24 | 4 | -2/+23 |
| | | | | | |||||
| * | | | | Added focus tracking in X11 and Windows classes, added new confined mouse ↵ | Ilija Boshkov | 2017-01-25 | 7 | -34/+78 |
| | | | | | | | | | | | | | | | | | mode (#7162) | ||||
| * | | | | Merge pull request #7002 from RandomShaper/vcs-friendliness | Juan Linietsky | 2017-01-25 | 6 | -21/+32 |
| |\ \ \ \ | | | | | | | | | | | Greater VCS friendliness | ||||
| | * | | | | Improve .tscn VCS | Pedro J. Estébanez | 2017-01-16 | 6 | -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 Linietsky | 2017-01-25 | 11 | -37/+659 |
| | |_|/ / |/| | | | |||||
| * | | | | Merge pull request #7635 from RandomShaper/fs-split-layout | Rémi Verschelde | 2017-01-25 | 2 | -0/+11 |
| |\ \ \ \ | | | | | | | | | | | Include filesystem dock split offset in editor layouts | ||||
| | * | | | | Include filesystem dock split offset in editor layouts | Pedro J. Estébanez | 2017-01-25 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | Cherry-picked from 2ac89f65403c606ad9a3cdf65e591cb375faf024 | ||||
| * | | | | | Merge pull request #7631 from RandomShaper/fix-android-module-res | Rémi Verschelde | 2017-01-25 | 1 | -2/+1 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Fix resources for Android modules not being merged (master) | ||||
| | * | | | | Fix resources for Android modules not being merged | Pedro J. Estébanez | 2017-01-25 | 1 | -2/+1 |
| |/ / / / | | | | | | | | | | | | | Fixes #7421 | ||||
| * | | | | delete bus effects is now possible | Juan Linietsky | 2017-01-24 | 2 | -1/+47 |
| | | | | | |||||
| * | | | | Merge pull request #7629 from RayKoopa/too_much_pi_is_bad_for_your_health | Rémi Verschelde | 2017-01-25 | 7 | -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 Koopa | 2017-01-24 | 7 | -34/+41 |
| |/ / / / | |||||
| * | | | | Ability to drag and drop around audio effects! | Juan Linietsky | 2017-01-24 | 3 | -3/+116 |
| | | | | | |||||
| * | | | | Ability to delete, drag and drop audio buses! | Juan Linietsky | 2017-01-23 | 9 | -26/+397 |
| | | | | | |||||
| * | | | | Merge pull request #7621 from Hinsbart/modified_time | Juan Linietsky | 2017-01-23 | 2 | -0/+8 |
| |\ \ \ \ | | | | | | | | | | | Add ClassDB binding for File.get_modified_time | ||||
| | * | | | | Add ClassDB binding for File.get_modified_time | Andreas Haas | 2017-01-23 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | Closes #7613 | ||||
| * | | | | | Added audio bus phaser effect, welcome to the 70s, baby! | Juan Linietsky | 2017-01-23 | 3 | -0/+230 |
| | | | | | | |||||
| * | | | | | Merge pull request #7610 from Hinsbart/shape_warning | Rémi Verschelde | 2017-01-23 | 2 | -0/+2 |
| |\| | | | | | | | | | | | | | | CollisionShape2D: Fix warning icon not updating. | ||||
| | * | | | | CollisionShape2D: Fix warning icon not updating. | Andreas Haas | 2017-01-22 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | `CollisionPolygon2D` also had this problem. | ||||
| * | | | | | Merge pull request #7604 from RayKoopa/gui_button_style_pressed | Rémi Verschelde | 2017-01-23 | 1 | -5/+10 |
| |\ \ \ \ \ | | | | | | | | | | | | | Respect style boxes for Button states other than "normal" | ||||
| | * | | | | | Respect style boxes for Button states other than "normal" | Ray Koopa | 2017-01-21 | 1 | -5/+10 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #7583 from karroffel/wildcard | Rémi Verschelde | 2017-01-23 | 3 | -7/+9 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | made _ a special token in GDScript | ||||
| | * | | | | | | made _ a special token in GDScript | karroffel | 2017-01-20 | 3 | -7/+9 |
| | | | | | | | | |||||
| * | | | | | | | Pretty high quality pitch Shifting effect using smbPitchShift | Juan Linietsky | 2017-01-23 | 3 | -0/+388 |
| | | | | | | | | |||||
| * | | | | | | | Added Audio Limiter bus effect, and sidechain ability to compressor. | Juan Linietsky | 2017-01-22 | 6 | -3/+239 |
| | | | | | | | | |||||
| * | | | | | | | Simple to use compressor effect | Juan Linietsky | 2017-01-22 | 3 | -0/+254 |
| | | | | | | | | |||||
| * | | | | | | | Delay sound effect | Juan Linietsky | 2017-01-22 | 4 | -28/+467 |
| | | | | | | | | |||||
| * | | | | | | | Added new Audio Bus Chorus effect. | Juan Linietsky | 2017-01-22 | 5 | -14/+589 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new Audio Bus Panner effect. | ||||
| * | | | | | | | Added BUS effect, Stereo Enhancer | Juan Linietsky | 2017-01-21 | 3 | -0/+200 |
| | | | | | | | | |||||
| * | | | | | | | distortion effect | Juan Linietsky | 2017-01-21 | 3 | -0/+241 |
| | | | | | | | | |||||
| * | | | | | | | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 55 | -246/+9483 |
| | |/ / / / / |/| | | | | | |||||
| * | | | | | | Remove Quick Filter Files and fix FS search hotkey | Rémi Verschelde | 2017-01-21 | 5 | -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_fixes | Juan Linietsky | 2017-01-20 | 50 | -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 Arn | 2017-01-16 | 50 | -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_icons | Rémi Verschelde | 2017-01-19 | 2 | -2/+5 |
| |\ \ \ \ \ | | |/ / / | |/| | | | 2D Editor: Don't show lock icons for hidden nodes. | ||||
| | * | | | | 2D Editor: Don't show lock icons for hidden nodes. | Andreas Haas | 2017-01-19 | 2 | -2/+5 |
| |/ / / / | | | | | | | | | | | | | | | | | Now we only draw those icons for visible Nodes. Fixes #7518 | ||||
| * | | | | Merge pull request #7574 from RayKoopa/canvas_item_fix_is_hidden | Rémi Verschelde | 2017-01-19 | 2 | -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 Koopa | 2017-01-18 | 2 | -20/+19 |
| | | | | | | | | | | | | | | | | | | | | | is_visible itself for Spatial | ||||
| * | | | | | Use Markdown comments in the issue template | Rémi Verschelde | 2017-01-19 | 1 | -9/+9 |
| | | | | | | |||||
| * | | | | | Merge pull request #7577 from tagcup/issue_7476 | Juan Linietsky | 2017-01-18 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / |/| | | | | Use property convention introduced in b085c4 (_ rather than / as sepa… | ||||
| | * | | | | Use property convention introduced in b085c4 (_ rather than / as separator). | Ferenc Arn | 2017-01-18 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | Fixes #7476. | ||||
| * | | | | Merge pull request #7572 from BastiaanOlij/fix_math | Rémi Verschelde | 2017-01-18 | 2 | -7/+2 |
| |\ \ \ \ | | | | | | | | | | | Some changes in the header so Godot3 compiles again on Windows. | ||||
