summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-26Revert "Revert "Fixed RegEx::search missing return type hint""Rémi Verschelde
2017-06-26Merge pull request #9400 from godotengine/revert-9379-regex_bind_fixJuan Linietsky
Revert "Fixed RegEx::search missing return type hint"
2017-06-26Revert "Fixed RegEx::search missing return type hint"Juan Linietsky
2017-06-26Merge pull request #9378 from nunodonato/selectimportRémi Verschelde
Update import dock when editing a resource from the inspector
2017-06-26Merge pull request #9379 from leezh/regex_bind_fixRémi Verschelde
Fixed RegEx::search missing return type hint
2017-06-26Merge pull request #9393 from leezh/regex_capture_fixesRémi Verschelde
RegEx fixes #9382
2017-06-26Fixed inverted group thrown off by quantifiersZher Huei Lee
2017-06-26gitignore: Remove pre-.gen filenamesRémi Verschelde
@Noshyaar was right to remove them in the first place, we need users with local clones to clean them up to prevent older .cpp files from being including by globbing.
2017-06-26ConeTwistJoint: Initialize 'm_angularOnly'.dotquixote
2017-06-26Fixes RegEx capture grabbing too much #9382Zher Huei Lee
Incorrect behaviour was caused when next->test was throwing off the results.
2017-06-26Merge pull request #9384 from toger5/tree_bgcolor_draw_orderRémi Verschelde
tree fix drawing order for header and removed indentation for custom bg colours
2017-06-26Merge pull request #9383 from toger5/theme_margin_tree_fixRémi Verschelde
style box margins for Inspector and list.
2017-06-25style box margins for Inspector and list.toger5
2017-06-25tree fix drawing order for header +toger5
- the collapse arrow gets drawn after the background so its not hidden underneath anymore - custom_bg_color no offset anymore
2017-06-25Merge pull request #9381 from godotengine/revert-9350-x11-imeJuan Linietsky
Revert "Workaround for IME on Linux."
2017-06-25Revert "Workaround for IME on Linux."Juan Linietsky
2017-06-25Update import dock when editing a resource from the inspectorNuno Donato
2017-06-25Usability improvements for folding. Unfortunately SpatialMaterial broke ↵Juan Linietsky
compatibility.
2017-06-26Fixed RegEx::search missing return type hintZher Huei Lee
2017-06-25-Added folding to property editor, persistent on objects it editsJuan Linietsky
-Some changes to tree to support this properly
2017-06-25Merge pull request #9357 from GodotExplorer/pr-fix-string-copy_fromRémi Verschelde
Fix crash with String::copy_from with NULL string parameter
2017-06-25Fix crash with String copy from with NULL string parametergeequlim
2017-06-25i18n: Update template and sync translationsRémi Verschelde
2017-06-25i18n: Sync translations with WeblateRémi Verschelde
Adds Finnish translation.
2017-06-25Merge pull request #9361 from RameshRavone/patch-1Rémi Verschelde
Fixes method bind (Curve)
2017-06-25Fixes method bindRamesh Ravone
2017-06-25Ability to restart particle system with a function callJuan Linietsky
2017-06-25Merge pull request #9334 from Noshyaar/pr-genhRémi Verschelde
BuildSystem: generated files have .gen.extension
2017-06-25Merge pull request #9348 from bojidar-bg/9299-save-device-idsRémi Verschelde
Make the InputEvent device property get saved
2017-06-25Merge pull request #9350 from sowfelicity/x11-imeRémi Verschelde
Workaround for IME on Linux.
2017-06-25Merge pull request #9349 from volzhs/freetype-2.8Rémi Verschelde
Update freetype to 2.8
2017-06-25Update freetype to 2.8volzhs
2017-06-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-06-25Workaround for IME on Linux(fixes #29 #7106):Jia Wang
Workaround for supporting input method frameworks like SCIM, IBus, Fcitx, etc. The locale is set when the application starts. Workaround for input when the input context within the specified input method is not available.
2017-06-24Merge pull request #9345 from nunodonato/animpropertiesRémi Verschelde
Update some property names for animation keys.
2017-06-24Merge pull request #8783 from bojidar-bg/fix-range-loop-typeRémi Verschelde
Fix for..in range() resulting in floats instead of ints
2017-06-24Merge pull request #9353 from Zylann/gradient_refactorJuan Linietsky
GradientTexture now uses a Gradient
2017-06-24Merge pull request #9281 from Zylann/fix_freelook_keyboardRémi Verschelde
Fixed freelook conflict with text inputs
2017-06-24Merge pull request #9249 from Noshyaar/pr-colorpickRémi Verschelde
ColorPicker: fix DPI, hue & color update issues
2017-06-24GradientTexture now uses a GradientMarc Gilleron
- Added gradient property - Deleted duplicate code
2017-06-24Merge pull request #9352 from dumitru-stama/blitmaskfor30Juan Linietsky
Added 'blit_rect_mask' for 3.0 too
2017-06-24Added 'blit_rect_mask' for 3.0 toodumitru-stama
2017-06-24Merge pull request #9344 from Noshyaar/pr-enviGeorge Marques
Environment: remove ssr_accel property, fix typo
2017-06-24Simplified 2D Kinematicbody.. 3D will wait a bit.Juan Linietsky
2017-06-24Capitalize template names in script dialog.Andreas Haas
2017-06-24Make the InputEvent device property get savedBojidar Marinov
Fixes #9299
2017-06-24Merge pull request #9342 from GodotExplorer/pr-rich-text-vscroll-type-3.0Andreas Haas
Add statements for script types of RichTextLabel
2017-06-24-Restored support for Canvas BG mode on EnvironmentJuan Linietsky
-Improved ease of use of WorldEnvironment (no longer extends Spatial) -2D editor viewport can now work in HDR!
2017-06-24Update some property names for animation keys.Nuno Donato
Added rect_rotation too. Fixes #9337
2017-06-24Environment: remove ssr_accel property, fix typoPoommetee Ketson