summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-02Merge pull request #7649 from Faless/fix_input_masterRémi Verschelde
Keyboard Input modifiers do not block actions.
2017-02-02Merge pull request #7648 from RayKoopa/add_remove_animation_warningRémi Verschelde
Added warning when removing animations
2017-02-02Merge pull request #7645 from tagcup/x11_optimization_flags_v2Rémi Verschelde
Use -Ofast on x11. Also introduced use_lto option.
2017-02-02Merge pull request #7704 from volzhs/fix-compile-errorRémi Verschelde
Fix compile error
2017-02-02Fix compile errorvolzhs
2017-02-01CSV translation import pluginJuan Linietsky
2017-02-01Lot of work in new importer, importing textures now works.Juan Linietsky
2017-01-30Merge pull request #7680 from cbscribe/masterRémi Verschelde
grammar fixes, it's -> its [ci skip]
2017-01-29grammar fixes, it's -> itsChris Bradfield
2017-01-26Use -Ofast on x11. Also introduced use_lto option.Ferenc Arn
debug_release doesn't turn off optimizations for release target now. Ensure that sanitizer options apply to both C and C++ files. Built-in optimization/debug flags are prepended such that user-specified flags can override them. Based on and around the discussion in PR #5194.
2017-01-25Removed import/export system, will start new one from scratch.Juan Linietsky
2017-01-25Added warning when removing animationsRay Koopa
2017-01-25Keyboard 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-25Merge pull request #7640 from volzhs/fix-scrollbar-2d-editor-3.0Rémi Verschelde
Fix weird scrollbar appearance on 2D editor (3.0 master)
2017-01-25Merge pull request #7563 from RayKoopa/extended_list_dir_beginRémi Verschelde
Add parameters to Directory.list_dir_begin() to skip navigational or hidden entries
2017-01-25Merge pull request #7642 from guilhermefelipecgs/add_categoryRémi Verschelde
Add run/output category [ci skip]
2017-01-25Merge pull request #7542 from volzhs/modulate-transparencyRémi Verschelde
Show transparency and accurate color for modulate
2017-01-25Added focus tracking in X11 and Windows classes, added new confined mouse ↵Ilija Boshkov
mode (#7162)
2017-01-25Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky
Greater VCS friendliness
2017-01-25Audio bus editing is COMPLETE!Juan Linietsky
2017-01-25Add run/output categoryGuilherme Felipe
2017-01-25Fix weird scrollbar appearance on 2D editor (3.0 master)volzhs
2017-01-25Merge pull request #7635 from RandomShaper/fs-split-layoutRémi Verschelde
Include filesystem dock split offset in editor layouts
2017-01-25Merge pull request #7631 from RandomShaper/fix-android-module-resRémi Verschelde
Fix resources for Android modules not being merged (master)
2017-01-25Include filesystem dock split offset in editor layoutsPedro J. Estébanez
Cherry-picked from 2ac89f65403c606ad9a3cdf65e591cb375faf024
2017-01-25Fix resources for Android modules not being mergedPedro J. Estébanez
Fixes #7421
2017-01-24delete bus effects is now possibleJuan Linietsky
2017-01-25Merge pull request #7629 from RayKoopa/too_much_pi_is_bad_for_your_healthRémi Verschelde
Fix VC++ build by using math_funcs constants for M_PI and M_SQRT2
2017-01-24Added parameters to skip hidden and/or navigational file system entriesRay Koopa
2017-01-24Use constants from math_funcs rather than unstandardized C++ constants.Ray Koopa
2017-01-24Show transparency and accurate color for modulatevolzhs
2017-01-24Ability to drag and drop around audio effects!Juan Linietsky
2017-01-23Ability to delete, drag and drop audio buses!Juan Linietsky
2017-01-23Merge pull request #7621 from Hinsbart/modified_timeJuan Linietsky
Add ClassDB binding for File.get_modified_time
2017-01-23Added audio bus phaser effect, welcome to the 70s, baby!Juan Linietsky
2017-01-23Add ClassDB binding for File.get_modified_timeAndreas Haas
Closes #7613
2017-01-23Merge pull request #7610 from Hinsbart/shape_warningRémi Verschelde
CollisionShape2D: Fix warning icon not updating.
2017-01-23Merge pull request #7604 from RayKoopa/gui_button_style_pressedRémi Verschelde
Respect style boxes for Button states other than "normal"
2017-01-23Merge pull request #7583 from karroffel/wildcardRémi Verschelde
made _ a special token in GDScript
2017-01-23Pretty high quality pitch Shifting effect using smbPitchShiftJuan Linietsky
2017-01-22Added Audio Limiter bus effect, and sidechain ability to compressor.Juan Linietsky
2017-01-22Simple to use compressor effectJuan Linietsky
2017-01-22Delay sound effectJuan Linietsky
2017-01-22Added new Audio Bus Chorus effect.Juan Linietsky
Added new Audio Bus Panner effect.
2017-01-22CollisionShape2D: Fix warning icon not updating.Andreas Haas
`CollisionPolygon2D` also had this problem.
2017-01-21Added BUS effect, Stereo EnhancerJuan Linietsky
2017-01-21distortion effectJuan Linietsky
2017-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky
2017-01-21Respect style boxes for Button states other than "normal"Ray Koopa
2017-01-21Remove Quick Filter Files and fix FS search hotkeyRé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.