Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-01-17 | Fix issue template as people started ignoring it | Rémi Verschelde | |
2017-01-17 | Merge pull request #7566 from karroffel/ptrcall-fix | Rémi Verschelde | |
updated method_ptrcall.h to use 3.0 naming [ci skip] | |||
2017-01-17 | updated method_ptrcall.h to use 3.0 naming | karroffel | |
2017-01-17 | Merge pull request #7564 from djrm/icons | Rémi Verschelde | |
Icons | |||
2017-01-16 | Added some missing icons and modified others | Daniel J. Ramirez | |
2017-01-16 | icon fixes | Daniel J. Ramirez | |
2017-01-16 | Merge pull request #7562 from RandomShaper/ordered-image-group-files | Rémi Verschelde | |
Make image-groups map in export.cfg ordered | |||
2017-01-16 | Overloaded basic math funcs (double and float variants). Use real_t rather ↵ | Ferenc Arn | |
than float or double in generic functions (core/math) whenever possible. Also inlined some more math functions. | |||
2017-01-16 | Make image-groups map in export.cfg ordered | Pedro J. Estébanez | |
This improves the VCS experience because otherwise they change their order everytime producing spurious changes. | |||
2017-01-16 | Merge pull request #7560 from volzhs/issue-7555 | Rémi Verschelde | |
Fix crash when creating new project | |||
2017-01-16 | Merge pull request #7540 from volzhs/default-rot | Rémi Verschelde | |
Change camera default rotation | |||
2017-01-16 | Merge pull request #7536 from GodotExplorer/pr-copy-node-path | Rémi Verschelde | |
Add 'Copy Node Path' action to right mouse menu | |||
2017-01-16 | Merge pull request #7532 from tagcup/pcg_prng | Rémi Verschelde | |
Replace the existing PRNG (Xorshift31) with (minimal) PCG-32. | |||
2017-01-17 | Fix crash when creating new project | volzhs | |
2017-01-16 | Merge pull request #7558 from Faless/fix_windows_output | Rémi Verschelde | |
Fix gibberish output for windows/mingw. | |||
2017-01-16 | Adapt platforms to AudioServer refactoring | Rémi Verschelde | |
Fixes compilation on Windows and likely other platforms (at least as far as AudioServer changes were concerned), though they were not tested. | |||
2017-01-16 | Fix gibberish output for windows/mingw. | Fabio Alessandrelli | |
%ls should be used instead of %s or %S to speficy narrow/wide charstring in wprintf fwprintf Fixes #6252 | |||
2017-01-17 | Change camera default rotation | volzhs | |
2017-01-16 | zlib: Update to upstream version 1.2.11 | Rémi Verschelde | |
2017-01-16 | #7215 try to fix adb bad targeting user on device | Jerome67000 | |