summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-02Merge pull request #7683 from marcelofg55/masterRémi Verschelde
Fix issues with set_window_resizable on x11
2017-02-02Merge pull request #7681 from karroffel/classdb_typeRémi Verschelde
corrected ClassDB::instance() return type
2017-02-02Merge pull request #7672 from Hinsbart/drag_crashRémi Verschelde
SceneTreeDock: Fix crash when dragging invalid nodes.
2017-02-02Merge pull request #7670 from RandomShaper/load-placeholder-dupRémi Verschelde
Replicate load-as-placeholder state on node duplication
2017-02-02Merge pull request #7666 from Paulb23/line_length_guidelineRémi Verschelde
Fixed line lenght guideline, and added colour option
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-30Fix issues with set_window_resizable on x11marcelofg55
2017-01-30corrected ClassDB::insatnce() return typeKarroffel
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-29SceneTreeDock: Fix crash when dragging invalid nodes.Andreas Haas
Fixes #7529
2017-01-29Replicate load-as-placeholder state on node duplicationPedro J. Estébanez
Cherry-picked from 936f2e3b4e9fb657f6c874020428f8159356d923
2017-01-28Fixed line lenght guideline drawing with color optionPaulb23
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