Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-25 | Keyboard Input modifiers do not block actions. | Fabio Alessandrelli | |
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 | |||
2017-01-25 | Merge pull request #7640 from volzhs/fix-scrollbar-2d-editor-3.0 | Rémi Verschelde | |
Fix weird scrollbar appearance on 2D editor (3.0 master) | |||
2017-01-25 | Merge pull request #7563 from RayKoopa/extended_list_dir_begin | Rémi Verschelde | |
Add parameters to Directory.list_dir_begin() to skip navigational or hidden entries | |||
2017-01-25 | Merge pull request #7642 from guilhermefelipecgs/add_category | Rémi Verschelde | |
Add run/output category [ci skip] | |||
2017-01-25 | Merge pull request #7542 from volzhs/modulate-transparency | Rémi Verschelde | |
Show transparency and accurate color for modulate | |||
2017-01-25 | Added focus tracking in X11 and Windows classes, added new confined mouse ↵ | Ilija Boshkov | |
mode (#7162) | |||
2017-01-25 | Merge pull request #7002 from RandomShaper/vcs-friendliness | Juan Linietsky | |
Greater VCS friendliness | |||
2017-01-25 | Audio bus editing is COMPLETE! | Juan Linietsky | |
2017-01-25 | Add run/output category | Guilherme Felipe | |
2017-01-25 | Fix weird scrollbar appearance on 2D editor (3.0 master) | volzhs | |
2017-01-25 | Merge pull request #7635 from RandomShaper/fs-split-layout | Rémi Verschelde | |
Include filesystem dock split offset in editor layouts | |||
2017-01-25 | Merge pull request #7631 from RandomShaper/fix-android-module-res | Rémi Verschelde | |
Fix resources for Android modules not being merged (master) | |||
2017-01-25 | Include filesystem dock split offset in editor layouts | Pedro J. Estébanez | |
Cherry-picked from 2ac89f65403c606ad9a3cdf65e591cb375faf024 | |||
2017-01-25 | Fix resources for Android modules not being merged | Pedro J. Estébanez | |
Fixes #7421 | |||
2017-01-24 | delete bus effects is now possible | Juan Linietsky | |
2017-01-25 | Merge pull request #7629 from RayKoopa/too_much_pi_is_bad_for_your_health | Rémi Verschelde | |
Fix VC++ build by using math_funcs constants for M_PI and M_SQRT2 | |||
2017-01-24 | Added parameters to skip hidden and/or navigational file system entries | Ray Koopa | |
2017-01-24 | Use constants from math_funcs rather than unstandardized C++ constants. | Ray Koopa | |
2017-01-24 | Show transparency and accurate color for modulate | volzhs | |
2017-01-24 | Ability to drag and drop around audio effects! | Juan Linietsky | |
2017-01-23 | Ability to delete, drag and drop audio buses! | Juan Linietsky | |
2017-01-23 | Merge pull request #7621 from Hinsbart/modified_time | Juan Linietsky | |
Add ClassDB binding for File.get_modified_time | |||
2017-01-23 | Added audio bus phaser effect, welcome to the 70s, baby! | Juan Linietsky | |
2017-01-23 | Add ClassDB binding for File.get_modified_time | Andreas Haas | |
Closes #7613 | |||
2017-01-23 | Merge pull request #7610 from Hinsbart/shape_warning | Rémi Verschelde | |
CollisionShape2D: Fix warning icon not updating. | |||
2017-01-23 | Merge pull request #7604 from RayKoopa/gui_button_style_pressed | Rémi Verschelde | |
Respect style boxes for Button states other than "normal" | |||
2017-01-23 | Merge pull request #7583 from karroffel/wildcard | Rémi Verschelde | |
made _ a special token in GDScript | |||
2017-01-23 | Pretty high quality pitch Shifting effect using smbPitchShift | Juan Linietsky | |
2017-01-22 | Added Audio Limiter bus effect, and sidechain ability to compressor. | Juan Linietsky | |
2017-01-22 | Simple to use compressor effect | Juan Linietsky | |
2017-01-22 | Delay sound effect | Juan Linietsky | |
2017-01-22 | Added new Audio Bus Chorus effect. | Juan Linietsky | |
Added new Audio Bus Panner effect. | |||
2017-01-22 | CollisionShape2D: Fix warning icon not updating. | Andreas Haas | |
`CollisionPolygon2D` also had this problem. | |||
2017-01-21 | Added BUS effect, Stereo Enhancer | Juan Linietsky | |
2017-01-21 | distortion effect | Juan Linietsky | |
2017-01-21 | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | |
2017-01-21 | Respect style boxes for Button states other than "normal" | Ray Koopa | |
2017-01-21 | Remove Quick Filter Files and fix FS search hotkey | Rémi Verschelde | |
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. | |||
2017-01-20 | Merge pull request #7528 from tagcup/real_t_float_fixes | Juan Linietsky | |
Use real_t rather than float or double in generic functions (core/mat… | |||
2017-01-20 | made _ a special token in GDScript | karroffel | |
2017-01-19 | Merge pull request #7576 from Hinsbart/hide_lock_icons | Rémi Verschelde | |
2D Editor: Don't show lock icons for hidden nodes. | |||
2017-01-19 | 2D Editor: Don't show lock icons for hidden nodes. | Andreas Haas | |
Now we only draw those icons for visible Nodes. Fixes #7518 | |||
2017-01-19 | Merge pull request #7574 from RayKoopa/canvas_item_fix_is_hidden | Rémi Verschelde | |
Fix Spatial::is_visible and editor calls to CanvasItem/Spatial::is_visible | |||
2017-01-19 | Use Markdown comments in the issue template | Rémi Verschelde | |
2017-01-18 | Merge pull request #7577 from tagcup/issue_7476 | Juan Linietsky | |
Use property convention introduced in b085c4 (_ rather than / as sepa… | |||
2017-01-18 | Use property convention introduced in b085c4 (_ rather than / as separator). | Ferenc Arn | |
Fixes #7476. | |||
2017-01-18 | Fix editor method calls to is_visible for Spatial and CanvasItem and ↵ | Ray Koopa | |
is_visible itself for Spatial | |||
2017-01-18 | Merge pull request #7572 from BastiaanOlij/fix_math | Rémi Verschelde | |
Some changes in the header so Godot3 compiles again on Windows. | |||
2017-01-18 | Some changes in the header so Godot3 compiles again on Windows. | BastiaanOlij | |
2017-01-17 | Fix typo in issue template | Rémi Verschelde | |